Looks great. But isn't there already a downloads mod?
77 2007-10-14 17:48
Re: Removing borders (2 replies, posted in General discussion)
You'd have to take <pun_status> out of <div id="brdheader" class="block"> in main.tpl. Something like this:
Find in main.tpl:
<div id="brdheader" class="block">
<div class="box">
<div id="brdtitle" class="inbox">
<pun_title>
<pun_desc>
</div>
<pun_navlinks>
<pun_status>
</div>
</div>
Replace with:
<div id="brdheader" class="block">
<div class="box">
<div id="brdtitle" class="inbox">
<pun_title>
<pun_desc>
</div>
<pun_navlinks>
</div>
</div>
<div id="brdheader2" class="block">
<div class="box">
<pun_status>
</div>
</div>
Then:
Add to Style.css:
#brdheader2 DIV.box {BORDER: none}
Or something like that ...
78 2007-10-13 09:29
Re: An update (124 replies, posted in News)
Thanks for the update! I've been following the timeline pretty much everyday since about v1.2.14 and I have indeed noticed an increase in activity.
At first when I read about selling the rights to PunBB, I was a little dubious, but it doesn't look like it's going to affect the project in a bad way at all.
I thank you for your continued effort in developing PunBB.
79 2007-10-10 21:55
Re: Question regarding the navlinks (2 replies, posted in General discussion)
The only solution I can come up with is to make a new function in functions.php and change all the IDs:
function generate_sidelinks()
Based on function generate_navlinks(), you can then change the "get the side links" thing in header.php.
----
So where generate_navlinks looks something like this:
function generate_navlinks()
{
global $pun_config, $lang_common, $pun_user;
// Index and Userlist should always be displayed
$links[] = '<li id="navindex"><a href="index.php">'.$lang_common['Index'].'</a>';
...
generate_sidelinks would look like this:
function generate_navlinks()
{
global $pun_config, $lang_common, $pun_user;
// Index and Userlist should always be displayed
$links[] = '<li id="sideindex"><a href="index.php">'.$lang_common['Index'].'</a>';
...
80 2007-10-10 21:49
Re: Restricting a Forum to Certain Users (5 replies, posted in PunBB 1.2 discussion)
Add the users to the groups, basically.
81 2007-10-10 17:57
Re: Is there any other open source forum with support for plugins? (18 replies, posted in PunBB 1.2 discussion)
Well, here's a list of PHP forum software: http://en.wikipedia.org/wiki/Comparison … ware_(PHP)
I would have thought that at least one of those might have the same, or similar, functionality that PunBB 1.3 will have.
---
Along with the 'official' extensions that will be offered with PunBB, PunBB 1.3 really is going to be a competitive bit of software.
82 2007-10-08 16:02
Re: Change e-mail address in posts (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
This was the closest I could find: http://www.punres.org/desc.php?pid=49
83 2007-10-08 15:54
Re: showing off my website integration (14 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Great work. The only thing I don't like is the a hover on the board navigation. Makes it hard to read the text when the blue highlight appears over the white text.
84 2007-10-05 23:34
Re: Deleting spam users (3 replies, posted in PunBB 1.2 discussion)
The User Management plugin works fine for me.
85 2007-06-24 09:28
Re: Subforums (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
What happens if you delete lines 646 to 660?
86 2007-06-19 16:10
Re: Punmap - html sitemap with fancy urls UPDATED - final release (37 replies, posted in PunBB 1.2 modifications, plugins and integrations)
This is fantastic. Using it for wap rather than an archive.
Anyway you could include things like search.php, userlist.php, etc?
88 2007-06-06 12:58
Re: Vry Interesting (5 replies, posted in PunBB 1.2 discussion)
PunBB 1.1.5? Isn't that a bit too old to be safe?
Well, it does say 'custom version of 1.1.5', perhaps they have installed the security updates but not updated the version.
89 2007-05-18 23:26
Re: How do I add image verification to guest posting (1 replies, posted in PunBB 1.2 troubleshooting)
90 2007-04-23 14:24
Re: Miniportal - your example websites (20 replies, posted in PunBB 1.2 modifications, plugins and integrations)
91 2007-04-10 23:04
Re: Index.php Only Message (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Whereabouts on the index.php would you like it to appear?
92 2007-04-09 22:58
Re: Is there a way to back up an entire Forum? (8 replies, posted in PunBB 1.2 troubleshooting)
93 2007-04-08 10:48
Re: embedding *.wmv and *.swf? (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
hmm, I dont like the sound of letting anyone embed .swf's on my site.
94 2007-04-07 12:08
Re: My little upload (mods patches) (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Cool, assuming it's all correct this should save some time for people.
95 2007-04-03 22:29
Re: sub forums question (10 replies, posted in PunBB 1.2 modifications, plugins and integrations)
it takes a lot of coding just to change the colour of the square when someone posts in a subforum?
Yup; at least, i cant find an easy way to do it.
96 2007-04-03 20:08
Re: Editing forum-sent mail setup (1 replies, posted in PunBB 1.2 discussion)
lang/[LANGUAGE]/mail_templates/
The .tpl files are quite easy to understand.
97 2007-04-03 20:01
Re: My long awaited website. (17 replies, posted in PunBB 1.2 show off)
Very, very nice!
98 2007-04-02 18:42
Re: Is there a way to change the word index to forum? (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Open your lang/English/common.php file and do a search for:
// Stuff for the navigator (top of every page)
'Index' => 'Index',
And change it to
// Stuff for the navigator (top of every page)
'Index' => 'Forum',
99 2007-04-02 16:05
Re: Google Increasing Gmail Storage to Infinity Plus One (2 replies, posted in General discussion)
lol
100 2007-04-02 13:17
Re: some questions (5 replies, posted in PunBB 1.2 discussion)
look in
imports/cobalt_cs.css