Login
Oyunlar  

Installing Canver Portal 1.2.2

Installing Canver Portal 1.2.2

Postby Hooplah on Sat Aug 09, 2008 9:42 am

As many of you have problems installing this mod and following the instructions I decided to post the instructions here. Would someone kindly make this a stckie please.

download and extraxt the archive.

you will see the following.
CVS folder, root folder, language folder, styles folder install.xml and modx.prosilver.en.xml.

-------------------------------------------------------------------------------------------------------------
open the root folder and copy everything to the root of your forum site, overwriting anything it asks.
follow these instructions exactly.


Code: Select all

Open: includes/functions.php

Find

   define('HEADER_INC', true);

add after




   //-- [+] MOD: phpBB3 Portal ---------------------------------------------
   //-- add
   //
   $user->add_lang('portal');
   //
   //-- [-] MOD: phpBB3 Portal ---------------------------------------------

Find



      'S_USER_LOGGED_IN'      => ($user->data['user_id'] != ANONYMOUS) ? true : false,

Add before

Tip: Add these lines on a new blank line before the preceding line(s) to Find.


      //-- [+] MOD: phpBB3 Portal ---------------------------------------------
      //-- add
      //
      'U_PORTAL'             => append_sid("{$phpbb_root_path}portal.$phpEx"),
      'S_PORTAL_COPY'       => $user->lang['PORTAL_COPY'],
      //
      //-- [-] MOD: phpBB3 Portal ---------------------------------------------



Open: adm/index.php



Find



$user->setup('acp/common');


add after



$user->add_lang('acp/portal');





The next parts are for the style type you are using. Open the styles folder and copy the contents of either the prosilver or subsilver folder to your theme.

------------------------------------------------------------------------

Prosilver Edits

Code: Select all

Open: styles/prosilver/template/overall_header.html

Find



      <div class="navbar">

Add before


Tip: Add these lines on a new blank line before the preceding line(s) to Find.


      <!-- IF not $S_IN_PORTAL -->

Find



            <li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>

Replace With

Tip: Replace the preceding line(s) to Find with the following lines.


            <li class="icon-home"><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>

Find



               <li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
            <!-- ENDIF -->
         </ul>

         <span class="corners-bottom"><span></span></span></div>
      </div>


add after



      <!-- ENDIF -->



Open: styles/prosilver/template/overall_footer.html


Find



         <li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>

Replace With


Tip: Replace the preceding line(s) to Find with the following lines.


         <li class="icon-home"><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>

Find



      <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->

add after



      <!-- IF S_PORTAL_COPY --><br />{S_PORTAL_COPY}<!-- ENDIF -->



Subsilver Edits


Code: Select all

Open: styles/subsilver2/template/overall_header.html

Find



   <div id="menubar">

Add before

Tip: Add these lines on a new blank line before the preceding line(s) to Find.


   <!-- IF not $S_IN_PORTAL -->

Find



   <!-- INCLUDE breadcrumbs.html -->

   <br />

add after



   <!-- ENDIF -->

Open: styles/subsilver2/template/breadcrumbs.html

Find



         <p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a>

Replace With

Tip: Replace the preceding line(s) to Find with the following lines.


         <p class="breadcrumbs"><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <a href="{U_INDEX}">{L_INDEX}</a>

Open: styles/subsilver2/template/overall_footer.html


Find



   <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->

add after



   <!-- IF S_PORTAL_COPY --><br />{S_PORTAL_COPY}<!-- ENDIF -->


after peforming these tasks

1.Run install_portal.php. Once complete delete the install_portal.php file from your site.
2.Look at language folder for more required editing.( this is if you are not using the standard english version)
3.After installation, enter your ACP (Admin Control Panel) and click the "Purge the cache" button.
Join in the fun http://sharesoulp2p.com/portal.php
Hooplah
 
Posts: 303
Joined: Thu Apr 10, 2008 2:51 pm
Location: http://www.sharesoulp2p.com

Re: Installing Canver Portal 1.2.2

Postby supercriss on Sat Sep 06, 2008 2:53 pm

how about update a new portal version? if i had install an old ones i mean
supercriss
 
Posts: 6
Joined: Wed Jul 30, 2008 12:42 am

Re: Installing Canver Portal 1.2.2

Postby frozen on Sun Sep 28, 2008 6:46 pm

i have a problem.

i Open: includes/functions.php

but cant find any of the code you speak of.

any help??
frozen
 
Posts: 2
Joined: Sun Sep 28, 2008 8:31 am

Re: Installing Canver Portal 1.2.2

Postby Bong-Master on Thu Oct 02, 2008 11:14 am

I also have the same issue can't find in the functions.php
Code: Select all
'S_USER_LOGGED_IN'      => ($user->data['user_id'] != ANONYMOUS) ? true : false,
Bong-Master
 
Posts: 7
Joined: Thu Oct 02, 2008 11:09 am

Re: Installing Canver Portal 1.2.2

Postby Bong-Master on Thu Oct 02, 2008 6:01 pm

Found soloution lol Search This first 'S_USER_LOGGED_IN'

Then Check This is on the same line.
=> ($user->data['user_id'] != ANONYMOUS) ? true : false,
Bong-Master
 
Posts: 7
Joined: Thu Oct 02, 2008 11:09 am

Re: Installing Canver Portal 1.2.2

Postby sxmgenius on Fri Oct 03, 2008 6:31 pm

i use different phpbb3 style.
and when i install the portal. says NOT_AUTHORIZED
how i modify the overall_header.html and overall_footer.html? :oops:
you can download this style from http://www.warhammer-clan.com/download/style.zip
Thanks In Advance!
sxmgenius
 
Posts: 2
Joined: Fri Oct 03, 2008 2:09 pm

Re: Installing Canver Portal 1.2.2

Postby Bong-Master on Fri Oct 03, 2008 8:04 pm

on that style i would not have a clue as i have only manged to edit the Brushed Metal style ovet to portal.
Bong-Master
 
Posts: 7
Joined: Thu Oct 02, 2008 11:09 am

Re: Installing Canver Portal 1.2.2

Postby momo1982 on Wed Oct 08, 2008 11:31 pm

i still can not install this portal...

i already follow your instruction...

is there any something that we must doing before ?
momo1982
 
Posts: 3
Joined: Wed Oct 08, 2008 7:28 pm

Re: Installing Canver Portal 1.2.2

Postby Bong-Master on Thu Oct 09, 2008 12:06 am

momo1982 wrote:i still can not install this portal...

i already follow your instruction...

is there any something that we must doing before ?


What seems to be the problem ???
& did you upload the styles folder From the canver-portal/styles ?
Bong-Master
 
Posts: 7
Joined: Thu Oct 02, 2008 11:09 am

Re: Installing Canver Portal 1.2.2

Postby momo1982 on Thu Oct 09, 2008 12:31 pm

Bong-Master wrote:
momo1982 wrote:i still can not install this portal...

i already follow your instruction...

is there any something that we must doing before ?


What seems to be the problem ???
& did you upload the styles folder From the canver-portal/styles ?


yes sir...

i dont understand about the last instruction

run the install_portal.php <---- what should i do?
delete the install_portal.php <----from where directory?

i'm very sory, i'm a newbie :oops:
momo1982
 
Posts: 3
Joined: Wed Oct 08, 2008 7:28 pm

Next

Return to [1.2.x] Support & Help



Who is online

Users browsing this forum:

Google [Bot]



cron