SOLVED Phpbb 3 Portal And Black Pearl Style


Subject: Phpbb 3 Portal And Black Pearl Style
Hi

I need help for edit 3 files I do not obtain to find the code lines in

Files to Edit
styles/subsilver2/template/overall_header.html,
styles/subsilver2/template/breadcrumbs.html,
styles/subsilver2/template/overall_footer.html

I do not find the lines :cry:

Open: styles/subsilver2/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.

Code:Select All
<div id="menubar">
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.

Code:Select All
<!-- IF not $S_IN_PORTAL -->


Find
Tip: This may be a partial find and not the whole line.

Code:Select All
<!-- INCLUDE breadcrumbs.html -->

<br />
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code:Select All
<!-- ENDIF -->

Open: styles/subsilver2/template/breadcrumbs.html
Find
Tip: This may be a partial find and not the whole line.

Code:Select All
<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a>
Replace With
Tip: Replace the preceding line(s) to find with the following lines.

Code:Select All
<p class="breadcrumbs"><a href="{U_PORTAL}">{L_PORTAL}</a> » <a href="{U_INDEX}">{L_INDEX}</a>

Open: styles/subsilver2/template/overall_footer.html
Find
Tip: This may be a partial find and not the whole line.

Code:Select All
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code:Select All
<!-- IF S_PORTAL_COPY --><br />{S_PORTAL_COPY}<!-- ENDIF -->


It does not exist these lines

my English is horrible :oops:

Subject: Re: Phpbb 3 Portal And Black Pearl Style
you need to find :

in styles/subsilver2/template/overall_header.html

find this
Code: [Download] [Hide] [Select]
<div id="menubar">


and add before this
Code: [Download] [Hide] [Select]
<!-- IF not $S_IN_PORTAL -->



pics demo

find5

find6

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

find (in my case this is last line)
Code: [Download] [Hide] [Select]
<!-- INCLUDE breadcrumbs.html -->

<br />


affter add
Code: [Download] [Hide] [Select]
<!-- ENDIF -->


pic sample
affter_add




in styles/subsilver2/template/breadcrumbs.html

find this

Code: [Download] [Hide] [Select]
<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a>


replace with this
Code: [Download] [Hide] [Select]
<p class="breadcrumbs"><a href="{U_PORTAL}">{L_PORTAL}</a> ยป <a href="{U_INDEX}">{L_INDEX}</a>


pisc demo

find1

find2




in styles/subsilver2/template/overall_footer.html

find
Code: [Download] [Hide] [Select]
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->


affter add
Code: [Download] [Hide] [Select]
<!-- IF S_PORTAL_COPY --><br />{S_PORTAL_COPY}<!-- ENDIF -->


pics demo

find3

find4

Subject: Re: Phpbb 3 Portal And Black Pearl Style
Sorry i dont find lines in my

styles/black_pearl/template/overhall_header.html
styles/black_pearl/template/overhall_footer.html
styles/black_pearl/template/breadcumbs.html

this is my portal

***.88id.com.br/forum/portal.php :cry: :cry:

In styles/subsilver2/template I find all lines but in the archives of the black pearl in styles/black_pearl/template not :oops:

Subject: Re: Phpbb 3 Portal And Black Pearl Style
Sneiki wrote: [View Post]
Hi

I need help for edit 3 files I do not obtain to find the code lines in

Files to Edit
styles/subsilver2/template/overall_header.html,
styles/subsilver2/template/breadcrumbs.html,
styles/subsilver2/template/overall_footer.html

I do not find the lines :cry:


Sneiki wrote: [View Post]
Sorry i dont find lines in my

styles/black_pearl/template/overhall_header.html
styles/black_pearl/template/overhall_footer.html
styles/black_pearl/template/breadcumbs.html



:wallb: :wallb: :x: :mrblue: :rotfl_02:

ok ok , i will try to find those lines in black pearl

i supose u are trying to install portal from here http://www.icyphoenix.com/viewtopic.php?f=32&t=4328

right ?




EDIT

ok... i created it
so download my attachment extract it...
you will see inside 3 files : overall_footer.html , overall_header.html and menu_block.html

upload it in your stylesblack_pearltemplate....
thats all

PS. menu_block.html you dont need to upload but if you want to see "Portal" in navigation what i added it , than upload it (see pic what i mean)

portalblack

backup your overall_footer.html , overall_header.html and menu_block.html before you upload mine

enyoj :wink:


template.rar
Description: overall_footer.html , overall_header.html and menu_block.html for black pearl style 
Download
Filename: template.rar
Filesize: 3.49 KB
Downloaded: 429 Time(s)

Subject: Re: Phpbb 3 Portal And Black Pearl Style
ok Limun

I made upload of the archives and link portal in my forum is ok

But my portal the blocks continue disaligned

See - ***.88id.com.br/forum/portal

Which archive I must edit to configure ??

Thanks for help and sorry my horrible English

Subject: Re: Phpbb 3 Portal And Black Pearl Style
Sneiki wrote: [View Post]
ok Limun

I made upload of the archives and link portal in my forum is ok

But my portal the blocks continue disaligned

See - www.88id.com.br/forum/portal

Which archive I must edit to configure ??

Thanks for help and sorry my horrible English


did you emptyed cache affter ?

Subject: Re: Phpbb 3 Portal And Black Pearl Style
yes limun clear all cache forum and template :shock:

Subject: Re: Phpbb 3 Portal And Black Pearl Style
Sneiki wrote: [View Post]
yes limun clear all cache forum and template :shock:

What's wrong with it? I see in http://www.88id.com.br/forum/portal.php that it's ok..

Profile PM  
Subject: Re: Phpbb 3 Portal And Black Pearl Style
jpavly wrote: [View Post]
Sneiki wrote: [View Post]
yes limun clear all cache forum and template :shock:

What's wrong with it? I see in http://www.88id.com.br/forum/portal.php that it's ok..


now its perfect :mrviolet: maybe his server is slow :mryellow:

so this is solved :mrgreen:

Subject: Re: Phpbb 3 Portal And Black Pearl Style
Hi, try to do the same but have some trouble

h**p://geesee.de/bock3/

The design is wrong. What can be wrong?

What I did so far:
- fresh phpbb installation
- install style Black Perl
- install phpbb3portal 1.2.2 (copy all files in the structure, modify , install)
- just copied the styles from prosilver into black perl dir
- copy your 3 files from post above
- looks good with prosilver
- but look what happend to portal layout :(

I am a beginner with all this phpbb here and would be very happy for support.
It is almost finished ... just this peace to do.

Thanks and kind regards Sascha

Subject: Re: Phpbb 3 Portal And Black Pearl Style
GeeSee wrote: [View Post]
Hi, try to do the same but have some trouble

http://geesee.de/bock3/

The design is wrong. What can be wrong?

What I did so far:
- fresh phpbb installation
- install style Black Perl
- install phpbb3portal 1.2.2 (copy all files in the structure, modify , install)
- just copied the styles from prosilver into black perl dir
- copy your 3 files from post above
- looks good with prosilver
- but look what happend to portal layout :(

I am a beginner with all this phpbb here and would be very happy for support.
It is almost finished ... just this peace to do.

Thanks and kind regards Sascha


you didnt added codes in .css and in all blocks of black pearl...
i will show you ...or post files for you soon



EDIT
ok , first backup your stylesheet.css it is in your stylesblack_pearltheme

thank download this mine attachment and extract it ...

affter extraction upload my stylesheet.css in your stylesblack_pearltheme

let me know if helped :wink:


stylesheet.rar
Description: stylesheet.css for black pearl portal 
Download
Filename: stylesheet.rar
Filesize: 3.35 KB
Downloaded: 304 Time(s)

Subject: Re: Phpbb 3 Portal And Black Pearl Style
updated with your file but still the same result
did clear the cache

I am not sure regarding the right installation of the of the theme.
Copied it from prosilver to /styles/black_pearl/template/portal/

Many thanks for help :idea: need it :oops:

Subject: Re: Phpbb 3 Portal And Black Pearl Style
GeeSee wrote: [View Post]
updated with your file but still the same result
did clear the cache

I am not sure regarding the right installation of the of the theme.
Copied it from prosilver to /styles/black_pearl/template/portal/

Many thanks for help :idea: need it :oops:


download this attachment and extract it ...

try upload this folder in your stylesblack_pearltemplateportal

than again clear the cache


block.rar
Description: blocks 
Download
Filename: block.rar
Filesize: 18.31 KB
Downloaded: 292 Time(s)

Subject: Re: Phpbb 3 Portal And Black Pearl Style
works !

thanks a million :D

Subject: Re: Phpbb 3 Portal And Black Pearl Style
This is excellent work. The reason I won't use phpbb 3.0 is because there's no portal body.

If this would be made into a complete mod package, then I might fool around more with phpbb 3.0.

Although, since MG is always a few steps ahead of phpbb by offering his great IP CMS, I will continue using IP!

:mrblue:


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.9642s (PHP: 3% SQL: 97%)
SQL queries: 18 - Debug Off - GZIP Enabled