Simple Portal

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Re: Simple Portal

Post by gvhools »

Hello again...

in theme twilightBB i cant find the line

Code: Select all

<p class="breadcrumbs">
to add before:
    <a href="{U_PORTAL}">{L_PORTAL}</a> &#187; 
i see this code:

Code: Select all

<div class="navbar">
			<ul class="linklist">
			  <li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
			</ul>
		</div>
Thank you...

Re: Simple Portal

Post by Steve »

Thats the prosilver based style find,
this:

Code: Select all

<div class="navbar">
         <ul class="linklist">
           <li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
         </ul>
      </div>
not subsilver2 find.

Re: Simple Portal

Post by gvhools »

in
/template/overall_header.html

i find the line

Code: Select all

<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>

and add before :

<a href="{U_PORTAL}">{L_PORTAL}</a> &#187; 
now its ok..thank you..!!!

Re: Simple Portal

Post by Bullseye »

Stoker » 03 May 2010, 06:08 wrote:You need to have this at the very first line of your .htaccess file:

Code: Select all

DirectoryIndex portal.php index.php
So it will look something like this:

Code: Select all

DirectoryIndex portal.php index.php
#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>

<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>

Cheers for this Stoker, I got a little bit creative and made a welcome image and put the link to the portal on there...

Like this:

Code: Select all

DirectoryIndex welcome_page.html portal.php index.php
#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>

<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
Am I getting better? ;)

Re: Simple Portal

Post by Inner Circle »

Nice one!

I would center the image so it looks better

Re: Simple Portal

Post by Bullseye »

Should be fixed now :)

Re: Simple Portal

Post by Ælly »

Hello guys, anyone can arrange the tables in this way?
http://img18.imageshack.us/img18/8509/eccop.png

I tried, but I did not get good results ç_ç

Re: Simple Portal

Post by Steve »

3 td layout ,what do you want on the left in the center and on the right ?

Re: Simple Portal

Post by Ælly »

Equal to the screen that I posted =)
The images then I put them if I can ...
Thanks for the help, without you, we do not succeed ... XD

Re: Simple Portal

Post by cisco007 »

why not just get and install a portal system for, that is the reason this is called SIMPLE PORTAL, although you are free to put whatever you want but seems to me if want all that stuff you should just install a portal system!