View Full Version : vborg how did you make...
Psychdrone
12-29-2001, 10:05 PM
it so that the edit button will only appear if its your post, and if not then the report feature is there
That is sweet!
Fill me in :D
Thanks!
okrogius
12-30-2001, 01:19 AM
Yeah, I'd be really interested to know how it works as well...
exodus
12-31-2001, 03:26 AM
I never noticed that until now.
That's real sweet...
Hook us up with the info on how you did it. I'd love to know too.
Most probably added to showthread.php somewhere in the while loop..
if($post[username]==$bbuserinfo[username]) {
$reportedit="report.gif";
} else {
$reportedit="edit.gif";
}
Adding $reportedit in the template :)
Admin
12-31-2001, 12:18 PM
<a href="https://vborg.vbsupport.ru/showthread.php?s=&threadid=32414&highlight=edit+button" target="_blank">https://vborg.vbsupport.ru/showt...ht=edit+button</a>
okrogius
12-31-2001, 04:54 PM
Thanks a lot, great hack. :D
Psychdrone
12-31-2001, 09:27 PM
Don't I get any credit for pointing it out!! :p J/k
Thanks firefly
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.