Search found 37 matches

by Noonster
Tue Jun 14, 2005 8:15 pm
Forum: 2.0.x Support Forum
Topic: Getting Session Errors
Replies: 2
Views: 257

Getting Session Errors

Members of my forums seem to be getting session errors on my site. I am stuck and don't seem to see what it causing. These are the errors we're getting. phpBB : Critical Error Error updating sessions table DEBUG MODE SQL Error : 1034 Incorrect key file for table: 'phpbb_users'. Try to repair it UPDA...
by Noonster
Fri May 13, 2005 8:51 am
Forum: 2.0.x Support Forum
Topic: Rank order help
Replies: 7
Views: 457

I think they are saying that the part that makes the "users in the last 24 hours" section is a Mod. Its not a standard phpbb feature. You will need to go to where you got the feature from to get support. Wasnt aware is was a mod :oops: - Sorry people. The other Admin on the site must have...
by Noonster
Tue May 10, 2005 11:54 am
Forum: 2.0.x Support Forum
Topic: Rank order help
Replies: 7
Views: 457

Anyone please??
by Noonster
Mon May 09, 2005 6:05 pm
Forum: 2.0.x Support Forum
Topic: Rank order help
Replies: 7
Views: 457

You need to ask the author of the MOD you are using. We cant help you for a couple reasons, first it is a MOD, second there are a couple diffrent MODs that do the colored group thing, and we cant tell which you are using. Like I said in the first post... even without any mods they are the wrong way...
by Noonster
Mon May 09, 2005 5:59 pm
Forum: 2.0.x Support Forum
Topic: Rank order help
Replies: 7
Views: 457

anyone please....
- really need to get this sorted.

Thanks
by Noonster
Mon May 09, 2005 5:15 pm
Forum: 2.0.x Support Forum
Topic: Rank order help
Replies: 7
Views: 457

Rank order help

http://images9.fotki.com/v179/photos/3/322845/1991911/rankorder-vi.jpg You will all of seen this and there is probably an easy fix... In the legend the ranks go in a order.... most powerfull rank on the left to the least powerful on the right. Can someone please tell me how to make the names in the...
by Noonster
Sat Apr 23, 2005 2:13 pm
Forum: 2.0.x Support Forum
Topic: Email code help
Replies: 0
Views: 167

Email code help

[email]no.one@domain.adr[/email] which will output no.one@domain.adr or you can just type no.one@domain.adr into your message and it will be automatically converted when you view ^^ The above is taken from the faq on here. however it doents work with $ <-- in the text ie... test$test@test.com ^^ is ...
by Noonster
Sat Apr 23, 2005 12:38 pm
Forum: [2.0.x] MOD Database Cleanup
Topic: [2.0.14] Quick Edit Mod
Replies: 59
Views: 26025

Is there a demo of this??
by Noonster
Wed Apr 13, 2005 12:14 pm
Forum: [2.0.x] MOD Database Cleanup
Topic: [2.0.10] Bin
Replies: 131
Views: 81213

PostPosted: Tue Dec 07, 2004 4:18 am Post subject: it's easy to get the logs to log the recycle feature. just add the line // Log actions MOD Start log_action('Recycle', $topic_id_sql, $userdata['user_id'], $userdata['username']); // Log actions MOD End after $message = $lang['Topics_Moved_bin']; i...
by Noonster
Wed Apr 13, 2005 12:08 pm
Forum: 2.0.x Support Forum
Topic: Code Help please
Replies: 7
Views: 527

Re: php

arod-1 wrote:

Code: Select all

 if ( $userdata['user_level'] != ADMIN && $userdata['user_level'] != JUNIOR_ADMIN) 


Brilliant i just used that but put MAIN_MOD instead of JUNIOR_ADMIN as thats the code for it and it works.

Fantastic :D
Thanks alot for that.

Cheers
Darren
by Noonster
Wed Apr 13, 2005 7:52 am
Forum: 2.0.x Support Forum
Topic: Code Help please
Replies: 7
Views: 527

Thanks for the help above
- I will look into it when i get home tonight.
by Noonster
Tue Apr 12, 2005 9:33 am
Forum: 2.0.x Support Forum
Topic: Code Help please
Replies: 7
Views: 527

Anyone ??

Thanks
Darren
by Noonster
Mon Apr 11, 2005 8:39 pm
Forum: 2.0.x Support Forum
Topic: Code Help please
Replies: 7
Views: 527

Thanks for trying mate but unfortunatly that didnt work.... From what i can see you only changed this line if ( $userdata['user_level'] != ADMIN, JUNIOR ADMINS ) I even tried editing it to read if ( $userdata['user_level'] != ADMIN, MAIN_MOD ) But neither of the above worked. Thanks again for trying...
by Noonster
Mon Apr 11, 2005 8:26 pm
Forum: 2.0.x Support Forum
Topic: Code Help please
Replies: 7
Views: 527

Code Help please

if ( $poster_id != ANONYMOUS ) { if ( $userdata['user_level'] != ADMIN ) { $poster_name = '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $poster_id) . '"' . $style_color . '>' . $poster_name . '</a>'; } else { $poster_name = '<...
by Noonster
Mon Apr 11, 2005 2:44 pm
Forum: 2.0.x Support Forum
Topic: Signature break length
Replies: 12
Views: 834

Black Fluffy Lion wrote: Use this instead:

Code: Select all

'<IMG src="images/sig.gif" width="100%" height="1"><br />'


Fantastic mate
- Works a treat :D

Cheers
Darren

Go to advanced search