Search results

  1. Mark

    Categories Image & Description

    category image could be done easily with some clever use of tags <img src="skins/{$skin_name}/images/{$category_url}.jpg" alt="{$category}"> Category Description with additional media might be best handled via a simple plugin. It may be a nice addition to the core if some other users think...
  2. Mark

    Who's around? What are you up too?

    Still checking in, staying busy :)
  3. Mark

    GDPR Consent plugin?

    All good with that then? :)
  4. Mark

    GDPR Consent plugin?

    I can make this plugin no problem, feel free to make some recommendations or examples of good ones. Very few websites I visit actually have these (I suspect maybe only shown to EU visitors) so I'm not sure what makes a good consent banner VS a not so good one.
  5. Mark

    Changing Style

    https://family-topsites.com/skins/parabola/user.css your user.css is empty, make sure you are editing the correct file and those changes are being saved on your server.
  6. Mark

    Changing Style

    hello, can you post a link to your list?
  7. Mark

    Screenshots stopped working

    Hello, I had a look at the screenshot server and we are generating a few hundred each day without issue, can you provide a couple sample urls that are returning black?
  8. Mark

    Screenshot updating

    Hello, I rebooted the screenshot server and generated a bunch of screenshots which all worked as expected. Should be all set now.
  9. Mark

    Installing plugins

    did you install the plugins through the admin panel? White screen indicates a fatal error, check your error log to see what the cause was.
  10. Mark

    Screenshot updating

    Hello, I will check the server when I am at my desk tommorow
  11. Mark

    Site name and description How do I enter Chinese text?

    ahh I understand now, this has been fixed for next release. For now, you can edit sources/join.php and remove these lines: $TMPL['description'] = preg_replace('/[^A-Za-z0-9 .,\-]/', '', $TMPL['description']); $TMPL['title'] = preg_replace('/[^A-Za-z0-9 .,\-]/', '', $TMPL['title']);
  12. Mark

    Site name and description How do I enter Chinese text?

    Hello, it appears you have it working now as I can see asian text on the members listed on your site. https://visiolist.tedsky.com/details/pomosky/
  13. Mark

    Listing under multiple categories

    no such option exists at this time. We had plans to enable tags but it never came to fruition.
  14. Mark

    feed.php and banner images

    Good question! open feed.php and find this (line 161): <description><?php echo $row['description']; ?></description> replace with: <description><?php echo $row['description']; ?><![CDATA[<img src="<?php echo $row['banner_url']; ?>" />]]></description>
  15. Mark

    Cron issues

    Hello, the update should happen on each new day with no cron job required (the first visit on a new day triggers all new_day functions). I would begin by checking your error_log for clues why that function is not running on the first visit after midnight.
  16. Mark

    Weird bug on new month

    do you run manual cron jobs on your list? or just the default setup? Also, what is your URL?
  17. Mark

    GoodBye Parabola

    we have some new security updates, the new skin I am re-working as there have been considerable improvements to bootstrap lately. Still no ETA but I am really hoping to have some time soon.
  18. Mark

    Category Drop Down Menu

    {$category_menu} does that pre-built template tag get you where you need to be? you can nest this UL inside your dropdown <li>
  19. Mark

    Not Feasible Add Cookie when voting

    cookies are pointless for protection, all browsers have incognito mode, sadly, it wouldn't even double the time it takes to cheat :) re-captcha is an option (especially that modern invisible option), I know a few users have already added that... not sure if there is a plugin floating around...
Top