/**********************************************************************/ /* 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 ]********************************************************/ /* {USERNAME} {L_WROTE}:
/* /******[ REPLACE WTH ] ************************************************/ /* {USERNAME} {L_WROTE}:
/* /******[ FIND ]********************************************************/ /* {L_QUOTE}: /* /******[ REPLACE WTH ] ************************************************/ /* /* /******[ FIND ]********************************************************/ /*
/* /******[ REPLACE WTH ] ************************************************/ /* {L_QUOTE}:
/* /******[ FIND ]********************************************************/ /*
{L_CODE}: /* /******[ REPLACE WTH ] ************************************************/ /* /* /******[ FIND ]********************************************************/ /* {EMAIL} /* /******[ AFTER, ADD ]*************************************************/ /*
/* /******[ REPLACE WTH ] ************************************************/ /* {L_CODE}:
/* /******[ FIND ]********************************************************/ /*
{L_PHP}:

/**********************************************************************/ /* 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] /* /* /******[ BEFORE, ADD ]*************************************************/ /*
{GLANCE_OUTPUT}
/* /******[ FIND ]********************************************************/ /* [partial search / compare if you cannot find exact code] /* {TOTAL_USERS_ONLINE}   [ {L_WHOSONLINE_ADMIN} ]   [ {L_WHOSONLINE_MOD} ]
{RECORD_USERS}
{LOGGED_IN_USER_LIST}
/* /******[ REPLACE WTH ] ************************************************/ /* {TOTAL_USERS_ONLINE}   [ {L_WHOSONLINE_ADMIN} ]   [ {L_WHOSONLINE_MOD} ] {colors.GROUPS}
{RECORD_USERS}
{LOGGED_IN_USER_LIST}
/* /******[ FIND ]********************************************************/ /* {L_SEARCH_SELF} /* /******[ AFTER ON NEW LINE, ADD ]**************************************/ /* {L_SEARCH_STARTEDTOPICS}
/**********************************************************************/ /* Step 8. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR_THEME/forums/memberlist_body.tpl /* /******[ FIND ]********************************************************/ /* [this is normally the first line] /*
/* /******[ REPLACE WTH ] ************************************************/ /* /* /******[ FIND ]********************************************************/ /* /* /******[ AFTER, ADD ]**************************************************/ /*      /* /******[ FIND ]********************************************************/ /* {L_JOINED} /* /******[ AFTER ON NEW LINE, ADD ]**************************************/ /* {L_ONLINE_STATUS} /* /******[ FIND ]********************************************************/ /* {L_WEBSITE} /* /******[ AFTER ON NEW LINE, ADD ]**************************************/ /*  {no_username.NO_USER_ID_SPECIFIED}  /* /******[ FIND ]********************************************************/ /* {memberrow.JOINED} /* /******[ AFTER ON NEW LINE, ADD ]**************************************/ /* {memberrow.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 9. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR-THEME/forums/modcp_body.tpl /* /******[ FIND ]********************************************************/ /* {topicrow.TOPIC_TYPE} /* /******[ ADD, BEFORE ]*************************************************/ /* {topicrow.TOPIC_ATTACHMENT_IMG} /**********************************************************************/ /* Step 10. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR_THEME/forums/overall_header.tpl /* /******[ FIND ]********************************************************/ /* [if does not exist, code and before /* and place the code below in in the code] /* /* /******[ BEFORE, ADD ]*************************************************/ /* /**********************************************************************/ /* Step 11. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR_THEME/forums/posting_body.tpl /* /******[ FIND ]********************************************************/ /* [Partial Search. NOTE: the ..'s represent code in your file.] /* - As the code you need to find is approximately 200 lines in /* lenght, the ..'s below are there just as place holders. /* - You will need to selcet the code from /* /******[ REPLACE WITH ]************************************************/ /* /* /******[ FIND ]********************************************************/ /* /* /******[ REPLACE WITH ]************************************************/ /* /* /******[ FIND ]********************************************************/ /* {smilies_row.smilies_col.SMILEY_DESC} /* /******[ REPLACE WITH ]************************************************/ /* {smilies_row.smilies_col.SMILEY_DESC} /* /******[ FIND ]********************************************************/ /*
 {L_FONT_COLOR}:  {L_FONT_SIZE}: {L_BBCODE_CLOSE_TAGS}
/* /******[ REPLACE, WITH ]***********************************************/ /*

     

 

 justifyrightcenterleft   bolditalicunder line   fadegradient   Right to LeftLeft to Right   Marque to downMarque to upMarque to leftMarque to right

 

 CodephpQuote   URLEmailWep Page   ImageFlashVideoStreamReal Media   H-Line   Remove BBcode

/* /******[ FIND ]********************************************************/ /* /* /******[ AFTER, ADD ]**************************************************/ /* {L_LOCK_TOPIC} {L_UNLOCK_TOPIC} /* /******[ FIND ]********************************************************/ /* {POLLBOX} /* /******[ BEFORE, ADD ]*************************************************/ /* {ATTACHBOX} /**********************************************************************/ /* Step 12. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR_THEME/forums/posting_preview.tpl /* /******[ FIND ]********************************************************/ /* {MESSAGE}
/* /******[ AFTER ON NEW LINE, ADD ]**************************************/ /* {ATTACHMENTS} /**********************************************************************/ /* Step 13. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR-THEME/forums/posting_smilies.tpl /* /******[ FIND ]********************************************************/ /* {smilies_row.smilies_col.SMILEY_DESC} /* /******[ REPLACE WITH ]************************************************/ /* {smilies_row.smilies_col.SMILEY_DESC} /**********************************************************************/ /* Step 14. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR_THEME/forums/posting_topic_review.tpl /* /******[ FIND ]********************************************************/ /* {postrow.MESSAGE} /* /******[ AFTER ON NEW LINE, ADD ]**************************************/ /*
{postrow.ATTACHMENTS} /**********************************************************************/ /* Step 15. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR_THEME/forums/privmsgs_body.tpl /* /******[ FIND ]********************************************************/ /* /* /******[ AFTER, ADD ]**************************************************/ /* /* /******[ FIND ]********************************************************/ /* /* /******[ AFTER, ADD ]**************************************************/ /*
{ATTACH_BOX_SIZE_STATUS}
{ATTACH_LIMIT_PERCENT}
0% 50% 100%
/* /******[ REPLACE WITH ]************************************************/ /* /**********************************************************************/ /* Step 17. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR_THEME/forums/privmsgs_read_body.tpl /* /******[ FIND ]********************************************************/ /* {MESSAGE_FROM} /* /******[ AFTER, ADD ]**************************************************/ /* {POSTER_FROM_ONLINE_STATUS} /* /******[ FIND ]********************************************************/ /* /* /******[ REPLACE WITH ]************************************************/ /* /* /******[ FIND ]********************************************************/ /* {PROFILE_IMG} /* /******[ AFTER, ADD ]**************************************************/ /* {BUDDY_IMG} /* /******[ FIND ]********************************************************/ /* /* /******[ AFTER, ADD ]**************************************************/ /*   /* /******[ FIND ]********************************************************/ /*
  /* /******[ FIND ]********************************************************/ /* /* /******[ BEFORE, ADD ]**************************************************/ /*
 {L_FLAG} 
{BUDDY_LIST} /* /******[ FIND ]********************************************************/ /*  {listrow.SUBJECT} /* /******[ BEFORE DIRECTLY, ADD ]****************************************/ /* {listrow.PRIVMSG_ATTACHMENTS_IMG} /* /******[ FIND ]********************************************************/ /* /* /******[ BEFORE, ADD ]**************************************************/ /*
/**********************************************************************/ /* Step 16. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR_THEME/forums/privmsgs_preview.tpl /* /******[ FIND ]********************************************************/ /*
{MESSAGE}{MESSAGE} {ATTACHMENTS} {MESSAGE}{MESSAGE} {ATTACHMENTS}
/* /******[ BEFORE, ADD ]*************************************************/ /* {ROPM_QUICKREPLY_OUTPUT} /**********************************************************************/ /* Step 18. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR-THEME/forums/profile_add_body.tpl /* /******[ FIND ]********************************************************/ /* /* /******[ REPLACE WITH ]************************************************/ /* /* /******[ FIND ]********************************************************/ /* /* /******[ BEFORE, ADD ]*************************************************/ /* /* /******[ FIND ]********************************************************/ /* {L_BOARD_LANGUAGE}: /* /******[ AFTER ON NEW LINE, ADD ]**************************************/ /* {PHOTO_BOX} /**********************************************************************/ /* Step 19. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR_THEME/forums/profile_view_body.tpl /* /******[ FIND ]********************************************************/ /* {INTERESTS} /* /******[ AFTER ON NEW LINE, ADD ]**************************************/ /* /* /******[ FIND ]********************************************************/ /* /* /******[ AFTER ON NEW LINE, ADD ]***************************************/ /* /**********************************************************************/ /* Step 20. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR_THEME/forums/simple_header.tpl /* /******[ FIND ]********************************************************/ /* [if does not exist, code and before /* and place the code below in in the code] /* /* /******[ BEFORE, ADD ]*************************************************/ /* /**********************************************************************/ /* Step 21. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR_THEME/forums/viewforum_body.tpl /* /******[ FIND ]********************************************************/ /* /* /******[ REPLACE WITH ]************************************************/ /* [this is normally the first line] /* /* /******[ FIND ]********************************************************/ /* /* /******[ REPLACE, WITH ]***********************************************/ /* /* /******[ FIND ]********************************************************/ /* /* /******[ AFTER, ADD ]**************************************************/ /* /* /******[ FIND ]********************************************************/ /* {topicrow.NEWEST_POST_IMG} /* /******[ AFTER, ADD ]**************************************************/ /* {topicrow.TOPIC_ATTACHMENT_IMG} /* /******[ FIND ]********************************************************/ /* /* /******[ AFTER, ADD ]**************************************************/ /* /* /******[ FIND ]********************************************************/ /* /* /******[ REPLACE WITH ]************************************************/ /* /* /******[ FIND ]********************************************************/ /* /* /******[ REPLACE WITH ]************************************************/ /* /* /******[ FIND ]********************************************************/ /* {L_NO_NEW_POSTS_LOCKED} /* /******[ AFTER ON NEW LINE, ADD ]***************************************/ /* /**********************************************************************/ /* Step 22. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR_THEME/forums/viewtopic_body.tpl /* /******[ FIND ]********************************************************/ /* 1. If you can't find this exact line, search for: {postrow.U_MINI_POST} /* 2. Above that code you will see /* 5. Replace the selected code with the code from the next step. /* /* /******[ REPLACE WITH ]*************************************************/ /* /* /******[ FIND ]********************************************************/ /* {postrow.PROFILE_IMG} /* /******[ REPLACE WITH ]************************************************/ /* {postrow.THREAD_KICK_IMG} {postrow.PROFILE_IMG} {postrow.BUDDY_IMG} /* /******[ FIND ]********************************************************/ /* [find twice if applicable] /* {FORUM_NAME} /* /******[ AFTER ON NEW LINE, ADD ]***************************************/ /* /* /******[ FIND ]********************************************************/ /* {S_TOPIC_ADMIN} /* /******[ BEFORE, ADD ]*************************************************/ /* {S_VIEW_KICKED} /* /******[ FIND ]********************************************************/ /* Note: Refer to "[ OR ]" if you cannot find the code directly below /*
{L_SIGNATURE}:
{L_SIGNATURE_EXPLAIN}

{HTML_STATUS}
{BBCODE_STATUS}
{SMILIES_STATUS}
{SIG_DESC}:
{L_BOARD_LANGUAGE}:
{L_SHOW_QUICK_REPLY}: {L_YES}   {L_NO}
{L_WORD_WRAP}:
{L_WORD_WRAP_EXPLAIN}
{L_WORD_WRAP_EXTRA}
{L_ARCADE}: {URL_STATS}
{L_UPLOAD_QUOTA}:
{UPLOAD_LIMIT_PERCENT}
0% 50% 100%
[{UPLOADED} / {QUOTA} / {PERCENT_FULL}]
{L_UACP}
{L_BUDDY}: {BUDDY_IMG}
{L_ONLINE_STATUS}: {ONLINE_STATUS}
{topicrow.topictype.TITLE}
{L_ANNOUNCEMENT} {L_ANNOUNCEMENT}{L_GLOBAL_ANNOUNCEMENT} {L_GLOBAL_ANNOUNCEMENT}{L_STICKY} {L_STICKY}{L_ANNOUNCEMENT} {L_ANNOUNCEMENT}   {L_STICKY} {L_STICKY}
{postrow.L_MINI_POST_ALT}{L_POSTED}: {postrow.POST_DATE}    {L_POST_SUBJECT}: {postrow.POST_SUBJECT} {postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}

{postrow.MESSAGE}{postrow.SIGNATURE}{postrow.EDITED_MESSAGE}
{postrow.L_MINI_POST_ALT}{L_POSTED}: {postrow.POST_DATE}    {L_POST_SUBJECT}: {postrow.POST_SUBJECT} {postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.REPORT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG} {postrow.topicjump}

{postrow.MESSAGE}{postrow.ATTACHMENTS}
{postrow.EDITED_MESSAGE}
{postrow.SIGNATURE}
{L_PRINT}
{S_VIEW_KICKED} /* /******[ OR ] /* Note: If you cannot find the code above, search for the code below /*
{S_WATCH_TOPIC}
/* /******[ BEFORE, ADD ]*************************************************/ /* {QRBODY} /* /******[ FIND ]********************************************************/ /* /* /******[ AFTER, ADD ]**************************************************/ /* {postrow.rowtit} /* /******[ FIND ]********************************************************/ /* {postrow.POSTER_FROM} /* /******[ AFTER, ADD ]**************************************************/ /*
{postrow.POSTER_ONLINE_STATUS} /* /******[ FIND ]********************************************************/ /*
{JUMPBOX}{S_AUTH_LIST}
/* /******[ AFTER, ADD ]**************************************************/ /* {RELATED_TOPICS} /**********************************************************************/ /* Step 23. THEME CONVERSION */ /******[ OPEN ]********************************************************/ /* themes/YOUR_THEME/style/style.css /* /******[ FIND ]********************************************************/ /* input.button { /* /******[ REPLACE WITH ]************************************************/ /* input.button, button.button { /* /***************[ SAVE/CLOSE/UPLOAD/REPLACE ALL FILES ]****************/ /* */ /**********************************************************************/ /* Copyright (c) 2004 - 2006 by http://www.techgfx.com */ /* Graeme Allan - Techgfx (goose@techgfx.com) */ /**********************************************************************/ /* All content and includes from this package is intellectual */ /* property of TechGFX.com unless stated otherwise. Replication of */ /* and copyrighted material is a civil and criminal act and */ /* voilations may result in legal action. */ /**********************************************************************/ /* See TechGFX.com for detailed information on the Platinum Suite */ /* */ /* TechGFX: Your dreams, Our imagination */ /**********************************************************************/ /* TechGFX: Corporate Alliance */ /* - NukeMods.com */ /* - PHPNukeFiles.com */ /* - PortedMods.com */ /* - Protector.Warcenter.se */ /**********************************************************************/