View Full Version : Threads Not Being Reconized in " Who's online"
This is nothing major but more of something that bothers me. Note how the forum shows up fine but the thread shows the direct path. How can I fix this?
Attachment of the problem.
Edit:
Vbullet 3.5.1
vRewrite:1.5.1
Yes, I am sorry I thought I had said this.
Hmm...I will take a look.
Ok thanks, is this a common thing or is it just mine? Is there anything else you need?
I've encountered this too. This, and the AJAX post thank you hack (which is being worked on by Bhuwan, thank you!!!) is the only reason why I'm don't have mine enabled as of right now.
dodgechargerfan
28 May 2006, 12:12
I'm seeing the problem too. Not a huge deal, but it would be great to get cleaned up.
Thanks again for this mod.
zeropaid
09 Jun 2006, 21:47
mine shows the same... anyone get this fixed?
Immortal
10 Jun 2006, 02:42
Workin' on it.
mine shows the same... anyone get this fixed?
Try this:
http://www.vbulletin.org/forum/showthread.php?t=118177
It's working on my site - pretty sure we hammered that out a while ago, or most of it anyway.
cyberoptik
11 Jun 2006, 21:45
I'm running that new version; and am still having a similar problem. When looking at a user's profile while the user is viewing a thread, it shows an error in the location.
For example; I am viewing my user profile and am viewing a thread and it is returning this error for my location:
Unknown Location /site-reviews/t-techsws-layoutlook-7.html @ 08:44 PM
I get the same error when I am viewing a topic; and I look at the Who's Online page:
Unknown Location
/site-reviews/t-techsws-layoutlook-7.html
zeropaid
21 Jun 2006, 07:34
yes i am running that same version and still having issues with my online.php. Is everyone having this problem or is anyone's online.php working properly?
yes i am running that same version and still having issues with my online.php. Is everyone having this problem or is anyone's online.php working properly?
Mine works fine. :)
teknoledge
14 Aug 2006, 10:17
I'm having the same problem with online.php. Anyone knows how to fix this?
Immortal
14 Aug 2006, 14:59
Still workin' on a fix. :)
Zweeper
19 Aug 2006, 14:52
i need the fix too ;)
redlabour
10 Sep 2006, 18:41
Anything new about this ? Same Problem here and deactivated vRewrite till it is getting fixed.
Same issue on my forums. :)
grazianno
09 Jan 2007, 19:24
need the fix too :s
Yes, a fix would be very appreciate
same issue on my forums too :(
waiting for a fix :)
I think I got it fixed:
OPEN /includes/functions_online.php
FIND
if (!empty($values['searchid']))
{
$userinfo['searchid'] = intval($values['searchid']);
$searchids .= ',' . $userinfo['searchid'];
}
ADD AFTER
$found = preg_match_all('#t-([a-zA-Z0-9\-]+)-([0-9]+)#i', $filename, $matches);
if ($found == 1){
$values['threadid'] = $matches[2][0];
}
FIND
// ################################################## Showthread
ADD AFTER
$found = preg_match_all('#t-([a-zA-Z0-9\-]+)-([0-9]+)#i', $filename, $matches);
if ($found == 1){
$filename = 'showthread.php';
}
This way you should have the thread name showing :) Enjoy!
great tomzx!
its workin now!
thx a lot for this!
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.