Make sure that you are closing the db connection before the script ends too.
176 2009-03-03 19:23
Re: Extension Help - SET values in query_builder (5 replies, posted in PunBB 1.3 troubleshooting)
177 2009-03-01 00:49
Re: Broadcast Email Problem (10 replies, posted in PunBB 1.2 troubleshooting)
You're just taking the piss now.
178 2009-02-28 18:23
Re: Broadcast Email Problem (10 replies, posted in PunBB 1.2 troubleshooting)
It took less than three minutes to find one with implicit instructions.
179 2009-02-28 13:23
Re: Broadcast Email Problem (10 replies, posted in PunBB 1.2 troubleshooting)
how do i do that. sorry i am not a coder.
You do have the ability to read, however. Try looking in the threads for the plugin before asking a question which has already been answered on this subject.
180 2009-02-28 13:22
Re: being attack..need emergency assitant (8 replies, posted in PunBB 1.2 troubleshooting)
esupergood wrote:I'd be more worried about the link in your sig with provocative images of apparently underage girls.
Huh? There doesn't appear to be anything suss or CP about his site at all. It is very tame.
He's British. Most of them are scared of looking at their own shadow these days. It's mainly thanks to all of the anal retentive laws we have in this country.
181 2009-02-21 17:14
Re: How to customize the website homepage and display the visitor username (4 replies, posted in PunBB 1.3 additions)
I would also suggest altering that if/else clause from:
if($pun_user['username'] == 'Guest'){
echo '';
}
else
{
echo pun_htmlspecialchars($pun_user['username']);
}
to:
if (!$forum_user['is_guest'])
{
echo pun_htmlspecialchars($forum_user['username']);
}
The else part is completely unnecessary.
Edit: Just noticed the pun_htmlspecialchars. That has also changed in 1.3. Not sure what that functions new name is, however, so someone else will have to advise you on that bit.
182 2009-02-21 17:11
Re: How to customize the website homepage and display the visitor username (4 replies, posted in PunBB 1.3 additions)
Use $forum_user inplace of $pun_user.
183 2009-02-21 13:11
Re: [1.3] URL rewrite rule: lighttpd? (10 replies, posted in PunBB 1.2 discussion)
Glad that sorted it.
184 2009-02-20 23:45
Re: BBcode : img align right|left (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Give the img tag a class and use a right float in the CSS for that class. CSS for the simple reason that you have better tweaking potential.
185 2009-02-17 19:38
Re: [extension release] pun_quote 2.0.2 (40 replies, posted in PunBB 1.3 extensions)
Post for the Mods/Devs. Have you seen the top of this page when you view the topic?
186 2009-02-17 17:30
Re: Doublicate content when using URL scheme 'file based (fancy)' (7 replies, posted in PunBB 1.3 troubleshooting)
Well, how silly of me. Do remember to reprimand me next time due to me not having trudged through all of a thread instead of merely trying to read what I class as the relevant parts when seeing if my helping someone is feasible. How could I be so inconsiderate. Anyhows, I'll just saunter off and merrily not suggest anything from hereon in.
187 2009-02-17 15:22
Re: Doublicate content when using URL scheme 'file based (fancy)' (7 replies, posted in PunBB 1.3 troubleshooting)
Obviously, you don't understand the problem. Does the term 'doublicate content' ring a bell with you?
Have you examined the meta headers on both of those pages, perchance?
Btw, how the hell is anyone other than yourself supposed to look at your site when it requires authentication? I personally have absolutely no intention of registering on any site when the owner wants help. Make it public or don't post the link.
188 2009-02-17 15:19
Re: How NOT to use utf from punbb? Only use PHP5 (4 replies, posted in PunBB 1.3 troubleshooting)
Checking if the function is defined is a safer method than merely commenting anything out. Solutions such as the latter have a tendency to bite you on the arse on occasion.
189 2009-02-17 15:16
Re: Link Websites To punbb in the Tabs (3 replies, posted in PunBB 1.3 troubleshooting)
erm... ok
well i worked it out... i wasn't being lazy but a newb...
thanks!
Good show.
190 2009-02-17 15:15
Re: [1.3] URL rewrite rule: lighttpd? (10 replies, posted in PunBB 1.2 discussion)
Search the Fluxbb wiki. There is information on there regarding Lighttpd and rewrite.
Btw Mods, why is this topic still in the 1.2 section?
191 2009-02-17 15:12
Re: Link Websites To punbb in the Tabs (3 replies, posted in PunBB 1.3 troubleshooting)
The whole point of an educational grading system is to evaluate the time and effort that you put into revising a scenario and creating a solution. I would suggest that you start by studying the subject properly, instead of just asking for the quick way round. You can examine the code the same as anyone else. Do so. Otherwise, if someone gives you the answer, you will be receiving a grade based upon another persons knowledge, not your own.
192 2009-02-08 16:37
Re: Wii - polish forums (14 replies, posted in PunBB show off)
If similar, I would understand. They were just copied, even without name change.
Then I shall digress as you have a valid point.
193 2009-02-08 16:35
Re: PunBB.NET beta (58 replies, posted in PunBB.NET discussion)
Btw, can we please have the bog standard quote system reinstated. This damned quick quote setup is highly annoying.
194 2009-02-08 16:34
Re: PunBB.NET beta (58 replies, posted in PunBB.NET discussion)
What I call shitty is the way Microsoft lured Anders Heljsberg away from Delphi so he could create C#. Anders was like a programming God to many of us, by him selling out, he lost his aura, he lost his glow.
So, it's the fault of M$ and not the programmer who, (one can only assume), buggered off purely and simply for money, (or some other equally shallow motive)?
But creating a .NET equivalent of PunBB sends the wrong signal.
I doubt the overall Pun image can be tarnished much further than it already has been.
195 2009-02-08 16:25
Re: Wii - polish forums (14 replies, posted in PunBB show off)
Sorry, but graphics are also protected by law.
Graphics can be copyrighted, yes. Again, however, how can you specify that no-one mimics your style? I could, for example, create a graphic which would be extremely similar whilst not being the same. That would not be copyright infringement.
I've no intention of doing so, but conversely, I also find that 'do not mimic or copy' approach irksome. If someone downloaded your style and removed your copyright when you specify it has to remain in place, I could see the point. You are not doing that, however.
196 2009-02-08 15:45
Re: For how long is PunBB 1.2.x gonna be officially supported? (6 replies, posted in PunBB 1.2 discussion)
I take it this means we should just go ahead and use version1.3and stop using1.2?
If you want stability and quality, stick with 1.2*.
197 2009-02-08 15:42
Re: Wii - polish forums (14 replies, posted in PunBB show off)
If someone mimics your style, there is pretty much nothing you can do about it. Mimicking is not an infringement of anything. At the end of the day, if someone copying your general look bothers you that much, don't put your forum on the internet.
198 2009-02-04 16:18
Re: Top tips for a beginner coder? (25 replies, posted in Programming)
199 2009-02-04 16:13
Re: PunBB 1.3 installation issue (3 replies, posted in PunBB 1.3 troubleshooting)
Sigh. Why am I not surprised that a Windows Server installation should not be UTF-8 compatible. And, of course, with Server admins who regard Open Source as the antichrist, that will likely continue to be the case.
They're running PHP, which is Open Source, so they are hypocritical zealots if so.
Edit: Oh, and tell that 'Windoze technician' that he's a muppet.
200 2009-02-04 16:10
Re: Query Groups, Set Values, and Pass to Javascript UI (14 replies, posted in PunBB 1.3 troubleshooting)
If you are making an extension, make sure to use the db layer functions and not the specific mysql_ ones.