Enable HTML for old members Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
2 posters

    Enable HTML for old members

    avatar
    betclever
    Forumember


    Posts : 209
    Reputation : 2
    Language : english

    Solved Enable HTML for old members

    Post by betclever October 25th 2014, 9:23 pm

    Hi,

    I have added in some topics a widget which is for old members invisible...

    If I go to profile and enable HTML, it works but, There are 200 old members...

    Is there a script or something else to force this option for everyone?

    I have changed under the CP for new members...

    Any possibility for guest users too?

    Thanks a lot


    Last edited by betclever on October 26th 2014, 5:18 pm; edited 1 time in total
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Enable HTML for old members

    Post by Ange Tuteur October 25th 2014, 9:56 pm

    Hello betclever,

    As far as I know, you would have to do it manually for members, unless they change it themselves. You could always open a topic on your forum stating how to enable HTML.
    avatar
    betclever
    Forumember


    Posts : 209
    Reputation : 2
    Language : english

    Solved Re: Enable HTML for old members

    Post by betclever October 25th 2014, 10:07 pm

    Hi ange tuteur,

    In fact, I don't have the option in their profiles to enable de HTML.
    On the mine well but on their profiles not...

    I will do the modification my self but how?
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Enable HTML for old members

    Post by Ange Tuteur October 25th 2014, 10:22 pm

    Oh my mistake you're right, it is a user preference. It would need to be set by the user.
    avatar
    betclever
    Forumember


    Posts : 209
    Reputation : 2
    Language : english

    Solved Re: Enable HTML for old members

    Post by betclever October 25th 2014, 10:23 pm

    No work around or script to force this option ?
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Enable HTML for old members

    Post by Ange Tuteur October 25th 2014, 10:54 pm

    Hmm..even if "Always allow HTML" isn't set to "Yes" in the profil you can still use it if you "untick disable html in this post." See if this will work :

    Administration Panel > Modules > JavaScript codes management > Create a new script

    Title : Your choice
    Placement : In all the pages
    Code:
    $(function() {$('input[name="disable_html"]').attr('checked',false)});
    avatar
    betclever
    Forumember


    Posts : 209
    Reputation : 2
    Language : english

    Solved Re: Enable HTML for old members

    Post by betclever October 25th 2014, 11:24 pm

    Thanks for the answer Ange tuteur but it doesn't work Sad

    Another solution?
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Enable HTML for old members

    Post by Ange Tuteur October 26th 2014, 1:11 am

    Not that I can think of at the moment. The only thing you can do is create a topic to tell your users how to enable HTML. Similar to this : https://help.forumotion.com/t35636-enabling-html

    Excluding the details of the PA of course.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Enable HTML for old members

    Post by Ange Tuteur November 2nd 2014, 2:04 am

    Topic archived, as it is marked Solved.