| 
Welcome, Guest

[SOLVED] Hide Page Title
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: [SOLVED] Hide Page Title

[SOLVED] Hide Page Title 1 year, 5 months ago #141246

  • Posts:
  • Karma:
Hi there,

Can someone tell me how to hide or remove the page title (Registration/Registro) from the registration page on CB 1.2.3?

www.arcotrading.com.br/index.php?option=...sters&Itemid=112

Found this same question for 1.2.2 at www.joomlapolis.com/component/option,com...id,125667/catid,100/ but besides not being sure if its the same procedure for 1.2.3 I wouldn`t have a clue where to begin.

Any simple solution for a non-programer be able to achieve a simple task?

Post edited by: krileon, at: 2010/09/07 14:41
The topic has been locked.

Re:Hide Page Title 1 year, 5 months ago #141284

  • Posts:
  • Karma:
That's one approach to hide it by way of CSS. The alternative is to edit CBs template file and remove the code which renders the title. Both being acceptable solutions. The CSS approach is by far the easiest, but there is no other alternative sorry.
Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly
CB links: Documentation - Templates - CBSubs - Hosting - Forge - Incubator - GroupJive
--
If you are a Advanced, Professional, Developer, or CBSubs subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Advanced, Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM EST to 4:00 PM EST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My personal site(s)/link(s): AllMySocials - Tutorials
The topic has been locked.

Re:Hide Page Title 1 year, 5 months ago #141299

  • Posts:
  • Karma:
Kyle,

Thanks for the info. Could you give me more detailed info on how to do that? I`m not a programmer so its a bit hard to get it done with the info bellow.

Although I`m not fully iliterate and have done several modifications to coms and mods of my site once the developer let me know the file location and code line to me removed/altered.

Saying so I immagine that removing the code from the template would be easier correct? Once I know the filename and the code to look for I immagine I can get it done. Could you help me with that?

Cheers,
Andre
The topic has been locked.

Re:Hide Page Title 1 year, 5 months ago #141397

  • Posts:
  • Karma:
The following is the edit you'd need to perform to your CB template.

IN: components/com_comprofiler/plugin/templates/default/default.php
ON: Line 221
FROM:
 
<div class="componentheading"><?php echo $this->registerTitle; ?></div><div class="contentpaneopen"><div class="cb_comp_outer"><div class="cb_comp_inner cbHtmlEdit cbRegistration">
 

TO:
 
<div class="contentpaneopen"><div class="cb_comp_outer"><div class="cb_comp_inner cbHtmlEdit cbRegistration">
 
Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly
CB links: Documentation - Templates - CBSubs - Hosting - Forge - Incubator - GroupJive
--
If you are a Advanced, Professional, Developer, or CBSubs subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Advanced, Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM EST to 4:00 PM EST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My personal site(s)/link(s): AllMySocials - Tutorials
The topic has been locked.

Re:Hide Page Title 1 year, 5 months ago #141476

  • Posts:
  • Karma:
Awesome, worked fine, thanks a lot!!
The topic has been locked.
  • Page:
  • 1
Time to create page: 1.00 seconds