Home » » Make Simple Portal in PHPBB

Make Simple Portal in PHPBB

suex | 3komentar
Etwoonews -  I'll give a little tutorial for users phpBB3, how to create a portal with ease.
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 :

    First you open viewonline.php
    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> &#187;
    ------------------------------- 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> &#187;
     >> FINISH.


    Note :


    >> Edit: language/en/mods/simple_portal.php change the welcome message


    >> Go To ACP and Refresh your template...!!


    Go to my FORUM..!!
    Share this article :

    3 komentar:

    suex said...

    silahkan anda berkoment sesuai postingan yang saya berikan..!!

    sell my computer said...

    really interesting way to make a portal.

    Anonymous said...

    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

    Online Marketing
    Add blog to our blog directory.
     
    Support : Cretor | Blogger Unik
    Copyright © 2011. Reading Always - All Rights Reserved
    DMCA.com