Edit: Sorry the full code didn't show up, my bad. What I wanted works anyway you can close/delete the thread
3 2006-11-23 15:04
Re: [help] Javascript within php? (5 replies, posted in PunBB 1.2 troubleshooting)
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
4 2006-11-23 13:01
Topic: [help] Javascript within php? (5 replies, posted in PunBB 1.2 troubleshooting)
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
5 2006-07-03 12:21
Re: favicon.ico (6 replies, posted in PunBB 1.2 troubleshooting)
Hmm... errr... goes to edit
6 2006-07-03 11:40
Re: favicon.ico (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
7 2006-07-03 10:36
Topic: favicon.ico (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