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)

jellybaby 04-18-2006 06:53 PM

Quote:

Originally Posted by derekivey
Which banners? The ones the users add or the ones that you added for them to put on their sites?

The ones that the users added. Im wonder if I have a permission wrong somewhere as there is an x showing where the banner was.

derekivey 04-18-2006 09:28 PM

They should be there. Did you accidentally delete the /images/toplist/buttons/sites folder?

Roms 04-18-2006 11:27 PM

Thanks, works great!! *Installed

ubblite 04-19-2006 07:38 AM

A few questions:

Anyone know if the scroll can be turned off on the forumhome page and just show the images or links?

Is there a a way to turn off the "Button Image"?

And if I have Show User Banners enabled, when viewing Currently Active Users it says:

Unknown Location /toplist_image.php?do=view...

and if you click on that link it will just bring up the button image alone.

Also, I have my main table width set at 760px and after adding a new site under Site Added Successfully, it breaks the table width & goes way off to the right side.

derekivey 04-19-2006 10:01 AM

Quote:

Originally Posted by ubblite
Anyone know if the scroll can be turned off on the forumhome page and just show the images or links?

Just edit the Toplist_Forum_Home template and remove the marquee in it leaving $toplist_images where the marquee tags were.

Quote:

Originally Posted by ubblite
Is there a a way to turn off the "Button Image"?

Toplist --> Toplist Options -> Show User Banners (set to no)

Quote:

Originally Posted by ubblite
And if I have Show User Banners enabled, when viewing Currently Active Users it says:

Unknown Location /toplist_image.php?do=view...

and if you click on that link it will just bring up the button image alone.

Looks like a bug with the WOL. I will take a look and fix it when I get back from school.

Quote:

Originally Posted by ubblite
Also, I have my main table width set at 760px and after adding a new site under Site Added Successfully, it breaks the table width & goes way off to the right side.

I'll have to take a look at this. It hasn't happened to me before I will see if I can find out what is wrong.

Thanks,
Derek

derekivey 04-21-2006 01:50 AM

I have fixed a bug with the views counter not counting views from guests. Simply upload and overwrite the attached php file. The zip file has been updated also.

Derek

dendrob 04-21-2006 02:04 AM

Thanks for the fix... I'll check in the morning. Much appreciated

Ramsesx 04-21-2006 02:39 AM

The new file gives me a db error:
Database error in vBulletin 3.5.0:

Invalid SQL:
UPDATE vb3_toplist_sites SET
out=out+1,
views=views+1
WHERE id='9';

MySQL Error : Unknown column 'views' in 'field list'
Error Number : 1054

ocyberbum 04-21-2006 07:40 AM

Hopefully this has not been asked already but I have toplist installed and im trying to do some link exchanges with other sites that have toplist or something like it and i need to know if i missed something or if there is a way to have a choice between uploading a banner and linking a banner because i need to use there html code so i can get credit on there site when someone clicks on it on my toplist... In the code below, i believe i can use the (Site Url), on the first line <a href="http://www.hot-car-sites.com/"> and fill in the name, & Description as normal but i dont see away to use the banner part of the link on the 2nd line?

example of what i need to put in for the banner to get credit

<a href="http://www.hot-car-sites.com/">
<img src="http://www.hot-car-sites.com/button.php?u=vacustoms" alt="Hot-Car-Sites" border="0" />
</a>

Any suggestions would be great..
Thanks in advance...

derekivey 04-21-2006 09:57 AM

Quote:

Originally Posted by Ramsesx
The new file gives me a db error:
Database error in vBulletin 3.5.0:

Invalid SQL:
UPDATE vb3_toplist_sites SET
out=out+1,
views=views+1
WHERE id='9';

MySQL Error : Unknown column 'views' in 'field list'
Error Number : 1054

Are you running the latest version (1.0.7) of my hack? It looks like you are missing the views field. If you are not upgraded yet, please upgrade, but if you did, just execute this query in vB's admincp or PHPMyAdmin.
[sql]ALTER TABLE `vb3_toplist_sites` ADD `views` INT( 25 ) UNSIGNED NOT NULL;[/sql]

Derek


All times are GMT. The time now is 10:54 AM.

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.01858 seconds
  • Memory Usage 1,745KB
  • 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
  • (6)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