Is this a full new style or just a tweak or two to an existing style?
577 2008-03-18 03:04
Re: Quick jump drop list (15 replies, posted in PunBB 1.3 troubleshooting)
Should be fixed
578 2008-03-18 01:55
Re: Quick jump drop list (15 replies, posted in PunBB 1.3 troubleshooting)
That's what I get for not bothering to look at the code
Added
579 2008-03-18 01:39
Re: Quick jump drop list (15 replies, posted in PunBB 1.3 troubleshooting)
Can't be done, since we cache the quickjump HTML.
580 2008-03-18 01:23
Re: i need to call out functions.php in header.php (17 replies, posted in PunBB 1.2 troubleshooting)
That line of code adds a string to an array. Is that what you're trying to do, or are you trying to output a link?
582 2008-03-18 01:03
Re: why isn't punbb not popular? (20 replies, posted in General discussion)
It depends on what you mean by popular
PunBB isn't meant to appeal to everyone. It's meant to provide a solid, fast base forum on which people can choose to add more features. Not everyone likes that. Many people would rather have more features if the tradeoff is some speed.
However, PunBB is used in quite a few places. You don't have to have 1000 guests online at a time to be "popular"
And I think you meant to say "why isn't punbb popular" or "why is punbb not popular": the double negative threw me for a second
583 2008-03-18 00:59
Re: i need to call out functions.php in header.php (17 replies, posted in PunBB 1.2 troubleshooting)
OK, that's not a function. It's a line of code. And I'm still not sure what you want to do with it, since it by itself does nothing. I think you're trying to use terminology that you don't actually understand.
Now, are you trying to add a link somewhere? If so, where (not "header.php" but "under the navlinks" or "right under the title", some place specific)?
584 2008-03-18 00:32
Re: i need to call out functions.php in header.php (17 replies, posted in PunBB 1.2 troubleshooting)
I think you need to learn more PHP/programming terms
So you want to put a link to register.php somewhere? Is that it?
585 2008-03-18 00:17
Re: Have to login twice to post (6 replies, posted in PunBB 1.2 troubleshooting)
Yes, but you'll notice that going to http://cpadventures.com/forum does a 301 redirect to http://www.cpadventures.com/forum
586 2008-03-18 00:05
Re: CSRF for markread, markforumread, etc.? (6 replies, posted in PunBB 1.3 troubleshooting)
Added
587 2008-03-18 00:00
Re: CSRF for markread, markforumread, etc.? (6 replies, posted in PunBB 1.3 troubleshooting)
No, you're probably right. I'll check it out and add it if necessary.
588 2008-03-18 00:00
Re: Have to login twice to post (6 replies, posted in PunBB 1.2 troubleshooting)
I think you have inconsistent redirects between http://www.cpadventures.com/forum and http://cpadventures.com/forum. I seem to be bounced back and forth between the two.
To fix the problem, you should only be able to access the site from one of the URLs (thanks to redirects).
589 2008-03-17 23:01
Re: i need to call out functions.php in header.php (17 replies, posted in PunBB 1.2 troubleshooting)
...OK, I'm still not sure what you're actually trying to do.
590 2008-03-17 22:28
Re: Please Help - I don't see Avatars (2 replies, posted in PunBB 1.2 troubleshooting)
Check your profile, you probably disabled Show user avatars in posts.
591 2008-03-17 22:16
Re: [extension release] Single Host Redirection (10 replies, posted in PunBB 1.3 extensions)
include/essentials.php, PUN_DISABLE_HOOKS.
592 2008-03-17 22:03
Re: i need to call out functions.php in header.php (17 replies, posted in PunBB 1.2 troubleshooting)
Uh, call out? What does that mean?
593 2008-03-17 20:57
Re: CSRF for markread, markforumread, etc.? (6 replies, posted in PunBB 1.3 troubleshooting)
I just added it to the subscribe/unsubscribe links as well
594 2008-03-17 20:36
Re: CSRF for markread, markforumread, etc.? (6 replies, posted in PunBB 1.3 troubleshooting)
Done. I added it to the two you mentioned and to the delete avatar link. Any other places you can think of?
595 2008-03-17 20:28
Re: [solved] Duplicate content problem & SOLUTION (14 replies, posted in PunBB 1.3 troubleshooting)
Nice idea, but using pun_link would require knowledge of the right key in the $pun_url array, which we don't have.
596 2008-03-17 19:41
Re: [solved] Duplicate content problem & SOLUTION (14 replies, posted in PunBB 1.3 troubleshooting)
Sorry, I should have been more specific. I meant based on a given request. So, a link between user/2/identity/ and the folder based URL schemes.
597 2008-03-17 17:48
Re: CSRF for markread, markforumread, etc.? (6 replies, posted in PunBB 1.3 troubleshooting)
Mmm, fair enough.
598 2008-03-17 17:48
Re: [solved] Duplicate content problem & SOLUTION (14 replies, posted in PunBB 1.3 troubleshooting)
damaxxed: It doesn't make any difference
Kyle: People have proposed that before, but it's much easier said than done. I can't even think of a decent, efficient way to detect which scheme is being used.
599 2008-03-17 13:04
Re: PunBB 1.3 development guide (6 replies, posted in PunBB 1.3 troubleshooting)
Then your best bet is to dive right in to the code and play around
There are example extensions linked to in the PunBB News section in the release announcement for 1.3.
600 2008-03-17 13:01
Re: PunBB 1.3 development guide (6 replies, posted in PunBB 1.3 troubleshooting)
Well, that depends on what you're trying to do and what kind of information you're looking for.
PunBB 1.3 is still in beta, which is why we don't have too much documentation for it at the moment. You might be better off going with 1.2, which is the stable release.