PDA

View Full Version : powered by CMPS should go to the footer


tpr
05-22-2004, 05:53 PM
Errr, would it be possible to move the powered by phrase to the footer along with the VB "powered by" it just seems funny, especialy in my site where there some stuff above the footer but below the powered by (not to worry i moved it down myself).

Guy Nesher

Brian
05-23-2004, 11:08 AM
Since the CMPS uses the default vB footer, it was easier to include the copyright notice above that. If you'd like to move it to your footer though, you can remove the code from your adv_portal_footer template, and then add this to your normal footer template:

<if condition="defined('VBA_PORTAL')">$vbphrase[powered_by_vbadvanced_cmps]</if>

That will display the copyright notice in your footer only on CMPS pages. ;)