Forums Index > Mewsoft Products > Classifiedawy > Modifying --CLASS::Body--
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> &lt;table BORDER=0 width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;2&quot;&gt;<br /> &lt;tr bgcolor=&quot;#99CC00&quot;&gt;<br /> &lt;td align=&quot;center&quot;&gt;&lt;b&gt;[[list_header_photo]]&lt;/b&gt;&lt;/td&gt;<br /> &lt;td align=&quot;center&quot;&gt;&lt;b&gt;[[list_header_title]]&lt;/b&gt;&lt;/td&gt;<br /> &lt;td align=&quot;left&quot;&gt;&lt;b&gt;[[list_header_type]]&lt;/b&gt;&lt;/td&gt;<br /> &lt;td align=&quot;left&quot;&gt;&lt;b&gt;[[list_header_location]]&lt;/b&gt;&lt;/td&gt;<br /> &lt;td align=&quot;right&quot;&gt;&lt;b&gt;[[list_header_expires]]&lt;/b&gt;&amp;nbsp;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;!--CLASS::Body--&gt;<br /> &lt;/TABLE&gt;<br /></p><p>

By the way if you wantto display html code as above on this forum just include it between
Code: HTML
 and 

.

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
Code: HTML
<CLASS::Body>

any where.

z