The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons?

2 posters

Go down

How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons? Empty How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons?

Post by sign da tits May 19th 2011, 3:03 am

exactly like this: How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons? Zix8yh
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons? Empty Re: How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons?

Post by Gangstar15 May 19th 2011, 3:41 am

This is the button for "New Topic" Smile
Gangstar15
Gangstar15
Forumember

Female Posts : 392
Reputation : 163

http://www.designdrops.net/

Back to top Go down

How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons? Empty Re: How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons?

Post by sign da tits May 19th 2011, 3:45 am

Gangstar15 wrote:This is the button for "New Topic" Smile
well, it's PM's as well, how do I change it so it's only to visitor messages?
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons? Empty Re: How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons?

Post by Gangstar15 May 19th 2011, 4:20 am

Try put this in your overall_header Smile
Code:
<script>jQuery('#new-message-link a img[src="CURRENT IMG URL"]').replaceWith('#new-message-link a img[src="NEW IMG URL"]');</script>

hope it works Smile
Gangstar15
Gangstar15
Forumember

Female Posts : 392
Reputation : 163

http://www.designdrops.net/

Back to top Go down

How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons? Empty Re: How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons?

Post by Guest May 19th 2011, 4:46 am

it works for me Very Happy
great job gangstar 15
avatar
Guest
Guest


Back to top Go down

How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons? Empty Re: How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons?

Post by sign da tits May 19th 2011, 6:15 am

Gangstar15 wrote:Try put this in your overall_header Smile
Code:
<script>jQuery('#new-message-link a img[src="CURRENT IMG URL"]').replaceWith('#new-message-link a img[src="NEW IMG URL"]');</script>

hope it works Smile
ye it works Wink but it comes out like this: #new-message-link a img[src="https://2img.net/i/fa/fdf_en3/repond12.png"]
and how do I change both of them?
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons? Empty Re: How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons?

Post by Gangstar15 May 19th 2011, 8:11 pm

For the second one:
Code:
<script>jQuery('.new-message.bottom a img[src="CURRENT IMG URL"]').replaceWith('.new-message.bottom. a img[src="NEW IMG URL"]');</script>
Gangstar15
Gangstar15
Forumember

Female Posts : 392
Reputation : 163

http://www.designdrops.net/

Back to top Go down

How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons? Empty Re: How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons?

Post by sign da tits May 20th 2011, 5:51 am

Gangstar15 wrote:For the second one:
Code:
<script>jQuery('.new-message.bottom a img[src="CURRENT IMG URL"]').replaceWith('.new-message.bottom. a img[src="NEW IMG URL"]');</script>
it's good at getting it, but as soon as it changes it comes out as a link ;c
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons? Empty Re: How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons?

Post by Gangstar15 May 20th 2011, 9:04 pm

as a link? its already a link Smile
Gangstar15
Gangstar15
Forumember

Female Posts : 392
Reputation : 163

http://www.designdrops.net/

Back to top Go down

How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons? Empty Re: How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons?

Post by sign da tits May 20th 2011, 10:18 pm

Gangstar15 wrote:as a link? its already a link Smile
Look - http://lolhhhii.forumotion.co.uk/u1wall
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons? Empty Re: How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons?

Post by Gangstar15 May 20th 2011, 11:38 pm

I can't see any button Smile
Gangstar15
Gangstar15
Forumember

Female Posts : 392
Reputation : 163

http://www.designdrops.net/

Back to top Go down

How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons? Empty Re: How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons?

Post by sign da tits May 21st 2011, 9:35 am

Gangstar15 wrote:I can't see any button Smile
yeah, IK, I want it replaced with a NEW button ;c
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons? Empty Re: How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons?

Post by Gangstar15 May 21st 2011, 9:39 am

But why there is no button? it should be there by default Smile
Gangstar15
Gangstar15
Forumember

Female Posts : 392
Reputation : 163

http://www.designdrops.net/

Back to top Go down

How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons? Empty Re: How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons?

Post by sign da tits May 21st 2011, 10:50 am

Idk o_o I just want to change post new to a new comment image and not a link
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons? Empty Re: How would I change the "visitor messages" "post" or "reply" buttons from the private message buttons?

Post by Gangstar15 May 21st 2011, 6:25 pm

But i can't see the "Post new" button so how can i change it..
Gangstar15
Gangstar15
Forumember

Female Posts : 392
Reputation : 163

http://www.designdrops.net/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum