Quote:
Originally Posted by Piccante
Just a few more observations: - Why doesn't the
button appear in the vB Editor Toolbar when submitting an article?
- Normal members get the "Administrator Options" at the bottom of their article, although they cannot edit their own articles despite this being enabled in the Usergroup Permissions
- On the original vbarticles in the category listings (the bit where the 50x50 pixel icons are displayed) the Article Titles were in bold and the description was in normal font. This gave a nice differentiation. In vbjournal all the text is in bold which doesn't look so tidy. How can I edit this?
Having said that it's a great mod, and thanks to Mary, but I'd very much appreciate help making those few small changes. 
|
Hello,
- You must activate inline images at vBulletin options.
- Please note that the permissions are: Add/Edit/Delete and not only Add. So its normal to get the Admin menu at the bottom of their articles.
- Sorry. Being in rush to remove ( ) from there I also removed the end of bold letter. Please open the template: vbjournal_categorybit
Find:
Code:
<td align="left"><a href="vbjournal.php?$session[sessionurl]do=category&categoryid=$category[categoryid]">
<div class="smallfont"><b>$category[title]</a><br>
$category[description]</div></td>
Add the highlight command:
Code:
<td align="left"><a href="vbjournal.php?$session[sessionurl]do=category&categoryid=$category[categoryid]">
<div class="smallfont"><b>$category[title]</a></b><br>
$category[description]</div></td>