regarding listing urgent help

4 posts by 3 authors in: Forums > CMS Builder
Last Post: August 8, 2008   (RSS)

By andrej - August 6, 2008

on the listing page how do i display only the name without record number content etc... and how do u link the name to the details page.. also how do u add a break between listings??

Re: [andrej] regarding listing urgent help

By Donna - August 7, 2008

Hi Andrej!

When you copy & paste the content from the code generator into your PHP page, you can drop bits that you don't want, and add in any extra code that you do. So, for example, find the line that looks like this:

Record Number: <?php echo $record['num'] ?><br/>

...and just drop it completely. (The code may look a little different, depending on how your CMS Builder is setup, but it'll be something like that.)

You can also add in any other formatting code you need on other fields. :)
Donna

--
support@interactivetools.com

Re: [Donna] regarding listing urgent help

By andrej - August 7, 2008

hey donna thanks for replying.. i have tried that but everytime i remove a piece of code the page doesnt load when i upload it..