Search results

  1. Basti

    help with premium banners

    rank #3 <img border="0" src="" class="premium-img"> If you dont actually use a default banner for members who dont upload one, you need to adjust your css img.premium-img[src=""] {
  2. Basti

    youtube videos and screenshots on stats page

    This seems very very strange and sounds like its not related to this plugin at all. Since saving is not done by the plugin. Ill pm you to further discuss to not make a mess here.
  3. Basti

    youtube videos and screenshots on stats page

    think you downloaded old plugin still. check the post again, download count still zero :) Ive tested this fix and it does work
  4. Basti

    Error with database

    Ok to start off This i could not reproduce, login worked just fine whether im premium or not or whether i have banner uploaded or not. As for the error when you edit an member if he has a premium banner check with your host to enable "allow_url_fopen" in the php.ini file. Things fail because...
  5. Basti

    youtube videos and screenshots on stats page

    Youtube turned into https, thats why it not worked. Added a fix to allow both https and normal http. Updated the zip in original post
  6. Basti

    how do I edit the content of emails?

    It works the same way as i replied in your other thread regarding the "main_featured" phrase
  7. Basti

    help with premium banners

    admin -> hover over "content" in menu -> manage languages There search for ( without quotes ) "main_featured" and then change the value --------------------------------- As for the premium, you could archive this easiest with a bit of css. This is the img code found in...
  8. Basti

    Error with database

    Alright thanks. Ill have a look
  9. Basti

    Error with database

    Also what are the exact steps to reproduce this? 1) you edit a member -> you make him premium -> you add a image path into premium banner field -> save data OR 2) you edit a member -> you make him premium -> save data -> you upload a prem banner through user control panel -> you go back to...
  10. Basti

    Error with database

    in classes.php please find // If not set Premium Banner, set to null, so it doesnt copy normal banner over if (!preg_match('/^https?:\/\/.+/', $TMPL['premium_banner_url'])) { $TMPL['premium_banner_url'] = 'NULL'; } replace that with // If not set Premium Banner, set to...
  11. Basti

    star rating system

    Give me site url please, i need to see the issue in action myself
  12. Basti

    star rating system

    Where is your review link stored? on members details page? If so do it look like this? <a href="{$list_url}/{$url_helper_a}{$url_helper_rate}{$url_helper_u}{$username}{$url_tail}">{$lng->stats_rate}</a><br /> This is from vl 1.3 and how it should look. If your review link still points to...
  13. Basti

    Error with database

    Which VL version are you using? I remember there was some issue before 1.3 It could be related. The issue is that your banner not get quotes around the value in the query Right before the comma should be a ' Please send here as zip sources/admin/edit.php sources/misc/classes.php I assume...
  14. Basti

    eXtremePrivateServers

    Thumbs up, that is so true I agree, much better now :)
  15. Basti

    youtube videos and screenshots on stats page

    I suppose you uploaded through ftp and then tried to click a install icon right ( which wasnt there )? this olld plugin was missing the install icon, see this http://visiolist.com/community/threads/youtube-plugin-dont-work.1670/#post-10693 If you upload it through plugin manager it will work...
  16. Basti

    Is an if -> then loop possible?

    Nope, not possible. Depending on what exactly you want to do, you either have to make a simple plugin, or if its not to much new data you want to add, jquery might work also If you just want to give that member #10 a different styling , you can also give the each members html a class of <div...
  17. Basti

    need random sites function

    Enable in admin settings "featured member", under "Rankings settings" Once you added the tag to wrapper.html, there is featured_member.html to control the html output
  18. Basti

    sidebar template?

    That is a template tag, which is used by plugins. For example the newest member plugin uses it. To edt it, plugins/NewestMembers/ 1) you have 2 html files in there, "new_members_side_list.html" and "new_members_side_list_row.html" 2) copy those into plugins/NewestMembers/child/ - if child...
  19. Basti

    Google Analytics

    You might have old plugin files. If i remember right it once had that issue. TO verify save your analythics code and then uninstall the plugin using the plugins page. Upload a fresh download and reinsert your code and see if it fixes the issue.
  20. Basti

    My Bootstrap Version

    Sorry for late reply, no access to a pc. What i meant about the footer 1) font color. While white works i think for matching color patters you should use the same color as in the fixed navigation bar ( top ) 2) those 2 black borders are not needed in my opinion and also dont fit there really. I...
Top