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!
View previous topic :: View next topic
Author
Message
Farao Member Joined: 16 Oct 2007 Posts: 3
Posted: Tue Oct 16, 2007 6:54 am Post subject:
Well...i make it just by the tutorial :
But after that, when I go to the forum, the logo url is still wrong....!!!!
-----
Only registered users can see links on this forum!Register or Login on forum!
_________________ My Forum:
Only registered users can see links on this forum!Register or Login on forum!
Back to top
gg'ssimon ForumUp World-Wide Admin Joined: 13 Nov 2005 Posts: 9615 Location: USA (ForumUp World-wide Admin )
Posted: Tue Oct 16, 2007 7:38 am Post subject:
Farao wrote: Well...i make it just by the tutorial :
But after that, when I go to the forum, the logo url is still wrong....!!!!
-----
Only registered users can see links on this forum!Register or Login on forum!
Since you currently have the bad thing, put that in the Logo from box:
Logo From: Only registered users can see links on this forum!Register or Login on forum!
Then put in the Logo To:
Only registered users can see links on this forum!Register or Login on forum!
_________________ Margaret /gg'ssimon~ForumUp World-Wide Administrator
Only registered users can see links on this forum!Register or Login on forum!
Back to top
Farao Member Joined: 16 Oct 2007 Posts: 3
Back to top
FoxLeonard Member Joined: 25 Feb 2007 Posts: 1259 Location: Hyperborea
Posted: Tue Oct 16, 2007 1:57 pm Post subject:
Farao, there is indeed a problem with the Iris template, but there is also a solution.
Code: <script>
var index = 0;
var imageorg = "http://silverwind.forumup.com/templates/Iris/images/logo_phpBB.gif";
var imagereplace = "http://usera.imagecave.com/Kamui/logos/Banner1.jpg";
for(index=0; index<document.images.length; index++){
if(document.images[index].src != imageorg) continue;
else {
document.images[index].src = imagereplace;
break;
}
}
</script>
Go to Admin Panel >> General Admin >> ForumUp
On that page you will find HTML codes on top and bottom of all forum pages
Copy and paste the script above into the lower field, called Code at the bottom of the forum, after all topics.
Double check that you have pasted the complete code, including the closing tag </script> and click Edit allow HTML.
FoxLeonard _________________ Only registered users can see links on this forum!Register or Login on forum!
Svensk Support Only registered users can see links on this forum!Register or Login on forum!
Dansk Support Only registered users can see links on this forum!Register or Login on forum!
Lithuanian Support Only registered users can see links on this forum!Register or Login on forum!
Vietnamese Support Only registered users can see links on this forum!Register or Login on forum!
Back to top
RADMAN RB Member Joined: 22 Oct 2007 Posts: 2
Posted: Mon Oct 22, 2007 7:20 pm Post subject: size?
heres the link to mine:http://hellzmusic.forumup.com/index.php?mforum=hellzmusic&sid=3528e8a1061856f3ac5c687d056d65f4
ok my logo was way bigger then what it is now and I have no clue how to make it look bigger on the forum.... help?
Back to top
FoxLeonard Member Joined: 25 Feb 2007 Posts: 1259 Location: Hyperborea
Posted: Mon Oct 22, 2007 8:03 pm Post subject:
Radman, if anything I'm surprised it became that big, on that particular template.
Some templates change the size of a bigger logo to make it fit into the design, while other templates quite simply do not allow a (much) bigger logo.
So, if you want the logo to look as big as it is, you need to find another template. Though I must say that it looks good to me now...
FoxLeonard
_________________ Only registered users can see links on this forum!Register or Login on forum!
Svensk Support Only registered users can see links on this forum!Register or Login on forum!
Dansk Support Only registered users can see links on this forum!Register or Login on forum!
Lithuanian Support Only registered users can see links on this forum!Register or Login on forum!
Vietnamese Support Only registered users can see links on this forum!Register or Login on forum!
Back to top
RADMAN RB Member Joined: 22 Oct 2007 Posts: 2
Back to top
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
* Main table cell colours and backgrounds */-->
Powered by phpBB © 2001, 2005 phpBB Group