Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 133,830
» Latest member: goopalu
» Forum threads: 176,957
» Forum posts: 1,239,720
Full Statistics
|
|
|
How to change editor colors? |
Posted by: Squiddy - 2010-08-29, 10:07 PM - Forum: 1.6 General Support
- Replies (2)
|
|
Hi, I've tried to search the forum but with no result...
I have a forum with custom theme. The problem is that after I upgraded from 1.2 to 1.6 the editor looks a little strange. The colors are not as they should be.
1 & 2. the menu text is to light or the dropdown menu background should be darker.
3. The text in the text area should be set to match the forum and that would be #DDDDDD. The background is ok though, it's the same as in the forum.
Does anyone have a suggestion of how I change these settings. I've tried to look through the default CSS code but havn't found anything.
//Kent
|
|
|
[SOLVED] <-- Thread prefix not appearing |
Posted by: Rob1991 - 2010-08-29, 08:48 PM - Forum: 1.6 General Support
- No Replies
|
|
Hey, I need some help with my forums at www.cgamer.co.uk
I have the {prefix} showing in the breadcrumbs area
[quote]Community Gamer » Community » Community Gamer Servers » [ GMOD Servers ] Day 1 on 24/7 Build Server[/quote]
But where it is supposed to show up on "forumdisplay.php?fid=30&page=1" It is not appearing.. I assume I am looking at the right template...
Themename >> Forum Display Templates >> forumdisplay_thread
In this template I have
[quote]<tr>
<td align="center" class="{$bgcolor}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
<td align="center" class="{$bgcolor}" width="2%">{$icon}</td>
<td class="{$bgcolor}">
{$attachment_count}
<div>
<span>{$prefix} {$gotounread}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
<div class="author smalltext"><b>Started By:</b> {$thread['profilelink']} <img src="/forums/images/user_popup.png" title="View users profile" /></div>
</div>
</td>
<td align="center" class="{$bgcolor}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
<td align="center" class="{$bgcolor}">{$thread['views']}</td>
{$rating}
<td class="{$bgcolor}" style="white-space: nowrap; text-align: left;">
<img src="/forums/images/last_post.png" /> <span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
<b>By:</b> {$lastposterlink} <img src="/forums/images/user_popup.png" title="View users profile" /> [<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>]</span>
</td>
{$modbit}
</tr>[/quote]
But from what I can see the {prefix} are there ;o? Any ideas what I may need to add/edit or do?
Stupid me, I just noticed I need {$thread['threadprefix']} Sorry, solved.
|
|
|
|