Problem After Installing AcidTech / AcidTech Tiger

Kein Support auf phpBB Styles direkt!
No support directly to phpBB Styles!

User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Problem After Installing AcidTech / AcidTech Tiger

Post by archivar »

Xx_iDon_xX wrote:i did edit those files,i guess ill edit them again

root/styles/AcidTech/template/overall_header.html
root/styles/AcidTech/template/breadcrumbs.html
They might have copied it to the INCORRECT place.
Or have not emptied the cache. ;)
V.G. archivar
sorry for my bad english

Topic author
Xx_iDon_xX
Active Member
Posts: 24
Joined: 3. August 2009 20:36
phpBB.com User: Xx_iDon_xX
Location: Tampa,FL
Contact:

Re: Problem After Installing AcidTech / AcidTech Tiger

Post by Xx_iDon_xX »

ok so i edited the as per instructions,and please correct me if im wrong.

It says open: root/styles/AcidTech/template/overall_header.html and find

Code: Select all

<tr>
   <td class="navrow">
and add before

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
so this is what i have after adding before

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
<tr>
	<td class="navrow">
so thats how it supposed to look right?

ok now on to the next one

find

Code: Select all

<tr>
   <td id="contentrow">
and add before

Code: Select all

<!-- ENDIF -->

Code: Select all

<!-- ENDIF -->
<tr>
	<td id="contentrow">
so thats what i come up with,cool.

find

Code: Select all

<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
   <div class="pm-notify-new"><div class="pm-notify-header">{L_INFORMATION}</div>{L_BOARD_DISABLED}</div>
<!-- ENDIF -->
and add after

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->

Code: Select all

<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
	<div class="pm-notify-new"><div class="pm-notify-header">{L_INFORMATION}</div>{L_BOARD_DISABLED}</div>
<!-- ENDIF -->
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
so thats the edited code,thats what i come up with

find

Code: Select all

<!-- INCLUDE breadcrumbs.html -->
and add after

Code: Select all

<!-- ENDIF -->

Code: Select all

<!-- INCLUDE breadcrumbs.html -->
<!-- ENDIF -->
thats what i come up with.ok so save and upload,done.now on to the next one.

open: root/styles/AcidTech/template/breadcrumbs.html

find

Code: Select all

<a href="{U_INDEX}">{L_INDEX}</a>
and in-line add before

Code: Select all

<a href="{U_INDEX}">{L_INDEX}</a>

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF --><a href="{U_INDEX}">{L_INDEX}</a>
thats the one i dont understand,is it like that how i posted it?-->

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF --><a href="{U_INDEX}">{L_INDEX}</a>
or how?

now on to next one

open: root/styles/AcidTech/template/portal/_block_config.html

replace with

Code: Select all

<!-- Config for the left and right blocks //-->
<!-- DEFINE $LR_BLOCK_H_L = '<div class="cap-div"><div class="cap-left"><div class="cap-right"><span style="margin-left: 25px; float: left;">' -->
<!-- DEFINE $LR_BLOCK_H_R = '</span></div></div></div>' -->
<!-- DEFINE $LR_BLOCK_F_L = '' -->
<!-- DEFINE $LR_BLOCK_F_R = '<br clear="all"/>' -->

<!-- Config for the center blocks //-->
<!-- DEFINE $C_BLOCK_H_L = '<div class="cap-div"><div class="cap-left"><div class="cap-right">' -->
<!-- DEFINE $C_BLOCK_H_R = '</div></div></div>' -->
<!-- DEFINE $C_BLOCK_F_L = '' -->
<!-- DEFINE $C_BLOCK_F_R = '<br clear="all"/>' -->

<!-- Images-URL //-->
<!-- DEFINE $WHOS_IMAGES = '/images/whosonline.gif' -->
<!-- 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 -->

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

<!-- override for rtl styles ... only needed if you have an RTL language -->
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
<!-- DEFINE $LR_BLOCK_H_L = '<table class="tablebg" cellspacing="1" width="100%"><tr><th><span style="float: right">' -->
<!-- ENDIF -->
Tip: Replace the preceding line(s) to find with the following lines(i have no idea what this mean) so i just copied the code above and just replace it over everything thats on the _block_config.html?so basically overwrite it,so the code would be the following

Code: Select all

<!-- Config for the left and right blocks //-->
<!-- DEFINE $LR_BLOCK_H_L = '<div class="cap-div"><div class="cap-left"><div class="cap-right"><span style="margin-left: 25px; float: left;">' -->
<!-- DEFINE $LR_BLOCK_H_R = '</span></div></div></div>' -->
<!-- DEFINE $LR_BLOCK_F_L = '' -->
<!-- DEFINE $LR_BLOCK_F_R = '<br clear="all"/>' -->

<!-- Config for the center blocks //-->
<!-- DEFINE $C_BLOCK_H_L = '<div class="cap-div"><div class="cap-left"><div class="cap-right">' -->
<!-- DEFINE $C_BLOCK_H_R = '</div></div></div>' -->
<!-- DEFINE $C_BLOCK_F_L = '' -->
<!-- DEFINE $C_BLOCK_F_R = '<br clear="all"/>' -->

<!-- Images-URL //-->
<!-- DEFINE $WHOS_IMAGES = '/images/whosonline.gif' -->
<!-- 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 -->

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

<!-- override for rtl styles ... only needed if you have an RTL language -->
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
<!-- DEFINE $LR_BLOCK_H_L = '<table class="tablebg" cellspacing="1" width="100%"><tr><th><span style="float: right">' -->
<!-- ENDIF -->
correct?

Also when i do the changes to forum styles and follow the instructions

when i get to this part Changes to the themes:
Go to your ACP, choose "Styles -> Themes -> your style", which has been changed and click "refresh" - confirm with "yes". i follow the instructions and it says this when i refresh the theme Information

This theme is stored on the filesystem so there is no need to refresh it.

« Back to previous page

Topic author
Xx_iDon_xX
Active Member
Posts: 24
Joined: 3. August 2009 20:36
phpBB.com User: Xx_iDon_xX
Location: Tampa,FL
Contact:

Re: Problem After Installing AcidTech / AcidTech Tiger

Post by Xx_iDon_xX »

ok i fixed it,thank you guys
Post Reply

Return to “Styles Support”