ForumUp English Language Support Forum Index ForumUp English Language Support
Before asking for support:

*Check the FAQ, Guides and Tutorials
*Use a title in posts that describes your question
*Include your forum's URL
*No PM or Email support!
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Welcome!

**ALWAYS include the URL to your forum in every post.**
You cannot register with a web.de or mail.ru email address at this time, due to a massive spam registering attack.
* Read the rules for signatures and avatars
* If you did not get your activation email, look here

* Click here for fast help for your questions.

This forum is also now the support forum for ForumUp.se, ForumUp.com.br, ForumUp.dk and ForumUp.vn, due to lack of Swedish, Portuguese, Danish and Vietnamese speaking staff.

How to Replace all the Forum Icons [Tutorial]&[script]

 
Post new topic   Reply to topic    ForumUp English Language Support Forum Index -> Style Templates, Banners, Logo's, Font's and, Colors
View previous topic :: View next topic  
Author Message
blocker
Member


Joined: 01 Aug 2009
Posts: 11

PostPosted: Fri Aug 21, 2009 6:46 pm    Post subject: How to Replace all the Forum Icons [Tutorial]&[script] Reply with quote

Hello !

First, i post here the tutorial because i can't post it in the right section...


I'll try to do this tutorial in English (i'm french) and sorry for the mistakes of language !!

**************************




You can change and customize the size of all images / icons of your forum.

This script will replace the following Icons, with images of your own:

whosonline.gif : 'Who is Online'

folder_new.gif : 'New Posts'

folder.gif : 'No New Posts'

folder_lock.gif : 'Forum is Locked'

**************************



The script must be modified to suit the style template in use, as the icon image names, and directory structure, do not always remain the same.

var newbig ....to..... 4: These four variables are where you must list the full URL of the original Icon images.

var newbig .....to...... 4: These four variables list the full URL of your replacement images.


In this exemple we use subSilver theme.


Use this script :

Code:
<!--
var index = 0;
var newbig = "http://your-forum/templates/subSilver/images/whosonline.giff";
var newbig2 = "http://your-forum/templates/subSilver/images/folder_big.gif";
var newbig3 = "http://your-forum/templates/subSilver/images/folder_locked_big.gif";
var newbig4 = "http://your-forum/templates/subSilver/images/whosonline.gif";

var mynewbig = "http://url-of-your-new-image.gif";
var mynewbig2 = "http://url-of-your-new-image.gif";
var mynewbig3 = "http://url-of-your-new-image.gif";
var mynewbig4 = "http://url-of-your-new-image.gif";

function chicone() {
for(index=0; index<document.images.length; index++){
if(document.images[index].src != newbig) continue;
else {
document.images[index].height = **;
document.images[index].width =**;
document.images[index].src = mynewbig;
}
}
for(index=0; index<document.images.length; index++){
if(document.images[index].src != newbig2) continue;
else {
document.images[index].height = **;
document.images[index].width = **;
document.images[index].src = mynewbig2;
}
}
for(index=0; index<document.images.length; index++){
if(document.images[index].src != newbig3) continue;
else {
document.images[index].height = **;
document.images[index].width = **;
document.images[index].src = mynewbig3;
}
}
for(index=0; index<document.images.length; index++){
if(document.images[index].src != newbig4) continue;
else {
document.images[index].height = **;
document.images[index].width = **;
document.images[index].src = mynewbig4[color=red];[/color]
}
}
}

window.setTimeout("chicone()", 1000);

-->


Note: ** in the script are the size of your new image/button/icon....

**************************


If youwant to delete the text near the menu of navigation you must do it in your Css.

search this code :



and replace the text size put 0px

Save the new Css and use it.

That's all !

Bye
Back to top
View user's profile Send private message
gg'ssimon
ForumUp World-Wide Admin
<b>ForumUp World-Wide Admin</b>


Joined: 13 Nov 2005
Posts: 8658
Location: USA (ForumUp World-wide Admin )

PostPosted: Sat Aug 22, 2009 4:21 pm    Post subject: Reply with quote

Thanks so much for posting this! Very Happy

_________________
Margaret /gg'ssimon~ForumUp World-Wide Administrator

Only registered users can see links on this forum!
Register or Login on forum!

Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    ForumUp English Language Support Forum Index -> Style Templates, Banners, Logo's, Font's and, Colors All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


View posts since last visit / View your posts


Powered by phpBB © 2001, 2005 phpBB Group

Powered by forumup.com free forum, create your free forum!
Created by Raulken of Hyarbor S.r.l.
TOS & Privacy.

Page generation time: 0.044