Not Solved [Error Message] MyCode staff notice fails to work
#1
Not Solved
I have had problems with making a mybbcode using the Mycode on the ACP tool, I typed the following information into the Mycode:
  • Title:Founder's Message
  • Short Description:Founder's Message for only the founder's staff
  • Regular Expression:
    \[founder\](.?)\[/founder\]
  • Replacement:
    <p class="founder_bb"><img src="images/icons/information.png" alt=""/>&nbsp;$1</p>
  • CSS Code:
    /* ADMIN / FOUNDER NOTICE */
    .mod_bb{
         background:#B80000 ;
         color:#000000;
         padding:.8em;
         margin-bottom:1.6em;
         border:2px solid #DC364E;
    }
    .mod_bb img{
         position:relative;
         top:2px;
    }
After all that i went and typed all the information, i get the following message: Forbidden.  I also get this error message when i attempt to submit it, is there a way round on how i can fix this issue?Thanks.
Reply
#2
Not Solved
Try this:
  • Title:Founder's Message
  • Short Description:Founder's Message for only the founder's staff
  • Regular Expression:
    \[founder\](.*?)\[/founder\]
  • Replacement:
    <p class="founder_bb"><img src="images/icons/information.png" alt=""/>&nbsp;$1</p>
  • CSS Code:
    /* ADMIN / FOUNDER NOTICE */
    .mod_bb{
         background:#B80000 ;
         color:#000000;
         padding:.8em;
         margin-bottom:1.6em;
         border:2px solid #DC364E;
    }
    .mod_bb img{
         position:relative;
         top:2px;
    }
My Projects - Support My Projects

Don't forget to rate posts!
Reply
#3
Not Solved
Reformatted both of your posts so that people can actually read the contents.
PGP Key (Fingerprint: 23B6 F4C0 FE2D 45AA 61A0 1E86 DB87 09DC DD87 6E40)
Reply
#4
Not Solved
That doesn't work, comes up with the same error message i got.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)