The real vBTEAM admin/mod bbcode

Error 404

New Member
Sorry Hoxxy,
Its still does not work :(
If i post it around [Mod] tags, its just normal text.. If i go to Edit Post, the [Mod] tags are missing..

Sad, but o well.. doesnt matter..
Thanks for help anyways.
 

micky13

New Member
Ok i got it working but no red backround or outline. Just the ! image and text, how do i get the red outline/background to work?
 

Pixel3

New Member
Hoxxy do this instead.

in Replacement
Code:
<style>
.mod_bb
{
        background:#F5C7CD;
        color:#8a1f11;
        padding:.8em;
        margin-bottom:1.6em;
        border:2px solid #DC364E;
}
.mod_bb img
{
        position:relative;
        top:2px;
}
</style>
<p class="mod_bb"><img src="path to/images/modicon.png" alt=""/>&nbsp;&nbsp;{param}</p>
No need extra css file modifications xD
 

Error 404

New Member
Pixel3, your Replacement works, but if i try to post some text between the [MOD] tags, it comes out as a normal text.. Nothing around it, no pic etc. And if i go to Edit post, the text doesnt have tags [MOD] around it :( sad..
 

h@ck3r

New Member
Error 404 said:
Pixel3, your Replacement works, but if i try to post some text between the [MOD] tags, it comes out as a normal text.. Nothing around it, no pic etc. And if i go to Edit post, the text doesnt have tags [MOD] around it :( sad..

The code you added to your main CSS... Sounds like you never put it at the BOTTOM of your coding.

Delete it, and add Hoxxy's code to the bottom of your main CSS and it should work. :)
 

Error 404

New Member
when i do that, and press save button, i get some error with Suhosin Variables, and if i make the variables bigger in .htacess, i get 500 Internal Error :( sad..
 

Pixel3

New Member
h@ck3r said:
The code you added to your main CSS... Sounds like you never put it at the BOTTOM of your coding.

Delete it, and add Hoxxy's code to the bottom of your main CSS and it should work. :)

i did so, dint work but i tried other way added the style code in replacement

Code:
<style
the css code here
</style>
the replacement code of the bbcode here


thanks tho.
 

CapNemo

New Member
very stupid question - i need insert moderator nick in a message near icon ...
I wonder? if someone could help me %)
 
Top