![]() |
Great hack - could you tell me how to remove the link to the users so that there name only appears, but does not give a link to that member?
|
Quote:
The way I did it is close to how vBulletin itself does it, and I assume that way is optimized for Performance, although it might have more Code. But on the other Hand, the Query gets a Bit lighter as it does not invlove joins. Although there is less code to eval(). But as said, I am not sure if this has an impact on Performance - it was just a thought :) |
Kirby - do you happen to know the answer to my question above regarding providing only usernames & no links to the users who have visited? thx
|
That's easy - just edit the Plugin Code so it does not create Links.
|
I know it's here in the index.php, but how exactly do I change it - thx for your help:
$whotoday .= "<a href='member.php?u=$today[userid]' title='$wrdate' >"; if ($today['visible'] == 2) { $whotoday .= $today['opentag'].$today['username'].$today['closetag']."</a>*, "; } else { $whotoday .= $today['opentag'].$today['username'].$today['closetag']."</a>, "; |
Why are you looking in idex.php to modify a plugin?
Open your Plugin Manager and remopve the hyperlink code around the name |
Quote:
Quote:
from my old asp-world :nervous: : Code:
if usergroupid= 6 then php is not the best part of me but I will learn! What would you do without our crazy suggestions? :alien: |
Quote:
|
Quote:
|
Quote:
https://vborg.vbsupport.ru/showthrea...threadid=71533 |
All times are GMT. The time now is 01:34 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|