replace buttons images of posts
2 posters
Page 1 of 1
replace buttons images of posts
Hello,
I have tried some codes to replace a icon with other, but dont work.
For Examples , the image of button this --> replace with something other.
I have tried javascript codes but ... nothing.
I have tried some codes to replace a icon with other, but dont work.
For Examples , the image of button this --> replace with something other.
I have tried javascript codes but ... nothing.
Guest- Guest
Re: replace buttons images of posts
When you're using punBB as your profile says you could just replace it by changing the HTML template it is in.
However, if you use phpBB3 or Invision you could do it using CSS.
However, if you use phpBB3 or Invision you could do it using CSS.
- Code:
img[src=" LINK OF IMAGE YOU WANT TO REPLACE "] {
height: 0;
width: 0;
background-image: url( LINK TO IMAGE );
padding: HEIGHTpx WIDTHpx 0 0;
}
- Code:
img[src="http://2img.net/i/fa/wysiwyg/text_bold.png"] {
height: 0;
width: 0;
background-image: url( http://img705.imageshack.us/img705/6648/ticks.png );
padding: 16px 16px 0 0;
}
SimpleUI- New Member
- Posts : 18
Reputation : 2
Language : German
Re: replace buttons images of posts
I don't know if it is the same as in phpBB2, but look if you can find the following:
Administration Panel -> Display -> Templates -> Post & Private Messages -> posting_body
Search: id="text_edit"
If it doesn't find it just scroll down to a wall of button tags. There scroll a bit to the right and you should find the img tag in which you can replace the src link.
Administration Panel -> Display -> Templates -> Post & Private Messages -> posting_body
Search: id="text_edit"
If it doesn't find it just scroll down to a wall of button tags. There scroll a bit to the right and you should find the img tag in which you can replace the src link.
- Code:
<img src="{PATH_IMG_FA}wysiwyg/text_bold.png" alt="{L_BBCODE_B}" />
- Code:
<img src="http://img705.imageshack.us/img705/6648/ticks.png" alt="{L_BBCODE_B}" />
SimpleUI- New Member
- Posts : 18
Reputation : 2
Language : German
Re: replace buttons images of posts
Topic Solved & Locked |
MrMario- Helper
- Posts : 22186
Reputation : 1839
Language : test
Similar topics
» Replace html with bbcode (in posts)
» Replace the Send, Preview, and Draft Buttons
» How to remove contact buttons from posts & information/options in writing posts?
» Images have disapeared from posts
» How can I add buttons to my posts?
» Replace the Send, Preview, and Draft Buttons
» How to remove contact buttons from posts & information/options in writing posts?
» Images have disapeared from posts
» How can I add buttons to my posts?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum