True =P
I tried searching for something only on index.php
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.
You are not logged in. Please login or register.
PunBB Forums → Posts by elbekko
True =P
I tried searching for something only on index.php
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.
Resultaten 1 - 10 van circa 10.800.000 voor Powered by PunBB
=o
We're sorry, but this page is currently unavailable for viewing.
Yay
May be your presentation could be put on the site
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
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)
This is the PunRes wiki, but can ofcourse contain PunBB information too
Make sure error reporting in php.ini is fully enabled
display_startup_errors = On
This line
As Jansson, he did it on PunRes
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
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 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);
}
Installers are up, official release time is 5 hours or so.
Wait another two hours
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
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
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 Thx for suggesting
=/ 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.
##
##
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
And for extern.php: extern.php?action=active&show=10&fid=<forumid>
PunBB Forums → Posts by elbekko
Powered by PunBB, supported by Informer Technologies, Inc.