Page 10 of 16

Re: Simple Portal

Posted: 07 Aug 2010, 21:20
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

Posted: 07 Aug 2010, 21:25
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

Posted: 07 Aug 2010, 21:42
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

Posted: 08 Aug 2010, 00:31
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

Posted: 08 Aug 2010, 02:32
by Inner Circle
Nice one!

I would center the image so it looks better

Re: Simple Portal

Posted: 08 Aug 2010, 02:57
by Bullseye
Should be fixed now :)

Re: Simple Portal

Posted: 16 Aug 2010, 19:05
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

Posted: 16 Aug 2010, 19:38
by Steve
3 td layout ,what do you want on the left in the center and on the right ?

Re: Simple Portal

Posted: 16 Aug 2010, 19:52
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

Posted: 16 Aug 2010, 20:20
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!