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
(2011-06-02, 01:03 PM)Shanks Wrote: [ -> ]Oh never mind it euantor the image got updated its working now, can i ask you how i can change the Posts, Joined, Reputation, Warning Level position to bottom of Rank title?

In the postbit you mean? Open the postbit (or postbit_classic) template and change the order Smile

(2011-06-02, 01:37 PM)Clarkie Wrote: [ -> ]Very nice theme! Only thing I'd change is the Threads/Posts. I'd make the text white and valign them in the middle. Otherwise awesome work. Smile

Thanks a lot. Do you mean in the forumbits? I've never even tried with valigning them in the middle - could be a good idea Smile
euantor can you tell me how i can add "Application Form" to my forum? i mean i want players to make some applications for some threads, like "Clan CF Application" then they will add their name, age, and blalblba
hmm dude can u help even though i uploaded a new header these words still remain caveat depascor

my website link is www.aerographics.tk
please help fast
You need to replace the logo.png file Smile
o thanks alot and the theme is great

but is there a way to completely delete that?
since theres still a link in the logo
Open the header template and you'll find it in there. Simply remove the whole logo section.
i fail with html so any help?and theres tons of header templates
Sure Smile Go to ACP->Styles & Templates->Templates->Dark Revolution->Header Templates->header. The default code should be as follows:

<a name="top" id="top"></a>

<div id="container">
<div id="nav">
{$darkrevnavigation}
</div>
<div class="header">
	<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>

	<div class="right panel">
		{$welcomeblock}
	</div>
	<div class="clear"></div>
</div>

		<hr class="hidden" />
		<div class="clear"></div>
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			{$pending_joinrequests}
			<div id="pagetitle"><navigation><p id="welcomemessage" class="description">{$darkrevdesc}</p></div><br />

To remove the logo, alter the code so that it looks like this:

<a name="top" id="top"></a>

<div id="container">
<div id="nav">
{$darkrevnavigation}
</div>
<div class="header">
	<div class="right panel">
		{$welcomeblock}
	</div>
	<div class="clear"></div>
</div>

		<hr class="hidden" />
		<div class="clear"></div>
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			{$pending_joinrequests}
			<div id="pagetitle"><navigation><p id="welcomemessage" class="description">{$darkrevdesc}</p></div><br />



That should remove the logo entirely, but the header will not link to the forum home or anything. To change that would require a few more changes. If you do wish for that, please feel free to PM me a forum URL and admin account details and I'll fix it for you.
Good day euantor Smile

The PM option in the User dropdown still points to the local host.

Also I have a question, how can we change the way the Forum Status Icons back to the typical forum themed ones?

I'm trying to add images instead, but the colour feature get's in my way.
Odd, I thought I'd fixed that one >.< I'll sort it ASAP.

As for the forum status icons, you need to edit the templates with the icons in them. I can't remember the exact template names, but I'll get back to you with them later and with some more details.
Pages: 1 2 3 4 5 6 7 8