/**********************************************************************/ /* PHP-Nuke Platinum v.7.6.0 THEME CONVERSION */ /* */ /* This set of instructions will modify your themes to be compatible */ /* with PHP-Nuke Platinum 7.6.0. */ /* */ /* There are 21 files to edit. There are 84 included files which you */ /* must upload to your theme directory maintaining the structure */ /* included in the YOUR-THEME folder. Remember to rename YOUR-THEME */ /* to the name of the theme that you are converting. There are 23 */ /* steps to follow during the theme conversion process. */ /* */ /* Before making the modifications below to your theme, be sure you */ /* backup all files before editing and replacing them. It is very */ /* important you back your files up, it is not Platinum Suite's(TM) */ /* problem if something goes wrong. */ /* */ /* This set of instructions is intended for confident intermediate */ /* users of PHP-Nuke as your theme will require alot of editing. In */ /* order for it to work correctly, this document must be strictly */ /* followed. If you cannot back your files up, or you are not */ /* confident in following this document, it is recommended that you */ /* do not proceed beyond this point. */ /* */ /* Installation instructions: */ /* Step 1. Upload all files in the "YOUR-THEMES" folder to the */ /* location of the theme that you are converting. For */ /* easier uploading, you can rename the "YOUR-THEME" folder */ /* to the name of the theme that you are converting. */ /* Step 2. Follow the instructions below. */ /**********************************************************************/ /**********************************************************************/ /* Step 3. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR-THEME/forums/bbcode.tpl /* /******[ FIND ]********************************************************/ /*
| /* /******[ REPLACE WTH ] ************************************************/ /* | {USERNAME} {L_WROTE}: | ||||||||||||||||||||||||||||||||||
/*
/******[ FIND ]********************************************************/
/*
|
/**********************************************************************/ /* Step 4. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR-THEME/forums/forums.cfg /* /******[ FIND ]********************************************************/ /* ?> /* /******[ BEFORE, ADD ]*************************************************/ /* $images['bbc_cut'] = "$current_template_images/{LANG}/bbc_cut.gif"; $images['bbc_copy'] = "$current_template_images/{LANG}/bbc_copy.gif"; $images['bbc_paste'] = "$current_template_images/{LANG}/bbc_paste.gif"; $images['bbc_markall'] = "$current_template_images/{LANG}/bbc_markall.gif"; $images['bbc_bold'] = "$current_template_images/{LANG}/bbc_bold.gif"; $images['bbc_italic'] = "$current_template_images/{LANG}/bbc_italic.gif"; $images['bbc_underline'] = "$current_template_images/{LANG}/bbc_underline.gif"; $images['bbc_quoteselected'] = "$current_template_images/{LANG}/bbc_quoteselected.gif"; $images['bbc_quote'] = "$current_template_images/{LANG}/bbc_quote.gif"; $images['bbc_code'] = "$current_template_images/{LANG}/bbc_code.gif"; $images['bbc_image'] = "$current_template_images/{LANG}/bbc_image.gif"; $images['bbc_url'] = "$current_template_images/{LANG}/bbc_url.gif"; $images['folder_global_announce'] = "$current_template_images/folder_global_announce.gif"; $images['folder_global_announce_new'] = "$current_template_images/folder_global_announce_new.gif"; $images['icon_buddy'] = "$current_template_images/{LANG}/icon_buddy.gif"; $images['icon_buddy_remove'] = "$current_template_images/{LANG}/icon_buddy_remove.gif"; $images['icon_kick'] = "$current_template_images/{LANG}/icon_kick.gif"; $images['icon_unkick'] = "$current_template_images/{LANG}/icon_unkick.gif"; $images['icon_top'] = "$current_template_images/icon_top.gif"; $images['icon_bottom'] = "$current_template_images/icon_bottom.gif"; $images['icon_next_post'] = "$current_template_images/icon_next_post.gif"; $images['icon_previous_post'] = "$current_template_images/icon_previous_post.gif"; $images['icon_reportpost'] = "$current_template_images/report.gif"; $images['icon_reportpost2'] = "$current_template_images/report2.gif"; $images['topic_mod_merge'] = "$current_template_images/topic_merge.gif"; /**********************************************************************/ /* Step 5. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR-THEME/forums/groupcp_info_body.tpl /* /******[ FIND ]********************************************************/ /* {L_EMAIL} |
/*
/******[ AFTER, ADD ]**************************************************/
/*
{L_ONLINE_STATUS} |
/*
/******[ FIND ]********************************************************/
/*
{L_GROUP_MODERATOR}
/*
/******[ IN-LINE, FIND ]***********************************************/
/*
colspan="8"
/*
/******[ IN-LINE REPLACE, WITH ]***************************************/
/* [or add +1 unit to 'colspan' if other mods have been installed]
/*
colspan="9"
/*
/******[ FIND ]********************************************************/
/*
{MOD_EMAIL_IMG}
/*
/******[ AFTER ON NEW LINE, ADD ]**************************************/
/*
{MOD_ONLINE_STATUS} |
/*
/******[ FIND ]********************************************************/
/*
{L_GROUP_MEMBERS}
/*
/******[ IN-LINE, FIND ]***********************************************/
/*
colspan="8"
/*
/******[ IN-LINE REPLACE, WITH ]***************************************/
/* [or add +1 unit to 'colspan' if other mods have been installed]
/*
colspan="9"
/*
/******[ FIND ]********************************************************/
/*
{member_row.EMAIL_IMG}
/*
/******[ AFTER ON NEW LINE, ADD ]**************************************/
/*
{member_row.ONLINE_STATUS} |
/*
/******[ FIND ]********************************************************/
/*
{L_NO_MEMBERS}
/*
/******[ IN-LINE, FIND ]***********************************************/
/*
colspan="7"
/*
/******[ IN-LINE REPLACE, WITH ]***************************************/
/* [or add +1 unit to 'colspan' if other mods have been installed]
/*
colspan="8"
/*
/******[ FIND ]********************************************************/
/*
{L_HIDDEN_MEMBERS}
/*
/******[ IN-LINE, FIND ]***********************************************/
/*
colspan="7"
/*
/******[ IN-LINE REPLACE, WITH ]***************************************/
/* [or add +1 unit to 'colspan' if other mods have been installed]
/*
colspan="8"
/*
/******[ FIND ]********************************************************/
/*
/*
/******[ IN-LINE, FIND ]***********************************************/
/*
colspan="8"
/*
/******[ IN-LINE REPLACE, WITH ]***************************************/
/* [or add +1 unit to 'colspan' if other mods have been installed]
/*
colspan="9"
/**********************************************************************/
/* Step 6. THEME CONVERSION */
/******[ OPEN ]********************************************************/
/*
themes/YOUR_THEME/forums/groupcp_pending_info.tpl
/*
/******[ FIND ]********************************************************/
/*
{L_EMAIL}
/*
/******[ AFTER ON NEW LINE, ADD ]**************************************/
/*
| {L_ONLINE_STATUS} |
/*
/******[ FIND ]********************************************************/
/*
{L_PENDING_MEMBERS}
/*
/******[ IN-LINE, FIND ]***********************************************/
/*
colspan="8"
/*
/******[ IN-LINE REPLACE, WITH ]***************************************/
/* [or add +1 unit to 'colspan' if other mods have been installed]
/*
colspan="9"
/*
/******[ FIND ]********************************************************/
/*
{pending_members_row.EMAIL_IMG}
/*
/******[ AFTER ON NEW LINE, ADD ]**************************************/
/*
{pending_members_row.ONLINE_STATUS} |
/*
/******[ FIND ]********************************************************/
/*
/*
/******[ IN-LINE, FIND ]***********************************************/
/*
colspan="8"
/*
/******[ IN-LINE REPLACE, WITH ]***************************************/
/* [or add +1 unit to 'colspan' if other mods have been installed]
/*
colspan="9"
/**********************************************************************/
/* Step 7. THEME CONVERSION */
/******[ OPEN ]********************************************************/
/*
themes/YOUR_THEME/forums/index_body.tpl
/*
/******[ FIND ]********************************************************/
/* [this is the first line]
/*
|
{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ] |
/*
/******[ REPLACE WTH ] ************************************************/
/*
{RECORD_USERS} {LOGGED_IN_USER_LIST} {TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]
{colors.GROUPS}
|
/*
/******[ FIND ]********************************************************/
/*
{L_SEARCH_SELF}
/*
/******[ AFTER ON NEW LINE, ADD ]**************************************/
/*
{L_SEARCH_STARTEDTOPICS}{RECORD_USERS} {LOGGED_IN_USER_LIST} /**********************************************************************/ /* Step 8. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR_THEME/forums/memberlist_body.tpl /* /******[ FIND ]********************************************************/ /* [this is normally the first line] /* | ||||||||||||||||||||||||