Artodia: Mobile

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

Post Reply
User avatar

Topic author
alicia
Active Member
Posts: 6
Joined: 27. January 2012 23:29
phpBB.com User: Alicia86
Location: Ohio
Contact:

Artodia: Mobile

Post by alicia »

Your Portal Version: 2.0.0b1
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://galacticcampaigns.com/test/index.php?style=4

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
Has anyone tried converting the style files into a visually supported version for Artodia: Mobile series?

http://www.phpbb3styles.net/db/style/Ar ... le+and+SEO
User avatar

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

Re: Artodia: Mobile

Post by archivar »

alicia wrote:Your Portal Version: 2.0.0b1
Boardlink: http://galacticcampaigns.com/test/index.php?style=4

Description and Message
Has anyone tried converting the style files into a visually supported version for Artodia: Mobile series?

http://www.phpbb3styles.net/db/style/Ar ... le+and+SEO
Try to load for this style the portal-files subsilver2.
V.G. archivar
sorry for my bad english
User avatar

Topic author
alicia
Active Member
Posts: 6
Joined: 27. January 2012 23:29
phpBB.com User: Alicia86
Location: Ohio
Contact:

Re: Artodia: Mobile

Post by alicia »

It helped, but it still doesn't have the clean appearance of the other pages.
Guess I can use it though as a basis and work on stream lining it.
User avatar

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

Re: Artodia: Mobile

Post by archivar »

Try with this portal_body.html:

Code: Select all

<!-- DEFINE $S_IN_PORTAL = 1 -->
<!-- INCLUDE overall_header.html -->
<!-- INCLUDE portal/_block_config.html -->

<!--version $Id: portal_body.html 591 2009-12-11 23:48:49Z marc1706 $ //-->
<!-- IF PORTAL_VERSION_CHECK and U_ACP --> 
	<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
		<tbody>
			<tr>
				<td class="row1" style="border: solid 0px">
					<p class="breadcrumbs"><span style="color: red;">{PORTAL_VERSION_CHECK}</span></p>
				</td>
			</tr>
		</tbody>
	</table>
	<br />
<!-- ENDIF -->

<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
		<!-- IF S_TOP_COLUMN -->	
		<tr>
		<!-- [+] top module area -->
			<td colspan="3" style="border: solid 0px">
				<!-- BEGIN modules_top -->
					<!-- DEFINE $TEMPLATE_FILE = '{modules_top.TEMPLATE_FILE}' -->
					<!-- DEFINE $IMAGE_SRC = '{modules_top.IMAGE_SRC}' -->
					<!-- DEFINE $IMAGE_WIDTH = '{modules_top.IMAGE_WIDTH}' -->
				<!-- DEFINE $IMAGE_HEIGHT = '{modules_top.IMAGE_HEIGHT}' -->
					<!-- DEFINE $CUSTOM_CODE = '{modules_top.CODE}' -->
					<!-- DEFINE $TITLE = '{modules_top.TITLE}' -->
					<!-- DEFINE $MODULE_ID = '{modules_top.MODULE_ID}' -->
					<!-- INCLUDE {$TEMPLATE_FILE} -->
				<!-- END modules_top -->
			</td>
		<!-- [-] top module area -->
		</tr>
		<!-- ENDIF -->
    <tr>
		<!-- [+] left module area -->
			<!-- IF S_LEFT_COLUMN -->
				<td width="{S_PORTAL_LEFT_COLUMN}px" valign="top" style="padding-<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->left<!-- ELSE -->right<!-- ENDIF -->:{$BLOCK_DISTANCE}; border: solid 0px">
					<!-- BEGIN modules_left -->
						<!-- DEFINE $TEMPLATE_FILE = '{modules_left.TEMPLATE_FILE}' -->
						<!-- DEFINE $IMAGE_SRC = '{modules_left.IMAGE_SRC}' -->
						<!-- DEFINE $IMAGE_WIDTH = '{modules_left.IMAGE_WIDTH}' -->
						<!-- DEFINE $IMAGE_HEIGHT = '{modules_left.IMAGE_HEIGHT}' -->
						<!-- DEFINE $CUSTOM_CODE = '{modules_left.CODE}' -->
						<!-- DEFINE $TITLE = '{modules_left.TITLE}' -->
						<!-- DEFINE $MODULE_ID = '{modules_left.MODULE_ID}' -->
						<!-- INCLUDE {$TEMPLATE_FILE} -->
					<!-- END modules_left -->
				</td>
			<!-- ENDIF -->
		<!-- [-] left module area -->

		<!-- [+] center module area -->
			<!-- IF S_CENTER_COLUMN -->
				<td valign="top" style="border: solid 0px">
					<!-- BEGIN modules_center -->
						<!-- DEFINE $TEMPLATE_FILE = '{modules_center.TEMPLATE_FILE}' -->
						<!-- DEFINE $IMAGE_SRC = '{modules_center.IMAGE_SRC}' -->
						<!-- DEFINE $IMAGE_WIDTH = '{modules_center.IMAGE_WIDTH}' -->
						<!-- DEFINE $IMAGE_HEIGHT = '{modules_center.IMAGE_HEIGHT}' -->
						<!-- DEFINE $CUSTOM_CODE = '{modules_center.CODE}' -->
						<!-- DEFINE $TITLE = '{modules_center.TITLE}' -->
						<!-- DEFINE $MODULE_ID = '{modules_center.MODULE_ID}' -->
						<!-- INCLUDE {$TEMPLATE_FILE} -->
					<!-- END modules_center -->
					<!-- IF S_DISPLAY_JUMPBOX and B3P_DISPLAY_JUMPBOX -->
						<br />
						<!-- INCLUDE portal/modules/jumpbox.html -->
					<!-- ENDIF -->
				</td>
			<!-- ENDIF -->
		<!-- [-] center module area -->

		<!-- [+] right module area -->
			<!-- IF S_RIGHT_COLUMN -->
				<td width="{S_PORTAL_RIGHT_COLUMN}px" valign="top" style="padding-<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->right<!-- ELSE -->left<!-- ENDIF -->:{$BLOCK_DISTANCE}; border: solid 0px">
					<!-- BEGIN modules_right -->
						<!-- DEFINE $TEMPLATE_FILE = '{modules_right.TEMPLATE_FILE}' -->
						<!-- DEFINE $IMAGE_SRC = '{modules_right.IMAGE_SRC}' -->
						<!-- DEFINE $IMAGE_WIDTH = '{modules_right.IMAGE_WIDTH}' -->
						<!-- DEFINE $IMAGE_HEIGHT = '{modules_right.IMAGE_HEIGHT}' -->
						<!-- DEFINE $CUSTOM_CODE = '{modules_right.CODE}' -->
						<!-- DEFINE $TITLE = '{modules_right.TITLE}' -->
						<!-- DEFINE $MODULE_ID = '{modules_right.MODULE_ID}' -->
						<!-- INCLUDE {$TEMPLATE_FILE} -->
					<!-- END modules_right -->
				</td>
			<!-- ENDIF -->
		<!-- [-] right module area -->
	</tr>
	<!-- IF S_BOTTOM_COLUMN -->
	<tr>
	<!-- [+] bottom module area -->
		<td colspan="3" style="border: solid 0px">
			<!-- BEGIN modules_bottom -->
				<!-- DEFINE $TEMPLATE_FILE = '{modules_bottom.TEMPLATE_FILE}' -->
				<!-- DEFINE $IMAGE_SRC = '{modules_bottom.IMAGE_SRC}' -->
				<!-- DEFINE $IMAGE_WIDTH = '{modules_bottom.IMAGE_WIDTH}' -->
				<!-- DEFINE $IMAGE_HEIGHT = '{modules_bottom.IMAGE_HEIGHT}' -->
				<!-- DEFINE $CUSTOM_CODE = '{modules_bottom.CODE}' -->
				<!-- DEFINE $TITLE = '{modules_bottom.TITLE}' -->
				<!-- DEFINE $MODULE_ID = '{modules_bottom.MODULE_ID}' -->
				<!-- INCLUDE {$TEMPLATE_FILE} -->
			<!-- END modules_bottom -->
		</td>
	<!-- [-] bottom module area -->
	</tr>
	<!-- ENDIF -->
</table>

<!--// board3 Portal by www.board3.de //-->
		<!-- please keep this credits visible, thank you! -->
		<br />
		<div class="copyright" align="center">Powered by <a href="http://www.board3.de/">Board3 Portal</a> &copy; 2009 - 2011 Board3 Group</div>
		<br />
<!-- INCLUDE overall_footer.html -->
V.G. archivar
sorry for my bad english
Post Reply

Return to “Styles Support”