SOLUTION POSTED - Show Title: Hide - Title Still Shows - Joomla! Forum - community, help and support


a little background. work company needs have trademarks , registration marks on tons , tons of stuff, product names. these things not play joomla , joomla wants strip out tags...so invested bit of time sourcerer has been huge help.

an article title:

code: select all

{source}<?php echo 'whatever product<sup>&reg;</sup> system'; ?>{/source}

but if put in title box via joomla admin, mess in couple of ways have go mysql db , edit entry right. when view actual article page, joomla once again messes code , ends putting "whatever product® system" on web page within h2 tag annoying because registration mark large letter , not raised hence desire use <sup></sup> tags.

so, here tried next. decided not have joomla show title on article page...and try using sourcerer within article @ top of page , drop inside h2 tag. makes sense right... well, first selected show title hide , went view article...

the title still shows up! >:(
i went db , checked make sure setting correctly noted '0'. was. confused try next.

to complicate things further...i able registration mark show in menu item...but stinks title web page not drawn title of article getting displayed, drawn title of menu item link. grrrrrrrrrrr. so, joomla title in web page ask....the part shows @ top of web browser....it this:

code: select all

<title>whatever product<sup>&reg;</sup> system</title>

...and shown end user @ top of browser is:
"whatever product<sup>®</sup> system" looks silly.

how can menu correct(already is), web browser title correct(i willing go without <sup> since know not work in titles anyway , product name displayed @ top of article?

:eek:

i tried setting title include file:

code: select all

{source}<?php include("includes/whateverproductsystem.php"); ?>{/source}


that include file had following code in it:

code: select all

<?php echo 'whatever product<sup>&reg;</sup> system'; ?>


printed out screen title this...
whatever product<sup>&reg;</sup> system

:eek:





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support