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)

Mr.D 07-17-2006 11:57 AM

Any news about text links on forum home or all vbulletin

dendrob 07-17-2006 01:17 PM

How about RSS feed as a new feature down the raod. Top 10 ??? I know you have enough features to work on, so leave it for later ;)

derekivey 07-17-2006 01:49 PM

@ Mr. D sorry, I haven't had time to work on it, I will get it done ASAP.

@ dendrob sounds like a good idea, I might add that.

Snake 07-17-2006 02:04 PM

derek, are you planning to release a newer version soon or shall I just install it now?

Snake 07-17-2006 02:11 PM

derek, are you planning to release a newer version soon or shall I just install it now?

derekivey 07-17-2006 02:12 PM

Just go ahead and install, the new version won't be out for atleast a week.

Derek

loonytune15 07-17-2006 02:56 PM

<a href="http://www.monster-designs.com/forums/toplist.php" target="_blank">http://www.monster-designs.com/forums/toplist.php</a>

derekivey 07-17-2006 03:09 PM

Quote:

Originally Posted by loonytune15

I will take a look. It looks like it's a problem with the Toplist_1 template. I will look into it now and get back to you.

Derek

Shazz 07-17-2006 03:14 PM

I updated the toplist..
I read the fixes. You can't notice them can you?
________
Dodge 400 specifications

derekivey 07-17-2006 03:23 PM

Make sure you have reverted any customized Toplist templates. Much of the new stuff in this release is just bug fixes, but I added a feature to allow you to reset the Toplist, and just added a setting to disable the random site feature on the Toplist page.

loonytune15 07-17-2006 03:23 PM

thanks..

not sure if the above post is directed at me but all my templates are the reverted..

derekivey 07-17-2006 03:29 PM

Quote:

Originally Posted by loonytune15

Can you PM me admin access info so I can take a look at the template and try to fix it?

Thanks,
Derek

derekivey 07-17-2006 03:30 PM

Quote:

Originally Posted by loonytune15
thanks..

not sure if the above post is directed at me but all my templates are the reverted..

That post was directed to Shazz. Sorry about the confusion.

Derek

Snake 07-18-2006 01:01 PM

Okay I have installed it now and it seems to work just fine. Thank you!

Oh also I would like to request one thing. Could you change the URL to the toplist and have it as a diretory like "domain.com/toplist/index.php" instead of "domain.com/toplist.php" in the next release? I think that would be much better. :)

derekivey 07-18-2006 01:35 PM

Quote:

Originally Posted by Dark Blade
Okay I have installed it now and it seems to work just fine. Thank you!

Oh also I would like to request one thing. Could you change the URL to the toplist and have it as a diretory like "domain.com/toplist/index.php" instead of "domain.com/toplist.php" in the next release? I think that would be much better. :)

You can probably use mod_rewrite to do that, I will take a look when I get some time. Also I'm hoping on adding SEO to the next version so that will either change the directory or use mod_rewrite to make it look like it's in a directory.

Derek

loonytune15 07-18-2006 02:40 PM

So any idea on why my toplist is stuffed??

Carsten77 07-18-2006 05:16 PM

Hi Derek,

I just installed the new version and it works finde but 1 question.

i want to turn on the Toplist Cache in Forumhome, but when i activate it its in the middle an i want it after upcoming events what have i to do to realise it.

just found this in the plugins:

PHP Code:


if ($vbulletin->options['toplist_show_forumhome_images'] == 1)
{
    
$globaltemplates array_merge($globaltemplates, array('Toplist_Forum_Home''Toplist_Sites_Code'));


????

any idea??

derekivey 07-18-2006 07:50 PM

Quote:

Originally Posted by loonytune15
So any idea on why my toplist is stuffed??

Quote:

Originally Posted by derekivey
Can you PM me admin access info so I can take a look at the template and try to fix it?

Thanks,
Derek

Still didn't get a PM from you with admin access.

Derek

derekivey 07-18-2006 07:55 PM

Quote:

Originally Posted by Carsten77
Hi Derek,

I just installed the new version and it works finde but 1 question.

i want to turn on the Toplist Cache in Forumhome, but when i activate it its in the middle an i want it after upcoming events what have i to do to realise it.

just found this in the plugins:

PHP Code:

 
if ($vbulletin->options['toplist_show_forumhome_images'] == 1)
{
    
$globaltemplates array_merge($globaltemplates, array('Toplist_Forum_Home''Toplist_Sites_Code'));


????

any idea??

Edit the FORUMHOME template, and put <!-- Toplist --> right after the </if> for the upcoming events code.

Then, edit the plugin called Toplist Forum Home Addon.

Find:
PHP Code:

$find '<!-- end logged-in users -->'

Replace With:
PHP Code:

$find '<!-- Toplist -->'

Save the plugin.

Derek

DementedMindz 07-18-2006 10:47 PM

wow what happen to this it use to be Valid XHTML 1.0 now it has like 60 errors i think it maybe a easy fix im lookin at it now i know you have a extra </if> somewhere

DementedMindz 07-18-2006 10:52 PM

ahh i see something is messed up cause this shows up... Delete Site ] to everyone

DementedMindz 07-18-2006 11:10 PM

Toplist_1 has a few errors in it... seems as you have </if> in a few wrong places that cut back 30 errors now for the other 30 lol

derekivey 07-18-2006 11:29 PM

I'll take a look...

Derek

derekivey 07-18-2006 11:36 PM

Ok sorry about that heres the fix...

Open Toplist_1.

Find:
PHP Code:

[ <a href="$vboptions[bburl]/delete_site.php?id=$sr[id]"></if> 

Replace With:
PHP Code:

[ <a href="$vboptions[bburl]/delete_site.php?id=$sr[id]"

There are 2 instances of this so be sure to replace both of them.

Derek

DementedMindz 07-18-2006 11:38 PM

yeah i fixed that but im still showing 30 errors now im tryin now to figure out where the other ones are

DementedMindz 07-19-2006 12:10 AM

ok in Toplist_1 you have this

Code:

                                [ <a href="$vboptions[bburl]/delete_site.php?id=$sr[id]">$vbphrase[toplist_delete_site]</a> ]
                        </if>
                </if>


it should be this

Code:

                                [ <a href="$vboptions[bburl]/delete_site.php?id=$sr[id]">$vbphrase[toplist_delete_site]</a> ]
                        </if>


loonytune15 07-19-2006 07:00 AM

Quote:

Originally Posted by derekivey
Still didn't get a PM from you with admin access.

Derek

Sorry must of missed that post.

Pm sent.

derekivey 07-19-2006 01:37 PM

Quote:

Originally Posted by DementedMindz
ok in Toplist_1 you have this

Code:

                [ <a href="$vboptions[bburl]/delete_site.php?id=$sr[id]">$vbphrase[toplist_delete_site]</a> ]
            </if>
        </if>


it should be this

Code:

                [ <a href="$vboptions[bburl]/delete_site.php?id=$sr[id]">$vbphrase[toplist_delete_site]</a> ]
            </if>


My fix shold have done it because it was transitional as soon as I removed the extra if.

DementedMindz 07-19-2006 02:33 PM

question how do we move Report to a line under the description? cause right now its showin up right after the description...

derekivey 07-19-2006 02:49 PM

Shouldn't be on the same line as the description, but you can try adding a <br /> before the code in the Toplist_1 template.

DementedMindz 07-19-2006 02:52 PM

ok ill try that now thanks for the fast reply

DementedMindz 07-19-2006 02:58 PM

that made a huge space on top.. i have the random site shut off too if that helps..
what is happening is if there description is short it keeps it on the same line as the description

derekivey 07-19-2006 04:09 PM

Did this start happening after you deleted some of those </if>'s?

DementedMindz 07-19-2006 05:10 PM

i reverted my templates so i only delete the ones you said to

egyptsons 07-19-2006 07:54 PM

I wish if you do a Top list hack for threads
and also by Members voting

derekivey 07-19-2006 10:49 PM

Quote:

Originally Posted by egyptsons
I wish if you do a Top list hack for threads
and also by Members voting

What do you mean? I don't really understand... can you please clarify?

Thanks,
Derek

King Kovifor 07-22-2006 02:20 AM

Quote:

Originally Posted by derekivey
What do you mean? I don't really understand... can you please clarify?

Thanks,
Derek

Derek,

I think him means Top Threads (using ratings)!

egyptsons 07-22-2006 03:55 PM

Quote:

Originally Posted by derekivey
What do you mean? I don't really understand... can you please clarify?

Thanks,
Derek

Thanks Derek for your reply, sorry for my language.
I mean the same way for sites but for theards, Like every member writ a theard put the link in the toplist then one button appear in his theard automatically to let other members or visitor to vote;)

derekivey 07-22-2006 04:41 PM

Ok, I will see about adding it. Sounds like a good feature.

Derek

Lena Starling 07-23-2006 02:03 PM

I transferred my board from one domain to another and while trying to reinstall the Toplist hack I get this error:

Quote:

MySQL Error : Table 'toplist_ratings' already exists
And yes, I do have the "Overwrite" option selected. : ( Any suggestions on how to fix this error? If you know, please try to give me clear instructions. Thanks!


All times are GMT. The time now is 05:23 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.02520 seconds
  • Memory Usage 1,833KB
  • 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
  • (4)bbcode_code_printable
  • (6)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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