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.
The forum of the forums
+5
Kiyomizu
Pizza Boi
Kite Trojan
masesm
CrystalSoul
9 posters

    Profile Song/Default Text Size/Edit Note Code help!

    avatar
    CrystalSoul
    Forumember


    Male Posts : 149
    Reputation : 1
    Language : English
    Location : Egypt

    Solved Profile Song/Default Text Size/Edit Note Code help!

    Post by CrystalSoul February 26th 2014, 2:15 am

    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
    masesm
    masesm
    Forumember


    Male Posts : 75
    Reputation : 7
    Language : Java, C++, C#, Python, JavaScript, PHP, MySQL, AWS
    Location : United States

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by masesm February 26th 2014, 2:23 am

    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
    Kite Trojan
    Kite Trojan
    Forumember


    Male Posts : 823
    Reputation : 19
    Language : English

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by Kite Trojan February 26th 2014, 2:24 am

    1: add this to your overall_header at acp>display>templates>general>overall_header. add this to the bottom:
    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>
    Remove the servimg links with your own images.

    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)
    avatar
    CrystalSoul
    Forumember


    Male Posts : 149
    Reputation : 1
    Language : English
    Location : Egypt

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by CrystalSoul February 26th 2014, 2:55 am

    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 Wink, 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
    Kite Trojan
    Kite Trojan
    Forumember


    Male Posts : 823
    Reputation : 19
    Language : English

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by Kite Trojan February 26th 2014, 2:57 am

    You will need to make your own image. You can request it in the GFX Section.



    avatar
    CrystalSoul
    Forumember


    Male Posts : 149
    Reputation : 1
    Language : English
    Location : Egypt

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by CrystalSoul February 26th 2014, 3:00 am

    How about Q5?
    Kite Trojan
    Kite Trojan
    Forumember


    Male Posts : 823
    Reputation : 19
    Language : English

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by Kite Trojan February 26th 2014, 3:01 am

    Censor=
    acp>general>censoring
    avatar
    CrystalSoul
    Forumember


    Male Posts : 149
    Reputation : 1
    Language : English
    Location : Egypt

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by CrystalSoul February 26th 2014, 3:21 am

    @masesm : How to place the song in one's profile? It can be only used on the main page ..
    masesm
    masesm
    Forumember


    Male Posts : 75
    Reputation : 7
    Language : Java, C++, C#, Python, JavaScript, PHP, MySQL, AWS
    Location : United States

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by masesm February 26th 2014, 3:27 am

    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;
    }
    masesm
    masesm
    Forumember


    Male Posts : 75
    Reputation : 7
    Language : Java, C++, C#, Python, JavaScript, PHP, MySQL, AWS
    Location : United States

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by masesm February 26th 2014, 3:29 am

    Kite Trojan
    Kite Trojan
    Forumember


    Male Posts : 823
    Reputation : 19
    Language : English

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by Kite Trojan February 26th 2014, 3:33 am

    For the profile, ill get something soon
    Pizza Boi
    Pizza Boi
    Hyperactive


    Male Posts : 2016
    Reputation : 160
    Language : French
    Location : Pizza Hut!

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by Pizza Boi February 26th 2014, 2:50 pm

    Hi Very Happy

    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).
    avatar
    CrystalSoul
    Forumember


    Male Posts : 149
    Reputation : 1
    Language : English
    Location : Egypt

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by CrystalSoul February 26th 2014, 4:50 pm

    Thread Updated , Thanks Pizza Boi! I'll look into your solution Wink
    Kiyomizu
    Kiyomizu
    Forumember


    Male Posts : 201
    Reputation : 31
    Language : French and English
    Location : France

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by Kiyomizu February 26th 2014, 5:04 pm

    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
    Kite Trojan
    Kite Trojan
    Forumember


    Male Posts : 823
    Reputation : 19
    Language : English

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by Kite Trojan February 26th 2014, 10:51 pm

    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
    avatar
    CrystalSoul
    Forumember


    Male Posts : 149
    Reputation : 1
    Language : English
    Location : Egypt

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by CrystalSoul February 26th 2014, 11:39 pm

    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 ..
    Kite Trojan
    Kite Trojan
    Forumember


    Male Posts : 823
    Reputation : 19
    Language : English

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by Kite Trojan February 26th 2014, 11:44 pm

    Try messing around stuff with the colors. 
    acp>display>pics and colors>colors.
    Sir. Mayo
    Sir. Mayo
    Forumember


    Male Posts : 978
    Reputation : 90
    Language : English, Some french.
    Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by Sir. Mayo February 26th 2014, 11:48 pm

    Add this to you css
    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:

    Kite Trojan wrote:Try messing around stuff with the colors.
    acp>display>pics and colors>colors.
    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.
    avatar
    CrystalSoul
    Forumember


    Male Posts : 149
    Reputation : 1
    Language : English
    Location : Egypt

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by CrystalSoul February 27th 2014, 12:16 am

    Didn't work =(
    Kite Trojan
    Kite Trojan
    Forumember


    Male Posts : 823
    Reputation : 19
    Language : English

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by Kite Trojan February 27th 2014, 12:18 am

    try changing cyan to your hex color


    Code:
    #chatbox_header.main-head {
        background-color: #00ffff ;
    }

    #chatbox_footer {
        background-color: #00ffff ;
    }
    avatar
    CrystalSoul
    Forumember


    Male Posts : 149
    Reputation : 1
    Language : English
    Location : Egypt

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by CrystalSoul February 27th 2014, 2:56 am

    Bumping guys..
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by SLGray February 27th 2014, 3:27 am

    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.



    Profile Song/Default Text Size/Edit Note Code help! Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Kite Trojan
    Kite Trojan
    Forumember


    Male Posts : 823
    Reputation : 19
    Language : English

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by Kite Trojan February 27th 2014, 3:29 am

    Kite Trojan wrote:try changing cyan to your hex color


    Code:
    #chatbox_header.main-head {
     Â   background-color: #00ffff ;
    }

    #chatbox_footer {
     Â   background-color: #00ffff ;
    }
    avatar
    CrystalSoul
    Forumember


    Male Posts : 149
    Reputation : 1
    Language : English
    Location : Egypt

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by CrystalSoul February 27th 2014, 3:35 am

    I hope this name will suffice ..

    Kite Trojan : Seen it , tried it and nope didn't work =O
    JScript
    JScript
    Forumember


    Male Posts : 741
    Reputation : 175
    Language : PT-BR, EN
    Location : Brazil

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by JScript February 27th 2014, 4:04 am

    CrystalSoul wrote:I hope this name will suffice ..

    Kite Trojan : Seen it , tried it and nope =O
    Hi, try this CSS:
    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
    avatar
    CrystalSoul
    Forumember


    Male Posts : 149
    Reputation : 1
    Language : English
    Location : Egypt

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by CrystalSoul February 27th 2014, 4:16 am

    Oh gawd , This sucks neither of them worked , I feel like I am doing something wrong =( http://prntscr.com/2w7fkd
    JScript
    JScript
    Forumember


    Male Posts : 741
    Reputation : 175
    Language : PT-BR, EN
    Location : Brazil

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by JScript February 27th 2014, 4:25 am

    @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
    avatar
    CrystalSoul
    Forumember


    Male Posts : 149
    Reputation : 1
    Language : English
    Location : Egypt

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by CrystalSoul February 27th 2014, 4:29 am

    http://divineduelacademy.lolbb.com/ , It's still under construction tho
    JScript
    JScript
    Forumember


    Male Posts : 741
    Reputation : 175
    Language : PT-BR, EN
    Location : Brazil

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by JScript February 27th 2014, 4:40 am

    @CrystalSoul

    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
    avatar
    CrystalSoul
    Forumember


    Male Posts : 149
    Reputation : 1
    Language : English
    Location : Egypt

    Solved Re: Profile Song/Default Text Size/Edit Note Code help!

    Post by CrystalSoul February 27th 2014, 4:43 am

    Thanks for the help , mate Smile

    I didn't really know that sharing the link would help so much , still not that experienced yet 

    OP updated with link lol

      Current date/time is September 22nd 2024, 7:33 pm