Search results

  1. Mark

    Category Question

    short answer is nope, if you have installed 50 lists you need to admin them all individually.
  2. Mark

    MOBILE FRIENDLY.

    Hello, you can install the bootstrap theme from the skins area for mobile ready. I can customize it for you if you like, I have private messaged you a quote.
  3. Mark

    Admin stay logged in longer?

    cool, well report back in a couple days and let me know if it did the trick or if I need to dig deeper
  4. Mark

    Admin stay logged in longer?

    try this: open sources/misc/session.php find: $check_time = time() - 3600; change to: $check_time = time() - 86400; that should give you 24 hour login session, you can adjust the duration as needed. We don't have a hook location for this so it cannot be done via plugin yet, but...
  5. Mark

    Deprecated: mysql_connect(): ?

    Hey Tarakan, sorry to hear you are having problems but lets go through them as they are easily solved/understood. 1) In parabola theme the footer appears at the end of the content, when you have more content in your sidebar it will look more the way you think it should. 2) a) invalid...
  6. Mark

    RSS Feed Importer

    My bad, I need to write another javascript out function for this too work. I'll post an update asap.
  7. Mark

    RSS Feed Importer

    investigating now :)
  8. Mark

    RSS Feed Importer

    there is no redirect, it simply invokes a javascript out() function when the out link is clicked. This will be applied dynamically to all existing feed links. So any clicks out to any feed items will count as a click out in the stats.
  9. Mark

    Urgent!!!

    hello, assuming both hosting environments are similar 1) your new host will probably move the site for you 2) copy files to new hosting 3) copy database to new hosting 4) update settings_sql.php with new server database credentials. Thats it :) as long as your new server is running roughly...
  10. Mark

    Track all member out links

    http://visiolist.com/community/resources/rss-feed-importer.8/ the rss feed plugin has been updated to include the out click tracking. you can alter any of your other outbound links with this code to get the out clicks tracking. <a href="{$url}" onclick="out(this,'{$username}');"...
  11. Mark

    RSS Feed Importer

    Mark updated RSS Feed Importer with a new update entry: Adding out click count Read the rest of this update entry...
  12. Basti

    RSS Feed Importer - Adding out click count

    This version simply adds the out click counter to the RSS feed outbound links
  13. Mark

    Direct Vote link

    personally, I think its too prone to abuse.
  14. Mark

    Track outbound Feed Importer Plugin links?

    that is possible, and a great idea. Could you post this request to the plugin discussion thread?
  15. Mark

    global ranking votes reset problem

    if you look in the templates I mentioned above you will see this: {$unq_in_0_weekly} OUT: {$unq_out_0_weekly} Change it to: {$unq_in_0_monthly} OUT: {$unq_out_0_monthly}
  16. Mark

    global ranking votes reset problem

    Because you have the wrong tag in your table_top_row and table_row template, you are showing weekly stats, but your list is ranking/ordering by monthly unique in.
  17. Mark

    Trying to use Twitter plugin

    this might get you in right direction: $msg = $TMPL['title'].' #hashtaghere '.$TMPL['acf_twitter']. ' has just been accepted to #anotherhashtag '.$TMPL['list_url'].'/'.$TMPL['url_helper_a'].'stats'.$TMPL['url_helper_u'].$TMPL['username'].$TMPL['url_tail'];
  18. Mark

    Trying to use Twitter plugin

    http://visiolist.com/community/resources/twitter.9/ - please post questions to the discussion thread for that plugin, just incase there are different plugins its better to keep them all in their own thread.
  19. Mark

    Test: Proxy prevention

    That code is just for cosmetics. You can omit that part and should be ok to simply paste the entire block of JavaScript with or without it. But there is no way to block proxies, if you catch someone cheating, booting them is about your only option. Netflix, Amazon prime and every major...
  20. Mark

    Screenshot 403 Forbidden Error

    working good here in IE 11.0.15
Top