Search results

  1. Mark

    Custom field display value doesn't work

    to stick with naming convention the new hook is as follows, you will want to tweak your code so it doesnt break next release. eval (PluginManager::getPluginManager ()->pluginHooks ('skin_premium_list'));
  2. Mark

    Custom field display value doesn't work

    Cool, we will add this hook to 1.4 core.
  3. Mark

    Custom field display value doesn't work

    why not just try it? if you think you might need us to add a new hook location, you will once again need to invest more energy into your question and let us know exactly what you are trying to accomplish.
  4. Mark

    Custom field display value doesn't work

    you need to look at the PHP files, establish where your code needs to be injected and use the hook name as the file name.
  5. Mark

    Custom field display value doesn't work

    Thank you for providing a more detailed example. However this also works prefect for me. I created a dropdown called hello, added 2 values: Value: 1 Display: Hello1 Value: 2 Display: Hello2 I then added {$acf_hello_display} to table_row and the output is Hello1 when viewing the list after...
  6. Mark

    Custom field display value doesn't work

    sorry I have no idea what you mean, {$acf_started} clearly displays the value...
  7. Mark

    Custom field display value doesn't work

    works perfect for me. I created a custom field with an ID of: started pasted: {$acf_started} in the templates and it worked as expected.
  8. Mark

    Custom field display value doesn't work

    Post what you have so far, so we can see what's happening.
  9. Mark

    Private Top Games

    looks great, very nice graphic appeal. Sidebar links are a little faint, but otherwise very nice
  10. Mark

    Vote Button On Stats.

    that button is controlled with absolute positioning in screen.css. You can simply remove this part from that link: class="stats_vote" then it will position wherever you put it. You can then move the <a href="{$list_url}/index.php?a=in&u={$username}" rel="nofollow">VOTE</a> Wherever you...
  11. Mark

    Screenshot generate doesnt work

    Screenshots are generating as normal, please provide in a private discussion your API key and sample URL that is not working.
  12. Mark

    Gateway not work

    the database table FTP will not help, I cannot reproduce your problem. I was able to click through your gateway without any issue at all.
  13. Mark

    Parse error

    You have a plugin that has bad line of php code, disable them one by one to isolate which one is responsible.
  14. Mark

    YouTube Plugin dont work!

    why do you not post the error you are getting? its near impossible to help you when you provide so little information.
  15. Mark

    Gateway not work

    have you modified anything to do with the IP log? or tried to install any modifications that would affect the gateway? Gateway works for many many users, it worked on your list when i tested it... so troubleshooting should start carefully with what you have done.
  16. Mark

    Gateway not work

    what browser are you using?
  17. Mark

    How I can add many sites from the database via phpmyadmin?

    you need to create an import script to ensure proper ownership and default values are added to the database. Simply look at the existing structure of VisioList database, look at your database structure and start coding to make them match. We can create an importer for you if you lack the PHP...
  18. Mark

    Gateway not work

    Hey bud, when posting adult links you should warn people... sheesh. I was able to vote without any issue. Landed on gateway, clicked enter and vote... worked fine.
  19. Mark

    How to Look Like This

    edit the table_top_row and table_row templates using plain HTML / CSS to style how you like.
  20. Mark

    Guest Blogging Plugin

    a couple of users are using this and I am gettign no error reports, I suppose we could release this as a premium plugin anytime. I'll talk it over with Basti and see how we want to handle this.
Top