Jump to content
xt:Commerce Community Forum

Spaltengr??e Der Kategorien


smogware

Recommended Posts

Guest HHGAG

Berlios ist down :cry:

Aber V1 Beta1 m?sste doch mit osc fast identisch sein, ich guck mal in meinem shop!

[edit]

Guck mal hier nach:

/includes/boxes/categories.php

[/edit]

Link to comment
Share on other sites

Guest HHGAG

M?sste ungef?hr in der Zeile 51 sein:

index.php

<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">

Musst nach der Variable suchen. :)

Link to comment
Share on other sites

Guest HHGAG

Man kann es in der V2.0 RC1 !!! in der :

/templates/xtc/index.html

in diesem Abschnitt ?ndern:

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

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

<td width="125" valign="top" class="navLeft">

<table border="0" width="125" cellspacing="0" cellpadding="0">

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

<!#left_navigation //-->

<!#left_navigation_eof //-->

</table>

<table width="100%" border="0" cellpadding="0" cellspacing="0">

<tr>

<td>{$box_CATEGORIES} {$box_ADD_QUICKIE} {$box_CONTENT} {$box_INFORMATION}

{$box_REVIEWS} {$box_SEARCH} {$box_SPECIALS} {$box_WHATSNEW} {$box_AFFILIATE}</td>

</tr>

</table> </td>

<!#body_text //-->

<td class="tableBody" width="100%" valign="top">

<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">

<tr>

<td><font size="1" face="Verdana, Arial, Helvetica, sans-serif">{$main_content}</font></td>

</tr>

</table>

<font size="1" face="Verdana, Arial, Helvetica, sans-serif">

</font></td>

<!#body_text_eof //-->

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

<td width="150" valign="top" class="navRight">

<table border="0" width="150" cellspacing="0" cellpadding="0">

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

<!#right_navigation //-->

<!#right_navigation_eof //-->

</table>

<table width="100%" border="0" cellpadding="0" cellspacing="0">

<tr>

<td>{$box_CART} {$box_LOGIN} {$box_INFOBOX} {$box_ADMIN} {$box_BESTSELLERS}

{$box_CURRENCIES} {$box_LANGUAGES} {$box_MANUFACTURERS_INFO}

{$box_MANUFACTURERS} {$box_NOTIFICATIONS} {$box_TELL_FRIEND}

</td>

</tr>

</table> </td>

</tr>

</table>

Man kann es in der V1.0 Beta1 !!! in der :

/includes/aplication_top.php

// customization for the design layout

define('BOX_WIDTH', 125); // how wide the boxes should be in pixels (default: 125)

ca. Zeile: 59 ?ndern.

Link to comment
Share on other sites

Vorher :

<td class="navLeft" width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="1" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0">

<!#left_navigation //-->

Nachher :

<td class="navLeft" width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="1" width="150" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0">

<!#left_navigation //-->

F?r Version 1 Beta 1. Das ganze in der index.php

Bei mir funktioniert es mit den Angaben,auch wenn es kein sinn macht.

Link to comment
Share on other sites

smogware,

quatsch

entweder du gibst einen absoluten wert ein,

ODER

eine variable

Vorher :

<td class="navLeft" width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="1" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0">

<!#left_navigation //-->

Nachher :

<td class="navLeft" width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="1" width="150" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0">

<!#left_navigation //-->

beides zur selben zeit is humbug

ausserdem nennt man den begriff "variable noch wie?...richtig...platzhalter

das heisst dann, da? es anstelle von XY "platz h?lt"

wohl eher die variable suchen und es dort eingeben.

lg

alex

EDIT:

man muss je beide zeilen ?ndern: siehe korrektur:

Man kann es in der V2.0 RC1 !!! in der :

/templates/xtc/index.html

in diesem Abschnitt ?ndern:

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

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

<td width="125" valign="top" class="navLeft">

<table border="0" width="125" cellspacing="0" cellpadding="0">

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

<!#left_navigation //-->

<!#left_navigation_eof //-->

</table>

<table width="100%" border="0" cellpadding="0" cellspacing="0">

<tr>

<td>{$box_CATEGORIES} {$box_ADD_QUICKIE} {$box_CONTENT} {$box_INFORMATION}

{$box_REVIEWS} {$box_SEARCH} {$box_SPECIALS} {$box_WHATSNEW} {$box_AFFILIATE}</td>

</tr>

</table> </td>

<!#body_text //-->

<td class="tableBody" width="100%" valign="top">

<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">

<tr>

<td><font size="1" face="Verdana, Arial, Helvetica, sans-serif">{$main_content}</font></td>

</tr>

</table>

<font size="1" face="Verdana, Arial, Helvetica, sans-serif">

</font></td>

<!#body_text_eof //-->

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

<td width="150" valign="top" class="navRight">

<table border="0" width="150" cellspacing="0" cellpadding="0">

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

<!#right_navigation //-->

<!#right_navigation_eof //-->

</table>

<table width="100%" border="0" cellpadding="0" cellspacing="0">

<tr>

<td>{$box_CART} {$box_LOGIN} {$box_INFOBOX} {$box_ADMIN} {$box_BESTSELLERS}

{$box_CURRENCIES} {$box_LANGUAGES} {$box_MANUFACTURERS_INFO}

{$box_MANUFACTURERS} {$box_NOTIFICATIONS} {$box_TELL_FRIEND}

</td>

</tr>

</table> </td>

</tr>

</table>

Link to comment
Share on other sites

ehm...

<?php echo BOX_WIDTH; ?>

ein define('BOX_WIDTH','150');

in der aplpication top h?tte edn selben effekt, wenn du das fest definierst in der index.php, dann musst du das auch in allen andern root datein machen, da beta1 kein templatesystem hat.

oder du ?nderst einfach die variable in der appli top

Link to comment
Share on other sites

Guest HHGAG

@rodent

War ein wenig zu schnell, habe nebenbei die L?sung f?r V1.0 Beta1 gesucht.

Und mit den Gedanken war ich beim Language Pack f?r T?rkisch :)

Ist jetzt korrgiert und mit Anleitung f?r V1.0 Beta1.

:pint:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...