I'd certainly buy one! Sign me up!
1 2004-04-15 15:30
Re: Anyone interested in a PunBB mouse pad? (48 replies, posted in PunBB 1.2 discussion)
2 2004-04-02 13:50
Re: Personal Messages - Idea and Help (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Not that I am seeing in my interface. I've installed all the templates correctly, although I reserve the right to miss a line of code.
Any chance you can tell me what I may be missing?
3 2004-04-01 19:39
Topic: Personal Messages - Idea and Help (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I would like to include an indication that the user has new personal messages from the last time they checked them - something like "You have new personal messages".
I'm not the best PHP programmer, but I understand architecture. How would you write the code for checking the database for a new message and printing either an image or text that displays "You have x# new personal messages".
Thanks, and I almost have something to show for all my troubles !
4 2004-03-02 02:07
Re: HELP! Redirecting login form. (5 replies, posted in PunBB 1.2 troubleshooting)
Thanks Rickard. I'll see how it all works when I post it all to our live server!
5 2004-03-01 19:08
Re: HELP! Redirecting login form. (5 replies, posted in PunBB 1.2 troubleshooting)
Ah...could there be something wrong with my HTTP Referrer? I have this all running on a local development box.
6 2004-03-01 18:58
Re: HELP! Redirecting login form. (5 replies, posted in PunBB 1.2 troubleshooting)
Hmm - interesting. I moved the login forms to another directory so that they can function as the login for content areas of my site as well as the forums. When logging in, it seems to default to index.php.
Let me move some things around and try again.
(edit)
Yep - it defaults to the index.php page of the root directory for punBB.
7 2004-03-01 18:29
Topic: HELP! Redirecting login form. (5 replies, posted in PunBB 1.2 troubleshooting)
Ok - I've worked out most other issues, but I could use an assist here! Name the price!
I would like to redirect the login form to return to the last page viewed (i.e. history.go(-1)), but I'm totally uncertain how to do this, or of doing so would break anything in punBB.
Can anyone help out? Thanks!
8 2004-02-29 22:53
Re: Relocating forms/Redirecting forms /Login status (1 replies, posted in PunBB 1.2 troubleshooting)
ok - I have relocating forms down. Almost there on redirecting forms. Still plugging!
9 2004-02-29 16:42
Topic: Relocating forms/Redirecting forms /Login status (1 replies, posted in PunBB 1.2 troubleshooting)
Hi all:
First of all, I haven't upgraded to 1.1.2. yet (maybe I should before I go live). Can anyone provide insight on the following:
1) Relocating forms - is it possible to place the forms (login, register, profile) in a folder separate from the rest of punBB? What other than url references would I have to change?
2) Redirecting forms - I would like to be able to change the location where the register and login forms redirect upon successful submit. It is fairly straightforward with the register form, but I'm lost on login.php.
3) I would like to include {pun_status} on more pages than just the forum. Any fast tips would be appreciated.
Thanks!
10 2003-11-25 17:06
Re: Displaying forms without forums header. (6 replies, posted in PunBB 1.2 troubleshooting)
Kennel wrote:
Hehe, I'm glad it worked out
What? You knew the answer and didn't tell me? Or am I going to break something later.
11 2003-11-24 19:07
Re: Displaying forms without forums header. (6 replies, posted in PunBB 1.2 troubleshooting)
Ah...figured out a simple fix last night...
The template structure is very logical, therefore I modded the forms to use a different main template that omits the board title and navigation and named it main_forms.tpl. I then modified header.php to load main_forms.tpl and renamed it header_forms.tpl. Afterward, I modified register.php to require header_forms.php and the rest was simple.
Thanks Rickard! Great code, man!!!
12 2003-11-23 23:47
Re: Displaying forms without forums header. (6 replies, posted in PunBB 1.2 troubleshooting)
Ah...now I see...here's where my logic is off...
The forum name, description and navigation is loaded in main.tpl. Main.tpl is loaded by header.php:
// Load the main template
$fp = fopen('include/template/main.tpl', 'r');
$tpl_main = trim(fread($fp, filesize('include/template/main.tpl')));
fclose($fp);
Now here's where I'm curious. Say I created a main.tpl without the forum name, description and navigation and called it main_forms.tpl and used IF/ELSE.
if [filename] = register.php, login.php or profile.php, load main_forms.tpl, else load main.tpl.
I'm so not used to coding PHP (stopped coding around when ASP was new), but wouldn't this work? A free BOLD SOUL t-shirt to anyone who can toss me an assist!
Thx!
13 2003-11-23 23:46
Re: Processing PHP code in templates (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thanks for the reply!
14 2003-11-22 21:20
Topic: Displaying forms without forums header. (6 replies, posted in PunBB 1.2 troubleshooting)
I could use an assist if someone has the time...
1. What must I modify to display the forms for registration, profile and login without the forum header? I would like the forms to appear as if they stand alone from the forums.
Thanks!
15 2003-11-14 15:59
Re: Changing Cookie Name (2 replies, posted in PunBB 1.2 discussion)
Never hurts to ask. Thanks.
16 2003-11-14 15:23
Topic: Changing Cookie Name (2 replies, posted in PunBB 1.2 discussion)
What would the damage be if I had to change the cookie that PunBB sets to another name than 'punbb_cookie'?
Not that I'm ungrateful (because this is a life saver!) but for other functions on my site, I would like to set it to something else.
Thanks.
17 2003-11-14 14:54
Re: Massquote 1.0.1 by Gribber (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Just ran the demo on your test site. This actually resolves a usability issue I've assessed with many of the "shrinkwrapped" board apps. Well done!
18 2003-11-14 14:13
Re: Cloak IP Addresses 1.0 by Mako (16 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Sounds like a great mod, but the site is down. Does anyone have another link.
Thx.