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.
zen Garden links to no new post broken
Goto page Previous  1, 2
 
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
cabrita
COM.BR


Joined: 08 Dec 2006
Posts: 84
Location: portugal

PostPosted: Tue Mar 04, 2008 12:35 am    Post subject: Reply with quote

Hi

This is probably one of the Styles that this script doesn't work well.

Try this, upload that image that piratecsoobs put it upthere, to a webhost like imageshack, then use the URL they give to the image.

It will be something like this:


Code:
<script>
function iconswap()
{
var index = 0;

var imageorig01 = "http://yourcommunity.forumup.org/templates/zenGarden/images/common/whosonline.gif";
var imageorig02 = "http://yourcommunity.forumup.org/templates/zenGarden/images/common/folder_new_big.gif";
var imageorig03 = "http://yourcommunity.forumup.org/templates/zenGarden/images/common/folder_big.gif";
var imageorig04 = "http://yourcommunity.forumup.org/templates/zenGarden/images/common/folder_locked_big.gif";

var imagerplc01 = "http://yourcommunity.forumup.com/templates/zenGarden/images/folder_big.gif ";
var imagerplc02 = "http://yourcommunity.forumup.org/templates/zenGarden/images/common/folder_new_big.gif";
var imagerplc03 = "http://img527.imageshack.us/img527/4827/folderbigkv9.gif";
var imagerplc04 = "http://yourcommunity.forumup.org/templates/zenGarden/images/common/folder_locked_big.gif";

for(index=0; index<document.images.length; index++)
{
if(document.images[index].src == imageorig01) document.images[index].src = imagerplc01;
if(document.images[index].src == imageorig02) document.images[index].src = imagerplc02;
if(document.images[index].src == imageorig03) document.images[index].src = imagerplc03;
if(document.images[index].src == imageorig04) document.images[index].src = imagerplc04;
}
}
</script>
<body onload="iconswap();"></body>


_________________
Ajuda em Português->

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

Back to top
View user's profile Send private message
Celie
Member


Joined: 17 Sep 2007
Posts: 10

PostPosted: Tue Mar 04, 2008 4:06 am    Post subject: Reply with quote

I checked and used the script that you provided. And thank you for your help.
It did not fix the problem, the image remains broken.

I did notice that "no new posts" does not appear in the script. The alternate tag, no new posts" may be looking for an image that does not exist. There is a folder but no "no new posts". It seems that the folder image and the "no new posts" images might be the same.
Should I add it? Anymore suggestions. I am studying the guide looking for ideas.

Thanks again to you and to piratecsoobs.
Back to top
View user's profile Send private message
Celie
Member


Joined: 17 Sep 2007
Posts: 10

PostPosted: Tue Mar 04, 2008 4:27 am    Post subject: Reply with quote

I have tried a number of reiterations on this. It is definitely the no new post script part that is missing.

I put in a new line in the script and used a .gif named no new post. Didn't work.

I found out that the link: http . . . big_new_folder.gif is missing. I removed it and replaced it with the link provided by piratesc. Still doesn't work. It has to be something elsewhere in the script that is doing it.

Thanks again for your help.
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: 9615
Location: USA (ForumUp World-wide Admin )

PostPosted: Tue Mar 04, 2008 11:46 am    Post subject: Reply with quote

Celie wrote:
I have tried a number of reiterations on this. It is definitely the no new post script part that is missing.

I put in a new line in the script and used a .gif named no new post. Didn't work.

I found out that the link: http . . . big_new_folder.gif is missing. I removed it and replaced it with the link provided by piratesc. Still doesn't work. It has to be something elsewhere in the script that is doing it.

Thanks again for your help.


That Zen template has had problems for a long time. I don't think that script can fix things in Zen Garden.

You can instead modify the subSilver css to look as you like. Here is the link to that Guide:

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
View user's profile Send private message Send e-mail Visit poster's website
Celie
Member


Joined: 17 Sep 2007
Posts: 10

PostPosted: Tue Mar 04, 2008 3:05 pm    Post subject: Reply with quote

thanks gss. I have tested the site and that is the only thing that is wrong with it that I see.
As for custom CSS style sheet - maybe I will try it. But I will live with Zen as it is for now. That is a lot of work. If I had the template style sheet to work with I think I could do it. But just trying to guess at colors, etc . . . that's a big project ! Laughing

_________________

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

Back to top
View user's profile Send private message
PirateScoobs
Jr. Moderator COM, DK
US, CO.NZJr. Moderator COM, DK<br><b>US, CO.NZ</b


Joined: 03 Jul 2007
Posts: 858
Location: USA(COM, CO.NZ, .US, .DK Staff)

PostPosted: Tue Mar 04, 2008 3:47 pm    Post subject: Reply with quote

Celie wrote:
thanks gss. I have tested the site and that is the only thing that is wrong with it that I see.
As for custom CSS style sheet - maybe I will try it. But I will live with Zen as it is for now. That is a lot of work. If I had the template style sheet to work with I think I could do it. But just trying to guess at colors, etc . . . that's a big project ! Laughing
If you are wanting the chart for all the colors and there codes here it is. Wink

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



As for the templet, like gg'ssimon said, all these old templets will be replaced when we have phbb3.

_________________
Jordan (PirateScoobs)


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

Back to top
View user's profile Send private message
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
Goto page Previous  1, 2
Page 2 of 2

 
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.056