vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Toplist (https://vborg.vbsupport.ru/showthread.php?t=98646)

DementedMindz 02-05-2007 07:09 PM

Yes It Does

Mecho 02-05-2007 10:17 PM

i set this option " Show Site Images on Forum Home? " Yes .
so it added " top sites: " in the forumhome . how can i edit and change the title (Top Sites:) of that box ?

Thanks

derekivey 02-06-2007 12:22 AM

Quote:

Originally Posted by DementedMindz (Post 1175274)
thats cool it had me going crazy trying to change it when they edit there code. any plans on changing the layout or having it where you can really add any kind of link or code? cause right now its limited to just a site url for example if I tried to enter in something like this which most topsites are switching to then it wont work.

Code:

<a href="http://example.net/topsites/">
<img src="http://example.net/topsites/button.php?u=dementedmindz" alt="" border="0" />
</a>


Do you remember which file it was that you were having problems with &'s being in the URL?

Not quite sure what you mean about adding any type of code. Can you please explain a little more?

Quote:

Originally Posted by Mecho (Post 1175559)
i set this option " Show Site Images on Forum Home? " Yes .
so it added " top sites: " in the forumhome . how can i edit and change the title (Top Sites:) of that box ?

Thanks

Try searching for that phrase in vB's phrase manager. I'm not sure of the varname off the top of my head, but you should be able to find it by doing a search there. All you have to do is put what you want it to say in the language translation textarea.

DementedMindz 02-06-2007 01:34 PM

Quote:

Originally Posted by derekivey (Post 1175639)
Do you remember which file it was that you were having problems with &'s being in the URL?

Not quite sure what you mean about adding any type of code. Can you please explain a little more?

ok when you submit your site to there site thats the code you get back. I think what would be able to work with that since it needs there site link is being able to link to there button instead of being able to upload it cause if you put that full link on your site then it would take you right to there site and count as a hit on there topsites. Ill send you a pm so you can see the true link this way you know what I mean. Its a strange way of doing the topsites code but thats how mostly all new topsites are going to. Also as for the & that only happens when you edit the site or just submit the site it wont change it to & amp;.

derekivey 02-06-2007 06:38 PM

Thanks. I'll look into these.

DementedMindz 02-06-2007 07:47 PM

one thing I could think of to maybe add besides being able to link to the images is maybe have it where admin can add html code for the button this way it will be able to use a code like I sent you in pm or maybe you can figure a way for it to work..

zentz 02-09-2007 12:44 PM

users cant add site to the toplist, i get these errors:

Database error in vBulletin 3.6.4:

Invalid SQL:
SELECT `email` FROM user WHERE `userid` IN(my@email.com);

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '@email.com)' at line 1
Error Number : 1064
Date : Friday, February 9th 2007 @ 09:39:31 AM
Script : http://www.site.com/add_site.php
Referrer : http://www.site.com/add_site.php
IP Address : 89.172.69.96
Username : Admin
Classname : vB_Database

Any ideas?

Also how do i check what toplist version do i currently run?

DementedMindz 02-09-2007 01:42 PM

derek any word on that fix? from this post https://vborg.vbsupport.ru/showpost....postcount=1449

Spike Saunders 02-10-2007 03:45 AM

Alrighty so I have a few questions for you all, mostly for the one that developed this awesome hack :)

#1 - Is there anyway that this can be edited to include TWO fields to be filled out for the url, instead of one? The first one being the location of the page that the CODE will appear on. And the second one, being the actaul website's url? I know too many sites that have a Affiliate page, and link to their homepage instead. I would like to fix this so that the code is found on one page while the site themselves in the Toplist will link to the URL specified.

#2 - My forum seems to have an issue with the Redirect from another Site. Basically if you go to one of the sites that have the link back, it goes into a redirect loop while trying to access my site. This repeats indefinitely. However, it does still count the IN link, if you stop or hit back or something to escape the loop. Is there a fix for this? My forum is the most recent version. You can see th is for yourself at (http://www.community.edubn.com/toplist.php) - I understand if the url is removed by a moderator, and if that is the case, that is fine. But I don't mind people checkin it out, you do not have to register, as guest are allowed to view the sites.

#3 - In Firefox ther eseems to be issues with the SITES showing on the main forum page. Sometimes they will be split in half and only the top part of the images will show. Kind of wierd. But Firefox issue as IE does not do it.

I think that's it.

Thanks
-Spike

derekivey 02-10-2007 08:05 PM

Quote:

Originally Posted by zentz (Post 1178343)
users cant add site to the toplist, i get these errors:

Database error in vBulletin 3.6.4:

Invalid SQL:
SELECT `email` FROM user WHERE `userid` IN(my@email.com);

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '@email.com)' at line 1
Error Number : 1064
Date : Friday, February 9th 2007 @ 09:39:31 AM
Script : http://www.site.com/add_site.php
Referrer : http://www.site.com/add_site.php
IP Address : 89.172.69.96
Username : Admin
Classname : vB_Database

Any ideas?

Also how do i check what toplist version do i currently run?

It sounds to me that you entered an email address in for the setting that lets you set who receives an email when a site needs verified. You need to enter a user ID (not username or email).

Quote:

Originally Posted by DementedMindz (Post 1178381)
derek any word on that fix? from this post https://vborg.vbsupport.ru/showpost....postcount=1449

Sorry, I've been too busy to take a look. I will get to it ASAP.

Quote:

Originally Posted by Spike Saunders (Post 1178901)
#1 - Is there anyway that this can be edited to include TWO fields to be filled out for the url, instead of one? The first one being the location of the page that the CODE will appear on. And the second one, being the actaul website's url? I know too many sites that have a Affiliate page, and link to their homepage instead. I would like to fix this so that the code is found on one page while the site themselves in the Toplist will link to the URL specified.

That is currently not a feature, but thanks for the suggestion. I will add it to my todo list for the next version.

Quote:

Originally Posted by Spike Saunders (Post 1178901)
#2 - My forum seems to have an issue with the Redirect from another Site. Basically if you go to one of the sites that have the link back, it goes into a redirect loop while trying to access my site. This repeats indefinitely. However, it does still count the IN link, if you stop or hit back or something to escape the loop. Is there a fix for this? My forum is the most recent version. You can see th is for yourself at (http://www.community.edubn.com/toplist.php) - I understand if the url is removed by a moderator, and if that is the case, that is fine. But I don't mind people checkin it out, you do not have to register, as guest are allowed to view the sites.

You probably did not set the In URL setting. Please edit the settings for the script and enter the URL where you want them to be redirected to when they click an In link. Usually people enter the URL to their homepage or the URL to their forums, it's up to you.

Quote:

Originally Posted by Spike Saunders (Post 1178901)
#3 - In Firefox ther eseems to be issues with the SITES showing on the main forum page. Sometimes they will be split in half and only the top part of the images will show. Kind of wierd. But Firefox issue as IE does not do it.

I'll take a look and see if it can be fixed.

Thanks,
Derek


All times are GMT. The time now is 10:09 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02820 seconds
  • Memory Usage 1,758KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete