Niceman2u2uk wrote:i managed to fix the register issue, but the member leader one is still the same.....
But when i take a look at the link what you have posted, its looks fine to me.
Niceman2u2uk wrote:i managed to fix the register issue, but the member leader one is still the same.....
Sorry, but the issues you're referring to have nothing to do with "screwing up". The RC6 release was shakey, yes, but the problems with outdated styles are due to changes in the code that improve security.Legendary GIR wrote:Thanks for posting this. I need to fix my forum as well. Would it have been so hard for the phpBB team to not screw everything up in the first place?
Would have helped to use one of the smilies here on the right when posting -------------->Legendary GIR wrote:Sorry, I was joking. Hard to tell through text. I'm actually very thankful for all the stuff that the RC does have, the auto update, BBCode editor, cooler styles. I like it all but the tedious stuff.
I am such an idiot. I'll do that instead.Highway of Life wrote:Would have helped to use one of the smilies here on the right when posting -------------->Legendary GIR wrote:Sorry, I was joking. Hard to tell through text. I'm actually very thankful for all the stuff that the RC does have, the auto update, BBCode editor, cooler styles. I like it all but the tedious stuff.
It doesn't have to be tedious if you just replace the whole style.
prosilver2 don't exist.abruzzese wrote:can anyone post a link to download a modified file for prosilver2?
ooppsRaimon wrote:prosilver2 don't exist.abruzzese wrote:can anyone post a link to download a modified file for prosilver2?
Code: Select all
<td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
Code: Select all
<td style="text-align: center;">{FOLDER_HOT_NEW_IMG}</td>
<td class="gensmall">{L_NEW_POSTS_HOT}</td>
<td> </td>
<td style="text-align: center;">{FOLDER_HOT_IMG}</td>
<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
<td> </td>
<td style="text-align: center;">{FOLDER_STICKY_IMG}</td>
<td class="gensmall">{L_ICON_STICKY}</td>
</tr>
<tr>
<td style="text-align: center;">{FOLDER_LOCKED_NEW_IMG}</td>
<td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
<td> </td>
<td style="text-align: center;">{FOLDER_LOCKED_IMG}</td>
<td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
<td> </td>
<td style="text-align: center;">{FOLDER_MOVED_IMG}</td>
<td class="gensmall">{L_TOPIC_MOVED}</td>
</tr>
</table>
</td>
<td align="{S_CONTENT_FLOW_END}"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td>
Code: Select all
<!-- IF S_DISPLAY_POST_INFO -->
<br clear="all" />
<table width="100%" cellspacing="0">
<tr>
<td align="{S_CONTENT_FLOW_BEGIN}" valign="top">
<table cellspacing="3" cellpadding="0" border="0">
<tr>
<td width="20" style="text-align: center;">{FOLDER_NEW_IMG}</td>
<td class="gensmall">{L_NEW_POSTS}</td>
<td> </td>
<td width="20" style="text-align: center;">{FOLDER_IMG}</td>
<td class="gensmall">{L_NO_NEW_POSTS}</td>
<td> </td>
<td width="20" style="text-align: center;">{FOLDER_ANNOUNCE_IMG}</td>
<td class="gensmall">{L_ICON_ANNOUNCEMENT}</td>
</tr>
<tr>
<td style="text-align: center;">{FOLDER_HOT_NEW_IMG}</td>
<td class="gensmall">{L_NEW_POSTS_HOT}</td>
<td> </td>
<td style="text-align: center;">{FOLDER_HOT_IMG}</td>
<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
<td> </td>
<td style="text-align: center;">{FOLDER_STICKY_IMG}</td>
<td class="gensmall">{L_ICON_STICKY}</td>
</tr>
<tr>
<td style="text-align: center;">{FOLDER_LOCKED_NEW_IMG}</td>
<td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
<td> </td>
<td style="text-align: center;">{FOLDER_LOCKED_IMG}</td>
<td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
<td> </td>
<td style="text-align: center;">{FOLDER_MOVED_IMG}</td>
<td class="gensmall">{L_TOPIC_MOVED}</td>
</tr>
</table>
</td>
<td align="{S_CONTENT_FLOW_END}"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td>
</tr>
</table>
<!-- ENDIF -->
Code: Select all
<!-- IF S_DISPLAY_POST_INFO -->
Code: Select all
<!-- ENDIF -->