1

(2 replies, posted in PunBB 1.2 troubleshooting)

Edit: Sorry the full code didn't show up, my bad. What I wanted works anyway you can close/delete the thread yikes

2

(2 replies, posted in PunBB 1.2 troubleshooting)

Hi there is it possible to have this code for signatures:

http://www.blah.com/blah.jpg

It works on vBulletin and I find it useful. Just wondering if anyone knows a way to do this?

Thanks

How would I go about styling it with css then? As in where would the code go and how would I link it to functions.php? Thanks for the help

Hi there, I'll start with a little background to my problem so it's easier to understand. Basically I managed to modify functions.php so that instead of the navigation header links (Index/User list/Rules etc etc) images are shown. What I would like to do is create a mouseover effect, so that when a user hovers the cursor over the image of say Index, it is replaced by another image. I did try adding the javascript code to the beginning of functions.php (before <?php) and adding the necessary code in my <img> tag, unfortunately this resulted in the following error: (although the mouseover did work)

Warning: Cannot modify header information - headers already sent by (output started at /forums/include/functions.php:1) in /forums/header.php on line 31

Warning: Cannot modify header information - headers already sent by (output started at /forums/include/functions.php:1) in /forums/header.php on line 32

Warning: Cannot modify header information - headers already sent by (output started at /forums/include/functions.php:1) in /forums/header.php on line 33

Warning: Cannot modify header information - headers already sent by (output started at /forums/include/functions.php:1) in /forums/header.php on line 34


Is there any way I can do this? Being able to use an external js file would be a bonus

Thanks for any help smile

5

(6 replies, posted in PunBB 1.2 troubleshooting)

Hmm... errr... goes to edit tongue

6

(6 replies, posted in PunBB 1.2 troubleshooting)

Well I already had it displayed for my website, I wanted it for my forum too.

Edit: Nm got it working, added some code to footer.php, seems to have done the job, thanks guys smile

7

(6 replies, posted in PunBB 1.2 troubleshooting)

Stupid question but how do I set it up so it is displayed? I have my custom ico ready