The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#272
|
||||
|
||||
![]()
and you are right about the editing. i missed the title part. thank you.
i'm gonna ask scott to move it on top the file, since it fixed the last bug we all had problems with. |
#273
|
||||
|
||||
![]()
Works with the current version of the lasttitle hack. (Not fully my work, read 2 pages earlier in this topic.) I will (try to) update it everytime PPN/Teck update the last title hack.
Run this query: PHP Code:
Find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
Find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
Find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
Find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
Find: PHP Code:
PHP Code:
Find: PHP Code:
PHP Code:
Find: PHP Code:
PHP Code:
Find: Code:
<a href="showthread.php?s=$session[sessionhash]&goto=lastpost&forumid=$forum[forumid]">$forum[lastthread]</a> Code:
$icon <a href="showthread.php?s=$session[sessionhash]&goto=lastpost&forumid=$forum[forumid]">$forum[lastthread]</a> |
#274
|
|||
|
|||
![]()
If i could find your file
![]() its slow as your adding an extra query per forum so when it tries to update them it will take ages. |
#275
|
||||
|
||||
![]()
i noticed another bug. when i post a poll, it will not update the title on forumhome.
to fix it, open newthread.php and find: Code:
//create new thread if ($postpoll) { $visible = 0; Code:
//create new thread if ($postpoll) { $visible = 0; $DB_site->query("UPDATE forum SET lastthread='".addslashes(htmlspecialchars($subject))."' WHERE forumid IN ($foruminfo[parentlist])"); |
#276
|
|||
|
|||
![]()
Question: How many queries does this add to forumhome?
|
#277
|
||||
|
||||
![]()
none. that's why i install it.
my goal on my board is to have a low query number, is the most important for the speed and performance of the site. |
#278
|
|||
|
|||
![]()
That's my goal too! Is there a way I can contact you via MSN or AIM? I'd love to know, if it's ok with you how you keep your queries down...
I'm glad this doesn't add ANY queries at all! I need some help cutting queries down in some files.. |
#279
|
||||
|
||||
![]()
sorry, i dont do support over IM's. that's why we have forums.
|
#280
|
|||
|
|||
![]()
You'll find that as long as you dont go adding too many features or the author provides a way to combine queries you will have efficent code.
But please dont think that more queries means a slower execution time, it all depends on how big the table is, indexes, how many tables there is and what your scanning for. |
#281
|
|||
|
|||
![]()
Yeah, well on my proper forums right now, I went over the top with hacks [60+ of them] and it slowed the forums down, had 46 queries on forumhome etc..
|
#282
|
|||
|
|||
![]()
I don't have enough time to read through all 19 pages, maybe someone can tell me straight away...how can I make it so clicking the title takes you to the thread, and not the last post in that forum?
|
#283
|
|||
|
|||
![]()
N/M I found it
![]() |
#284
|
|||
|
|||
![]()
Hello ..
I'm use 2.2.8 and i have install the last title hack and evry thing is good without any problems .. and now i have problem with it when i need to put reply on any topic in my forum the last title will not show on forum home but if i reply with subject and icon the icon will appear (show) on forum home without the title .. please help me for that and sorry for my english ... Regards |
#285
|
||||
|
||||
![]()
This hack rules!!
Wonder? Bevor installation i´ve had 24 Querys on Forumhome now after the installation ive got 23...?? /me loves it and klicks install! |
#286
|
||||
|
||||
![]()
can you show me how to do the little .............. thing so that it doesnt mess with my forum lenths and makes it not strech out
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|