The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#227
|
||||
|
||||
![]()
can we get a new updated file? for ppl with vb 2.2.6?
|
#228
|
||||
|
||||
![]()
well, I got it working!
|
#229
|
||||
|
||||
![]()
Any way to get this working in the Search > Thread Results screen?
![]() |
#230
|
||||
|
||||
![]()
Scott, did you ever figure out why when I have a user with an apostrophe in the name that when I run update counters on the forum, that it gives me a db error is the user with the apostrophe is the user with the last post? And every once in a while I get a thread that gives me an errorid error if I click on it but when I go to edit the thread, it fixes it so it is clickable again.
|
#231
|
|||
|
|||
![]()
let me guess syntax error due to the lack of a slash. Can you post the query it was trying to run if possible.
Ill get an update file done soon, its changed in 2.2.7 so I'll have to post a new one. |
#232
|
||||
|
||||
![]()
Bingo on the syntax error.
![]() ![]() |
#233
|
||||
|
||||
![]()
Scott, I've got an update to my problem here. This is the error I just got when I clicked on the link on the forum home to a new thread.
Quote:
![]() Do you think you can do a small update to fix this and the apostrophe problems before the updated version for 2.2.7 comes out? ![]() |
#234
|
||||
|
||||
![]()
Scott, here is the db error I just got after clicking on the last post in one of the forums on the forumhome. Is there a way to fix it?
![]() Quote:
|
#235
|
||||
|
||||
![]() Quote:
PHP Code:
![]() |
#236
|
|||
|
|||
![]()
Is this with another hack Boofo because i dont have a link to goto=newthread in my showthread.php, though the addslashes it what is missing from the query.
|
#237
|
||||
|
||||
![]()
I think I fixed it but I'm not sure if I did it right.
![]() Here's the code I started out with: Code:
// goto newest thread if ($goto=="newthread") { if (isset($forumid) and $forumid!=0) { $foruminfo=verifyid("forum",$forumid,1,1); $forumid=$foruminfo['forumid']; $lastthread=$DB_site->fetch_array($DB_site->query("SELECT threadid FROM post WHERE username='$foruminfo[lastposter]' AND dateline='$foruminfo[lastpost]'")); header("Location: showthread.php?s=$session[sessionhash]&threadid=$lastthread[threadid]"); exit; } } Code:
// goto newest thread if ($goto=="newthread") { if (isset($forumid) and $forumid!=0) { $foruminfo=verifyid("forum",$forumid,1,1); $forumid=$foruminfo['forumid']; $lastthread=$DB_site->fetch_array($DB_site->query("SELECT threadid FROM post WHERE username='".addslashes($foruminfo[lastposter])."' AND dateline='$foruminfo[lastpost]'")); header("Location: showthread.php?s=$session[sessionhash]&threadid=$lastthread[threadid]"); exit; } } Quote:
|
#238
|
|||
|
|||
![]()
Hmm...
it seems as though this doesnt work for version 2.2.7..... ![]() the section that involves: PHP Code:
|
#239
|
|||
|
|||
![]()
Has anyone confirmed that this works flawlessly on 2.2.7?
|
#240
|
|||
|
|||
![]()
I compared the file from 2.2.6 to 2.2.7, and the code i mentioned is not in 2.2.7. I am thinking of going ahead with it anyhow, i really cannot live without the last post not showing up on the front forum page.....
I am guessing you havnt tried it yet? |
#241
|
|||
|
|||
![]()
I think i might have got this working on 2.2.7.
How do i right justify the LAST TOPIC in the LAST POST column? mine are being centered, and my box is big! |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|