MyBB Community Forums

Full Version: [help] Rush Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I resize this so it fits in the header?

[Image: logorush_zpsbe52d866.png]

Where do I go to change this forum icon to another? (i.e if I wanted to change to the logo's on the site posted below)


[Image: iconrush_zps95d4bbff.png]

TO

Icons Here: http://forumconnect.net/index.php?forums/

How can I remove this?

[Image: rush_zpsbeca3c10.png]

My forum.

How do I add pages?


Kind of like here there is features, extend, blog, etc... I would like to do something like that.

Thank you. Smile

Also, how do I get rid of the "extra link" part in profiles?
1)  make your image bigger to resize it, use PNG as your image extension. or just add a width an height to your image. (change the 100px width and height)

<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" style="width: 100px; height: 100px;" alt="{$mybb->settings['bbname']}" /></a>



2) Those circle icons are images, you can find them in your Rush images folder .. on.png, off.png, offlock.png and offlink.png



3) To remove the debug info go to Templates > Rush > Footer Templates > Footer and look for <debugstuff> an remove it



4) Templates > Rush >  Header templates > Header

Add this below your Help link an edit the bold bits with your link and page name

<li><a href='your link here">Your page name</a></li>
Thank you for your help.

Quote: 2) Those circle icons are images, you can find them in your Rush images folder .. on.png, off.png, offlock.png and offlink.png

So do I upload the icons I want to the images folder in my file manager? How does that work?
(2014-10-25, 07:59 PM)Cierra Wrote: [ -> ]Thank you for your help.

Quote: 2) Those circle icons are images, you can find them in your Rush images folder .. on.png, off.png, offlock.png and offlink.png

So do I upload the icons I want to the images folder in my file manager? How does that work?


Yep just upload the images with the same names and PNG extension through your FTP program or web page

Make sure you upload them at /root/images/rush/
Also, how do I get rid of the "extra link" part in profiles?
Templates > Rush > Member Templates > Member_profile

Look for this and delete it

<input type="radio" name="pcss3t" id="tab5" class="tab-content-last">
				<label for="tab5"><i class="icon-globe"></i>Extra Link</label>


Then look for and delete it
<li class="tab-content tab-content-last typography">
						<div class="typography">
							<p>Content Here</p>		
						</div>
					</li>
Thank you, it worked. Another question: How do I make the background one fluid image, not multiple?
(2014-10-27, 12:00 AM)Cierra Wrote: [ -> ]Thank you, it worked. Another question: How do I make the background one fluid image, not multiple?

It's not big enough to be a non repeating image. it will look stretched and really bad.
Hello Smile

I don't know if I need to open a new topic or not, but my question is about Rush Theme Smile

I also want to use a big image for the header but not sure how to use it, or edit the files.
(I did what was said in the beginning of this topic, with no success)

My image doesn't fit Sad
I would like to use this image as an image-logo OR as a background-image, I have no idea what part of the CSS or template I need to edit Sad

Here is what I get (see attachment)
[attachment=38482]
Any clue would be helpful Smile

UPDATE : I fixed my issue ! Smile

But I can't edit the css for the .navMenu, I need to change the color but it doesn't work ;(
Finally solved my issue myself Smile

I had to edit the templates to modify the navMenu Smile