Customizing SMF > Theme Site Themes
Rusty White
Ricky.:
Ya sure, that would be nice.
genie:
When I found your theme, I feel in love with the ability to rotate images in the header.
I was quite disappointed when I discovered I could only rotate 5 of them. Is there a way to increase the number considerable?
Ricky.:
Well, you can add as man you want by changing a small word:
In index.template.php find :
--- Code: ---background:url(' . $settings['images_url'] . '/theme/header/' . mt_rand(0,5) . '.jpg)">
--- End code ---
Now change 5 with anything you want, we have total 6 images, so if you add two more then name them :
6.jpg, 7.jpg and store them in Themes/rusty-white/images/theme/header/
and change above to :
--- Code: ---background:url(' . $settings['images_url'] . '/theme/header/' . mt_rand(0,7) . '.jpg)">
--- End code ---
waris:
Hi Ricky,
Thank you for the beautiful theme. I love it with one exception.
The background colour of the theme Grey does not auger well for my forum which deals with colourful orchid blooms.
I need to change the background to a complimentary image or a different colour to make it stand out a litle better.
How do I change the Background to a different colour or use a background image instead?
Thank you.
waris:
I love this beautiful theme by Ricky but require help doing some minor changes.
The "News" is displayed in a very ackward position and I would like to move it down a bit in line with the salutation
"Hello abubakar" >Place News here<
[Admin pleaase allow this link to a pic of the problem]
http://www.bumiweb.com/bumimall/orchidforum/upload_images/Relocate%20news%20n%20box.png
The original post by Ricky is here.
http://www.simplemachines.org/community/index.php?topic=459898.0
Any help shall be greatly appreciated.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version