Search results

  1. Basti

    AffiliateTracker

    Plugin Update fix: The links in the sidebar ( top referrers ) had a relative instead of absolute link, causing wrong urls to be indexed by google. Thanks to cajkan for spotting this issue. It is strongly advised to update your plugin. 2 files were changed, info.php and top_referrers_row.html
  2. Basti

    Featured Member in the Table_Top

    Yes its just a url -.- you still need the img code <img src="{$banner_url}" alt="{$title}" />
  3. Basti

    Test: Proxy prevention

    Well iam not to familar with that piece of htaccess, but a rule, dont know which is kicking in. You might better remove it until you actually have problems with proxies
  4. Basti

    Test: Proxy prevention

    RewriteRule ^(.*)$ - [F] Thats means if any rule above that match, forbid them access ( 403 ) Would bet hes using one of the few proxies where that htaccess code is working
  5. Basti

    Database problem

    Ok ty, removed the host again. well yea godady shared servers -.- http://support.godaddy.com/groups/web-hosting/forum/topic/unknown-mysql-server-host-1/ Not the first time it happened with their external databases. My best bet is a dns naming issue on their end, or the db resource host is...
  6. Basti

    Database problem

    i think # in password caused an issue for someone before, but your error is quite different and pretty clear. Connect comes before db name, so i dont think its the name. Are you maybe with godaddy? Looks a bit like them. could you start a conversation with contents of settings_sql.php ?
  7. Basti

    Internal Server Error allready on just upload the files

    Yes some free hosts seems to have issues with that tag. My best bet is that "FollowSymLinks" is diabled and not allowed to be turned on ( what the + in that line is doing ), apparently there seems to be security risk ( not hole ) , but couldnt find any precise info yet. As a result of that...
  8. Basti

    Could not open socket?

    Ty Kalle for posting a solution to your own problem :) much appreciated
  9. Basti

    Add extra join-elements?

    exactly, when you visit your admin join fields page, you see your different elements in a white box each, it tells you the template tag you need to paste
  10. Basti

    username in VL_sites

    Yes these numbers behind used when you add another website from within the user control panel are random number. Owner is the main account holder, username is owner + number That number is a max 4 digits So if account 1 has just 1 website added his username and owner at the same time is...
  11. Basti

    Sorting

    $order_by = $this->rank_by($ranking_method)." DESC, unq_{$ranking_method}_overall DESC"; this ranks by your ranking method highest first, if a tie, then use overall value of ranking method you could do for example $order_by = $this->rank_by($ranking_method)." DESC, title ASC"; Out of the head...
  12. Basti

    Hello forum

    http://visiolist.com/community/threads/how-to-create-a-plugin.20/ http://visiolist.com/community/threads/using-conditionals-in-plugins-to-show-content-on-specific-pages-sections.1011/ Very basic stuff It grabs the members website rss feed, if they have any and they submitted their rss url...
  13. Basti

    JoinWithBanner

    Ah so you recieve notifications again? thats good :)
  14. Basti

    Add extra join-elements?

    Yes cajkan is right. But this stuff is not intended to be a "for admin only". If you dont paste the tmpl tags in the html to display the info ( e.g table_top_row.html ), no visitor will see the info, but the user itself can still see it in edit account
  15. Basti

    JoinWithBanner

    Not sure he come here often anymore. Ill let him know via skype that you paid if i see him online. Might as well gonna remove the paypal button in his threads, that is if he not gonna check here anymore
  16. Basti

    RSS Feed Importer

    Did you put your rss url into edit account? Sounds like you did not
  17. Basti

    Hello forum

    Ah, additional screenshots could be made with a plugin + "add join form elements" feature in the admin If you site is custom, no there is obviously no upgrader for that, but it could be made. As for news, i just remembered we have rss feed plugin, so you could grab their news from their websites
  18. Basti

    Hello forum

    Hey, welcome :) What you mean with additional screenshots? in case you simply mean website screenshots, its a plugin yes, included in the download bundle. As for news, nothing exist. For that we suggest the custom page feature of the admin area if you used aardvark topsites 5.2.1 have a look...
  19. Basti

    Extra info in welcome email

    Quick fix for anyone interested. sources/user_cp/join_existing.php find $join_email = new skin('join_email'); change to $join_email = new skin('join_existing_email');
  20. Basti

    Extra info in welcome email

    Did you tested with email_existing?
Top