I'm not actually sure of what you're asking, mostly since the forum in link you posted looks fine, but... If your problem is a background image repeating you can use the no-repeat attribute to prevent that.
251 2007-04-25 21:09
Re: Help and Advice please.. (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
252 2007-04-25 19:40
Re: Installing Puntoolbar 1.4 (56 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I never used this mod but as far as I understood (and I might be wrong) that plugin is the one that allows you to edit the toolbar configuration. Have a look at it and see what it does.
253 2007-04-25 19:38
Re: Intergrating flash (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Have a look at this.
254 2007-04-25 19:32
Re: Installing Puntoolbar 1.4 (56 replies, posted in PunBB 1.2 modifications, plugins and integrations)
The AP_puntoolbar.php file should be to edit the various options.
255 2007-04-25 18:13
Re: Trying to make an undercover Admin (12 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Or should i use $ prefix before PUN_ADMIN ?
Surely not. I don't know about the rest
256 2007-04-25 17:16
Re: Installing Puntoolbar 1.4 (56 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Didn't you find a puntoolbar.php file in the mod you downloaded? If not change
<?php require PUN_ROOT.'include/puntoolbar.php'; ?>
to
<?php include PUN_ROOT.'include/puntoolbar.php'; ?>
You won't have the toolbar functionality but won't get any error either.
257 2007-04-25 16:24
Re: Trying to make an undercover Admin (12 replies, posted in PunBB 1.2 modifications, plugins and integrations)
$pun_user['g_id'] = PUN_ADMIN;
This should be:
$pun_user['g_id'] == PUN_ADMIN;
258 2007-04-25 14:47
Re: Installing Puntoolbar 1.4 (56 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Is puntoolbar.php in your ./forum/include folder? Can we have a link to your forums?
259 2007-04-25 14:46
Re: Topic header in "last post" column.. how do I get that? (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
"dans" probably means from
Should mean "in" in french.
260 2007-04-25 14:07
Re: how to show the title of post (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
261 2007-04-25 13:40
Re: how to show the title of post (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Do you mean in the forum index or in the viewtopic section?
Moved to Modifications
262 2007-04-25 10:56
Re: blank pages after install (6 replies, posted in PunBB 1.2 troubleshooting)
Strofanto wrote:Are you sure you need such a long prefix? I doubt it's gonna give you any problem but you can never tell. I'd shorten it a bit.
He would have had trouble with the install if it was
Makes sense. Thanks for the clarification
263 2007-04-25 10:51
Re: blank pages after install (6 replies, posted in PunBB 1.2 troubleshooting)
Are you sure you need such a long prefix? I doubt it's gonna give you any problem but you can never tell. I'd shorten it a bit.
264 2007-04-25 10:50
Re: Installing Puntoolbar 1.4 (56 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I was just wondering what was that thing about having to upload smilies!
Since it's asking for a CHMODded folder, my guess is that the plugin will upload the smilies to the folder. Check the plugin and see what it does, perhaps a screenshot would be helpful.
265 2007-04-25 10:30
Re: Installing Puntoolbar 1.4 (56 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Perhaps, to be abble to upload image, you'll have to
CHMOD img/smilies/ directory.
Open your FTP client, connect to your host, open the img folder, right click on the smilies folder (if there's none create one) choose CHMOD and se it to 777 (or 0777, or put a flag in every checkbox you find).
As for the rest, follow my previous instructions.
266 2007-04-25 09:47
Re: Installing Puntoolbar 1.4 (56 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Have you made any change to help.php in the past? if not get a new one from a downloaded version and edit it. In the end that's only a help file, it's not crucial but it's helpful nonetheless.
267 2007-04-25 09:26
Re: Installing Puntoolbar 1.4 (56 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Oops, I utterly missed that one.
I've read the readme.txt file, sounds very simple. Upload everything to your forum, then run the install_mod_en.php file and then delete it. Make the changes to the parser.php script (which you can find in the include subfolder) and make the changes in the help.php file too (note: not the language file, the main help.php file in the forum root). When you're done go to the admin panel and check the smilies plugin. Should be simple enough.
268 2007-04-25 09:01
Re: Installing Puntoolbar 1.4 (56 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I've downloaded PunToolbar 1.4 (man it's been hard to get through that french website ) and I found no install_mod_en.php file, are you sure you're not mixing up mods?
You gotta follow precisely that the readme.txt file explains because it requires lot of modifications to your existing files.
To activate the mode you gotta run the AP_PunToolBar.php plugin script. To do so (after you've installed it), go to the administration panel of your forum and check the lower left corner, you'll find the PunToolbar link.
269 2007-04-24 23:29
Re: Installing Puntoolbar 1.4 (56 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Then probably the file is missing, double-check if you properly uploaded the file in ./forum and it the file name is correct.
270 2007-04-24 23:28
Re: PwnBB 1.0.0 (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I meant empty from my data!
I still don't get it, sorry.
And ah! So a modded version means that it doesn't include the files that shouldn't be replaced, such as admin, users, and stuff?
No, they will be replaced, but the forums posts, registered users and so on are stored in the database which is not a file in your forum's root. You can access your database with PHP scripts or PHPmyAdmin but not directly from the FTP.
271 2007-04-24 23:25
Re: Installing Puntoolbar 1.4 (56 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Now did you mean:
www.mysite.com/forum/install_mod_en.php ?
Doesn't work!
He meant that, what error you get?
272 2007-04-24 23:22
Re: PwnBB 1.0.0 (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Well then all files will be replaced with "new" and empty ones!
New for sure, why empty?
What happens to my DB?
Unless you drop it, nothing. It won't probably work perfectly since you're using a modded version. But no data will be lost.
273 2007-04-24 23:16
Re: PwnBB 1.0.0 (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
./upload/*.* to ./
Upload everything to the directory
Yes, that's exactly what you have to do.
274 2007-04-24 23:15
Re: Installing Puntoolbar 1.4 (56 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You go to the file in your web browser...
..and when you're done delete the file from your host.
275 2007-04-24 23:11
Re: PwnBB 1.0.0 (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Why doesn't the readme file state anything about saving any old files from the old forum directories?
You should always do backups before making any change. What have you lost?