Search results

  1. Mark

    Where can the code or css be found that is pushing..

    First I will remind you of a couple key principles to keep in mind when modifying your list: 1) all CSS changes should be in user.css (or a css file of your choice) NEVER modify screen.css directly because this file will be overwritten with every upgrade and your edits will be lost and need to...
  2. Mark

    Web Site Rank 0

    so you sell one or 2 spots, then the system refuses anyone else who wants to pay? Nope, not for my lists :) Rank 0 is a nice idea that has been discussed before and will be included when we rebuild the premium module (no ETA on this). Until then you can easily make a plugin to show 1 premium...
  3. Mark

    Bug Fix Problem with the vote Button Code...

    Did you edit this username or otherwise manipulate this users link code? I have tested and can also not reproduce this issue, perhaps you can test again and provide exact steps to reproduce.
  4. Mark

    Upgrade Aardvark theme to Visiolist

    no such guide exists, the skin system is nearly the same but we have quite a few new templates, javascript files etc. Your best bet is to start copying your old template files into the child folder of parabola (or child of bootstrap if your theme is responsive), start with wrapper and ensure...
  5. Mark

    Top Erotica

    very nice, a few more CSS tweaks to rid the site of those last few traces of blue would be icing on the cake :) best of luck with it, great start!
  6. Mark

    bug with link

    yes domain is auto detected on in links.
  7. 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.
  8. Mark

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

    will investigate and report back as time allows
  9. 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.
  10. Mark

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

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

    Custom field display value doesn't work

    Cool, we will add this hook to 1.4 core.
  13. 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.
  14. 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.
  15. 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...
  16. Mark

    Custom field display value doesn't work

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

    Custom field display value doesn't work

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

    Private Top Games

    looks great, very nice graphic appeal. Sidebar links are a little faint, but otherwise very nice
  20. 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...
Top