Page 1 of 2

website help

Posted: Thu Jan 12, 2006 11:32 pm
by franpa
does anyone know how to install this nofloodlimit mod the readme aint 100% clear

i think i've done it right and that the errors i get are due to it being for a slightly older version of phpbb but im not sure.

nofloodlimit.zip

Posted: Sat Jan 14, 2006 7:39 am
by SpaceFans
Some one will help you out here Soon Franqa

Posted: Sat Jan 14, 2006 7:27 pm
by franpa
thanks, forgot to mention is there a newer version of that mod as the example they show doesnt appear the same way in the file they ask to edit. which makes it that bit harder to change however i still want to know how to put this mod on my forums.

is it possible to have help with future mods here on this site, as i got another 3 or more that id like to put on but havnt looked at them much.

Posted: Sun Jan 15, 2006 6:01 am
by The_Sinister_Mastermind
What are the mods that you're trying to install meant to do?

Posted: Sun Jan 15, 2006 9:53 am
by franpa
well the one listed is meant to remove the flood limit from moderators and admins. but keep it in place for guests and registered users

Posted: Sun Jan 15, 2006 1:07 pm
by The_Sinister_Mastermind
Well I have very little experience at admin level with web sites so I'm afraid I can't really help you out, Hopefully one of the site admins here can help you out, either that or try contacting me on MSN and I can put you in touch with a webmaster I know who will undoubtedly be able to help.

Posted: Sun Jan 15, 2006 6:50 pm
by franpa
well there was one thing you helped me with which is making links with a diff. name to the actual link. check my first post in this topic or in this topic

Posted: Sun Jan 15, 2006 8:42 pm
by emmzee
k there's two parts to the mod. The first part should be obvious, copy and paste the given code after the "// Flood control" lines. The second part is a bit confusing but it looks like all they want you to do is to add another } bracket. The reason being is, in the first bit of code, they start an "if" statement, like:

if ...blahblahblah... {

There's an opening bracket there, they need you to add a closing one ("}") to close it off. Where it says "Be careful there are 4 }" all it means is that originally there are three } brackets at that place in the file, and after you're done there should be 4 (since you're adding 1 more).

ie:

Code: Select all

Before:
					message_die(GENERAL_MESSAGE, $lang['Flood_Error']);
				}
			}
		}

Code: Select all

After:
					message_die(GENERAL_MESSAGE, $lang['Flood_Error']);
				}
			}
		}
	}
HTH :thumbsup: Once you get used to doing these mods they get easier ... I should know lol :rolleyes:

Posted: Mon Jan 16, 2006 12:22 am
by franpa
thanks very much emmzee your help is greatly appreciated. :thumbsup:

Posted: Sat Feb 04, 2006 7:30 pm
by franpa
how do you add a link that will enable and disable background music accordingly?

Posted: Sun Feb 05, 2006 12:25 am
by The_Sinister_Mastermind
I'll ask my friend Mark when he's online later, he'd probably know of something.

Posted: Sun Feb 05, 2006 12:40 am
by HappyHarvick29
When we're on the subject of phpbb, anyone know how the updates will work now that i've modded the heck out of my board? I can't just throw updated files at it, and overwrite the changed ones. Took me a while to put the updating fear aside, and mod the board.

Posted: Sun Feb 05, 2006 12:43 am
by franpa
you have to reinstall all mods when you update as far as i know.

Posted: Wed Mar 29, 2006 4:45 am
by franpa
a new problem...

i cant use [url][/ur l] tags and [img][/im g] tags (remove the spaces) on my forum... and yes i enabled bbcode etc.

http://www.studentwebzone.tc-online.inf ... c.php?t=15

Posted: Wed Mar 29, 2006 5:57 am
by The_Sinister_Mastermind
No offence, but what does it matter? No one posts at your forums anyway.

Posted: Wed Mar 29, 2006 7:00 am
by franpa
i can use it to make a catalogue of stuff and if need be link people to it.

Posted: Wed Mar 29, 2006 9:31 am
by The_Sinister_Mastermind
Catalogue of what stuff?

Posted: Wed Mar 29, 2006 11:48 pm
by franpa
must i give a reason? and im only asking for help.

Posted: Thu Mar 30, 2006 9:14 am
by dosraider
The_Sinister_Mastermind wrote:No offence, but what does it matter? No one posts at your forums anyway.
The_Sinister_Mastermind wrote:Come on dosraider, we were all a n00b at one stage, be nice.
Look who's talking now ......... :blah:

Posted: Thu Mar 30, 2006 10:15 am
by The_Sinister_Mastermind
yes I'm talking, what of it? I wasn't hacking on a noob, I wasn't hacking on anyone.

And franpa no you don't have to give a reason, but don't you think it'd be easier to get help if you told people what you were doing so they knew what you wanted help with? Image