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.

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.

Have a look at this.

The AP_puntoolbar.php file should be to edit the various options.

Ant wrote:

Or should i use $ prefix before PUN_ADMIN ?

Surely not. I don't know about the rest

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.

$pun_user['g_id'] = PUN_ADMIN;

This should be:

$pun_user['g_id'] == PUN_ADMIN;

Is puntoolbar.php in your ./forum/include folder? Can we have a link to your forums?

lie2815 wrote:

"dans" probably means from

Should mean "in" in french.

http://www.punres.org/viewtopic.php?id=728

Do you mean in the forum index or in the viewtopic section?


Smartys wrote:

Moved to Modifications

262

(6 replies, posted in PunBB 1.2 troubleshooting)

Smartys wrote:
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 wink

Makes sense. Thanks for the clarification smile

263

(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.

Papillon wrote:

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.

Papillon wrote:

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.

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.

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.

I've downloaded PunToolbar 1.4 (man it's been hard to get through that french website big_smile) 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.

Then probably the file is missing, double-check if you properly uploaded the file in ./forum and it the file name is correct.

Papillon wrote:

I meant empty from my data!

I still don't get it, sorry.

Papillon wrote:

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.

Papillon wrote:

Now did you mean:
www.mysite.com/forum/install_mod_en.php ?
Doesn't work!

He meant that, what error you get?

Papillon wrote:

Well then all files will be replaced with "new" and empty ones!

New for sure, why empty?

Papillon wrote:

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.

Papillon wrote:

./upload/*.* to ./

Upload everything to the directory

Yes, that's exactly what you have to do.

Smartys wrote:

You go to the file in your web browser...

..and when you're done delete the file from your host.

Papillon wrote:

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?