Icy Phoenix
phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Milky Way Red - Help With PhpBB 3.0.4
TheGM [ Mon 05 Jan, 2009 16:12 ]
Post subject: Milky Way Red - Help With PhpBB 3.0.4
Hello Guys,
I seem to be having problems with using your Milky Way Red style on my
main forum: the little icons showing new posts, etc. are not loading.
This is what I did:
- uploaded the original Milky Way Red to my
sacrificial forum to directory milkywayred
- installed it from ACP
- customised to include the side navigation bar and the adverts (so far it was all going well)
- exported the style (the whole lot: templates, images, etc.)
- uploaded it to the main forum directory
- installed it to directory Milky_Way_Red (it wouldn't work otherwise for some strange reason)
- pages work fine, all the other customisations work fine BUT no icons
I suspect the problem may reside in the slight discrepancy in the names of the directories (and had to change the style sheet to reflect this change) but I can't find the document responsible for the icons appearing on the forum as they should.
Please could tell me where I should look to correct this little (but nevertheless annoying) problem?
Many thanks in advance for your help and best wishes for the new year.
Cristina Alciati
Limun [ Mon 05 Jan, 2009 16:22 ]
Post subject: Re: Milky Way Red - Help With PhpBB 3.0.4
do you mean this icons?

TheGM [ Mon 05 Jan, 2009 17:25 ]
Post subject: Re: Milky Way Red - Help With PhpBB 3.0.4
yes, those pointing to the user's latest post are missing but there are a few more also missing. check out the images:
This is a screen print of the sacrificial forum where everything is 100% correct:
Whereas this is a screen print of the main forum where the icons are absent:
It's weird, the same thing happened when I uploaded a fresh version of Milky Way Red from the PhpBB database, installed it and then customised it from scratch (i.e. copy and paste the left and right div's in the overall_header template)...
Thanks again,
Cristina
Limun [ Mon 05 Jan, 2009 17:51 ]
Post subject: Re: Milky Way Red - Help With PhpBB 3.0.4
yes, those pointing to the user's latest post are missing but there are a few more also missing. check out the images:
It's weird, the same thing happened when I uploaded a fresh version of Milky Way Red from the PhpBB database, installed it and then customised it from scratch (i.e. copy and paste the left and right div's in the overall_header template)...
Thanks again,
Cristina
did you edited this files forumlist_body.html and index_body.html ?
if yes did you maybe removed something like this ?
{forumrow.FORUM_FOLDER_IMG}
TheGM [ Mon 05 Jan, 2009 18:54 ]
Post subject: Re: Milky Way Red - Help With PhpBB 3.0.4
I didn't touch those particular templates but I'll check to see if that line is contained within them... just in case it got corrupted as I was exporting files from one forum to the other.
even more curiously, prior to MWR I was using MG Xmas (which is based on MWR) and that was perfect...
thanks for the suggestion, I'll report back.
Lopalong [ Tue 06 Jan, 2009 08:03 ]
Post subject: Re: Milky Way Red - Help With PhpBB 3.0.4
Are you sure you uploaded the images in binary and not ascii ?
Or all the files for that matter.

rissadum [ Mon 04 May, 2009 15:56 ]
Post subject: Re: Milky Way Red - Help With PhpBB 3.0.4
i am also having the same problem..........i have not change any file yet.......
spydie [ Mon 04 May, 2009 22:29 ]
Post subject: Re: Milky Way Red - Help With PhpBB 3.0.4
you shure you got the templates for PHPBB3 or for Icy RC1 ??
spitfireuk [ Mon 04 May, 2009 22:40 ]
Post subject: Re: Milky Way Red - Help With PhpBB 3.0.4
rissadum [ Tue 05 May, 2009 10:56 ]
Post subject: Re: Milky Way Red - Help With PhpBB 3.0.4
yea i am using phpBB 3 template (style) X static....visit my forum .....www.forum.rissadum.com
Limun [ Tue 05 May, 2009 12:23 ]
Post subject: Re: Milky Way Red - Help With PhpBB 3.0.4
so the problem is not only on Milky Way Red ? right ?
my question is to all of you guys :
when this happend ..is this happend when you updated to 3.0.4 ?
rissadum [ Tue 05 May, 2009 13:00 ]
Post subject: Re: Milky Way Red - Help With PhpBB 3.0.4
yea rite......it happend to all styles....
i have made a new installation ....n facing the problem
Lopalong [ Tue 05 May, 2009 14:17 ]
Post subject: Re: Milky Way Red - Help With PhpBB 3.0.4
yea rite......it happend to all styles....
i have made a new installation ....n facing the problem
It's fairly obvious that you didn't bother wasting your time reading anything at phpBB.com, but I'm sure you will find all of the answers to your problems here:
Quote:
If you have a 3rd party style you will need to look for a 3.0.4 version of that too.
Style Code Changes from 3.0.3 to 3.0.4
http://www.phpbb.com/community/viewtopic.php?p=5031075#p5031075
rissadum [ Tue 05 May, 2009 20:29 ]
Post subject: Re: Milky Way Red - Help With PhpBB 3.0.4
i know i can find solution of every problem on that website...........but i couldnt excess that website.......
if u can help me... plz
Lopalong [ Tue 05 May, 2009 23:53 ]
Post subject: Re: Milky Way Red - Help With PhpBB 3.0.4
Style Changes for phpbb 3.0.4
from 3.0.3
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/forumlist_body.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 40
<!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{L_POSTED_ON_DATE} {forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<!-- ENDIF --></span>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<br /> <!-- ENDIF --></span>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/mcp_forum.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 41
<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {topicrow.FIRST_POST_TIME} </dt>
<dd class="posts">{topicrow.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
<dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} {L_POSTED_ON_DATE}<br />{topicrow.LAST_POST_TIME}</span>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME} </dt>
<dd class="posts">{topicrow.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
<dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}<br />{topicrow.LAST_POST_TIME}</span>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/mcp_front.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 27
{L_POSTED} {L_POST_BY_AUTHOR} {unapproved.AUTHOR_FULL} {L_POSTED_ON_DATE} {unapproved.POST_TIME}
#
#-----[ REPLACE WITH ]---------------------------------------------
#
{L_POSTED} {L_POST_BY_AUTHOR} {unapproved.AUTHOR_FULL} » {unapproved.POST_TIME}
#
#-----[ FIND ]---------------------------------------------
# Around Line 80
<span>{L_POSTED} {L_POST_BY_AUTHOR} {report.AUTHOR_FULL} {L_POSTED_ON_DATE} {report.POST_TIME}</span>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<span>{L_POSTED} {L_POST_BY_AUTHOR} {report.AUTHOR_FULL} » {report.POST_TIME}</span>
#
#-----[ FIND ]---------------------------------------------
# Around Line 132
<td colspan="5">{L_NO_ENTRIES}</td>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<td colspan="6">{L_NO_ENTRIES}</td>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/mcp_post.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 49
<p class="author">{MINI_POST_IMG} {L_POSTED} {L_POST_BY_AUTHOR} {POST_AUTHOR_FULL} {L_POSTED_ON_DATE} {POST_DATE}</p>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<p class="author">{MINI_POST_IMG} {L_POSTED} {L_POST_BY_AUTHOR} {POST_AUTHOR_FULL} » {POST_DATE}</p>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/mcp_queue.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 40
<span>{L_POSTED} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} {L_POSTED_ON_DATE} {postrow.POST_TIME}</span>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<span>{L_POSTED} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} » {postrow.POST_TIME}</span>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/mcp_reports.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 36
<span>{L_POSTED} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} {L_POSTED_ON_DATE} {postrow.POST_TIME}</span>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<span>{L_POSTED} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} » {postrow.POST_TIME}</span>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/memberlist_body.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 85
<!-- ELSEIF not .memberrow-->
<!-- ENDIF -->
<!-- BEGIN memberrow -->
<!-- IF S_SHOW_GROUP -->
<!-- IF not memberrow.S_GROUP_LEADER and not $S_MEMBER_HEADER -->
<!-- IF memberrow.S_FIRST_ROW -->
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<!-- ENDIF -->
<!-- BEGIN memberrow -->
<!-- IF S_SHOW_GROUP -->
<!-- IF not memberrow.S_GROUP_LEADER and not $S_MEMBER_HEADER -->
<!-- IF S_LEADERS_SET and memberrow.S_FIRST_ROW -->
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/memberlist_search.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 66
<dt><label for="yim">{L_YIM}:</label></dt>
<dd><input type="text" name="yim" id="yim" value="{YIM}" class="inputbox" /></dd>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<dt><label for="yahoo">{L_YIM}:</label></dt>
<dd><input type="text" name="yahoo" id="yahoo" value="{YAHOO}" class="inputbox" /></dd>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/posting_review.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 7
<p class="author"><!-- IF S_IS_BOT -->{post_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{post_review_row.U_MINI_POST}">{post_review_row.MINI_POST_IMG}</a><!-- ENDIF --> {L_POST_BY_AUTHOR}<strong> {post_review_row.POST_AUTHOR_FULL}</strong> {L_POSTED_ON_DATE} {post_review_row.POST_DATE}</p>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<p class="author"><!-- IF S_IS_BOT -->{post_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{post_review_row.U_MINI_POST}">{post_review_row.MINI_POST_IMG}</a><!-- ENDIF --> {L_POST_BY_AUTHOR}<strong> {post_review_row.POST_AUTHOR_FULL}</strong> » {post_review_row.POST_DATE}</p>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/posting_topic_review.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 15
<p class="author"><!-- IF S_IS_BOT -->{topic_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{topic_review_row.U_MINI_POST}">{topic_review_row.MINI_POST_IMG}</a><!-- ENDIF --> {L_POST_BY_AUTHOR} <strong>{topic_review_row.POST_AUTHOR_FULL}</strong> {L_POSTED_ON_DATE} {topic_review_row.POST_DATE} </p>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<p class="author"><!-- IF S_IS_BOT -->{topic_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{topic_review_row.U_MINI_POST}">{topic_review_row.MINI_POST_IMG}</a><!-- ENDIF --> {L_POST_BY_AUTHOR} <strong>{topic_review_row.POST_AUTHOR_FULL}</strong> » {topic_review_row.POST_DATE} </p>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/search_results.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 57
{L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {searchresults.FIRST_POST_TIME}
#
#-----[ REPLACE WITH ]---------------------------------------------
#
{L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} » {searchresults.FIRST_POST_TIME}
#
#-----[ FIND ]---------------------------------------------
# Around Line 64
<!-- IF not S_IS_BOT --><a href="{searchresults.U_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{L_POSTED_ON_DATE} {searchresults.LAST_POST_TIME}<br /> </span>
</dd>
</dl>
</li>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<!-- IF not S_IS_BOT --><a href="{searchresults.U_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{searchresults.LAST_POST_TIME}<br /> </span>
</dd>
</dl>
</li>
#
#-----[ FIND ]---------------------------------------------
# Around Line 98
<dt class="author">{L_POST_BY_AUTHOR} {searchresults.POST_AUTHOR_FULL}</dt>
<dd>{L_POSTED_ON_DATE} {searchresults.POST_DATE}</dd>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<dt class="author">{L_POST_BY_AUTHOR} {searchresults.POST_AUTHOR_FULL}</dt>
<dd>{searchresults.POST_DATE}</dd>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/simple_header.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 17
<script type="text/javascript">
// <![CDATA[
var onload_functions = new Array();
var onunload_functions = new Array();
#
#-----[ AFTER, ADD ]---------------------------------------------
#
var style_cookie_settings = '{A_COOKIE_SETTINGS}';
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/ucp_main_bookmarks.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 35
<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {topicrow.FIRST_POST_TIME}
</dt>
<dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
<a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{L_POSTED_ON_DATE} {topicrow.LAST_POST_TIME}</span>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
</dt>
<dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
<a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{topicrow.LAST_POST_TIME}</span>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/ucp_main_front.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 15
<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {topicrow.FIRST_POST_TIME}
</dt>
<dd class="lastpost"><span>{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
<a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{L_POSTED_ON_DATE} {topicrow.LAST_POST_TIME}</span>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
</dt>
<dd class="lastpost"><span>{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
<a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{topicrow.LAST_POST_TIME}</span>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/ucp_main_subscribed.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 11
<!-- IF .forumrow -->
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>{L_WATCHED_FORUMS}</dt>
#
#-----[ AFTER, ADD ]---------------------------------------------
#
<dd class="lastpost">{L_LAST_POST}</dd>
#
#-----[ FIND ]---------------------------------------------
# Around Line 21
<dt><a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
<!-- IF forumrow.LAST_POST_TIME -->{L_LAST_POST} {forumrow.LAST_POST_AUTHOR_FULL} <a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> {L_POSTED_ON_DATE} {forumrow.LAST_POST_TIME}
<!-- ELSE -->{L_NO_POSTS}<!-- ENDIF -->
</dt>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<dt><a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />{forumrow.FORUM_DESC}</dt>
<dd class="lastpost"><!-- IF forumrow.LAST_POST_TIME --><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL}
<a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{forumrow.LAST_POST_TIME}</span>
<!-- ELSE -->{L_NO_POSTS}<br /> <!-- ENDIF -->
</dd>
#
#-----[ FIND ]---------------------------------------------
# Around Line 41
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>{L_WATCHED_TOPICS}</dt>
<dd class="lastpost">{L_LAST_POST}</dd>
#
#-----[ AFTER, ADD ]---------------------------------------------
#
<dd class="mark">{L_MARK}</dd>
#
#-----[ FIND ]---------------------------------------------
# Around Line 55
<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {topicrow.FIRST_POST_TIME}
</dt>
<dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
<a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{L_POSTED_ON_DATE} {topicrow.LAST_POST_TIME}</span>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
</dt>
<dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
<a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{topicrow.LAST_POST_TIME}</span>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/ucp_pm_history.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 10
<li class="quote-icon"><a <!-- IF history_row.U_QUOTE -->href="{history_row.U_QUOTE}"<!-- ELSE -->href="#postingbox" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}');"<!-- ENDIF -->" title="{L_QUOTE} {history_row.MESSAGE_AUTHOR}"><span>{L_QUOTE} {history_row.MESSAGE_AUTHOR}</span></a></li>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<li class="quote-icon"><a <!-- IF history_row.U_QUOTE -->href="{history_row.U_QUOTE}"<!-- ELSE -->href="#postingbox" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}');"<!-- ENDIF --> title="{L_QUOTE} {history_row.MESSAGE_AUTHOR}"><span>{L_QUOTE} {history_row.MESSAGE_AUTHOR}</span></a></li>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/ucp_pm_viewfolder.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 75
<!-- IF S_SHOW_RECIPIENTS -->{L_MESSAGE_TO} {messagerow.RECIPIENTS}<!-- ELSE -->{L_MESSAGE_BY_AUTHOR} {messagerow.MESSAGE_AUTHOR_FULL} {L_MESSAGE_SENT_ON} {messagerow.SENT_TIME}<!-- ENDIF -->
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<!-- IF S_SHOW_RECIPIENTS -->{L_MESSAGE_TO} {messagerow.RECIPIENTS}<!-- ELSE -->{L_MESSAGE_BY_AUTHOR} {messagerow.MESSAGE_AUTHOR_FULL} » {messagerow.SENT_TIME}<!-- ENDIF -->
#
#-----[ FIND ]---------------------------------------------
# Around Line 77
<!-- IF S_SHOW_RECIPIENTS --><dd class="info"><span>{L_SENT_AT} {messagerow.SENT_TIME}</span></dd><!-- ENDIF -->
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<!-- IF S_SHOW_RECIPIENTS --><dd class="info"><span>{L_SENT_AT}: {messagerow.SENT_TIME}</span></dd><!-- ENDIF -->
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/viewforum_body.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 140
<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {topicrow.FIRST_POST_TIME}
</dt>
<dd class="posts">{topicrow.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
<dd class="views">{topicrow.VIEWS} <dfn>{L_VIEWS}</dfn></dd>
<dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
<!-- IF not S_IS_BOT --><a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{L_POSTED_ON_DATE} {topicrow.LAST_POST_TIME}</span>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
</dt>
<dd class="posts">{topicrow.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
<dd class="views">{topicrow.VIEWS} <dfn>{L_VIEWS}</dfn></dd>
<dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
<!-- IF not S_IS_BOT --><a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{topicrow.LAST_POST_TIME}</span>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/viewtopic_body.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 134
<p class="author"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF -->{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> {L_POSTED_ON_DATE} {postrow.POST_DATE} </p>
#
#-----[ REPLACE WITH ]---------------------------------------------
#
<p class="author"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF -->{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> » {postrow.POST_DATE} </p>
rissadum [ Wed 06 May, 2009 05:20 ]
Post subject: Re: Milky Way Red - Help With PhpBB 3.0.4
i am using X-static style.........u have tell abt prosilver.....can i make following changes in x-static style?
Lopalong [ Wed 06 May, 2009 07:49 ]
Post subject: Re: Milky Way Red - Help With PhpBB 3.0.4
Why do I have the feeling that your knowledge and experience with what you are trying to do, seems somewhat limited. ?
All changes and mods refer to the default style or core code, so as not to confuse everyone. Generally, what applies to prosilver (The default for phpbb3*) also applies to themes cloned from prosilver.
And as x-static is not a theme provided by this site - Aren't you in the wrong place asking questions, as you should be asking wherever you got that particular theme from.

rissadum [ Wed 06 May, 2009 08:58 ]
Post subject: Re: Milky Way Red - Help With PhpBB 3.0.4
yea i have limited knowledge of this field........as i am from accounting field....
rissadum [ Fri 08 May, 2009 05:42 ]
Post subject: Re: Milky Way Red - Help With PhpBB 3.0.4
thanxs to all members.......my problem is fixed
