Hi, BB code [qoute] does not work and nothing happens. How can I fix it? (Joomla 1.5.26 Ninjaboard 1.1.7). Forum is here in russian
Is it possible to add icons of smiles?
Hi Genesis2,
Thanks for the link.
I felt free to register at your site and test things out.
The Quote BBcode works just fine.
The problem is that your template doesn't have any CSS style defined to the "blockquote" element.
To solve this, add the following to your default template.css:
#ninjaboard, .blockquote {
background-color: #DFFFFF;
padding: 8px;
border-radius: 10px;
margin: 5px;
color: #666;
font-style: italic;
}
You can adjust the values to your needs. But this way you have an example that matches your template.
Feel free to change it in whatever you like as long as you keep the structure in tact.
For adding smileys you need to follow the instructions in this topic:
http://ninjaforge.com/forum/topic/25098-adding-smilies-to-ninjaboard
Please delete my account and posts from your forum as it was only for test purposes:
User: Ninja
my test posts
Thanks.
I hope this helps.
Let us know how it goes.
Kind regards,
John