Welcome, Guest. Please Login or Register.
March 28, 2024, 08:17:07 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.1] Global Moderator center. « previous next »
Pages: 1 ... 19 20 [21] 22 23 24 Reply Ignore Print
Author Topic: [Done 1.5.1] Global Moderator center.  (Read 142536 times)
goosemoose
Sr. Member
****
Posts: 256


I'm a llama!

Re:[Done 1.5.1] Global Moderator center.
« Reply #300 on: April 24, 2003, 06:58:28 PM »
Reply with quote

There is a mistake in the YaBBPak. The modsettings.php has
Quote<tr>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"></td>
                        <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><font size="2">$txt[gmod6]</font></td>
                        <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><input type=checkbox name="gmodbanChecked"' . $gmodbanChecked . '></td>
                     </tr><tr>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"></td>
                        <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><font size="2">$txt[gmod7]</font></td>
                        <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><input type=checkbox name="gmodreserveChecked"' . $gmodreserveChecked . '></td>
                     </tr><tr>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"></td>
                        <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><font size="2">$txt[gmod8]</font></td>
                        <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><input type=checkbox name="gmodcensorChecked"' . $gmodcensorChecked . '></td>
                     </tr>

but it should be
Quote' . $txt['gmod6'] . '
« Last Edit: April 24, 2003, 07:13:59 PM by goosemoose » Logged

MobileYaBB v.3 [75% done]
All in One MemberList 1.0
Integrated Chat v 2.0
Silent`
Noobie
*
Posts: 22


WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #301 on: April 24, 2003, 07:50:47 PM »
Reply with quote

Instead of this code:

Quote<tr>
                       <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"></td>
                       <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><font size="2">$txt[gmod6]</font></td>
                       <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><input type=checkbox name="gmodbanChecked"' . $gmodbanChecked . '></td>
                    </tr><tr>
                       <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"></td>
                       <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><font size="2">$txt[gmod7]</font></td>
                       <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><input type=checkbox name="gmodreserveChecked"' . $gmodreserveChecked . '></td>
                    </tr><tr>
                       <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"></td>
                       <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><font size="2">$txt[gmod8]</font></td>
                       <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><input type=checkbox name="gmodcensorChecked"' . $gmodcensorChecked . '></td>
                    </tr>

use this one

Quote<tr>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"></td>
                        <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><font size="2">' . $txt['gmod5'] . '</font></td>
                        <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><input type=checkbox name="gmodnewsChecked"' . $gmodnewsChecked . '></td>
                     </tr><tr>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"></td>
                        <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><font size="2">' . $txt['gmod6'] . '</font></td>
                        <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><input type=checkbox name="gmodbanChecked"' . $gmodbanChecked . '></td>
                     </tr><tr>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"></td>
                        <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><font size="2">' . $txt['gmod7'] . '</font></td>
                        <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><input type=checkbox name="gmodreserveChecked"' . $gmodreserveChecked . '></td>
                     </tr><tr>
                        <td class="windowbg2" bgcolor="' . $color['windowbg2'] . '"></td>
                        <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><font size="2">' . $txt['gmod8'] . '</font></td>
                        <td class="windowbg2" bgcolor=' . $color['windowbg2'] . '><input type=checkbox name="gmodcensorChecked"' . $gmodcensorChecked . '></td>
                     </tr>

You have to change it manually...
« Last Edit: April 24, 2003, 07:51:35 PM by PierreLaforest » Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #302 on: April 25, 2003, 01:00:10 AM »
Reply with quote

Strange... I swear I had fixed that.

I must not have uploaded it :$.

-[Unknown]
Logged
Daniel D.
Mod Team
YaBB God
*****
Posts: 2935


Re:[Done 1.5.1] Global Moderator center.
« Reply #303 on: April 25, 2003, 10:45:27 PM »
Reply with quote

German:

$txt['gmod0'] = 'Globaler Moderator';
$txt['gmod1'] = 'Global Mod Center';
$txt['gmod2'] = 'Das ist Dein '\' . $txt[gmod1] . '\'. Hier hast Du die M&ouml;glichkeit die News zu editieren, Mitglieder zu bannen und andere Global Mod Funktionen auszuf&uuml;hren.';
$txt['gmod3'] = 'Global Mod Optionen';
$txt['gmod4'] = 'Forum Globale Moderatoren';
$txt['gmod5'] = 'Globale Mods k&ouml;nnen News editieren';
$txt['gmod6'] = 'Globale Mods k&ouml;nnen Leute bannen';
$txt['gmod7'] = 'Globale Mods k&ouml;nnen Reservierungen von Namen editieren';
$txt['gmod8'] = 'Globale Mods k&ouml;nnen W&ouml;rter zensieren';
$txt['gmod9'] = 'Sorry, aber Du hast keine Rechte um News editieren zu k&ouml;nnen.';
$txt['gmod10'] = 'Du hast keine Rechte um User bannen zu k&ouml;nnen.';
$txt['gmod11'] = 'Du hast keine Rechte um Nicks reservieren zu k&ouml;nnen.';
$txt['gmod12'] = 'Du hast keine Rechte um W&ouml;rter zensieren zu k&ouml;nnen.';
$txt['gmod13'] = 'Keine';
Logged

jlp2
Noobie
*
Posts: 3


I'm a llama!

Re:[Done 1.5.1] Global Moderator center.
« Reply #304 on: May 29, 2003, 06:36:33 PM »
Reply with quote

where do i get that dbmod.php thing
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #305 on: May 29, 2003, 06:44:19 PM »
Reply with quote

Everything is included in the zip.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
jlp2
Noobie
*
Posts: 3


I'm a llama!

Re:[Done 1.5.1] Global Moderator center.
« Reply #306 on: May 29, 2003, 06:45:07 PM »
Reply with quote

it was not in there not the dbmod.php
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #307 on: May 29, 2003, 06:50:55 PM »
Reply with quote

Alright, I see what's going on, you downloaded the zip from my site, I no longer keep it up to date. Check [Unknown]'s server because he has the latest zip(because he updated it to 1.5.1 for me).

If you have phpmyadmin, you can just run the .sql file in the zip and it will have the same effect as running the dbmod.php file.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
jlp2
Noobie
*
Posts: 3


I'm a llama!

Re:[Done 1.5.1] Global Moderator center.
« Reply #308 on: May 29, 2003, 06:53:49 PM »
Reply with quote

What is the link??
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #309 on: May 29, 2003, 07:09:50 PM »
Reply with quote

I honestly don't remember... I am sure [Unknown] can tell you though.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #310 on: May 29, 2003, 07:56:20 PM »
Reply with quote

Quote from: [Unknown] on March 08, 2003, 07:52:50 AM
New YaBBpak uploaded.... works with newest version of 1.5.1.

http://gbaetc.homeip.net/yypack

-[Unknown]

Direct link:
http://gbaetc.homeip.net/yypack/globalmodcenter.zip

I'm not sure it works for 1.5.3, but I doubt it wouldn't...

-[Unknown]
Logged
Aquilo
The Black Llama
Sr. Member
****
Posts: 416


Would'nt you like to be a llama too?

WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #311 on: May 30, 2003, 08:08:08 AM »
Reply with quote

well it installed with BoardMod 2.5SE with no hiccups what so ever there is no dbmod.php file in the zip file but one line in phpmyadmin didn't kill me  ;D

ok the board is still running fine!
[edit] I forgot to add that I am using a modifried YaBB SE 1.5.3 and all's cool!

why can't the admin get into the modcenter?? what if a Moderator say's there's something funny going on in there ;D like half the page is not showing up, the admin is supreme ruler of there board!!!

oh well I'll modify the mob  for me!  ;D
this is nice and so cool! thank you!

Aquilo
« Last Edit: May 30, 2003, 09:22:29 AM by Aquilo » Logged

[td][/td]
[td]
[/td][td][/td][/table]
eibon
Noobie
*
Posts: 10


I have a llama fetish!

Re:[Done 1.5.1] Global Moderator center.
« Reply #312 on: May 31, 2003, 10:47:01 PM »
Reply with quote

I've tried just about all of the links provided and none of the zip files contain "dbmod.php".  Since I am a complete ignoramus when it comes to SQL, I'll probably screw it up if I try to make the changes myself, so does anyone know where I can get the "dbmod.php" file?

Thanks  :)
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:[Done 1.5.1] Global Moderator center.
« Reply #313 on: May 31, 2003, 11:34:17 PM »
Reply with quote

If you want a dbmod, use this:

http://gbaetc.homeip.net/yypack/globalmodcenter141.zip

At some point I'm going to make sure it works with 1.5.3 and include a database modification PHP file in the main zip...

I really wrote it as a YaBBpak though....

-[Unknown]
Logged
eibon
Noobie
*
Posts: 10


I have a llama fetish!

Re:[Done 1.5.1] Global Moderator center.
« Reply #314 on: June 01, 2003, 12:12:22 AM »
Reply with quote

I received a 404 error with that link, but you put me on the right track, and I found what I needed here -

http://gbaetc.homeip.net/yypack/globalmod141.zip

Thanks  :)

I've just installed the mod on my 1.5.3 forum, and everything seems to be working perfectly.
Logged
Pages: 1 ... 19 20 [21] 22 23 24 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.1] Global Moderator center. « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.027 seconds with 19 queries.