Icy Phoenix

     
 

SOLVED Phpbb 3 Portal And Black Pearl Style

SOLVED Phpbb 3 Portal And Black Pearl Style

Article
Reply with quote    Download Post  
Post 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  

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  



 
Sneiki - View user's profile Send private message  
Sneiki [ Mon 20 Oct, 2008 21:57 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


SOLVED Phpbb 3 Portal And Black Pearl Style

Comments
Reply with quote    Download Post  
Post 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



 
Limun - View user's profile Send private message  
Limun [ Mon 20 Oct, 2008 22:16 ]
Reply with quote    Download Post  
Post 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      

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



 
Sneiki - View user's profile Send private message  
Sneiki [ Tue 21 Oct, 2008 04:51 ]
Reply with quote    Download Post  
Post 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  


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



          

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  

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: 394 Time(s)




 
Limun - View user's profile Send private message  
Limun [ Tue 21 Oct, 2008 10:51 ]
Reply with quote    Download Post  
Post 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



 
Sneiki - View user's profile Send private message  
Sneiki [ Wed 22 Oct, 2008 22:48 ]
Reply with quote    Download Post  
Post 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 ?



 
Limun - View user's profile Send private message  
Limun [ Wed 22 Oct, 2008 23:11 ]
Reply with quote    Download Post  
Post Re: Phpbb 3 Portal And Black Pearl Style 
 
yes limun clear all cache forum and template  



 
Sneiki - View user's profile Send private message  
Sneiki [ Thu 23 Oct, 2008 02:04 ]
Reply with quote    Download Post  
Post Re: Phpbb 3 Portal And Black Pearl Style 
 
Sneiki wrote: [View Post]
yes limun clear all cache forum and template  

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



 
jpavly - View user's profile Send private message  
jpavly [ Fri 24 Oct, 2008 12:15 ]
Reply with quote    Download Post  
Post Re: Phpbb 3 Portal And Black Pearl Style 
 
jpavly wrote: [View Post]
Sneiki wrote: [View Post]
yes limun clear all cache forum and template  

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


now its perfect    maybe his server is slow  

so this is solved  



 
Limun - View user's profile Send private message  
Limun [ Fri 24 Oct, 2008 13:27 ]
Reply with quote    Download Post  
Post 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



 
GeeSee - View user's profile Send private message  
GeeSee [ Fri 07 Nov, 2008 21:28 ]
Reply with quote    Download Post  
Post 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  

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




 
Limun - View user's profile Send private message  
Limun [ Fri 07 Nov, 2008 21:53 ]
Reply with quote    Download Post  
Post 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     need it  



 
GeeSee - View user's profile Send private message  
GeeSee [ Fri 07 Nov, 2008 23:39 ]
Reply with quote    Download Post  
Post 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     need it  


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: 256 Time(s)




 
Limun - View user's profile Send private message  
Limun [ Sat 08 Nov, 2008 01:52 ]
Reply with quote    Download Post  
Post Re: Phpbb 3 Portal And Black Pearl Style 
 
works !

thanks a million  



 
GeeSee - View user's profile Send private message  
GeeSee [ Sat 08 Nov, 2008 10:59 ]
Reply with quote    Download Post  
Post 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!

 



 
gearhead - View user's profile Send private message  
gearhead [ Thu 27 Nov, 2008 21:54 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1