Page 1 of 1

finding location for mouseover code

PostPosted: Mon Oct 22, 2007 8:05 pm
Author: CaNNon
Your phpBB Version: 2.0.
phpBB Type: Standard phpBB
MODs: No
Your knowledge: Beginner
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

Anyone know the location of the buttons on the lower left in the post's?
Profile, friend, pm, ect...
I can't seem to find the right place to put the mouseover effect for them.
[url=http]you can see here[/url]

Thanks

Re: finding location for mouseover code

PostPosted: Mon Oct 22, 2007 9:07 pm
Author: Helter
they are assigned in PCP.
acp/PCP/PCP Wizard/Alter Page Display

select phpBB >> ViewTopic >> Buttons

Re: finding location for mouseover code

PostPosted: Sat Nov 24, 2007 10:43 pm
Author: CaNNon
One more question on this.

Code: Select all
// <td><span>%s </span></td>  <-- starting line  // class="img_alpha_on" onMouseOver="this.className='img_alpha_off'" onMouseOut="this.className='img_alpha_on'"  <-- line needed to add.  // class="gensmall" <-- refers to text as long as i only use image in area should be ok to replace?  <td><span>%s </span></td>


This way works in the example in pcp but in the forums it's not showing up, any ideas on what i have done wrong?

thanks