zeus |
First Post Posted on: 11-22-10 08:16 PM |
Modifying --CLASS::Body-- |
|
\
Hello Admin, \
\
Looking in the areas that i think I should, has turned up nothing. \
Where would I find this file "< --CLASS::Body-->" that's embedded in the "Listing.html". I need to make some modifications to this file. Would you put me on the right course? \
\
Zeus\
|
|
|
|
|
|
zeus |
Reply #: 1 Posted on: 11-23-10 05:04 AM |
Re: Modifying --CLASS::Body-- |
|
\
I have found the area I needed to modify. Please disregard my request....\
\
Cheers\
Z.\
|
|
|
|
|
|
springanew |
Reply #: 2 Posted on: 12-07-10 02:25 PM |
Tell Me Please |
|
Where did you find them? That is what I am looking for right now myself. I want to modify the rates tables especially.\
\
Thanks\
\
Leslie |
|
|
|
|
|
zeus |
Reply #: 3 Posted on: 12-07-10 11:52 PM |
Re: Modifying --CLASS::Body-- |
|
Hi Ahmed , \
I thought I had found the exact file for modifying the ---CLASS::Body-- but I was wrong and it was a different area. I need to find this file and modify it to my needs. I put a separate post but I think you removed it, would you tell me where this file is? I think some one else is looking for it to as they left a reply to this post.
\
z\
|
|
|
|
|
|
|
mewsoft |
Reply #: 4 Posted on: 12-08-10 05:26 AM |
Re: Modifying --CLASS::Body-- |
|
Dear all, The class Body in the Listing Template is dynamically generated from the Ads listings and build using the Listing_* classes in your admin->class editor. Normally these classes are contained within one table row and the table body is inside the template itself as following:
Code: HTML
</p><p> <table BORDER=0 width="100%" cellspacing="0" cellpadding="2"><br /> <tr bgcolor="#99CC00"><br /> <td align="center"><b>[[list_header_photo]]</b></td><br /> <td align="center"><b>[[list_header_title]]</b></td><br /> <td align="left"><b>[[list_header_type]]</b></td><br /> <td align="left"><b>[[list_header_location]]</b></td><br /> <td align="right"><b>[[list_header_expires]]</b>&nbsp;</td><br /> </tr><br /> <!--CLASS::Body--><br /> </TABLE><br /></p><p>
|
By the way if you wantto display html code as above on this forum just include it between
.Hope this helps. Thanks |
Mewsoft Support www.mewsoft.com
|
|
|
|
|
|
mewsoft |
Reply #: 5 Posted on: 12-08-10 05:29 AM |
Re: Modifying --CLASS::Body-- |
|
Sorry I included the tags so it was parased, include your code between [ code] and [ /code] . Please remove the spaces inside the tag. |
Mewsoft Support www.mewsoft.com
|
|
|
|
|
zeus |
Reply #: 6 Posted on: 12-08-10 04:44 PM |
Re: Modifying --CLASS::Body-- |
|
Well said and done, and very helpful. But does this mean that if we need to change the layout and/or appearance we have to create a 2nd or 3rd "general_class"
Code: HTML
<CLASS::Body2>
|
or
Code: HTML
<CLASS::Body3>
|
? because we have not seen this file
any where.
z
|
|
|
|
|
|
|