 | Re: Forum is screwed up |  |
Posted: 06/27/2009 8:33 PM |
|
|
|
|
|
| Citation |
| Posts |
4814 |
| Word Cnt. |
427,902 |
| BDay |
Oct 23 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Feb 09, 2005
Local time: 9:02 PM
Location: Sterling IL
|

|
|
|
|
 |
I can't remember, maybe I did add the blog link but it wasn't today if I did.
After thought - I did have the file open for safire by mistake and at first updated it. I may have put it in the wrong template when I uploaded it. I got up at 3 and went fishing all day so i'm a little tired. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Forum is screwed up |  |
Posted: 06/27/2009 8:54 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 9:02 AM
Location: St Pete, FL
|

|
|
|
|
 |
This is the code that I removed from the Iris overall_header.tpl file that seems to have been causing your problems:
| Code:
|
<tr>
<td colspan="15"><a href="{U_BLOG}" class="mainmenu">{L_BLOG}</a></td>
</tr>
|
Here are the changes that I made:
OPEN
Iris/overall_header.tpl
FIND
| Code:
|
|
img9 = newImage('templates/Iris/images/' + lang + 'btn_index_on.gif');
|
AFTER, ADD
| Code:
|
|
img10 = newImage('templates/Iris/images/' + lang + 'btn_blog_on.gif');
|
FIND
| Code:
|
ShowImage("{L_REGISTER}", "{U_REGISTER}", "register");
<!-- END switch_user_logged_out -->
|
AFTER, ADD
| Code:
|
|
ShowImage("{L_BLOG}", "{U_BLOG}", "blog");
|
FIND & DELETE
| Code:
|
<tr>
<td colspan="15"><a href="{U_BLOG}" class="mainmenu">{L_BLOG}</a></td>
</tr>
|
FIND
| Code:
|
<td><a href="{U_REGISTER}">
<!-- END switch_user_logged_out -->
|
AFTER, ADD
| Code:
|
|
<td><a href="{U_BLOG}"><img src="templates/Iris/images/btn_blog.gif" height="19" border="0" alt="{L_BLOG}" /></a></td>
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Forum is screwed up |  |
Posted: 06/29/2009 8:46 AM |
|
|
|
|
|
| Citation |
| Posts |
4814 |
| Word Cnt. |
427,902 |
| BDay |
Oct 23 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Feb 09, 2005
Local time: 9:02 PM
Location: Sterling IL
|

|
|
|
|
 |
| well thats way over my head. Thanks again for fixing it. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Forum is screwed up |  |
Posted: 06/29/2009 4:30 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 9:02 AM
Location: St Pete, FL
|

|
|
|
|
 |
Instructions like that may seem complicated at first glance, but I have no doubt that you could follow them if you had to. It's really not that difficult. This is similar to the format that most phpBB MODs are in...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Forum is screwed up |  |
Posted: 06/30/2009 8:28 PM |
|
|
|
|
|
| Citation |
| Posts |
4814 |
| Word Cnt. |
427,902 |
| BDay |
Oct 23 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Feb 09, 2005
Local time: 9:02 PM
Location: Sterling IL
|

|
|
|
|
 |
| ya but... even the mods can be hard with iris template. I wish I had more time to learn. Right now between babysitting two little ones, I am dismantling my cafe press store, building a new store with a new t-shirt company, splitting my zazzle store into smaller ones, and trying to work on my site too. I may need some help with code for new store, I asked earlier but lost the post with bad connection. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Forum is screwed up |  |
Posted: 07/01/2009 12:19 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 9:02 AM
Location: St Pete, FL
|

|
|
|
|
 |
I didn't look real close at the Iris template, but from what I remember, it appeared to be a pretty standard template. What I did hear with our templates is modify the code enough so that they are all very much alike. That simplified the MOD installs greatly...
If you run into any problems, I will be happy to help if I can...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Forum is screwed up |  |
Posted: 07/01/2009 8:32 PM |
|
|
|
|
|
| Citation |
| Posts |
4814 |
| Word Cnt. |
427,902 |
| BDay |
Oct 23 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Feb 09, 2005
Local time: 9:02 PM
Location: Sterling IL
|

|
|
|
|
 |
| OK Nr thanks for the offer. |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|