27 2006-04-18 21:48
Re: While waiting for 1.3 I will... (13 replies, posted in PunBB 1.2 discussion)
So, what will everyone else be doing?
I'll make lots of threads about 1.3 and mention 1.3 alot so that the developers of PunBB 1.3, Rickard and Paul, don't forget about 1.3.
28 2006-04-18 21:43
Re: Prevent guests from viewing userlist (2 replies, posted in PunBB 1.2 discussion)
If you look in functions.php you can see how certain links are hidden and alter them around.
30 2006-04-14 20:03
Re: OpenWings? Wow! Again? (2 replies, posted in PunBB 1.2 show off)
Come on guys I need more support then this..
Brilliant use of the default PunBB theme.
31 2006-04-14 20:02
Re: plz help me i cant change admin and .. (4 replies, posted in PunBB 1.2 troubleshooting)
What is the error that appears?
32 2006-04-13 11:21
Re: How to remove the line that's showing who the moderators are? (2 replies, posted in PunBB 1.2 troubleshooting)
Add
.tclcon P { display: none; }
To base.css. That will remove it for every style.
33 2006-04-13 11:20
Re: Adding a Close link to return to my main website (2 replies, posted in PunBB 1.2 discussion)
You can add links to the menu in Admin > Options
34 2006-04-10 21:07
Re: disabling the search function (18 replies, posted in Feature requests)
Delete search.php
35 2006-04-09 18:56
Re: topic ratings (1 replies, posted in Feature requests)
Best to just wait for a response in this thread http://punbb.org/forums/viewtopic.php?id=11123 because PunBB was made to avoid such bloatage.
36 2006-04-09 18:43
Re: What is this plugin? (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I remember the author saying that it's a private customization.
37 2006-04-07 10:35
Re: sql queries for profile.php (5 replies, posted in PunBB 1.2 discussion)
Add '1.2.11' into the array in install_mod.php file.
39 2006-04-07 10:28
Re: CSS Zen Garden (2 replies, posted in General discussion)
I doubt it, seen as none of them are remotely forum-y.
40 2006-04-07 10:27
Re: Case sensitive e-mail (3 replies, posted in PunBB 1.2 troubleshooting)
You can remove the relevant 'strtolower' from register.php and profile.php
$email1 = strtolower(trim($_POST['req_email1']));
To
$email1 = trim($_POST['req_email1']);
etc
41 2006-04-06 22:35
Re: Simple request: support for 'title' tag in a href links on menu etc (9 replies, posted in Feature requests)
you would have a much more informative link which displayed 'Search or browse a list of forum users' when the mouse hovered over it, or when a text only screen-reader encountered that link. It is the same concept as using 'alt' tags for images, and is very standard HTML.
You'd be hard pushed to find someone who doesn't know what 'User List' means.
I don't think there is a single link that needs a title explaining it, and titles everywhere needlessly bumps up the page size.
42 2006-04-06 22:27
Re: Could PunBB Be Intergrated With This News System (2 replies, posted in PunBB 1.2 discussion)
If you already know how to integrate the PunBB you shouldn't need much help... All you have to do is use a few statements to hide the forms etc from those who arn't logged in...
43 2006-04-06 22:23
Re: Need Help Please (2 replies, posted in PunBB 1.2 discussion)
Trial and error is the best way to learn.
44 2006-04-05 11:59
Re: changing version number (7 replies, posted in PunBB 1.2 troubleshooting)
You need to download the 12_to_1211_update.php file, which bumps up the version.
45 2006-04-05 11:57
Re: Tags for topics (15 replies, posted in Feature requests)
You can see here a Nucleus implementation: http://www.ketsugi.com/
That's just a blog renaming categories as tags...
That looks great Sander.
No it doesn't!
I'm not sure where this craze came from, tag is just a sexier name for category.
I remember seeing a tag-based forum on Digg, but I can't find the damn thing.
46 2006-03-29 19:13
Re: Image not cached (6 replies, posted in PunBB 1.2 troubleshooting)
47 2006-03-29 16:34
Re: GZip output on DreamHost (4 replies, posted in PunBB 1.2 discussion)
I doubt it's done by default.
48 2006-03-29 12:05
Re: Image not cached (6 replies, posted in PunBB 1.2 troubleshooting)
Images arn't cached on SSL pages.
49 2006-03-29 11:07
Re: INDEX problem (4 replies, posted in PunBB 1.2 troubleshooting)
If you are using the free hosting, it appears it doesn't allow PHP.