The WorksForWeb Community Forums
Welcome to the WorksForWeb community forums. Here you can discuss WorksForWeb products with others and contribute to the rapidly growing WorksForWeb community. Please note that while WorksForWeb staff try to maintain presence on the forums, this is not the most reliable way to contact WorksForWeb staff. In case you require a timely response from WorksForWeb on an issue, please open a support ticket here. For pre-sales questions, please open a sales ticket here.

Welcome, Guest. Please login or register.
February 07, 2012, 11:42:21 PM

Login with username, password and session length
Search:     Advanced search
Added the iLister-related Boards

Rate My Site Boards Added

Merged iAuto and iRealty Support Forums together

Several new tips in the Tips and Tricks section
1,602 Posts in 623 Topics by 1,179 Members
Latest Member: bobsteam
* Home Help Search Login Register
+  The iAuto/iRealty/iLister Support Forum
|-+  iAuto and iRealty v.2.x - 3.x
| |-+  General iRealty Discussions
| | |-+  Create Header cells on Listing Page
« previous next »
Pages: [1] Print
Author Topic: Create Header cells on Listing Page  (Read 925 times)
propertytuner
Newbie
*

Karma: 0
Posts: 6


View Profile
« on: May 14, 2007, 07:46:30 PM »

Hello,

I want to create color filled header cells (Property Information, Description and so on) on the listing pages just like one of your portfolio sites.  The link is below for example.  What templates or files do I need to work with in order to do this?  Thanks.

Example:
http://www.propertylink.com.cy/search/qsearch/?id=199&form_display=30
Logged
Smart Girl
Administrator
Full Member
*****

Karma: 5
Posts: 224


View Profile
« Reply #1 on: May 18, 2007, 05:15:48 PM »

propertytuner,

You need to modify the following:
system\modules\classifieds\user\templates\countryside\form_display_group.tpl

{if $group_name ne ""}


<span class="formgroupcaption">{$group_name}</span>
{/if}
<table cellspacing=0 cellpadding=5>
<tr>
{$group_content}
</tr></table>

with:
{if $group_name ne ""}


<div class="formgroupcaption">{$group_name}</div>
{/if}
<table cellspacing=0 cellpadding=5>
<tr>
{$group_content}
</tr></table>

You nedd to add:
background-color:blue;
   padding:5px 20px;
   width:300px;

to:
.formgroupcaption {
   font-weight:bold;
   color:c00;
   text-decoration:underline;
}

in system\modules\main\user\templates\countryside\images\design.css.
Logged

Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Classified Software by Worksforweb Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!