Search results

  1. Mark

    RSS Feed Importer

    That date is coming from your servers PHP configuration, I believe you need to use the setlocal function: http://www.php.net/manual/en/function.setlocale.phpbut I am not familiar with this. Some other options: you can reformat the date by editing /plugins/RSSImporter/stats_compile_stats.php...
  2. Mark

    RSS Feed Importer

    Alright the fix is now up, you can download and reinstall the updated plugin and your all set.
  3. Mark

    RSS Feed Importer

    Sure, I'll have a look at this over the weekend and should be able to get a resolution fairly easy.
  4. Mark

    Screenshot updating

    HI Anna, thanks for the notification I'll check into the IE compatibility. Just a reminder to everyone that screenshot rendering was given a big facelift in the 0.7 release and that is the only supported version at the moment :)
  5. Mark

    Screenshot updating

    Submitting a forum post to a topsite should never happen under normal circumstances, but if you like I can give you some code that will parse out the domain name only and use that for screenshots. So if someone submits www.companyofheroesmods.com-phpBB-viewtopic.php-f=8&t=16 then the...
  6. Mark

    Import from Toplistx and shell_exec() questions

    sounds good, let us know if you have any questions.
  7. Mark

    Import from Toplistx and shell_exec() questions

    Hello, Indeed, shell_exec() would open some security holes in shared hosting environment. 1) I can create an importer for your toplistX script, we dont have an importer for that product at the moment but it should only take a couple of hours to create one. Depending on how toplstX stores the...
  8. Mark

    Having Problem w/ Join email

    Hmm that is odd. Can you start a private conversation with me? Include your admin password and FTP login. If your not yet running v 0.7 please upgrade first.
  9. Mark

    User language switcher

    sure, I have made this before for Aardvark so it should be trivial to make it into a VL plugin.
  10. Mark

    Change "Your Site Here"

    search the phrases from the admin panel language manager. This is where you change all the verbiage.
  11. Mark

    Stats Problem

    Edit your index.php file and remove or comment out this part: // Is it a new day/week/month? list($last_new_day, $last_new_week, $last_new_month) = $DB->fetch("SELECT last_new_day, last_new_week, last_new_month FROM {$CONF['sql_prefix']}_etc", __file__, __line__); $time = time() + (3600...
  12. Mark

    Language

    months on the stats page comes from your servers PHP installation. We are looking at changing that in the future to allow our languages to override this.
  13. Mark

    Installation Problem

    check your error logs for a clue, internal server error is coming from your system configuration.
  14. Mark

    Stats Plugin

    Hi Wayne, I think the Google analytics plugin here just lets the admin add his ad code from the admin panel, its not connecting to the API or anything. Some of the differences in traffic stats could be attributed to Google Analytics filtering out bots etc which the topsite button.php does not...
  15. Mark

    Stats Plugin

    HI Wayne, anything is possible given enough time, but in this case I'm not sure I see the value in adding this. I have always found Aardvarks button.php to be very accurate for stats. Hits in/out would be the only stats that might not always be perfect (piwik wouldnt change that either) but...
  16. Mark

    How to add a code to every single page?

    http://visiolist.com/docs/styles-design "wrapper - the header and footer and sidebars structure. Everything surrounding the actual content."
  17. Mark

    Facebook Integration

    http://visiolist.com/community/threads/facebook.204/ - in the plugin section with all the rest ;)\ check out the plugin section for others... http://visiolist.com/community/forums/plugins/
  18. Mark

    Vote Message

    following the MVC standards HTML and PHP are separated with HTML in a "template". VisioList has followed the template system from Aardvark topsites where the header and footer are located in the "wrapper" template, this is also explained in the manual.
  19. Mark

    replacing banner zone c

    sure, this should be what your after: <div class="pagination">{$multiple_pages_p}{$multiple_pages_links}{$multiple_pages_n}</div> </div> </div> <br class="cb" /> <div class="center">{$zone_c}</div> </div> <div id="foot" class="cb">
  20. Mark

    Implemented Formatting in description field

    Thanks for the reminder, things got busy and we have been short handed around here the past couple of weeks. I will have this posted by next weekend.
Top