And we can't help you unless you show us the code. We need to see the code in order to see what you're doing wrong.
1,076 2005-12-08 11:24
Re: add personal function in viewtopic (7 replies, posted in PunBB 1.2 discussion)
1,077 2005-12-08 11:23
Re: Installing mods (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Because this has nothing at all to do with mypunbb. If you have questions regarding mypunbb, you should ask at mypunbb.com.
1,079 2005-12-08 11:18
Re: Blank Users Registering? (4 replies, posted in PunBB 1.2 troubleshooting)
Most likely yes.
1,080 2005-12-07 09:56
Re: Blank Users Registering? (4 replies, posted in PunBB 1.2 troubleshooting)
I honestly have no idea. I can't find any part of the PunBB code that inserts a new user without setting the proper register date. Do you have any mods installed that might fiddle around with the users table?
1,081 2005-12-07 09:51
Re: Tips på hur man får igång ett nystartat forum? (2 replies, posted in Archive)
Läs mitt svar på frågan "What are the most common mistakes you see new admins making?" här:
http://www.theadminzone.com/forums/show … hp?t=16370
Inte ett komplett svar, men det är i alla fall en början Jag tycker du har på tok för många forum och sen tycker jag du kunde modifiera utseendet lite mer.
1,082 2005-12-07 09:44
Re: add personal function in viewtopic (7 replies, posted in PunBB 1.2 discussion)
Do you really want to run a query for each post?
1,083 2005-12-07 09:42
Re: Simple question about extern.php (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You have to style it with CSS. I have no idea how your page markup looks, so I can't help you.
1,084 2005-12-07 09:40
Re: AP_News_Generator : Problemes with archives... (3 replies, posted in PunBB 1.2 troubleshooting)
Hmm. From with forum do you fetch the news?
1,085 2005-12-04 18:57
Re: Time zone depending on PC system time (24 replies, posted in PunBB 1.2 troubleshooting)
Can't ask for better support than that
1,086 2005-12-04 18:52
Re: [RELEASE] login name (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Aha!
1,087 2005-12-04 18:50
Re: Podcasting (10 replies, posted in General discussion)
It's Matt Mullenweg? I believe calling him an expert in the web development field is not an overstatement.
The thing that bugs me about this particular podcast, well podcasts in general really, is the audio quality. If someone had spent 10 minutes cleaning it up in an audio editor, it would be a lot more enjoyable.
1,088 2005-12-04 18:41
Re: Avatar Issue: The server was unable to save the uploaded file. (5 replies, posted in PunBB 1.2 troubleshooting)
No, if it was 5.1, it might have been the problem, but I don't know of any such changes in 4.3.9. It is definately a non-PunBB issue though. I'm afraid I can't tell you what.
1,089 2005-12-03 00:21
Re: Showing the same topic severel times (2 replies, posted in PunBB 1.2 troubleshooting)
The same topic? Do you mean the same post? Do the users appear more than once on the online list?
1,090 2005-12-03 00:14
Re: Moderator Link (5 replies, posted in Feature requests)
Don't get me wrong here, but what good would that do? If you need a link "View moderators", it's not like your saving any space.
1,091 2005-12-03 00:13
Re: Podcasting (10 replies, posted in General discussion)
Not a lot to tell you the truth. I did listen to this one though. Particularly around 14:15
1,092 2005-12-03 00:02
Re: PunBB 1.2.10 (69 replies, posted in News)
I don't know your recipien lists.
If they are random you should definitely consider sorting the addresses by domains.
This will make things a lot easier for your mailer as it has to open only one connection for X mails.
Otherwise the mailer has to open a new connection for every mail -> slow.
If you do that, however, you will have to give the prog a break every X mails so they're not considered spam.I did it that way for a client, they have a mailing list with 350.000 recipients and it works like a charm.
(Well, of course it takes some hours... )Edit: I know no .net , not too interested in proprietary scripting so I would not know how to do that sorting...
For some reason, I missed this post. Thanks for the heads up. I will consider it if I ever create a new version of the mailer I released. It is released under the GPL, so if anyone else is interested in fixing it, be my guest
1,093 2005-12-02 23:59
Re: PunBB 1.2.10 (69 replies, posted in News)
I just had a quick question regarding the changelog for this version : item 5 in the list reads "Force quoted text to be from the topic we're posting in"
Does this mean that as of 1.2.10 we will be now be unable to quote, say, Einstein for example, or a news article maybe, and put the quotation inside "quote" tags ?... or have I completely misunderstood what it is about ?
No. It just means that you can no longer construct a valid URL to post a reply with a quote where the post ID to quote isn't from the topic we're posting in. If that was as confusing for you as it was for me, I'll illustrate. To quote your post, I navigated to:
post.php?tid=9333&qid=58128
tid is the ID of this topic and qid is the ID of your post. Before 1.2.10, qid could be from anywhere and not just tid.
1,094 2005-12-02 23:52
Re: BBCode bug with improper nesting: [quote][url][/quote][/url] (11 replies, posted in PunBB 1.2 bug reports)
It was reported earlier and it was fixed, but I believe it was the reintroduced again due to some other bug. Regular expressions are tricky I will look into it when I'm feeling better (flu).
1,095 2005-12-02 23:50
Re: Avatar Issue: The server was unable to save the uploaded file. (5 replies, posted in PunBB 1.2 troubleshooting)
What PHP version are you running on the server? Did you recently change it perhaps?
1,096 2005-12-02 23:49
Re: [ASK] CSS Colors format of 3 character, #FFF or #AAA (10 replies, posted in Programming)
Connorhd: Gah! BBCode hell!
1,097 2005-12-02 23:48
Re: announcement for people who are not logged in? (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Or you can just create your own PHP script that checks if $pun_user['is_guest'] is false and if it is, outputs an announcement box. You can then include this script from your template. How to do that is described in the FAQ.
1,098 2005-12-02 23:47
Re: [RELEASE] login name (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I'm curious. In what situation would you want that?
1,099 2005-12-02 23:45
Re: How to fetch posts from different forums using AP_News_Generator?? (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You didn't replace the way I told you to. The line should be:
$result = $db->query('SELECT MIN(posted) FROM '.$db->prefix.'topics WHERE forum_id IN('.$forum_id.')') or error('Unable to fetch earliest topic', __FILE__, __LINE__, $db->error());
1,100 2005-12-02 23:42
Re: pagening (1,2, ...) not working - 404 error? (7 replies, posted in PunBB 1.2 troubleshooting)
Yes, christmas is probably a bit too optimistic.