Profile Song/Default Text Size/Edit Note Code help!
+5
Kiyomizu
Pizza Boi
Kite Trojan
masesm
CrystalSoul
9 posters
Page 1 of 2
Page 1 of 2 • 1, 2
Profile Song/Default Text Size/Edit Note Code help!
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/
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!
A1: Clarify please. Do you want to the chat to slide on a different window?
A2: Admin Panel > Display > Headers and Navigation > Add a Customized Menu. This should make a new button at your navigation.
A3: https://help.forumotion.com/t112787-seamless-music-player
A2: Admin Panel > Display > Headers and Navigation > Add a Customized Menu. This should make a new button at your navigation.
A3: https://help.forumotion.com/t112787-seamless-music-player
Re: Profile Song/Default Text Size/Edit Note Code help!
1: add this to your overall_header at acp>display>templates>general>overall_header. add this to the bottom:
2. for a link, there is a button in the quick reply box, it is near the youtube image.
3. duelacademy.net and orichalosforums.forumotion.com has those, its best to ask them for help about this.
4. goto admin panel>general>messages and emails>configuration. find: Type of the editor colors palette :
choose extended
- Code:
<div style="overflow: visible; position: fixed; bottom: 30px; height: 350px; right: 0px; z-index:10000; "><iframe src="/chatbox/index.forum" id="chatboxpop" scrolling="yes" style="overflow: visible; width: 750px; height: 350px; display: none; float:right;box-shadow: 0px 0px 3px rgba(0,0,0,0.25);-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);-webkitbox-shadow: 0px 0px 3px rgba(0,0,0,0.25);-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);margin-left: 6px; -moz-border-radius: 6px;border-radius: 6px;-webkit-border-radius: 6px;-o-border-radius: 6px;" marginwidth="0" marginheight="0" frameborder="0"></iframe><div onclick="jQuery('#chatboxpop').animate({width:'toggle'},1200); jQuery('#chatboxopen,#chatboxclose').toggle();" style="cursor :pointer; float:left; box-shadow: 0px 0px 3px rgba(0,0,0,0.25);-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);-webkitbox-shadow: 0px 0px 3px rgba(0,0,0,0.25);-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);-moz-border-radius: 6px;border-radius: 6px;-webkit-border-radius: 6px;-o-border-radius: 6px; padding: 6px 3px 6px 3px;"><img src="http://i46.servimg.com/u/f46/15/86/71/61/button10.png" id="chatboxopen"><img src="http://i46.servimg.com/u/f46/15/86/71/61/button12.png" id="chatboxclose" style="cursor :pointer; display:none;"></div></div>
2. for a link, there is a button in the quick reply box, it is near the youtube image.
3. duelacademy.net and orichalosforums.forumotion.com has those, its best to ask them for help about this.
4. goto admin panel>general>messages and emails>configuration. find: Type of the editor colors palette :
choose extended
Last edited by Kite Trojan on February 26th 2014, 2:29 am; edited 1 time in total (Reason for editing : adding for detail)
Re: Profile Song/Default Text Size/Edit Note Code help!
Q1 : Solved , However How do I change this "http://prntscr.com/2vwj1d" to something different with a different color
Q2 : @TrojanKite : Solved! That's not really what I meant lol but thanks anyway , Masesm thanks bro
Q3 : Ongoing!
Q4 : Solved!
Q5 : Do you know how can I sensor words to both the forum and the chatbox? and How do remove this blue line? http://prntscr.com/2vwjru
Q2 : @TrojanKite : Solved! That's not really what I meant lol but thanks anyway , Masesm thanks bro
Q3 : Ongoing!
Q4 : Solved!
Q5 : Do you know how can I sensor words to both the forum and the chatbox? and How do remove this blue line? http://prntscr.com/2vwjru
Re: Profile Song/Default Text Size/Edit Note Code help!
You will need to make your own image. You can request it in the GFX Section.
Re: Profile Song/Default Text Size/Edit Note Code help!
@masesm : How to place the song in one's profile? It can be only used on the main page ..
Re: Profile Song/Default Text Size/Edit Note Code help!
You can decide on color of links and its decorations through CSS:
- Code:
a:link {
color: #98FB98;
text-decoration: none;
}
a:visited {
color: #98FB98;
text-decoration: none;
}
a:hover {
color: #87CEEB;
text-decoration: none;
}
a:active {
color: #FF0000;
text-decoration: none;
}
Re: Profile Song/Default Text Size/Edit Note Code help!
Hi
For the profile songs: http://www.avacweb.com/t1482-profile-songs-for-phpbb-2?highlight=profile+songs
Note: Each forum has a corresponding unique ID and it's YOUR job to find it out.
Regards,
Pizza Boi
Edit: Didn't see you're using phpBB3. The person who can translate that script could make it work (Didn't check the link too much so I don't know if post was made for phpBB3 already).
For the profile songs: http://www.avacweb.com/t1482-profile-songs-for-phpbb-2?highlight=profile+songs
Note: Each forum has a corresponding unique ID and it's YOUR job to find it out.
Regards,
Pizza Boi
Edit: Didn't see you're using phpBB3. The person who can translate that script could make it work (Didn't check the link too much so I don't know if post was made for phpBB3 already).
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Profile Song/Default Text Size/Edit Note Code help!
Thread Updated , Thanks Pizza Boi! I'll look into your solution
Re: Profile Song/Default Text Size/Edit Note Code help!
Hello,
Q1 : Put this Javascript in your Administration Panel> Modules > HTML & JAVASCRIPT > Javascript codes management :
Q2 :
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 :
Q7 : In Administration Panel > Display > Pictures and Colors > CSS Stylesheet :
Thanks
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
Re: Profile Song/Default Text Size/Edit Note Code help!
- Code:
jQuery(document).ready(function () {[color=#000000][font=Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace][/font][/color]
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>');[color=#000000][font=Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace][/font][/color]
});
that makes a popup chatbox
Re: Profile Song/Default Text Size/Edit Note Code help!
I can't seem to change this whatever I do , I am using the default forumotion chatbox , I need some help here X_X , It's urgent guys http://prntscr.com/2w58xd/ http://prntscr.com/2w0tvl , I want it to be cyan to fit my forum outlook but the text would stay the same ... Help apperciated ..
Re: Profile Song/Default Text Size/Edit Note Code help!
Try messing around stuff with the colors.
acp>display>pics and colors>colors.
acp>display>pics and colors>colors.
Re: Profile Song/Default Text Size/Edit Note Code help!
Add this to you css
In you css
ACP>Display> Colors (right hand side) >Css Stylesheet.
EDIT:
In you css
ACP>Display> Colors (right hand side) >Css Stylesheet.
- Code:
#chatbox_header.main-head {
background-color: cyan;
}
#chatbox_footer {
background-color: cyan;
}
EDIT:
While that helps for some colors CSS, alows you to do much more. And as far as i know there is not an option there to change the chat box colors.Kite Trojan wrote:Try messing around stuff with the colors.
acp>display>pics and colors>colors.
Re: Profile Song/Default Text Size/Edit Note Code help!
try changing cyan to your hex color
- Code:
#chatbox_header.main-head {
background-color: #00ffff ;
}
#chatbox_footer {
background-color: #00ffff ;
}
Re: Profile Song/Default Text Size/Edit Note Code help!
Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
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!
Kite Trojan wrote:try changing cyan to your hex color
- Code:
#chatbox_header.main-head {
background-color: #00ffff ;
}
#chatbox_footer {
background-color: #00ffff ;
}
Re: Profile Song/Default Text Size/Edit Note Code help!
I hope this name will suffice ..
Kite Trojan : Seen it , tried it and nope didn't work =O
Kite Trojan : Seen it , tried it and nope didn't work =O
Re: Profile Song/Default Text Size/Edit Note Code help!
Hi, try this CSS:CrystalSoul wrote:I hope this name will suffice ..
Kite Trojan : Seen it , tried it and nope =O
- Code:
#chatbox_header.main-head {
background-color: #00ffff !important;
}
#chatbox_footer {
background-color: #00ffff !important;
}
If the above CSS does not work, try:
- Code:
jQuery(function () {
var sCSS = '' +
'<style>' +
'#chatbox_header.main-head {' +
'background-color: #00ffff !important;' +
'}' +
'#chatbox_footer {' +
'background-color: #00ffff !important;' +
'}' +
'</style>';
document.head.insertAdjacentHTML('beforeEnd', sCSS);
var sHtml = '<iframe src="/chatbox/index.forum?archives=1" id="frame_chatbox" scrolling="yes" width="100%" height="100%" type="text/html" style="border: 0px;" />';
jQuery('#frame_chatbox').replaceWith(sHtml);
});
So long,
JS
Re: Profile Song/Default Text Size/Edit Note Code help!
Oh gawd , This sucks neither of them worked , I feel like I am doing something wrong =( http://prntscr.com/2w7fkd
Re: Profile Song/Default Text Size/Edit Note Code help!
@CrystalSoul
If you post which the address of forum that you want to have solved this and other issues, sure the help will be faster!
We may know what is the address of the forum?
So long,
JS
If you post which the address of forum that you want to have solved this and other issues, sure the help will be faster!
We may know what is the address of the forum?
So long,
JS
Re: Profile Song/Default Text Size/Edit Note Code help!
http://divineduelacademy.lolbb.com/ , It's still under construction tho
Re: Profile Song/Default Text Size/Edit Note Code help!
@CrystalSoul
Thank you!
Use this CSS:
So long,
JS
Thank you!
Use this CSS:
- Code:
#chatbox_header td.catBottom, th.thBottom, #chatbox_messenger td.catBottom {
background-color: #171717 !important;
background-image: none !important;
}
So long,
JS
Re: Profile Song/Default Text Size/Edit Note Code help!
Thanks for the help , mate
I didn't really know that sharing the link would help so much , still not that experienced yet
OP updated with link lol
I didn't really know that sharing the link would help so much , still not that experienced yet
OP updated with link lol
Page 1 of 2 • 1, 2
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum