2,176

(15 replies, posted in General discussion)

True =P

I tried searching for something only on index.php smile

Resultaten 1 - 10 van circa 1.130 voor "Show your posts" "Powered by PunBB" (0,81 seconden)

Not too much, but more realistic =P

And it doesn't include other languages either.

2,177

(15 replies, posted in General discussion)

Resultaten 1 - 10 van circa 10.800.000 voor Powered by PunBB
=o

2,178

(15 replies, posted in General discussion)

We're sorry, but this page is currently unavailable for viewing.

sad

2,179

(15 replies, posted in General discussion)

Yay big_smile

May be your presentation could be put on the site tongue

nrwilk wrote:

1) May I ask how I can add this to edit.php?

I guess it'd be about the same as on post.php. Find all forms not having a name/id and give them the right one.


2) How can I change the code so that it inserts the clicked smiley where the cursor is?  Right now it always inserts at the end of the message.  I had been using Rickard's Easy BBCode Mod, which I just replaced with Pun ToolBar.  The Easy BBCode mod would insert at the current cursor possition.  Is this difference due to the fact that your mod technically sits below the code that contains the textarea? Can this change be done?

I modified this bit of code, which I found somewhere. I'm not good at all with JavaScript, so I can't really help you out there sad

I have it in C:/WINDOWS, my PHP in C:/server togther with Apache and MySQL and my www on D:/webserver/www (this is because I reinstalled and was too lazy to copy)

2,182

(38 replies, posted in PunBB 1.2 discussion)

http://wiki.punres.org/

This is the PunRes wiki, but can ofcourse contain PunBB information too wink

Make sure error reporting in php.ini is fully enabled wink

display_startup_errors = On

This line smile

As Jansson, he did it on PunRes wink

Yeah, I just created this mod about three days ago ^^ Using the search function would suit you better, as the request was posted in the Feature Requests forum ^^

Why not just integrate it with PunBB? Load the header and footer and it'll look just fine wink

Also, I've experienced PunBB having some issues with having pages outside the forum root.

Yes, but I think he was doing it somewhere else...

That would require PHP, which you can't use in main.tpl wink You can make a placeholder and then replace it in header.php.

Something like this:
main.tpl
<links>

header.php

if($pun_user['is_guest'])
{
str_replace('<links>', 'Your links go in here', $tpl_main);
}
else
{
str_replace('<links>', '', $tpl_main);
}

2,189

(38 replies, posted in General discussion)

Installers are up, official release time is 5 hours or so.

wink Wait another two hours yikes

Also, you should add "Send inn all" instead of clicking one time for each forum.
It might take some time for some of us.

Added this in 1.1 smile

Small bug fixed in 1.0.1.

Yes, you are.

The copyright notice in the source code of every PunBB file will tell you what you need smile

Also, you should add "Send inn all" instead of clicking one time for each forum.
It might take some time for some of us.

I could add that, yeah smile Thx for suggesting smile

=/ Odd error. PunBB 1.2.11?

lol, remove everything it's readme says ^^

Ah, the sub-forum mod I see =P

Just replace

SELECT f.forum_name,

with

SELECT f.forum_name, f.min_posts,

No bugs that I know of. How does it work?

##
##
##      Mod title: Minimum forum rank access
##
##      Mod version: 1.1
##   Works on PunBB: 1.2.11
##     Release date: 2006-05-01
##           Author: El Bekko (elbekko@gmail.com)
##
##      Description: Limit access to forums to users with a certain rank
##
##  Difference with
## previous version: Added the possibility to mass assign a minimum post amount
##
##   Affected files: index.php and viewforum.php
##
##       Affects DB: Yes
##
##            Notes: /
##
##       DISCLAIMER:  Please note that "mods" are not officially supported by
##                    PunBB. Installation of this modification is done at your
##                    own risk. Backup your forum database and any and all
##                    applicable files before proceeding.
##
##

Download

2,200

(5 replies, posted in PunBB 1.2 troubleshooting)

Well, if you click on that forum, you'll see a link of this form in the navigation bar: http://localhost/PunBB2/viewforum.php?id=2
The number on the end is your forum id smile

And for extern.php: extern.php?action=active&show=10&fid=<forumid>