Indeed , i was forget to right above open subsilver2/ to right it was for subsilver2.jrolson wrote:Im a little confused going threw this topic.
Where are the changes from 3.0.0 to 3.0.1 on subsilver2?
Yes see the previos quote on this messageInterlog wrote:Thanks Raimon....
Are there no changes on the subSilver2 style from 3.0.1RC to 3.0.1?
Mark
You must follow those changes because the are also included on the 3.0.1 release, so you need make the update from 3.0.0 to 3.0.1 rc1 and after that you must going to update it to 3.0.1 RC1 to 3.0.0Balero wrote:Correct (hehe), but how do I upgrade from 3.0.0 to 3.0.1, instead of 3.0.0 > 3.0.1 RC> 3.0.1
Thanks!
but I cannot find this which is what is shown in the post;replace with:
Code: Select all
{leader.GROUP_COLOUR}
search:
Code: Select all
<dt>{L_ACTIVE_IN_FORUM}:</dt> <dd><!-- IF ACTIVE_FORUM --><strong><a href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></strong><br />({ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT})<!-- ELSE --> - <!-- ENDIF --></dd>
<dt>{L_ACTIVE_IN_TOPIC}:</dt> <dd><!-- IF ACTIVE_TOPIC --><strong><a href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></strong><br />({ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT})<!-- ELSE --> - <!-- ENDIF --></dd>
Its on lines 86 and 87 of memberlist_view.html.SAFFLEUR wrote:but I cannot find this which is what is shown in the post;
search:
Code: Select all
<dt>{L_ACTIVE_IN_FORUM}:</dt> <dd><!-- IF ACTIVE_FORUM --><strong><a href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></strong><br />({ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT})<!-- ELSE --> - <!-- ENDIF --></dd>
<dt>{L_ACTIVE_IN_TOPIC}:</dt> <dd><!-- IF ACTIVE_TOPIC --><strong><a href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></strong><br />({ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT})<!-- ELSE --> - <!-- ENDIF --></dd>
Best bet is to ask the author if they have plans to update their.hejowicz wrote:I have question..
how about (for example) AnimeZone style ?
How do update it ? ( from 3.0.0 to 3.0.1)
ok that makes sense. i guess the issue is im using a template based on subsilver2 so i'll have to do that manuallySAFFLEUR wrote:If you are using a vanilla version of phpBB and either subsilver or prosilver then you shouldn't have to make the changes to the templates by hand. It should be in the update.
You can do it in two steps.visionquest99 wrote:ok that makes sense. i guess the issue is im using a template based on subsilver2 so i'll have to do that manually