Search results

  1. Mark

    bug with link

    No such bug exists. Please provide more detailed information, most likely somebody is clicking a link that is the actual topsite URL. You should not list your topsite URL as a member.
  2. Mark

    [BUG?] Global custom ad zone doesn't work on gateway

    will investigate and report back as time allows
  3. Mark

    Gateway not work

    If I cannot see the problem, its impossible for me to offer a solution. The Gateway works just fine in all cases.
  4. Mark

    [BUG?] Global custom ad zone doesn't work on gateway

    Did you paste the tag into gateway template?
  5. 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'));
  6. Mark

    Custom field display value doesn't work

    Cool, we will add this hook to 1.4 core.
  7. 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.
  8. 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.
  9. 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...
  10. Mark

    Custom field display value doesn't work

    sorry I have no idea what you mean, {$acf_started} clearly displays the value...
  11. 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.
  12. Mark

    Custom field display value doesn't work

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

    Private Top Games

    looks great, very nice graphic appeal. Sidebar links are a little faint, but otherwise very nice
  14. 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...
  15. 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.
  16. 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.
  17. 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.
  18. 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.
  19. 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.
  20. Mark

    Gateway not work

    what browser are you using?
Top