This time I used a simple portal, which is where it looks verysimple. you can see it in my own forum.
These tutorials can be found also on his official website, maybehere I just wanted to share a tutorial course for which I'vesuccessfully made.
Let's follow the steps in this under. Download Mod Simple_Portal.zip
ituh first before you download ya Modnya. If you want to try to upload or install this Mod you can read in the file zipnya in the form. Xml, or you can read my article.
Here's how to install it :
Copy: root/portal.php
To: root/portal.php
Copy: root/language/en/mods/simple_portal.php
To: root/language/en/mods/simple_portal.php
Copy: root/styles/prosilver/template/simpleportal_body.html
To: root/styles/prosilver/template/simpleportal_body.html
Copy: root/includes/portal/
To: root/includes/portal/
Then do the following edit-edit the source phpBB3 you have.
The following do you have to edit :
The following do you have to edit :
First you open viewonline.php
Then you are looking for
Then you are looking for
case 'viewonline':
Then add the following code before the code above was
case 'portal': $location = $user->lang['VIEW_PORTAL']; $location_url = append_sid("{$phpbb_root_path}portal.$phpEx"); break;----------------------------------------------- Next -----------------------------------------
Open includes/functions.php
find here :
'U_FAQ' => append_sid("{$phpbb_root_path}faq.$phpEx"),Then add the following code after the code above was
'U_PORTAL' => append_sid("{$phpbb_root_path}portal.$phpEx"),--------------------------------------------- NEXT --------------------------------------------
Open : language/en/common.php
Find Here :
?>Then add the following code before the code above was
// Portal $lang = array_merge($lang, array( 'PORTAL' => 'Portal', 'VIEW_PORTAL' => 'Viewing Portal Page', ));--------------------------------------- NEXT ------------------------------------------------------
Open: styles/template/overall_footer.html
Find Here :
<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>Then add the following code before the code above was
<a href="{U_PORTAL}">{L_PORTAL}</a> »------------------------------- NEXT -------------------------
Open: styles/template/overall_header.html
Find Here :
<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>Then add the following code before the code above was
<a href="{U_PORTAL}">{L_PORTAL}</a> »>> FINISH.
Note :
>> Edit: language/en/mods/simple_portal.php change the welcome message
>> Go To ACP and Refresh your template...!!
Go to my FORUM..!!
3 komentar:
silahkan anda berkoment sesuai postingan yang saya berikan..!!
really interesting way to make a portal.
Quality articles is the crucial to interest the visitors to pay a quick visit the web site, that's
what this web page is providing.
Post a Comment