i thought this may be useful for the people that have a custom style(s).
Here you find all the changes for styles that are based on prosilver.
So i believe there will be some question about where can i found update for RC5 or 6 or etc.
So i have made a short list links where you can easy click on with style updates you want.
When you update from expl; RC6 to RC8 you must first follow the changes from 6 to 7 and after that 7 to 8
For a update from phpBB 3 RC5 to RC6:
The prosilver and subsilver2 style changes
For a update from phpBB 3 RC6 to RC7:
The prosilver and subsilver2 style changes
For a update from phpBB 3 RC7 to RC8:
The prosilver and subsilver2 style changes
For a update from phpBB 3 RC8 to 3.0.0 :
prosilver changes.
There where no changes for subsilver2 changes.
For a update from phpBB 3.0.0 to 3.0.1 :
The prosilver , and this one
and subsilver2 ,and this one
For a update from phpBB 3.0.1 to 3.0.2 :
The prosilver and subsilver2 style changes
For a update from phpBB 3.0.2 to 3.0.3 :
The prosilver and subsilver2 style changes
-------------------------------------------------------------------------------------------------------------------------
Style changes from 3.0.RC 5 to 3.0.RC6
Here we go :
prosilver template changes
open : styles/prosiver/template/attachment.html
search:
Code: Select all
<script type="text/javascript">
<!--
if (document.rmstream_{_file.ATTACH_ID}.GetClipWidth)
inline find:
Code: Select all
<!--
Code: Select all
// <![CDATA[
Code: Select all
//-->
Code: Select all
// ]]>
Code: Select all
<!-- IF _file.S_QUICKTIME_FILE --><a href="javascript:play_qt_file(document.qtstream_{_file.ATTACH_ID});">[ {L_PLAY_QUICKTIME_FILE} ]</a> <!-- ENDIF -->
Code: Select all
<!-- IF _file.S_QUICKTIME_FILE --><a href="#" onclick="play_qt_file(document.qtstream_{_file.ATTACH_ID}); return false;">[ {L_PLAY_QUICKTIME_FILE} ]</a> <!-- ENDIF -->
search:
Code: Select all
{S_CONFIRM_ACTION}" method="post">
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<ul class="topiclist cplist">
Code: Select all
<ul class="topiclist topics">
search:
Code: Select all
function popup(url, width, height)
{
window.open(url.replace(/&/g, '&'), '_popup', 'height=' + height + ',resizable=yes,scrollbars=yes, width=' + width);
Code: Select all
function popup(url, width, height, name)
{
if (!name)
{
name = '_popup';
}
window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes, width=' + width);
open: /styles/prosilver/template/index_body.html
search:
Code: Select all
<h3><a href="{U_LOGIN_LOGOU
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<form action="{S_LOGIN_ACTION}" method="post" id="login">
Code: Select all
{S_FORM_TOKEN}
Code: Select all
<dt><label for="username">{L_USERNAME}:</label></dt>
<dd><input type="text" tabindex="1" name="username" id="username" size="25" value="{USERNAME}" class="inputbox autowidth" /></dd>
Code: Select all
<dt><label for="{USERNAME_CREDENTIAL}">{L_USERNAME}:</label></dt>
<dd><input type="text" tabindex="1" name="{USERNAME_CREDENTIAL}" id="{USERNAME_CREDENTIAL}" size="25" value="{USERNAME}" class="inputbox autowidth" /></dd>
search:
Code: Select all
<dt><label for="password">{L_PASSWORD}:</label></dt>
<dd><input type="password" tabindex="2" id="password" name="password" size="25" class="inputbox autowidth" /></dd>
replace with:
Code: Select all
<dt><label for="{PASSWORD_CREDENTIAL}">{L_PASSWORD}:</label></dt>
<dd><input type="password" tabindex="2" id="{PASSWORD_CREDENTIAL}" name="{PASSWORD_CREDENTIAL}" size="25" class="inputbox autowidth" /></dd>
search:
Code: Select all
<form id="login_forum" method="post" action="{S_LOGIN_ACTION}">
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<form id="confirm" action="{S_CONFIRM_ACTION}" method="post">
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<!--
Code: Select all
// <![CDATA[
Code: Select all
ban_length['{ban_length.BAN_ID}'] = "{ban_length.A_LENGTH}";
replace with:
Code: Select all
ban_length['{ban_length.BAN_ID}'] = '{ban_length.A_LENGTH}';
search:
Code: Select all
ban_reason['{ban_reason.BAN_ID}'] = "{ban_reason.A_REASON}";
replace with:
Code: Select all
ban_reason['{ban_reason.BAN_ID}'] = '{ban_reason.A_REASON}';
Code: Select all
ban_give_reason['{ban_give_reason.BAN_ID}'] = "{ban_give_reason.A_REASON}";
replace with:
Code: Select all
ban_give_reason['{ban_give_reason.BAN_ID}'] = '{ban_give_reason.A_REASON}';
search:
Code: Select all
document.getElementById('unbangivereason').textContent = ban_give_reason[option];
document.getElementById('unbanreason').textContent = ban_reason[option];
document.getElementById('unbanlength').textContent = ban_length[option];
replace with:
Code: Select all
document.getElementById('unbangivereason').innerHTML = ban_give_reason[option];
document.getElementById('unbanreason').innerHTML = ban_reason[option];
document.getElementById('unbanlength').innerHTML = ban_length[option];
Code: Select all
//-->
Code: Select all
// ]]>
Code: Select all
<!-- IF S_USERNAME_BAN --><dd><strong><a href="#" onclick="window.open('{U_FIND_USER}', '_phpbbsearch', 'height=500, resizable=yes, scrollbars=yes, width=740'); return false;">{L_FIND_USERNAME}</a></strong></dd><!-- ENDIF -->
replace with:
Code: Select all
<!-- IF S_USERNAME_BAN --><dd><strong><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a></strong></dd><!-- ENDIF -->
search:
Code: Select all
<!-- ENDIF -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<div><a href="#" onclick="marklist('mcp', 'topic_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', 'topic_id_list', false); return false;">{L_UNMARK_ALL}</a></div>
</fieldset>
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<div><a href="#" onclick="marklist('mcp_queue', 'post_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp_queue', 'post_id_list', false); return false;">{L_UNMARK_ALL}</a></div>
</fieldset>
<!-- ENDIF -->
Code: Select all
{S_FORM_TOKEN}
open: styles/prosilver/template/mcp_logs.html
search:
Code: Select all
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<span class="corners-bottom"><span></span></span></div>
</div>
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<dd><strong><a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a></strong></dd>
replace with:
Code: Select all
<dd><strong><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a></strong></dd>
Code: Select all
<input type="submit" name="submituser" value="{L_SUBMIT}" class="button1" />
</fieldset>
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<div><a href="#" onclick="marklist('mcp', 'marknote', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('mcp', 'marknote', false); return false;">{L_UNMARK_ALL}</a></div>
</fieldset>
<!-- ENDIF -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<input type="hidden" name="report_id_list[]" value="{REPORT_ID}" />
</fieldset>
Code: Select all
{S_FORM_TOKEN}
Code: Select all
<input type="hidden" name="post_id_list[]" value="{POST_ID}" />
</p>
Code: Select all
{S_FORM_TOKEN}
Code: Select all
<span>[ <a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a> ]</span>
</dd>
</dl>
</fieldset>
Code: Select all
<span>[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</span>
</dd>
</dl>
</fieldset>
{S_FORM_TOKEN}
Code: Select all
</select> <input class="button2" type="submit" value="{L_SUBMIT}" />
</dd>
</dl>
</fieldset>
Code: Select all
{S_FORM_TOKEN}
Code: Select all
<input class="button2" type="reset" value="{L_RESET}" />
</fieldset>
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<div><a href="#" onclick="marklist('mcp', 'post_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', 'post_id_list', false); return false;">{L_UNMARK_ALL}</a></div>
</fieldset>
<!-- ENDIF -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<div><a href="#" onclick="marklist('mcp', 'report_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', 'report_id_list', false); return false;">{L_UNMARK_ALL}</a></div>
</fieldset>
<!-- ENDIF -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<!--
var panels = new Array('display-panel', 'split-panel', 'merge-panel');
replace with:
Code: Select all
// <![CDATA[
var panels = new Array('display-panel', 'split-panel', 'merge-panel');
Code: Select all
//-->
Code: Select all
// ]]>
Code: Select all
<span class="right-box"><a href="#review" onclick="viewableArea(getElementById('topicreview'), true); var rev_text = getElementById('review').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{L_EXPAND_VIEW}'){rev_text.data = '{L_COLLAPSE_VIEW}'; } else if (rev_text.data == '{L_COLLAPSE_VIEW}'){rev_text.data = '{L_EXPAND_VIEW}'};">{L_EXPAND_VIEW}</a></span>
replace with:
Code: Select all
<span class="right-box"><a href="#review" onclick="viewableArea(getElementById('topicreview'), true); var rev_text = getElementById('review').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{LA_EXPAND_VIEW}'){rev_text.data = '{LA_COLLAPSE_VIEW}'; } else if (rev_text.data == '{LA_COLLAPSE_VIEW}'){rev_text.data = '{LA_EXPAND_VIEW}'};">{L_EXPAND_VIEW}</a></span>
Code: Select all
<div><a href="#" onclick="marklist('mcp', '', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', '', false); return false;">{L_UNMARK_ALL}</a></div>
</fieldset>
Code: Select all
{S_HIDDEN_FIELDS}
{S_FORM_TOKEN}
open : styles/prosiver/template/viewlogs.html
search:
Code: Select all
<!-- END log -->
</table>
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<dd><strong><a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a></strong></dd>
Code: Select all
<dd><strong><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a></strong></dd>
Code: Select all
<input type="submit" name="submituser" value="{L_SUBMIT}" class="button1" />
</fieldset>
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
</form>
<!-- INCLUDE mcp_footer.html -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<input type="submit" name="action[add_warning]" value="{L_SUBMIT}" class="button1" />
</fieldset>
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<input type="submit" name="action[add_warning]" value="{L_SUBMIT}" class="button1" />
</fieldset>
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<pre>{WHOIS}</pre>
Code: Select all
<div class="postbody"><div class="content">
<pre>{WHOIS}</pre>
</div></div>
search:
Code: Select all
<td><!-- IF memberrow.RANK_IMG --><span class="rank-img">{memberrow.RANK_IMG}</span><!-- ELSE --><span class="rank-img">{memberrow.RANK_TITLE}</span><!-- ENDIF --><!-- IF S_IN_SEARCH_POPUP and not S_SELECT_SINGLE --><input type="checkbox" name="user" value="{memberrow.USERNAME}" /> <!-- ENDIF -->{memberrow.USERNAME_FULL}<!-- IF S_SELECT_SINGLE --><br />[ <a href="#" onclick="insert_single('{memberrow.USERNAME}'); return false;">{L_SELECT}</a> ]<!-- ENDIF --></td>
replace with:
Code: Select all
<td><!-- IF memberrow.RANK_IMG --><span class="rank-img">{memberrow.RANK_IMG}</span><!-- ELSE --><span class="rank-img">{memberrow.RANK_TITLE}</span><!-- ENDIF --><!-- IF S_IN_SEARCH_POPUP and not S_SELECT_SINGLE --><input type="checkbox" name="user" value="{memberrow.USERNAME}" /> <!-- ENDIF -->{memberrow.USERNAME_FULL}<!-- IF S_SELECT_SINGLE --><br />[ <a href="#" onclick="insert_single('{memberrow.A_USERNAME}'); return false;">{L_SELECT}</a> ]<!-- ENDIF --></td>
open: styles/prosilver/template/memberlist_email.html
search:
Code: Select all
<script type="text/javascript">
<!--
function checkForm(formObj)
{
var formErrors = false;
if (formObj.message.value.length < 2 )
{
formErrors = "{L_EMPTY_MESSAGE_EMAIL}";
}
else if (formObj.subject.value.length < 2)
{
formErrors = "{L_EMPTY_SUBJECT_EMAIL}";
}
if (formErrors)
{
alert(formErrors);
return false;
}
else
{
return true;
}
}
//-->
</script>
search:
Code: Select all
<form method="post" action="{S_POST_ACTION}" id="post" onsubmit="return checkForm(this)">
Code: Select all
<form method="post" action="{S_POST_ACTION}" id="post">
Code: Select all
</form>
<!-- INCLUDE overall_footer.html -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<!-- IF S_SEND_AIM -->
<dl class="fields2">
<dt> </dt>
<dd><a href="aim:addbuddy?screenname={IM_CONTACT}">{L_IM_ADD_CONTACT}</a></dd>
<dd><a href="aim:goim?screenname={IM_CONTACT}&message={SITENAME}">{L_IM_SEND_MESSAGE}</a></dd>
<dd><a href="http://www.aol.co.uk/aim/index.html">{L_IM_DOWNLOAD_APP}</a> | <a href="http://aimexpress.oscar.aol.com/aimexpress/launch.adp?Brand=AIM">{L_IM_AIM_EXPRESS}</a></dd>
</dl>
<!-- ENDIF -->
Code: Select all
<!-- IF S_SEND_AIM -->
<dl class="fields2">
<dt> </dt>
<dd><a href="{U_AIM_CONTACT}">{L_IM_ADD_CONTACT}</a></dd>
<dd><a href="{U_AIM_MESSAGE}">{L_IM_SEND_MESSAGE}</a></dd>
<dd><a href="http://www.aim.com/download.adp">{L_IM_DOWNLOAD_APP}</a> | <a href="http://aimexpress.oscar.aol.com/aimexpress/launch.adp?Brand=AIM">{L_IM_AIM_EXPRESS}</a></dd>
</dl>
<!-- ENDIF -->
Code: Select all
<!-- IF S_SEND_MSNM -->
<dl class="fields2">
<dt> </dt>
<dd><object classid="clsid:FB7199AB-79BF-11d2-8D94-0000F875C541" codetype="application/x-oleobject" id="objMessengerApp" width="0" height="0"></object></dd>
<dd><a href="#" onclick="objMessengerApp.LaunchAddContactUI('{IM_CONTACT}'); return false;">{L_IM_ADD_CONTACT}</a></dd>
<dd><a href="#" onclick="objMessengerApp.LaunchIMUI('{IM_CONTACT}'); return false;">{L_IM_SEND_MESSAGE}</a></dd>
</dl>
<!-- ENDIF -->
Code: Select all
<!-- IF S_SEND_MSNM -->
<dl class="fields2">
<dt> </dt>
<dd><object classid="clsid:B69003B3-C55E-4B48-836C-BC5946FC3B28" codetype="application/x-oleobject" id="objMessengerApp" width="0" height="0"></object></dd>
<dd><a href="#" onclick="add_contact('{A_IM_CONTACT}'); return false;">{L_IM_ADD_CONTACT}</a></dd>
<dd><a href="#" onclick="im_contact('{A_IM_CONTACT}'); return false;">{L_IM_SEND_MESSAGE}</a></dd>
</dl>
<!-- ENDIF -->
Code: Select all
</form>
<!-- INCLUDE simple_footer.html -->
Code: Select all
<a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a>
{S_FORM_TOKEN}
Code: Select all
{S_FORM_TOKEN}
</form>
Code: Select all
<script type="text/javascript">
// <![CDATA[
/** The following will not work with Windows Vista **/
var app = document.getElementById('objMessengerApp');
/**
* Check whether the browser supports this and whether MSNM is connected
*/
function msn_supported()
{
// Does the browser support the MSNM object?
if (app.MyStatus)
{
// Is MSNM connected?
if (app.MyStatus == 1)
{
alert('{LA_IM_MSNM_CONNECT}');
return false;
}
}
else
{
alert('{LA_IM_MSNM_BROWSER}');
return false;
}
return true;
}
/**
* Add to your contact list
*/
function add_contact(address)
{
if (msn_supported())
{
// Could return an error while MSNM is connecting, don't want that
try
{
app.AddContact(0, address);
}
catch (e)
{
return;
}
}
}
/**
* Write IM to contact
*/
function im_contact(address)
{
if (msn_supported())
{
// Could return an error while MSNM is connecting, don't want that
try
{
app.InstantMessage(address);
}
catch (e)
{
return;
}
}
}
// ]]>
</script>
search:
Code: Select all
<!-- You should retain this javascript in your own template! -->
<script type="text/javascript">
<!--
Code: Select all
<!-- You should retain this javascript in your own template! -->
<script type="text/javascript">
// <![CDATA[
Code: Select all
self.close();
}
//-->
Code: Select all
self.close();
}
// ]]>
Code: Select all
<span class="corners-bottom"><span></span></span></div>
</div>
</form>
Code: Select all
<span class="corners-bottom"><span></span></span></div>
</div>
{S_FORM_TOKEN}
</form>
search:
Code: Select all
<!-- IF U_MSN or USER_MSN --><dt>{L_MSNM}:</dt> <dd><!-- IF U_MSN --><a href="{U_MSN}" onclick="popup('{U_MSN}', 550, 320); return false;">{L_SEND_MSNM_MESSAGE}</a><!-- ELSE -->{USER_MSN}<!-- ENDIF --></dd><!-- ENDIF -->
<!-- IF U_YIM or USER_YIM --><dt>{L_YIM}:</dt> <dd><!-- IF U_YIM --><a href="{U_YIM}" onclick="popup('{U_YIM}', 780, 550); return false;">{L_SEND_YIM_MESSAGE}</a><!-- ELSE -->{USER_YIM}<!-- ENDIF --></dd><!-- ENDIF -->
<!-- IF U_AIM or USER_AIM --><dt>{L_AIM}:</dt> <dd><!-- IF U_AIM --><a href="{U_AIM}" onclick="popup('{U_AIM}', 550, 320); return false;">{L_SEND_AIM_MESSAGE}</a><!-- ELSE -->{USER_AIM}<!-- ENDIF --></dd><!-- ENDIF -->
<!-- IF U_ICQ or USER_ICQ --><dt>{L_ICQ}:</dt> <dd><!-- IF U_ICQ --><a href="{U_ICQ}" onclick="popup('{U_ICQ}', 550, 320); return false;">{L_SEND_ICQ_MESSAGE}</a><!-- ELSE -->{USER_ICQ}<!-- ENDIF --></dd><!-- ENDIF -->
<!-- IF U_JABBER and S_JABBER_ENABLED --><dt>{L_JABBER}:</dt> <dd><a href="{U_JABBER}" onclick="popup('{U_JABBER}', 550, 320); return false;">{L_SEND_JABBER_MESSAGE}</a></dd><!-- ELSEIF USER_JABBER --><dt>{L_JABBER}:</dt> <dd>{USER_JABBER}</dd><!-- ENDIF -->
Code: Select all
<!-- IF U_MSN or USER_MSN --><dt>{L_MSNM}:</dt> <dd><!-- IF U_MSN --><a href="{U_MSN}" onclick="popup(this.href, 550, 320); return false;">{L_SEND_MSNM_MESSAGE}</a><!-- ELSE -->{USER_MSN}<!-- ENDIF --></dd><!-- ENDIF -->
<!-- IF U_YIM or USER_YIM --><dt>{L_YIM}:</dt> <dd><!-- IF U_YIM --><a href="{U_YIM}" onclick="popup(this.href, 780, 550); return false;">{L_SEND_YIM_MESSAGE}</a><!-- ELSE -->{USER_YIM}<!-- ENDIF --></dd><!-- ENDIF -->
<!-- IF U_AIM or USER_AIM --><dt>{L_AIM}:</dt> <dd><!-- IF U_AIM --><a href="{U_AIM}" onclick="popup(this.href, 550, 320); return false;">{L_SEND_AIM_MESSAGE}</a><!-- ELSE -->{USER_AIM}<!-- ENDIF --></dd><!-- ENDIF -->
<!-- IF U_ICQ or USER_ICQ --><dt>{L_ICQ}:</dt> <dd><!-- IF U_ICQ --><a href="{U_ICQ}" onclick="popup(this.href, 550, 320); return false;">{L_SEND_ICQ_MESSAGE}</a><!-- ELSE -->{USER_ICQ}<!-- ENDIF --></dd><!-- ENDIF -->
<!-- IF U_JABBER and S_JABBER_ENABLED --><dt>{L_JABBER}:</dt> <dd><a href="{U_JABBER}" onclick="popup(this.href, 550, 320); return false;">{L_SEND_JABBER_MESSAGE}</a></dd><!-- ELSEIF USER_JABBER --><dt>{L_JABBER}:</dt> <dd>{USER_JABBER}</dd><!-- ENDIF -->
search:
Code: Select all
<ul class="linklist">
<li><a class="icon-home" href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
<!-- IF not S_IS_BOT -->
<!-- IF S_WATCH_FORUM_LINK --><li><a href="{S_WATCH_FORUM_LINK}" <!-- IF S_WATCHING_FORUM -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF --> title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
<!-- IF U_WATCH_TOPIC --><li><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}" <!-- IF S_WATCHING_TOPIC -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->>{L_WATCH_TOPIC}</a></li><!-- ENDIF -->
<!-- IF U_BOOKMARK_TOPIC --><li><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}" class="icon-bookmark">{L_BOOKMARK_TOPIC}</a></li><!-- ENDIF -->
<!-- IF U_BUMP_TOPIC --><li><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}" class="icon-bump">{L_BUMP_TOPIC}</a></li><!-- ENDIF -->
<!-- ENDIF -->
<li class="rightside"><a href="{U_TEAM}">{L_THE_TEAM}</a> • <!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> • <!-- ENDIF -->{S_TIMEZONE}</li>
</ul>
Code: Select all
<ul class="linklist">
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
<!-- IF not S_IS_BOT -->
<!-- IF S_WATCH_FORUM_LINK --><li <!-- IF S_WATCHING_FORUM -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
<!-- IF U_WATCH_TOPIC --><li <!-- IF S_WATCHING_TOPIC -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li><!-- ENDIF -->
<!-- IF U_BOOKMARK_TOPIC --><li class="icon-bookmark"><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li><!-- ENDIF -->
<!-- IF U_BUMP_TOPIC --><li class="icon-bump"><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li><!-- ENDIF -->
<!-- ENDIF -->
<li class="rightside"><a href="{U_TEAM}">{L_THE_TEAM}</a> • <!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> • <!-- ENDIF -->{S_TIMEZONE}</li>
</ul>
search:
Code: Select all
var jump_page = '{L_JUMP_PAGE}:';
Code: Select all
var jump_page = '{LA_JUMP_PAGE}:';
Code: Select all
var base_url = '{BASE_URL}';
Code: Select all
var base_url = '{A_BASE_URL}';
Code: Select all
<!-- IF S_USER_PM_POPUP -->
if ({S_NEW_PM})
{
window.open('{UA_POPUP_PM}', '_phpbbprivmsg', 'height=225,resizable=yes,width=400');
}
<!-- ENDIF -->
/**
* Find a member
*/
function find_username()
{
<!-- IF UA_FIND_USERNAME -->
window.open('{UA_FIND_USERNAME}', '_usersearch', 'height=500, resizable=yes, scrollbars=yes, width=740');
<!-- ENDIF -->
return false;
}
Code: Select all
<!-- IF S_USER_PM_POPUP -->
if ({S_NEW_PM})
{
popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
}
<!-- ENDIF -->
/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}
open: styles/prosilver/template/posting_buttons.html
search:
Code: Select all
<!--
var form_name = 'postform';
Code: Select all
// <![CDATA[
var form_name = 'postform';
Code: Select all
alert('{L_EMPTY_MESSAGE}');
Code: Select all
alert('{LA_EMPTY_MESSAGE}');
Code: Select all
var show_panel = 'options-panel';
//-->
Code: Select all
var show_panel = 'options-panel';
// ]]>
Code: Select all
<!--
function change_palette()
Code: Select all
// <![CDATA[
function change_palette()
Code: Select all
colorPalette('h', 15, 10);
//-->
</script>
Code: Select all
colorPalette('h', 15, 10);
// ]]>
</script>
Code: Select all
<select name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" title="{L_FONT_SIZE}">
replace with:
Code: Select all
<select name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" title="{L_BBCODE_F_HELP}">
search:
Code: Select all
<dd><span><a href="{U_FIND_USERNAME}" onclick="find_username(); return false">{L_FIND_USERNAME}</a></span></dd>
Code: Select all
<dd><span><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a></span></dd>
search:
Code: Select all
<dt><label for="username_list">{L_TO}:</label><br /><span><a href="{U_FIND_USERNAME}" onclick="find_username(); return false">{L_FIND_USERNAME}</a></span></dt>
replace with:
Code: Select all
<dt><label for="username_list">{L_TO}:</label><br /><span><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false">{L_FIND_USERNAME}</a></span></dt>
Code: Select all
<br /><a href="{U_MORE_SMILIES}" onclick="window.open('{U_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=350,resizable=yes,scrollbars=yes,WIDTH=300'); return false;">{L_MORE_SMILIES}</a>
replace with:
Code: Select all
<br /><a href="{U_MORE_SMILIES}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a>
Code: Select all
<!-- IF S_INLINE_ATTACHMENT_OPTIONS --><input type="button" value="{L_PLACE_INLINE}" onclick="attach_inline({attach_row.ASSOC_INDEX}, '{attach_row.FILENAME}');" class="button2" /> <!-- ENDIF -->
replace with:
Code: Select all
<!-- IF S_INLINE_ATTACHMENT_OPTIONS --><input type="button" value="{L_PLACE_INLINE}" onclick="attach_inline({attach_row.ASSOC_INDEX}, '{attach_row.A_FILENAME}');" class="button2" /> <!-- ENDIF -->
open: styles/prosilver/template/posting_layout.html
search:
Code: Select all
</form>
<!-- IF not S_PRIVMSGS -->
Code: Select all
{S_FORM_TOKEN}
Code: Select all
<script type="text/javascript">
<!--
subPanels(show_panel);
-->
</script>
replace with:
Code: Select all
<script type="text/javascript">
// <![CDATA[
subPanels(show_panel);
// ]]>
</script>
open: styles/prosilver/template/posting_preview.html
search:
Code: Select all
<dd style="width: auto;"><!-- IF S_IS_MULTI_CHOICE --><input type="checkbox" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF -->/><!-- ELSE --><input type="radio" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ENDIF --></dd>
replace with:
Code: Select all
<dd style="width: auto;"><!-- IF S_IS_MULTI_CHOICE --><input type="checkbox" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ELSE --><input type="radio" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ENDIF --></dd>
open: styles/prosilver/template/posting_smilies.html
search:
Code: Select all
<script type="text/javascript">
<!--
var form_name = 'postform';
var text_name = 'message';
//-->
</script>
Code: Select all
<script type="text/javascript">
// <![CDATA[
var form_name = 'postform';
var text_name = 'message';
// ]]>
</script>
search:
Code: Select all
<span class="right-box"><a href="#review" onclick="viewableArea(getElementById('topicreview'), true); var rev_text = getElementById('review').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{L_EXPAND_VIEW}'){rev_text.data = '{L_COLLAPSE_VIEW}'; } else if (rev_text.data == '{L_COLLAPSE_VIEW}'){rev_text.data = '{L_EXPAND_VIEW}'};">{L_EXPAND_VIEW}</a></span>
replace with:
Code: Select all
<span class="right-box"><a href="#review" onclick="viewableArea(getElementById('topicreview'), true); var rev_text = getElementById('review').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{LA_EXPAND_VIEW}'){rev_text.data = '{LA_COLLAPSE_VIEW}'; } else if (rev_text.data == '{LA_COLLAPSE_VIEW}'){rev_text.data = '{LA_EXPAND_VIEW}'};">{L_EXPAND_VIEW}</a></span>
search:
Code: Select all
<dd><select name="reason_id" id="reason_id"><!-- BEGIN reason --><option value="{reason.ID}"<!-- IF reason.S_SELECTED --> selected="selected"<!-- ENDIF -->>{reason.DESCRIPTION}</option><!-- END reason --></select></dd>
replace with:
Code: Select all
<dd><select name="reason_id" id="reason_id" class="full"><!-- BEGIN reason --><option value="{reason.ID}"<!-- IF reason.S_SELECTED --> selected="selected"<!-- ENDIF -->>{reason.DESCRIPTION}</option><!-- END reason --></select></dd>
Code: Select all
</form>
<!-- INCLUDE overall_footer.html -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<!-- INCLUDE overall_header.html -->
Code: Select all
<script type="text/javascript" defer="defer" >
// <![CDATA[
function disable(disabl, name)
{
document.getElementById(name).disabled = disabl;
if (disabl)
{
document.getElementById(name).className = 'button1 disabled';
}
else
{
document.getElementById(name).className = 'button1 enabled';
}
}
<!-- IF S_TIME -->
onload_functions.push('disable(true, "agreed")');
setTimeout('disable(false, "agreed")', {S_TIME});
<!-- ENDIF -->
// ]]>
</script>
Code: Select all
<input type="submit" name="agreed" value="{L_AGREE}" class="button1" />
Code: Select all
<input type="submit" name="agreed" id="agreed" value="{L_AGREE}" class="button1" />
Code: Select all
{S_HIDDEN_FIELDS}
Code: Select all
{S_FORM_TOKEN}
open: styles/prosilver/template/ucp_attachments.html
search:
Code: Select all
<dt><a href="{U_SORT_FILENAME}">{L_FILENAME}</a></dt>
Code: Select all
<dt style="width: 40%"><a href="{U_SORT_FILENAME}">{L_FILENAME}</a></dt>
Code: Select all
<dd class="extra"><a href="{U_SORT_FILESIZE}">{L_FILESIZE}</a></dd>
search:
Code: Select all
<dt><a href="{attachrow.U_VIEW_ATTACHMENT}" class="topictitle">{attachrow.FILENAME}</a><br />
{L_TOPIC}: <a href="{attachrow.U_VIEW_TOPIC}">{attachrow.TOPIC_TITLE}</a></dt>
Code: Select all
<dt style="width: 40%"><a href="{attachrow.U_VIEW_ATTACHMENT}" class="topictitle">{attachrow.FILENAME}</a> ({attachrow.SIZE})<br />
<!-- IF attachrow.S_IN_MESSAGE -->{L_PM}: <!-- ELSE -->{L_TOPIC}: <!-- ENDIF --><a href="{attachrow.U_VIEW_TOPIC}">{attachrow.TOPIC_TITLE}</a></dt>
Code: Select all
</form>
<!-- INCLUDE ucp_footer.html -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<!-- IF S_COMPOSE_PM -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<script type="text/javascript">
<!--
/**
* Colour swatch
*/
function swatch()
{
window.open('{UA_SWATCH}', '_swatch', 'height=150, resizable=yes, scrollbars=no, width=636');
return false;
}
//-->
</script>
search:
Code: Select all
<dd><input name="group_colour" type="text" id="group_colour" value="{GROUP_COLOUR}" size="7" maxlength="7" class="inputbox narrow" /> <span style="background-color: {GROUP_COLOUR};"> </span> [ <a href="#" onclick="swatch(); return false">{L_COLOUR_SWATCH}</a> ]</dd>
Code: Select all
<dd><input name="group_colour" type="text" id="group_colour" value="{GROUP_COLOUR}" size="7" maxlength="7" class="inputbox narrow" /> <span style="background-color: {GROUP_COLOUR};"> </span> [ <a href="{U_SWATCH}" onclick="popup(this.href, 636, 150, '_swatch'); return false;">{L_COLOUR_SWATCH}</a> ]</dd>
Code: Select all
<dd><strong><a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a></strong></dd>
Code: Select all
<dd><strong><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a></strong></dd>
Code: Select all
</form>
<!-- INCLUDE ucp_footer.html -->
Code: Select all
{S_FORM_TOKEN}
open: styles/prosilver/template/ucp_groups_membership.html
search:
Code: Select all
</form>
<!-- INCLUDE ucp_footer.html -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<li id="active-subsection"><a href="ucp.php{SID}&i=pm&folder={folder.FOLDER_ID}"><!-- IF folder.UNREAD_MESSAGES > 0 --><strong>{folder.FOLDER_NAME} ({folder.UNREAD_MESSAGES})</strong><!-- ELSE -->{folder.FOLDER_NAME}<!-- ENDIF --></a></li>
Code: Select all
<li id="active-subsection"><a href="{folder.U_FOLDER}"><!-- IF folder.UNREAD_MESSAGES > 0 --><strong>{folder.FOLDER_NAME} ({folder.UNREAD_MESSAGES})</strong><!-- ELSE -->{folder.FOLDER_NAME}<!-- ENDIF --></a></li>
Code: Select all
<li><a href="ucp.php{SID}&i=pm&folder={folder.FOLDER_ID}"><span><!-- IF folder.UNREAD_MESSAGES > 0 --><strong>{folder.FOLDER_NAME} ({folder.UNREAD_MESSAGES})</strong><!-- ELSE -->{folder.FOLDER_NAME}<!-- ENDIF --></span></a></li>
Code: Select all
<li><a href="{folder.U_FOLDER}"><span><!-- IF folder.UNREAD_MESSAGES > 0 --><strong>{folder.FOLDER_NAME} ({folder.UNREAD_MESSAGES})</strong><!-- ELSE -->{folder.FOLDER_NAME}<!-- ENDIF --></span></a></li>
search:
Code: Select all
</form>
<!-- INCLUDE ucp_footer.html -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<!-- ENDIF -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
</form>
<!-- INCLUDE ucp_footer.html -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<span class="right-box"><a href="#review" onclick="viewableArea(getElementById('topicreview'), true); var rev_text = getElementById('review').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{L_EXPAND_VIEW}'){rev_text.data = '{L_COLLAPSE_VIEW}'; } else if (rev_text.data == '{L_COLLAPSE_VIEW}'){rev_text.data = '{L_EXPAND_VIEW}'};">{L_EXPAND_VIEW}</a></span>
Code: Select all
<span class="right-box"><a href="#review" onclick="viewableArea(getElementById('topicreview'), true); var rev_text = getElementById('review').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{LA_EXPAND_VIEW}'){rev_text.data = '{LA_COLLAPSE_VIEW}'; } else if (rev_text.data == '{LA_COLLAPSE_VIEW}'){rev_text.data = '{LA_EXPAND_VIEW}'};">{L_EXPAND_VIEW}</a></span>
search:
</form>
add before:
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<input type="text" name="rule_string" value="{CURRENT_STRING}" class="inputbox tiny" /> <span>[ <a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a> ]</span>
replace with:
Code: Select all
<input type="text" name="rule_string" value="{CURRENT_STRING}" class="inputbox tiny" /> <span>[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</span>
Code: Select all
</form>
<!-- INCLUDE ucp_footer.html -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<script type="text/javascript">
<!--
/**
* Jump to inbox
*/
function jump_to_inbox()
{
opener.document.location.href = "{UA_RETURN_INBOX}";
window.close();
}
//-->
</script>
Code: Select all
<script type="text/javascript">
// <![CDATA[
/**
* Jump to inbox
*/
function jump_to_inbox(url)
{
opener.document.location.href = url.replace(/&/g, '&');
window.close();
}
// ]]>
</script>
search:
Code: Select all
<input class="button2" type="reset" value="Reset" name="reset" />
</fieldset>
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<!-- IF S_DISPLAY_HISTORY -->
<fieldset class="display-options clearfix">
<a href="{U_VIEW_PREVIOUS_HISTORY}" class="left-box {S_CONTENT_FLOW_BEGIN}">{L_VIEW_PREVIOUS_HISTORY}</a>
<a href="{U_VIEW_NEXT_HISTORY}" class="right-box {S_CONTENT_FLOW_END}">{L_VIEW_NEXT_HISTORY}</a>
</fieldset>
<!-- ENDIF -->
Code: Select all
<!-- IF S_DISPLAY_HISTORY and (U_VIEW_PREVIOUS_HISTORY or U_VIEW_NEXT_HISTORY) -->
<fieldset class="display-options clearfix">
<!-- IF U_VIEW_PREVIOUS_HISTORY --><a href="{U_VIEW_PREVIOUS_HISTORY}" class="left-box {S_CONTENT_FLOW_BEGIN}">{L_VIEW_PREVIOUS_HISTORY}</a><!-- ENDIF -->
<!-- IF U_VIEW_NEXT_HISTORY --><a href="{U_VIEW_NEXT_HISTORY}" class="right-box {S_CONTENT_FLOW_END}">{L_VIEW_NEXT_HISTORY}</a><!-- ENDIF -->
</fieldset>
<!-- ENDIF -->
Code: Select all
<!-- IF AUTHOR_POSTS --><dd><strong>{L_JOINED}:</strong> {AUTHOR_JOINED}</dd><!-- ENDIF -->
Code: Select all
<!-- IF AUTHOR_JOINED --><dd><strong>{L_JOINED}:</strong> {AUTHOR_JOINED}</dd><!-- ENDIF -->
Code: Select all
<!-- IF U_JABBER --><li class="jabber-icon"><a href="{U_JABBER}" title="{L_JABBER}"><span>{L_JABBER}</span></a></li><!-- ENDIF -->
Code: Select all
<!-- IF U_JABBER --><li class="jabber-icon"><a href="{U_JABBER}" onclick="popup(this.href, 550, 320); return false;" title="{L_JABBER}"><span>{L_JABBER}</span></a></li><!-- ENDIF -->
search:
Code: Select all
<select name="dateoptions" id="dateoptions" onchange="if(this.value=='custom'){dE('custom_date',1);}else{dE('custom_date',-1);} if (this.value == 'custom') { document.getElementById('dateformat').value = '{A_DEFAULT_DATEFORMAT}'; } else { document.getElementById('dateformat').value = this.value; }">
Code: Select all
<select name="dateoptions" id="dateoptions" onchange="if(this.value=='custom'){dE('custom_date',1);}else{dE('custom_date',-1);} if (this.value == 'custom') { document.getElementById('dateformat').value = default_dateformat; } else { document.getElementById('dateformat').value = this.value; }">
Code: Select all
<input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
</fieldset>
Code: Select all
{S_FORM_TOKEN}
Code: Select all
<script type="text/javascript">
<!--
var date_format = '{A_DATE_FORMAT}';
function customDates()
{
Code: Select all
<script type="text/javascript">
// <![CDATA[
var date_format = '{A_DATE_FORMAT}';
var default_dateformat = '{A_DEFAULT_DATEFORMAT}';
function customDates()
{
Code: Select all
}
customDates();
//-->
</script>
Code: Select all
}
customDates();
// ]]>
</script>
open: styles/prosilver/template/ucp_prefs_post.html
search:
Code: Select all
<input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
</fieldset>
Code: Select all
{S_FORM_TOKEN}
open: styles/prosilver/template/ucp_prefs_view.html
search:
Code: Select all
<label for="smilies0"><input type="radio" name="smilies" id="smilies0" value="0"<!-- IF not S_SMILIES --> checked="checked"<!-- ENDIF -->/> {L_NO}</label>
Code: Select all
<label for="smilies0"><input type="radio" name="smilies" id="smilies0" value="0"<!-- IF not S_SMILIES --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
Code: Select all
<input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
</fieldset>
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
</fieldset>
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
</fieldset>
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
</fieldset>
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
</fieldset>
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<script type="text/javascript">
<!--
/**
* Change language
*/
Code: Select all
<script type="text/javascript">
// <![CDATA[
/**
* Change language
*/
Code: Select all
//-->
</script>
Code: Select all
function disable(disabl, name)
{
document.getElementById(name).disabled = disabl;
if (disabl)
{
document.getElementById(name).className = 'button1 disabled';
}
else
{
document.getElementById(name).className = 'button1 enabled';
}
}
<!-- IF S_TIME -->
onload_functions.push('disable(true, "submit")');
setTimeout('disable(false, "submit")', {S_TIME});
<!-- ENDIF -->
// ]]>
</script>
Code: Select all
<input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
Code: Select all
<input type="submit" name="submit" id ="submit" value="{L_SUBMIT}" class="button1" />
Code: Select all
</form>
<!-- INCLUDE overall_footer.html -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<fieldset class="fields2">
Code: Select all
<fieldset>
Code: Select all
</form>
<!-- INCLUDE overall_footer.html -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<fieldset class="fields2">
Code: Select all
<fieldset>
Code: Select all
</form>
<!-- INCLUDE overall_footer.html -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<dd><strong><a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a></strong></dd>
Code: Select all
<dd><strong><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a></strong></dd>
Code: Select all
</form>
<!-- INCLUDE ucp_footer.html -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<dd><strong><a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a></strong></dd>
Code: Select all
<dd><strong><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a></strong></dd>
Code: Select all
</form>
<!-- INCLUDE ucp_footer.html -->
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<input class="inputbox search tiny" type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_FORUM}" onclick="if (this.value == '{L_SEARCH_FORUM}') this.value = '';" onblur="if (this.value == '') this.value = '{L_SEARCH_FORUM}';" />
replace with:
Code: Select all
<input class="inputbox search tiny" type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_FORUM}" onclick="if (this.value == '{LA_SEARCH_FORUM}') this.value = '';" onblur="if (this.value == '') this.value = '{LA_SEARCH_FORUM}';" />
search:
Code: Select all
<td>{user_row.USERNAME_FULL}<!-- IF user_row.USER_IP --> <span style="margin-left: 30px;">{L_IP}: <a href="{user_row.U_USER_IP}">{user_row.USER_IP}</a> » <a href="{user_row.U_WHOIS}" onclick="popup('{user_row.U_WHOIS}', 750, 500);return false">{L_WHOIS}</a></span><!-- ENDIF -->
replace with:
Code: Select all
<td>{user_row.USERNAME_FULL}<!-- IF user_row.USER_IP --> <span style="margin-left: 30px;">{L_IP}: <a href="{user_row.U_USER_IP}">{user_row.USER_IP}</a> » <a href="{user_row.U_WHOIS}" onclick="popup(this.href, 750, 500); return false;">{L_WHOIS}</a></span><!-- ENDIF -->
search:
Code: Select all
<div class="content">
<pre>{WHOIS}</pre>
</div>
Code: Select all
<div class="postbody"><div class="content">
<pre>{WHOIS}</pre>
</div></div>
Code: Select all
<span class="corners-bottom"><span></span></span></div>
</div>
Code: Select all
<a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a>
search:
Code: Select all
<input class="inputbox search tiny" type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_TOPIC}" onclick="if(this.value=='{L_SEARCH_TOPIC}')this.value='';" onblur="if(this.value=='')this.value='{L_SEARCH_TOPIC}';" />
Code: Select all
<input class="inputbox search tiny" type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_TOPIC}" onclick="if(this.value=='{LA_SEARCH_TOPIC}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_TOPIC}';" />
Code: Select all
<!-- IF S_CAN_VOTE --><dd style="width: auto;"><!-- IF S_IS_MULTI_CHOICE --><input type="checkbox" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF -->/><!-- ELSE --><input type="radio" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ENDIF --></dd><!-- ENDIF -->
Code: Select all
<!-- IF S_CAN_VOTE --><dd style="width: auto;"><!-- IF S_IS_MULTI_CHOICE --><input type="checkbox" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ELSE --><input type="radio" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ENDIF --></dd><!-- ENDIF -->
Code: Select all
{S_HIDDEN_FIELDS}
</form>
Code: Select all
{S_FORM_TOKEN}
Code: Select all
<!-- IF postrow.U_QUOTE --><li class="quote-icon"><a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_REPLY_WITH_QUOTE}</span></a></li><!-- ENDIF -->
search:
Code: Select all
<!-- IF postrow.U_INFO --><li class="info-icon"><a href="{postrow.U_INFO}" title="{L_INFORMATION}"><span>{L_INFORMATION}</span></a></li><!-- ENDIF -->
Code: Select all
<!-- IF postrow.U_QUOTE --><li class="quote-icon"><a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_REPLY_WITH_QUOTE}</span></a></li><!-- ENDIF -->
Code: Select all
<!-- IF postrow.U_JABBER --><li class="jabber-icon"><a href="{postrow.U_JABBER}" onclick="popup('{postrow.U_JABBER}', 550, 320); return false;" title="{L_JABBER}"><span>{L_JABBER}</span></a></li><!-- ENDIF -->
Code: Select all
<!-- IF postrow.U_JABBER --><li class="jabber-icon"><a href="{postrow.U_JABBER}" onclick="popup(this.href, 550, 320); return false;" title="{L_JABBER}"><span>{L_JABBER}</span></a></li><!-- ENDIF -->
Code: Select all
<label>{L_QUICK_MOD}:</label> {S_TOPIC_MOD} <input type="submit" value="{L_GO}" class="button2" />
</fieldset>
Code: Select all
{S_FORM_TOKEN}
search:
Code: Select all
<meta name="description" content="" />
Code: Select all
<meta name="robots" CONTENT="noindex" />
open: styles/prosilver/theme/bidi.css
search:
Code: Select all
*:first-child+html dl.details dd {
margin-right: 15em;
float: none;
}
Code: Select all
*:first-child+html dl.details dd {
margin-right: 30%;
float: none;
}
Code: Select all
* html dl.details dd {
margin-right: 15em;
float: none;
}
Code: Select all
* html dl.details dd {
margin-right: 30%;
float: none;
}
Code: Select all
* html .rtl #search-box {
margin-left: 35px;
margin-right: 0;
}
open: styles/prosilver/theme/colours.css
search:
Code: Select all
input.search {
background-image: url("{T_THEME_PATH}/images/icon_textbox_search.gif");
}
Code: Select all
input.disabled {
color: #666666;
}
search:
Code: Select all
span.corners-bottom span {
background-image: none;;
background-position: 100% 100%;
}
Code: Select all
span.corners-bottom span {
background-image: none;
background-position: 100% 100%;
}
Code: Select all
dl.details dt {
float: left;
clear: left;
width: 15em;
text-align: right;
color: #000000;
display: block;
Code: Select all
dl.details dt {
float: left;
clear: left;
width: 30%;
text-align: right;
color: #000000;
display: block;
Code: Select all
margin-bottom: 5px;
color: #828282;
float: left;
Code: Select all
width: 65%;
search:
Code: Select all
dd.extra {
width: 65px;
Code: Select all
dd.extra {
width: 12%;
Code: Select all
dl.thumbnail img {
padding: 3px;
border: 1px solid #666666;
display: block;
background-color: #FFF;
}
Code: Select all
dl.thumbnail img {
padding: 3px;
border: 1px solid #666666;
background-color: #FFF;
}
search:
Code: Select all
color: #BCBCBC;
}
Code: Select all
input.disabled {
font-weight: normal;
color: #666666;
}
Code: Select all
padding-left: 17px;
}
Code: Select all
.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}
search:
Code: Select all
.clearfix, #tabs, #minitabs, .post, .navbar, fieldset dl, ul.topiclist dl, ul.linklist, dl.polls {
height: 1%;
overflow: hidden;
}
Code: Select all
.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
height: 1%;
overflow: hidden;
}
Code: Select all
/* viewtopic fix */
* html .post {
height: 25%;
overflow: hidden;
}
/* navbar fix */
* html .clearfix, * html .navbar, ul.linklist {
height: 4%;
overflow: hidden;
}
Code: Select all
* html #search-box {
margin-right: 35px;
}
/* Correctly clear floating for details on profile view */
*:first-child+html dl.details dd {
margin-left: 15em;
float: none;
}
* html dl.details dd {
margin-left: 15em;
float: none;
}
Code: Select all
* html #search-box {
width: 25%;
}
/* Correctly clear floating for details on profile view */
*:first-child+html dl.details dd {
margin-left: 30%;
float: none;
}
* html dl.details dd {
margin-left: 30%;
float: none;
}