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 18th 2011, 9:03 pm

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 18th 2011, 9:41 pm

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 18th 2011, 9:45 pm

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 18th 2011, 10:20 pm

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 18th 2011, 10:46 pm

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, 12: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, 2: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 19th 2011, 11:51 pm

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, 3: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, 4: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, 5: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, 3: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, 3: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, 4: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, 12: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