Profile Song/Default Text Size/Edit Note Code help!
+5
Kiyomizu
Pizza Boi
Kite Trojan
masesm
CrystalSoul
9 posters
Page 2 of 2
Page 2 of 2 • 1, 2
Profile Song/Default Text Size/Edit Note Code help!
First topic message reminder :
Hello , I am CrystalSoul , Founder of the new YU-GI-OH Academy (Divine Duel Academy) PHPBB2
So I'll be making this thread to post any coding problems I may need help with.
1-How to add Profile Songs to appear under someone's Friendlist?
2-How can I change the default text size of the chatbox and when posting on topics? It's important guys.
3-How can I remove this for my staff members in my forum? http://prntscr.com/2x71tp
http://divineduelacademy.lolbb.com/
Hello , I am CrystalSoul , Founder of the new YU-GI-OH Academy (Divine Duel Academy) PHPBB2
So I'll be making this thread to post any coding problems I may need help with.
1-How to add Profile Songs to appear under someone's Friendlist?
2-How can I change the default text size of the chatbox and when posting on topics? It's important guys.
3-How can I remove this for my staff members in my forum? http://prntscr.com/2x71tp
http://divineduelacademy.lolbb.com/
Last edited by CrystalSoul on March 25th 2014, 12:09 pm; edited 25 times in total
Re: Profile Song/Default Text Size/Edit Note Code help!
CrystalSoul wrote:3-How can I change the color of these? http://prntscr.com/2w6ug2 / http://prntscr.com/2w6usd / http://prntscr.com/2w6uv8
Use this CSS:
- Code:
#right .forumline td.catLeft, #right .forumline td.catHead {
background-color: #171717 !important;
background-image: none !important;
}
So long,
JS
Re: Profile Song/Default Text Size/Edit Note Code help!
Great thanks man XD , However I wanted the text to stay with this code #DBCB1C
Re: Profile Song/Default Text Size/Edit Note Code help!
Alex' wrote:Hello,
Q1 : Put this Javascript in your Administration Panel> Modules > HTML & JAVASCRIPT > Javascript codes management :
- Code:
jQuery(document).ready(function () {
jQuery('body').append('<table style="position: fixed; bottom: 50px; left: 0px;background-color: #ffffff;z-index:10000;"><tr><td><div id="panneau" scrolling="no" style="width: 800px; height: 400px; display: none;" marginwidth="0" marginheight="0" frameborder="0"><iframe src="/chatbox/index.forum?page=front" style="width: 800px; height: 400px;" ></iframe></div></td><td style="vertical-align: bottom;"><img src="http://i81.servimg.com/u/f81/11/21/85/73/ouvrir10.png" onClick="document.getElementById(\'panneau\').style.display=(this.src==\'http://i81.servimg.com/u/f81/11/21/85/73/ouvrir10.png\')?\'block\':\'none\';this.src=(this.src==\'http://i81.servimg.com/u/f81/11/21/85/73/ouvrir10.png\')?\'http://i81.servimg.com/u/f81/11/21/85/73/fermer10.png\':\'http://i81.servimg.com/u/f81/11/21/85/73/ouvrir10.png\';"/></td></tr></table>');
});
Q2 :
- Code:
<a href="liendusite">TEXTE</a>
Q4 : In Administration Panel > General > Messages and e-mails > Configuration > Messages > Type of the editor colors palette : Simple
Q5 : In Administration Panel > Display > Pictures and Colors > Advanced Mode > General / explore > Vote bar - Left, Vote bar - Center and Vote bar - Right.
Q6 : In Administration Panel > Display > Pictures and Colors > CSS Stylesheet :
- Code:
a {
text-decoration: none;
}
Q7 : In Administration Panel > Display > Pictures and Colors > CSS Stylesheet :
- Code:
td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides {
background-color: cyan;
height: 28px;
}
Thanks
Have you seen?
Re: Profile Song/Default Text Size/Edit Note Code help!
Yeah mate , I seen this , I fixed some of these problems , however I don't need help with these anymore , the OP is updated btw , Feel free to check if you can help with something
Re: Profile Song/Default Text Size/Edit Note Code help!
Did you get the chatbox to work?
If not whats your forum type?
If not whats your forum type?
Re: Profile Song/Default Text Size/Edit Note Code help!
Yes , I got it to work as it's not longer on the list , I am struggling with the categories colors , They don't want to change .. , and It's PHPBB2 btw
Re: Profile Song/Default Text Size/Edit Note Code help!
Can you screen shot the catorgies please and thank you.
Re: Profile Song/Default Text Size/Edit Note Code help!
http://divineduelacademy.lolbb.com/
Forum's here bro , Sign up and we can talk more on the chatbox and also I am having some other problems in the Main post.
Forum's here bro , Sign up and we can talk more on the chatbox and also I am having some other problems in the Main post.
Re: Profile Song/Default Text Size/Edit Note Code help!
Second Reminder:
Please don't double post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!
Please don't double post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Profile Song/Default Text Size/Edit Note Code help!
Add this to your CSS:
- Code:
.secondarytitle h2 {
color: YOUR COLOR !important;
}
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Profile Song/Default Text Size/Edit Note Code help!
Thanks mate , I also want to change the rest so it fits with it (not the lines tho) http://prntscr.com/2wybwr
Re: Profile Song/Default Text Size/Edit Note Code help!
It would be helpful if you exactly explain what you want to change.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Profile Song/Default Text Size/Edit Note Code help!
The text color of "Topics" "Posts" "Last Posts"
Re: Profile Song/Default Text Size/Edit Note Code help!
Hi,
Add this into your CSS:
Add this into your CSS:
- Code:
th {
background-image: NONE;
color: #fff;
}
Re: Profile Song/Default Text Size/Edit Note Code help!
Yes , it worked Thank you , if it is removed from the OP then it's fixed xD
Re: Profile Song/Default Text Size/Edit Note Code help!
Problem solved & topic archived.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Page 2 of 2 • 1, 2
Similar topics
» Default Text Size
» Default avatar size CSS-PunBB
» How do I add a profile song?
» default avatar size phbb2
» Profile Song. Javascript help.
» Default avatar size CSS-PunBB
» How do I add a profile song?
» default avatar size phbb2
» Profile Song. Javascript help.
Page 2 of 2
Permissions in this forum:
You cannot reply to topics in this forum