You can download it by clicking here
If you have any problems or questions just ask here ^_^; First module, so it's pretty simple.
_______________
Moderators: Gaia.
Page: 1
| Author | Post |
|---|---|
|
#1 Sat Oct 22, 2005 11:16 pm
|
|
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. _______________ |
|
#2 Sun Oct 23, 2005 9:44 am
|
|
Member
![]() Registered: Jul 2005
Posts: 232
Location: Stockholm
|
I haven't tried it yet but good work
.. Add it to usebb resource a well if you want toEdit: Now I've tried it out.. works great ![]() « Last edit by ero-sennin on Sun Oct 23, 2005 9:49 am. » |
|
#3 Sun Oct 23, 2005 2:44 pm
|
|
Moderator
![]() Registered: Oct 2005
Posts: 437
Location: canada
|
Thanks ^_^ and will do.
![]() EDIT: There, added ![]() _______________ « Last edit by Gaia on Sun Oct 23, 2005 2:50 pm. » |
|
#4 Tue Oct 25, 2005 12:06 am
|
|
|
Member
Registered: Mar 2005
Posts: 196
Location: Hungary
|
Works fine. Thanks!
_______________ Long Live Rock n' Roll! |
|
#5 Tue Oct 25, 2005 2:56 pm
|
|
Member
![]() Registered: Jul 2005
Posts: 232
Location: Stockholm
|
It's up on UseBB Resource... Yesterday or something dont remember
![]() |
|
#6 Fri Oct 28, 2005 1:17 pm
|
|
Moderator
![]() Registered: Oct 2005
Posts: 437
Location: canada
|
Thanks, glad it's being put to good use ^_^ _______________ |
|
#7 Mon Oct 31, 2005 5:59 pm
|
|
Member
![]() Registered: Jul 2005
Posts: 232
Location: Stockholm
|
Yeah.. very nice until the official is up
![]() |
|
#8 Mon Oct 31, 2005 6:40 pm
|
|
Moderator
![]() Registered: Oct 2005
Posts: 437
Location: canada
|
Yup, i'm sure the official one will be much more flexible
![]() _______________ |
|
#9 Mon Oct 31, 2005 6:44 pm
|
|
|
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 />.
![]() _______________ |
|
#10 Mon Oct 31, 2005 7:26 pm
|
|
Moderator
![]() Registered: Oct 2005
Posts: 437
Location: canada
|
<br /> is still XHTML Strict Compliant isn't it? 0_o
_______________ |
|
#11 Mon Oct 31, 2005 8:10 pm
|
|
|
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
|
It might but it breaks the layout. And it's not semantically correct. _______________ |
|
#12 Mon Oct 31, 2005 8:59 pm
|
|
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! ![]() _______________ |
|
#13 Mon Dec 05, 2005 2:29 pm
|
|
|
Member
Registered: Dec 2005
Posts: 5
|
Works fine
|
|
#14 Tue Dec 06, 2005 11:52 am
|
|
|
Member
Registered: Apr 2004
Posts: 39
Location: Rainy Belgium
|
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) |
|
#15 Tue Dec 06, 2005 11:59 am
|
|
|
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
|
I meant to put the texts in a <p> tag instead of using <br />.
_______________ |
|
#16 Tue Dec 13, 2005 3:46 pm
|
|
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 />
|
|
#17 Tue Dec 13, 2005 4:00 pm
|
|
|
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> Incorrect: Some text As you can see there is even padding missing in the box when using <br />. _______________ |
Page: 1
UseBB Community is powered by UseBB 1 Forum Software