Search results

  1. Mark

    Where to edit this message

    Hello, for the text message, please login to admin -> Content -> Manage Languages do a search for: Thank you for joining! then you can click edit to change that text.
  2. Mark

    404 Not Found errors on my site (visiolist)

    Make sure you restart Apache I did a quick google search for .htacces wamp not working and found this... http://stackoverflow.com/questions/4391530/how-to-use-htaccess-in-wamp-server
  3. Mark

    404 Not Found errors on my site (visiolist)

    If the htaccess file is in place, but the rules are not being activated you will need to ask your server admin, you may need some server specific line in htaccess to make it work. Tell them your .htaccess is not working, I am not familiar with your environment so I am not sure what it could...
  4. Mark

    Category Question

    Sorry I couldn't give the answer you were hoping for
  5. Mark

    404 Not Found errors on my site (visiolist)

    Sounds like you are missing the .htaccess file, or your server is not configured properly.
  6. Mark

    Category Question

    Nope, categories are set and stored in the MySQL database. You could write a query to export/import all categories or use a tool like phpmyadmin but you need to take care as skin names can be set per category and other interactions need to be considered.
  7. Mark

    Category Question

    short answer is nope, if you have installed 50 lists you need to admin them all individually.
  8. 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.
  9. 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
  10. 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...
  11. 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...
  12. Mark

    RSS Feed Importer

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

    RSS Feed Importer

    investigating now :)
  14. 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.
  15. 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...
  16. 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}');"...
  17. 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...
  18. Basti

    RSS Feed Importer - Adding out click count

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

    Direct Vote link

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

    Track outbound Feed Importer Plugin links?

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