*** Error in the name of your category ! *** 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.
4 posters

    *** Error in the name of your category ! ***

    PlayToy
    PlayToy
    Forumember


    Male Posts : 84
    Reputation : 1
    Language : English
    Location : USA

    In progress *** Error in the name of your category ! ***

    Post by PlayToy February 13th 2015, 12:32 am

    The title says it all, I added an animated text for a forum title and when I confirm it, it shows up, but when I go back it says *** Error in the name of your category ! ***, but image is still there. Will the image eventually go away, or stay there?
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    In progress Re: *** Error in the name of your category ! ***

    Post by Ange Tuteur February 13th 2015, 2:42 am

    Hi @PlayToy,

    It should stay there, it just cannot display in the Admnistration Panel.
    PlayToy
    PlayToy
    Forumember


    Male Posts : 84
    Reputation : 1
    Language : English
    Location : USA

    In progress Re: *** Error in the name of your category ! ***

    Post by PlayToy February 13th 2015, 4:17 am

    Ange Tuteur wrote:Hi @PlayToy,

    It should stay there, it just cannot display in the Admnistration Panel.
    It did stay, just also found out it will repeat all the other forum titles as well (make all the titles the same subject), had to take the animation out of it to make the proper titles to show up correctly. Confused
    PlayToy
    PlayToy
    Forumember


    Male Posts : 84
    Reputation : 1
    Language : English
    Location : USA

    In progress Re: *** Error in the name of your category ! ***

    Post by PlayToy February 14th 2015, 1:19 am

    I just doing my affect again and it worked as I hoped it would. I made the forum topics in a blinking type affect and was wondering if their is a way to make them all blink at the same time and not randomly?
    Derri
    Derri
    Helper
    Helper


    Male Posts : 8711
    Reputation : 638
    Language : English & Basic French
    Location : Scotland, United Kingdom

    In progress Re: *** Error in the name of your category ! ***

    Post by Derri February 14th 2015, 1:26 am

    The field that text is entered in for the category title only really accepts text, if you try to add any code or in this case an animation then it will come up error in the category title. It won't ever go away and it will be displayed on your forum as long as you keep it in your ACP.

    As for the blinking at the same time, I can't comment on that as I wouldn't know but I'm not sure if it would be possible.
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    In progress Re: *** Error in the name of your category ! ***

    Post by _Twisted_Mods_ February 14th 2015, 1:42 am

    can you provide the code for blinking text
    PlayToy
    PlayToy
    Forumember


    Male Posts : 84
    Reputation : 1
    Language : English
    Location : USA

    In progress Re: *** Error in the name of your category ! ***

    Post by PlayToy February 14th 2015, 2:25 am

    Derri wrote:The field that text is entered in for the category title only really accepts text, if you try to add any code or in this case an animation then it will come up error in the category title. It won't ever go away and it will be displayed on your forum as long as you keep it in your ACP.

    As for the blinking at the same time, I can't comment on that as I wouldn't know but I'm not sure if it would be possible.
    What I have in the text area is a animated gif. I did re do the gif with letters and the error did go away. I tried my gif animation again today and it did work. The topic posts look like this....*** Error in the name of your category ! *** YNBl3eb , all it is, is a gif I made from http://cooltext.com/ and edited on http://www171.lunapic.com/editor/. I was just wondering if it was possible to make all my forum subjects blink at the same time is all?
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    In progress Re: *** Error in the name of your category ! ***

    Post by _Twisted_Mods_ February 14th 2015, 3:12 am

    no not with it being images i thought u had some kinda script to make them blink
    PlayToy
    PlayToy
    Forumember


    Male Posts : 84
    Reputation : 1
    Language : English
    Location : USA

    In progress Re: *** Error in the name of your category ! ***

    Post by PlayToy February 14th 2015, 3:21 am

    _Twisted_Mods_ wrote:no not with it being images i thought u had some kinda script to make them blink
    Well crap...
    If I change them to a png, is there a script to animate them at the same time?
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    In progress Re: *** Error in the name of your category ! ***

    Post by _Twisted_Mods_ February 14th 2015, 4:06 am

    how about try regular text and add this to your css

    acp>display>colors>css

    Code:
    .forumtitle {
    -webkit-animation-name: myfirst;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: myfirst;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    }
    /* Chrome, Safari, Opera */
    @-webkit-keyframes myfirst {
    0% {text-shadow: 0px 0px 5px red,0px 0px 5px red;}
    50% {text-shadow: 0px 0px 1px red;}
    100% {text-shadow: 0px 0px 5px red,0px 0px 5px red;}
    }
    /* Standard */
    @keyframes myfirst {
    0% {text-shadow: 0px 0px 5px red,0px 0px 5px red;}
    50% {text-shadow: 0px 0px 1px red;}
    100% {text-shadow: 0px 0px 5px red,0px 0px 5px red;}
    }
    PlayToy
    PlayToy
    Forumember


    Male Posts : 84
    Reputation : 1
    Language : English
    Location : USA

    In progress Re: *** Error in the name of your category ! ***

    Post by PlayToy February 14th 2015, 10:08 pm

    Sorry for a late response, but it doesn't do anything. I their a post anywhere here to do special stuff to you're forum titles?
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    In progress Re: *** Error in the name of your category ! ***

    Post by _Twisted_Mods_ February 15th 2015, 9:03 pm

    sorry forgot to tell you under the css are options ..turn optimize css:off