close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

PowerCMS templates pages

Thread began 1/20/2013 9:41 pm by balexander389215 | Last modified 1/21/2013 9:51 am by balexander389215 | 537 views | 2 replies |

balexander389215

PowerCMS templates pages

With Design Extender I followed the video and written instructions closely (not closely enough obviously as you will see) on creating new pages from PowerCMS templates. I thought I did a pretty good job and was pleased when I got it to work, almost.

The problem is that the Results page, while showing the titles properly and linking them, it also displays a number, which is under the link. I can see how to turn that off. The video presentation does not have the number so I must have done something wrong. Here is the page in question.

follow.php

If you can point me in the right direction to correct this I would appreciate it,

Thanks

Attached Files
follow.txt
Sign in to reply to this post

Jason ByrnesWebAssist

change the code for your link:

php:
<a href="maps/map1.php?ID=<?php echo $row_Maps_RS['ContentPageSetOrder']; ?>">   <?php

include('/home4/travenh2/public_html/WA_CMS/addtosite.php');
echo 
WA_getCMSContent($database_PowerCMSConnection$PowerCMSConnection'My_Journey_Maps''MapTitles'false), $row_Maps_RS['ContentPageSetOrder'];
?></a>



to:

php:
<a href="maps/map1.php?ID=<?php echo $row_Maps_RS['ContentPageSetOrder']; ?>">   <?php

include('/home4/travenh2/public_html/WA_CMS/addtosite.php');
echo 
WA_getCMSContent($database_PowerCMSConnection$PowerCMSConnection'My_Journey_Maps''MapTitles'false$row_Maps_RS['ContentPageSetOrder']);
?></a>
Sign in to reply to this post

balexander389215

That did the job, thank you very much. Not quite sure what I did wrong but I'll try to pay better attention for the next one.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...