UseBB Community

The official board for UseBB help and discussion

UseBB Community » Resources & Customization » [1.0] Moderator Module

[1.0] Moderator Module

Moderators: Gaia.

Page: 1

Author Post
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
An ACP module that allows you to change a members status to moderator, remove moderator status from a member, and also attach a moderator to a selected forum.

You can download it by clicking here

If you have any problems or questions just ask here ^_^; First module, so it's pretty simple.
Member
Registered: Jul 2005
Posts: 232
Location: Stockholm
I haven't tried it yet but good work :D .. Add it to usebb resource a well if you want to

Edit: Now I've tried it out.. works great :D
« Last edit by ero-sennin on Sun Oct 23, 2005 9:49 am. »
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
Thanks ^_^ and will do. :)

EDIT: There, added :D
« Last edit by Gaia on Sun Oct 23, 2005 2:50 pm. »
Member
Registered: Mar 2005
Posts: 196
Location: Hungary
Works fine. Thanks!
_______________
Long Live Rock n' Roll!
Member
Registered: Jul 2005
Posts: 232
Location: Stockholm
It's up on UseBB Resource... Yesterday or something dont remember :P
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
bastya_elvtars wrote
Works fine. Thanks!


Thanks, glad it's being put to good use ^_^
Member
Registered: Jul 2005
Posts: 232
Location: Stockholm
Yeah.. very nice until the official is up :D
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
Yup, i'm sure the official one will be much more flexible :P
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
You should take care, the output must be XHTML 1.0 Strict compliant. Don't use <br /> but <p />. ;)
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
<br /> is still XHTML Strict Compliant isn't it? 0_o
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
Gaia wrote
<br /> is still XHTML Strict Compliant isn't it? 0_o
It might but it breaks the layout. And it's not semantically correct.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
Okey, i'll keep that in mind for next time ^_^

Any more tips you have for me, specially with PHP, are welcome! :D
Member
Registered: Dec 2005
Posts: 5
Works fine
Member
Registered: Apr 2004
Posts: 39
Location: Rainy Belgium
Dietrich wrote
You should take care, the output must be XHTML 1.0 Strict compliant. Don't use <br /> but <p />. ;)


actually, <p /> is worse than <br />, you can see <br /> as the future line tag ;) (xhtml 2.0) (an empty paragraph just doesn't exists)
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
I meant to put the texts in a <p> tag instead of using <br />.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: Jul 2005
Posts: 232
Location: Stockholm
I dont get this really what should you use? text between a <p> and a </p> or just a simple <br />
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
Well the box containing the module output is a <div>. If you want to put a line of text in it, you use a <p>.

Correct:
<p>Text</p>
<p>Some other text</p>


Incorrect:
Some text
<br />
Some other text


As you can see there is even padding missing in the box when using <br />.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog

Page: 1

UseBB Community » Resources & Customization » [1.0] Moderator Module

UseBB Community is powered by UseBB 1 Forum Software