Welcome Below Forum List?
-
- BBCoder II
- Posts: 6
- Joined: 12 Feb 2012, 23:32
- BBCodes: 0
- Contact:
Welcome Below Forum List?
Is there any way to put the welcome module below the forum list?
- Rhyno
- BBCoder III
- Posts: 100
- Joined: 25 Jan 2012, 05:06
- BBCodes: 10
- Favourite MOD: Top Stats
- Location: Australia
- Contact:
Welcome Below Forum List?
Just move the index_body.html CODE to where you want it but make sure it is under the following line of code.
P.S. This is the code you need.
Code: Select all
<!-- INCLUDE forumlist_body.html -->
Code: Select all
<!-- IF not S_IS_BOT -->
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>{L_WELCOME_TO_MOD} {SITENAME}</dt>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<li>
<dl>
<dd style="padding:5px; text-align: center; border:none;">
<!-- IF USER_AVATAR -->{USER_AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
</dd>
<dd class="lastpost" style="padding:5px; width:40%;">
<p>{S_WELCOME}</p>
<span><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<br />{CURRENT_TIME}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --><!-- IF S_USER_LOGGED_IN --><br /><br />{S_JOINED_DATE}<br />{MEMBER_FOR}<!-- ENDIF --></span>
</dd>
<dd class="lastpost" style="padding:5px; width:36%;"><span>{TOTAL_POSTS} • {TOTAL_TOPICS}<br />{TOTAL_USERS}<br />{NEWEST_USER}
<!-- IF S_DISPLAY_ONLINE_LIST --><br /><br />{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<!-- ENDIF --></span>
</dd>
</dl>
</li>
</ul>
<span class="corners-bottom"><span></span></span></div></div>
<!-- ENDIF -->
-
- BBCoder II
- Posts: 6
- Joined: 12 Feb 2012, 23:32
- BBCodes: 0
- Contact:
Welcome Below Forum List?
Uhh, I don't see an index_body. Could it be because I'm not using prosilver? I'm using Artodia Deluxe. Any idea where this code is on that theme? The welcome module is showing up, though, so it must be somewhere.
- Rhyno
- BBCoder III
- Posts: 100
- Joined: 25 Jan 2012, 05:06
- BBCodes: 10
- Favourite MOD: Top Stats
- Location: Australia
- Contact:
Welcome Below Forum List?
Hmmm that style im not to familiar with, you are correct it doesn't have an index_body.html file...Kyle$calise wrote:Uhh, I don't see an index_body. Could it be because I'm not using prosilver? I'm using Artodia Deluxe. Any idea where this code is on that theme? The welcome module is showing up, though, so it must be somewhere.
Will have a look in minute.
You say you can see the welcome module, how did you install it? Automod or manually?
-
- BBCoder II
- Posts: 6
- Joined: 12 Feb 2012, 23:32
- BBCodes: 0
- Contact:
Welcome Below Forum List?
I used Automod.
- Rhyno
- BBCoder III
- Posts: 100
- Joined: 25 Jan 2012, 05:06
- BBCodes: 10
- Favourite MOD: Top Stats
- Location: Australia
- Contact:
Welcome Below Forum List?
Can you give me a link to your site please
-
- BBCoder II
- Posts: 6
- Joined: 12 Feb 2012, 23:32
- BBCodes: 0
- Contact:
Welcome Below Forum List?
You are not authorized to post url links, please remove or rename:
-
- BBCoder II
- Posts: 6
- Joined: 12 Feb 2012, 23:32
- BBCodes: 0
- Contact:
Welcome Below Forum List?
Hiya!
I put my forum url in the website field of my profile on here.
Hope that helps!
~Kyle$calise
I put my forum url in the website field of my profile on here.
Hope that helps!
~Kyle$calise
- Rhyno
- BBCoder III
- Posts: 100
- Joined: 25 Jan 2012, 05:06
- BBCodes: 10
- Favourite MOD: Top Stats
- Location: Australia
- Contact:
Welcome Below Forum List?
Yer looking now, i think the Artodia styles inherit from Prosilver style. So you might need to do the edit for index_body.html under prosilver.
Some else can correct me if im wrong?
Some else can correct me if im wrong?
- Rhyno
- BBCoder III
- Posts: 100
- Joined: 25 Jan 2012, 05:06
- BBCodes: 10
- Favourite MOD: Top Stats
- Location: Australia
- Contact:
Welcome Below Forum List?
Well i just installed your style on my test board and did the edits.
So you need to go into prosilver and do the edits there on your index_body.html
Refresh your cache for Artodia & Prosilver.
You can see on my test site : http://www.eaf.net.au/testboard/index.php
Moved it under my forums.
So you need to go into prosilver and do the edits there on your index_body.html
Refresh your cache for Artodia & Prosilver.
You can see on my test site : http://www.eaf.net.au/testboard/index.php
Moved it under my forums.