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
3 posters

    Having problems with Topic Tabs

    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    In progress Having problems with Topic Tabs

    Post by SpyroDragon February 4th 2018, 3:22 am

    I'm having trouble getting this to work
    https://help.forumotion.com/t134270-buttons-to-add-prefixes-in-topic-titles#903824
    the " tabs " are not being added.. maybe a modernBB issue?

    http://DreamArchive.org/
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Having problems with Topic Tabs

    Post by SLGray February 4th 2018, 3:25 am

    Do you mean the buttons?  Also do you have it set where you can add solved by the reason for edit to a topic?



    Having problems with Topic Tabs Slgray10

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


    Posts : 462
    Reputation : 2
    Language : English

    In progress Re: Having problems with Topic Tabs

    Post by SpyroDragon February 4th 2018, 6:47 am

    yes , I have the solved button set to on , but I do not even see the solved button anywhere
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Having problems with Topic Tabs

    Post by SLGray February 4th 2018, 7:49 pm

    Having problems with Topic Tabs Reason10



    Having problems with Topic Tabs Slgray10

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


    Posts : 462
    Reputation : 2
    Language : English

    In progress Re: Having problems with Topic Tabs

    Post by SpyroDragon February 17th 2018, 8:01 am

    I do not see them there either.
    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    In progress Re: Having problems with Topic Tabs

    Post by tikky February 17th 2018, 3:40 pm

    Hey,
    use this script:

    Code:
    jQuery(document).ready(function() {

    $("body").append(
    '<style>' +
    'input#button_label {' +
    '    display: inline;' +
    '    padding: 8px 8px 8px 8px;' +
    '    border: none;' +
    '    color: white;' +
    '    margin: 10px 0 10px 6px;' +
    '    box-shadow: 0 1px 2px rgba(0,0,0,0.3);' +
    '    border-radius: .1em;' +
    '    background-color: #3793ff;' +
    '}' +
    '</style>'
    );

    jQuery('#modif_topic_title').after('<input type="button" value="Javascript" onclick="set_solved(this.form.elements[\'modif_topic_title\'],\'[Javascript]\')" id="button_label"><input type="button" value="HTML" onclick="set_solved(this.form.elements[\'modif_topic_title\'],\'[HTML]\')" id="button_label"><input type="button" value="CSS" onclick="set_solved(this.form.elements[\'modif_topic_title\'],\'[CSS]\')" id="button_label"><input type="button" value="Resolved" onclick="set_solved(this.form.elements[\'modif_topic_title\'],\'[Resolved]\')" id="button_label">');

    });

    to add more tags use
    Code:
    <input type="button" value="NAME (BUTTON)" onclick="set_solved(this.form.elements[\'modif_topic_title\'],\'[VALUE - TAG]\')" id="button_label">


    to put the button solved go to control panel > General > Messages and Emails > Configuration and see the [Resolved] button: if you put 'Yes', it will be activated and will appear in the options of the topic, otherwise it will not be active nor will it appear!
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    In progress Re: Having problems with Topic Tabs

    Post by SpyroDragon February 19th 2018, 10:20 pm

    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Having problems with Topic Tabs

    Post by SLGray February 19th 2018, 10:35 pm

    Try in topics only for the JavaScript.



    Having problems with Topic Tabs Slgray10

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


    Posts : 462
    Reputation : 2
    Language : English

    In progress Re: Having problems with Topic Tabs

    Post by SpyroDragon February 19th 2018, 11:02 pm

    same result

      Current date/time is September 23rd 2024, 1:30 am