UBB.Dev
Posted By: Ian Spence Admin edits don't show Edit By [6.5] - 05/26/2003 4:21 AM
ok, I already know about
[code][/code]but that prevents it showing for mods and admins, but I want it to show for mods, but not for admins.

Could anyone make this hack?
Posted By: 1QuickSI Re: Admin edits don't show Edit By [6.5] - 05/26/2003 7:39 AM
I know it was done for v6.1 So all you would need to do is find in its respective forum and port it over smile
Posted By: Ian Spence Re: Admin edits don't show Edit By [6.5] - 05/26/2003 7:58 AM
I would but I have a feeling the hack will be replace $is_admin_mod with if(...[..] == ne)

or something like that
2weird_al, does the hack you mentioned work for 6.5? because that's exactly what I need, to filter out all edit-tags by admins AND mods *g*
Posted By: Ian Spence Re: Admin edits don't show Edit By [6.5] - 05/26/2003 10:04 AM
yes, it's in ubb_edit_post.cgi I think

EDIT: It's built in, all you do is add a # to the beginning of the one line
Posted By: technoforum.de Re: Admin edits don't show Edit By [6.5] - 05/26/2003 10:07 AM
oh, thanks, i'll have a look ! :-)
chris
Posted By: Ian Spence Re: Admin edits don't show Edit By [6.5] - 05/28/2003 6:37 AM
Can anyone do this?
Posted By: AllenAyres Re: Admin edits don't show Edit By [6.5] - 05/28/2003 10:07 AM
that's cool, I've never seen that code before laugh

I'll look at it tomorrow if no-one else beats me to it smile
Posted By: Ron M Re: Admin edits don't show Edit By [6.5] - 05/28/2003 6:08 PM
nvrmind..
Posted By: Ian Spence Re: Admin edits don't show Edit By [6.5] - 06/04/2003 12:11 AM
anyone?
Posted By: AllenAyres Re: Admin edits don't show Edit By [6.5] - 06/04/2003 6:28 AM
Try changing:

$is_admin_mod

to:

$profile[8] eq 'Moderator'

Not perfect, but should work smile
Posted By: PrimeTime Re: Admin edits don't show Edit By [6.5] - 06/04/2003 6:36 AM
There is a hack that would do this. You can modify it by status and user (e.g., user #, name). What Allen posted should work however. smile

In case if anyone wants to know the hack is called, "Utlimate Edit Hack". With slight modification it will work on any 6x version. smile
Posted By: Ian Spence Re: Admin edits don't show Edit By [6.5] - 06/04/2003 9:13 AM
Allen, it did not work. I tried everything. Thanks for trying.

PrimeTime, thank you! I used the 6.3x version, and only had to change an "or" to a "||" and it works perfect.
Posted By: PrimeTime Re: Admin edits don't show Edit By [6.5] - 06/04/2003 10:34 AM
Glad you got it to work. smile
Posted By: Hussein Re: Admin edits don't show Edit By [6.5] - 07/09/2005 9:40 AM
Ignore this message. I found the file.
© UBB.Developers