Zen Cart Logo
Forums / Basic Configuration / Moving Radio Options Under Name?

Moving Radio Options Under Name?

Locked

Views: 1,755

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
3 Mar 2007, 12:16 PM
#2
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: Moving Radio Options Under Name?

Edit includes/templates/YOUR_TEMPLATE/tpl_modules_attributes.php and add a <br /> at the end of line 31 (of original 1.3.7 file)

<h4 class="optionName back"><?php echo $options_name[$i]; ?></h4>

I always thought that a closing </h> tag forced a line break, but obviously not!

3 Mar 2007, 4:54 PM
#3
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,604
Plugin Contributions:
0

Re: Moving Radio Options Under Name?

Psst ... Ryk ... remove the 'backs' - both pieces are floated left inside the wrapper - removing the floats will let them stack.

<div class="wrapperAttribsOptions">
<h4 class="optionName back"><?php echo $options_name[$i]; ?></h4>
<div class="back" id="attrib-option-<?php echo $options_ids[$i]; ?>"><?php echo "\n" . $options_menu[$i]; ?></div>
<br class="clearBoth" />
</div>
3 Mar 2007, 5:50 PM
#4
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: Moving Radio Options Under Name?

Look here you - I may be 55 and male, but in the interests of equality, I'm just as entitled to a blonde moment as anyone else!! :D

3 Mar 2007, 6:42 PM
#5
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,604
Plugin Contributions:
0

Re: Moving Radio Options Under Name?

:P - sure that was a blond moment and not 'oldtimers' ?

:lol: :lol: :lol:

PS- don't forget to put the customized module in your override directory.

3 Mar 2007, 6:50 PM
#6
seeker avatar

seeker

New Zenner

Join Date:
Jan 2007
Posts:
34
Plugin Contributions:
0

Re: Moving Radio Options Under Name?

May you both find yourselves awaken by several hundred naked women, (edit, er 100 fabio's for kim)

It worked, thanks. ;)

over ride directory? Whaaaaa?

3 Mar 2007, 7:10 PM
#7
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: Moving Radio Options Under Name?

seeker:

over ride directory? Whaaaaa?

Please tell me that's a joke! :shocking:

3 Mar 2007, 7:28 PM
#8
seeker avatar

seeker

New Zenner

Join Date:
Jan 2007
Posts:
34
Plugin Contributions:
0

Re: Moving Radio Options Under Name?

:( i r noob

3 Mar 2007, 8:15 PM
#9
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: Moving Radio Options Under Name?

In that case, read up in the tutorials/FAQ about setting up your own template, because if you don't, all your hard work is liable to be overwritten at the next ZC upgrade.