php forum
php mysql forum
php mysql smarty
 
Page 4 of 6 < 1 2 3 4 5 6 >
Topic Options
#141156 - 04/24/01 11:50 AM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
Clueless Offline
Junior Member

Registered: 02/13/01
Posts: 8
Hmm what extra code do i add to this hack to allow Mega Mods to also edit.

I've install the hack using the 4th version to allow only Mods And Admins, this works fine but when a mega mods try it, you can see their name..
Thanx

Top
#141157 - 04/24/01 11:58 AM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
Zorro Offline
Member

Registered: 03/03/01
Posts: 91
Code:
quote:</font><HR>Originally posted by Clueless:
[b]Hmm what extra code do i add to this hack to allow Mega Mods to also edit.[/b]<HR></BLOCKQUOTE>
I'm not sure of, but please try replacing in ubb_edit_post.cgi the line
<BLOCKQUOTE><font size="1" face="Verdana, Helvetica, Arial">code:

by this one:
Code:
code:

Of course, you have to replace "MegaModerator" with the real title you use in your board (e. g., "Super Moderator").

Lemmie know if that worked...

<FONT COLOR="#000000" SIZE="1">[ April 24, 2001 11:59 AM: Message edited by: Zorro ]</font>

Top
#141158 - 04/24/01 12:24 PM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
Clueless Offline
Junior Member

Registered: 02/13/01
Posts: 8
I did that the first time and it didn't work.

But i've looked at what you've posted and i saw the error
you put
($user_profile[8] eq 'MegaModerator'))
I put
($user_profile[8] eq 'Mega Moderator'))
I placed a Space between Mega Moderator DOH
And yes m8 works a Treat Many Thanx...

Top
#141159 - 04/24/01 12:50 PM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
Zorro Offline
Member

Registered: 03/03/01
Posts: 91
Great! laugh

Top
#141160 - 04/24/01 04:04 PM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
Zorro Offline
Member

Registered: 03/03/01
Posts: 91
Version 4.1 released

Only small update: Support for English, German, French and Spanish added.

Top
#141161 - 04/25/01 04:23 PM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
Schrapnell Offline
Junior Member

Registered: 04/10/01
Posts: 22
Hi,

I want to have a hack, that makes only admin-edits invisible. The rest may last as it is in UBB.

What do I have to change then?

Zorros hack is too big for me...

Thanx & Bye
Schrapnell

Top
#141162 - 04/25/01 04:42 PM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
Zorro Offline
Member

Registered: 03/03/01
Posts: 91
@Schrapnell:

Wieso denn in englisch? laugh

Also, versuch mal das hier:

ubb_edit_post.cgi öffnen

Suchen:

-----
$message .= qq(

[ $edit_date: $vars_wordlets{edit_wording} $pubname ]);
-----

Ersetzen mit:

-----
if (($username ne '') && ($stat_line[1] !~ /X/i)) {
if ($user_profile[0] eq '') {
@user_profile = &verify_id_num($username, $password, $user_number);
}
chomp($user_profile[8]);
if ($user_profile[8] eq 'Administrator') {
$message .= qq();
} else {
$message .= qq(

[ $edit_date: $vars_wordlets{edit_wording} $pubname ]);
}
}
-----

Sag Bescheid, ob's funktioniert hat. wink

Zorro

<FONT COLOR="#000000" SIZE="1">[ April 25, 2001 04:46 PM: Message edited by: Zorro ]</font>

Top
#141163 - 04/26/01 03:28 AM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
Schrapnell Offline
Junior Member

Registered: 04/10/01
Posts: 22
Quote:
quote:


I wrote in English because everybody should be able to read in this forum.

Thanx Zorro for that hack. It works perfectly.

Admin-Edits are now invisible. Mod- and Member-Edits are shown as usual...

Great!

Bye,
Schrapnell

Top
#141164 - 04/26/01 05:00 AM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Now it's an ultimate edit hack laugh
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#141165 - 04/26/01 07:32 AM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
Zorro Offline
Member

Registered: 03/03/01
Posts: 91
Quote:
quote:


Hehe... Thanks wink

Top
#141166 - 04/26/01 08:21 AM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
SNES Offline
Member

Registered: 04/20/01
Posts: 94
Hi Zorro :Da mein Englisch immer missverstanden wird(siehe Login.cgi-thread,du lachst dich kaputt :D),mal in deutsch:

Also:Könntest du den Hack so umschreiben,dass die Admins übers CP einstellen können,bei WEM die editline nicht angezeigt wird???


Ich weiss,das wird eine große Aktion,aber würde sich doch lohnen,oder?

Top
#141167 - 04/26/01 09:38 AM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
Zorro Offline
Member

Registered: 03/03/01
Posts: 91
Hui, würde den ganzen Hack natürlich total umkrempeln, ist aber ein guter Vorschlag.

Im Moment bin ich aber auch noch beruflich mit dem Hacken anderer Boards beschäftigt, daher hab ich ned allzu viel Zeit im Mom, aber freu dich schon mal auf Version 5, da wird das dann auf jeden Fall drin sein wink

For all English speaking people: [GLX]SNES asked me if I could add a CP interface for this hack. Cause I think other people are also interested in this feature, it will be available in version 5...

Cu
Zorro

Top
#141168 - 04/26/01 11:35 AM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
SNES Offline
Member

Registered: 04/20/01
Posts: 94
Kewl,danke...Ich lass die v4 dann draussen und warte lieber...

PS:Beruflich?Du bekommst kohle fürs boardhacken?*neidischguck*

Top
#141169 - 04/26/01 02:37 PM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
Zorro Offline
Member

Registered: 03/03/01
Posts: 91
Hi,

hehe, was hab ich da nur wieder gesacht?! laugh Jo, ich bin am Woende noch mit einem größeren Update eines Boards beschäftigt (Update UBB 5 -> UBB 6 / neues Design / Einbau von etwa 40 Hacks), dass das nicht ganz kostenlos ist, versteht sich wohl von selbst. tipsy Als UBB-Hacker hat man schon nen gesunden Stundenlohn, wenn ich das mal so sagen darf. wink

Danach werde ich mich dann aber an das CP-Feature setzen, versprochen... wink

Cu
Zorro

Top
#141170 - 04/26/01 02:45 PM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
SNES Offline
Member

Registered: 04/20/01
Posts: 94
Boah!Wer will denn 40Hacks in sein Board wink Hab grad mal neun drin und das war schon arbeit...Naja,ich halt dich mal net länger auf...Und freu mich schon auf die neue Version..Aber keine Eile!gibt noch genug andere hacks zum einbauen laugh laugh laugh

Top
#141171 - 04/26/01 02:57 PM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
gotta love my dictionary laugh
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#141172 - 04/26/01 03:50 PM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
Zorro Offline
Member

Registered: 03/03/01
Posts: 91
I'm sorry for talking German... tipsy

Think we should go on with talking English, SNES, or LK will have no chance to come along with his dictionary! laugh

Top
#141173 - 04/27/01 12:28 AM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
Stilgar Offline
Old Hand

Registered: 02/06/01
Posts: 2324
Loc: Northern California
Nor worries, Zorro. Did we miss anything important? smile

Great hack by the way. Very easy to install.

Top
#141174 - 04/27/01 06:20 AM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
Zorro Offline
Member

Registered: 03/03/01
Posts: 91
No, no, you dindn't miss anything important.

SNES only asked me if there'S a way of getting a CP interface for the hack, so I told him to wait for the release of version 5. It will include it... wink

Cu
Zorro

Top
#141175 - 04/28/01 12:59 PM Re: [6.0x] ULTIMATE EDIT HACK 4.1 [ Finished ]
Wshmaster0 Offline
Junior Member

Registered: 09/03/00
Posts: 3
Loc: Melbourne, FL USA
When I looked at version 4.1 of the hack, I see that it is tested for 6.04b. I was wondering if anyone has tested it for 6.04c because I just recently upgraded to 6.04c (which I might add was a ***** when adding older version hacks) in any case, if anyone has tested it yet for 6.04c please let me know.. thanks!
_________________________
Wshmaster0

Top
Page 4 of 6 < 1 2 3 4 5 6 >


Who's Online
0 registered (), 29 Guests and 13 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
How to hide sub forums from summary page
by Ruben Rocha
Today at 02:58 PM
Spell Check [beta]
by Bill B
Yesterday at 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
Yesterday at 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
Yesterday at 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
Yesterday at 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
David DelMonte, nick1, Begbie, cenk, MATTO
13363 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks