Kein Support auf phpBB Styles direkt!
No support directly to phpBB Styles!
Topic author
Max_69
Active Member
Posts: 17 Joined: 28. April 2016 11:50
phpBB.com User: Max_69
Contact:
Post
by Max_69 » 28. April 2016 12:01
Your Portal Version: 2.1.0
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.gameinvaders.it
What have you done before the problem was there?
nothing
What have you already tryed to solve the problem?
yes but any result
Description and Message
Hi, I installed the world but in my theme I see it as from image
How resolve?
Thanks
Kind Regards
Kirk
Dev
Posts: 1955 Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:
Post
by Kirk » 29. April 2016 20:04
Hi
Step by Step Guide in
[+] English First you need to download and install this Style. If it works, you can install the Portal for this Style as per description:
copy: root/ext/board3/portal/styles/prosilver/template/portal/*.*
to: root/ext/board3/portal/styles/pbwow3/template/portal/*.*
copy: root/ext/board3/portal/styles/prosilver/theme/portal.css
to: root/ext/board3/portal/styles/pbwow3/theme/portal.css
copy: root/ext/board3/portal/styles/prosilver/theme/portal_responsive.css
to: root/ext/board3/portal/styles/pbwow3/theme/portal_responsive.css
open : root/ext/board3/portal/styles/pbwow3/template/portal/_block_config.html
Replace the complete code with this:
Code: Select all
<!-- Config for the left and right blocks //-->
<!-- DEFINE $LR_BLOCK_H_L = '<div class="forabg-portal" role="row"><div class="inner"><ul class="topiclist topiclist-portal"><li class="header"><dl><dt style="padding: 0px 0px 4px; white-space: nowrap; margin-bottom: 0px; margin-top: 0px;">' -->
<!-- DEFINE $LR_BLOCK_H_R = '</dt><dd></dd></dl></li></ul><ul class="topiclist topiclist-portal forums"><li><dl><dt></dt><dd class="portal-side-wrapper"><div class="portal-side">' -->
<!-- DEFINE $LR_BLOCK_F_L = '</div></dd></dl></li></ul>' -->
<!-- DEFINE $LR_BLOCK_F_R = '</div></div><br class="portal-clear" />' -->
<!-- Config for the center blocks //-->
<!-- DEFINE $C_BLOCK_H_L = '<div class="forabg-portal" role="row"><div class="inner"><ul class="topiclist topiclist-portal"><li class="header"><dl class="icon"><dt>' -->
<!-- DEFINE $C_BLOCK_H_R = '</dt><dd></dd></dl></li></ul>' -->
<!-- DEFINE $C_BLOCK_F_L = ' ' -->
<!-- DEFINE $C_BLOCK_F_R = '</div></div><br class="portal-clear" />' -->
<!-- Config for compact blocks //-->
<!-- DEFINE $CC_BLOCK_H_L = '<div class="forabg-portal" role="row"><div class="inner"><ul class="topiclist topiclist-portal"><li class="header"><dl class="icon">' -->
<!-- DEFINE $CC_BLOCK_H_R = '</dl></li></ul>' -->
<!-- Images-URL //-->
<!-- DEFINE $NO_AVATAR_IMG = '/images/no_avatar.gif' -->
<!-- Vertical distance between left/right and center Blocks -->
<!-- DEFINE $BLOCK_DISTANCE = '10px' -->
<!-- show Icons in left/right Blocks? 0=no 1=yes -->
<!-- DEFINE $S_BLOCK_ICON = 1 -->
<!-- postbody top (default 1 by prosilver) 0=no 1=yes -->
<!-- DEFINE $S_POSTBODY_TOP = 1 -->
<!-- override the column width settings of the ACP for this style? 0=no 1=yes -->
<!-- DEFINE $S_COLUMNS_WIDTH_OVERRIDE = 0 -->
<!-- override the column width settings of the ACP - set the width if enabled -->
<!-- DEFINE $PORTAL_LEFT_COLUMN_OVERRIDE = '200' -->
<!-- DEFINE $PORTAL_RIGHT_COLUMN_OVERRIDE = '200' -->
open : root/ext/board3/portal/styles/pbwow3/theme/portal.css
Find
Code: Select all
@media all\0 {
.portal-clock-back-hours-down, .portal-clock-front-hours-down {
margin-left: -1px;
}
}
Add after:
Code: Select all
.forabg-portal {
background: #111;
background: rgba(20, 20, 20, 0.75);
border: 1px solid #444;
border-radius: 0;
box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.6);
padding: 5px;
}
.topiclist-portal {
background: #282828;
}
open : root/ext/board3/portal/styles/pbwow3/theme/portal_responsive.css
Find
Code: Select all
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
Add after:
Code: Select all
.topiclist-portal { padding-top: 4px; }
additional changes:
In the end "ACP -> General" --> purge cache
It's recommended to purge your browser cache too.
Gruß Udo
Topic author
Max_69
Active Member
Posts: 17 Joined: 28. April 2016 11:50
phpBB.com User: Max_69
Contact:
Post
by Max_69 » 30. April 2016 11:21
Fantastic!!! Thanks so much!!
Topic author
Max_69
Active Member
Posts: 17 Joined: 28. April 2016 11:50
phpBB.com User: Max_69
Contact:
Post
by Max_69 » 13. May 2024 00:55
Hi, I'm asking here to find out if I can get some help. In this style, is there the possibility of eliminating the subforum dropdown and having them normally visible? Thank you
Kirk
Dev
Posts: 1955 Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:
Post
by Kirk » 13. May 2024 09:24
Hi
This has nothing to do with the portal, please ask the style author.
Gruß Udo
Topic author
Max_69
Active Member
Posts: 17 Joined: 28. April 2016 11:50
phpBB.com User: Max_69
Contact:
Post
by Max_69 » 13. May 2024 12:12
Ok sorry