View Full Version : Viewing Conversation Second Username Link
Amaury
01-11-2013, 04:54 PM
This is something I've been trying get an answer to on vBulletin Community Forum, but after Trevor's response on December 28, 2012, I decided to move it here.
Read through this thread (https://www.vbulletin.com/forum/showthread.php/405333-Viewing-Conversation-Second-Username-Link). It explains everything.
WorldCraft
01-11-2013, 05:17 PM
I've been trying to figure this out for my board too, but it looks like it'd take more than a template update to get the 2nd username to show its markup. :/
Amaury
01-11-2013, 05:34 PM
I've been trying to figure this out for my board too, but it looks like it'd take more than a template update to get the 2nd username to show its markup. :/
Sounds like an improvement request for this could be filed into JIRA.
Not exactly sure if it's necessarily a bug. Maybe an oversight like the sidebar buttons' text that I raised a thread on.
--------------- Added 1357931328 at 1357931328 ---------------
I've submitted it into JIRA here (http://tracker.vbulletin.com/browse/VBIV-15578).
mokujin
01-11-2013, 07:47 PM
Hey I did it, open your file functions_online.php
find: if ($seeuserid AND $wol_user["{$userinfo['guestuserid']}"])
{
And just add below:
$wol_user[$userinfo['guestuserid']]['username'] = fetch_musername($userinfo);
It took me 20minutes to do it =))
WorldCraft
01-11-2013, 08:42 PM
Thanks man! :up:
Amaury
01-11-2013, 09:15 PM
Hey I did it, open your file functions_online.php
find:
And just add below:
It took me 20minutes to do it =))
I'll direct our owner here next time he's online on Skype or KH-MF.
Dark Lycan
01-15-2013, 09:23 AM
I'll direct our owner here next time he's online on Skype or KH-MF.
kk its been done guys.:up::D
Amaury
01-15-2013, 02:35 PM
kk its been done guys.:up::D
I think we should just wait until vBulletin itself does something.
The forum is down. I'm not sure if the code doesn't work or you made an error, but...
Warning: include(/home3/khmediaf/public_html/includes/config.php) [function.include]: failed to open stream: No such file or directory in /home3/khmediaf/public_html/includes/class_core.php on line 3326
Warning: include() [function.include]: Failed opening '/home3/khmediaf/public_html/includes/config.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home3/khmediaf/public_html/includes/class_core.php on line 3326
Configuration: includes/config.php does not exist. Please fill out the data in config.php.new and rename it to config.php
You should check the forum after making changes like this to make sure it's still up, LOL. Remove the change you made OR see Hartmut's post here (https://www.vbulletin.com/forum/showthread.php/415416-Site-Down) on vBulletin Community Forum, and hopefully the issue gets fixed.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.