MyBB Community Forums

Full Version: Dark Revolution
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
Sure, I'll edit some instructions in soon Smile
I want to remove this because i will make some navbar on the top of the forum more cool so my background of the forum will be good.
Ok, go to

ACP->Templates & Style->Templates->Dark Revolution->Header->header_welcomeblock_member

In this template, find and remove the following code:

<div class="userdropdown">
&nbsp;&nbsp; <strong><a href="member.php?action=profile&uid={$mybb->user['uid']}">{$mybb->user['username']}</a></strong> <img class="menu_head" src="images/darkrev/down.gif" alt="" />
</div>
<ul class="menu_body">
            <li class="smalltext"><a href="{$mybb->settings['bburl']}/private.php" title="You have {$mybb->user['unreadpms']} unread private messages">Private Messages</a></li>
            <li class="smalltext"><a href="{$mybb->settings['bburl']}/usercp.php">User CP</a></li>
            <li class="smalltext"><a href="{$mybb->settings['bburl']}/search.php?action=finduser&uid={$mybb->user['uid']}">Your Posts</a></li>
            {$modcplink}
            {$admincplink}
            <li class="smalltext"><a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}</a></li>
</ul>

</div>

<div class="right textright">
	 &nbsp; {$darkrevpanelavatar}
</div>
<div class="clear"></div>

That should do it Smile If not, post back and I'll try again Wink
Thanks, its working, but i have to ask you something other, can you tell me how i can change the position of the "OLD" , "NEW" image?
Can you help me please?
Sorry, I never noticed your post. You have to modify the forumbit_depth2_forum template (I believe). If you tell me where you want it, I'll give you the exact code Wink
On the left... please
Ok, I'll post the changed code in just a second Smile
Okay, open the forumbit_depth2_forum template and replace the contents with the following:

<tr>
<td class="trow1 trow1forumbg" align="center" valign="top" width="1">
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />
</td>
<td class="trow1 trow1forumbg" valign="top">
<h2><a href="{$forum_url}">{$forum['name']}</a></h2>{$forum_viewers_text}<div class="smalltext forum{$forum['fid']}description">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="trow1 trow1forumbg" valign="top" align="right" style="white-space: nowrap" width="200"><h3>{$lastpost}</h3></td>
<td class="trow1 trow1forumbg" valign="top" align="right" style="white-space: nowrap" width="100">
<strong>Threads:</strong> {$threads}{$unapproved['unapproved_threads']}
<br />
<strong>Posts:</strong> {$posts}{$unapproved['unapproved_posts']}
</td>
</tr>
Ok thanks its working,can you tell me how i can change the size of the logo like the background? and the logo on the center, and how i can perma remove background.
What do you mean? You mean you want to change the size of the banner image? To do that, you'd have to change quite a large amount.
Pages: 1 2 3 4 5 6 7 8