Simple Portal

Modifications for phpBB3. Try the Mods here and share Your own Mods
There is no support here! Only Read Access!
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
Locked
User avatar
gvhools
BBCoder I
BBCoder I
Posts: 4
Joined: 18 May 2010, 11:10

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...
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

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.
NAPWR wrote: Nice, Stoker is Hot
User avatar
gvhools
BBCoder I
BBCoder I
Posts: 4
Joined: 18 May 2010, 11:10

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..!!!
User avatar
Bullseye
BBCoder IV
BBCoder IV
Posts: 153
Joined: 02 Apr 2010, 20:49
Location: England

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? ;)
User avatar
Inner Circle
BBCoder III
BBCoder III
Posts: 107
Joined: 20 Mar 2010, 20:25
Location: Germany
Contact:

Re: Simple Portal

Post by Inner Circle »

Nice one!

I would center the image so it looks better
User avatar
Bullseye
BBCoder IV
BBCoder IV
Posts: 153
Joined: 02 Apr 2010, 20:49
Location: England

Re: Simple Portal

Post by Bullseye »

Should be fixed now :)
Ælly
BBCoder II
BBCoder II
Posts: 40
Joined: 15 Mar 2010, 03:08

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 ç_ç
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: Simple Portal

Post by Steve »

3 td layout ,what do you want on the left in the center and on the right ?
NAPWR wrote: Nice, Stoker is Hot
Ælly
BBCoder II
BBCoder II
Posts: 40
Joined: 15 Mar 2010, 03:08

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
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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!
Locked