Skip to Content Skip to Menu

Move 'key' from top of registration page cb1.9

  • rowberry
  • rowberry
  • OFFLINE
  • Posts: 9
  • Thanks: 0
  • Karma: 0
11 years 4 months ago #228806 by rowberry
Hi all
I am very sorry if this has already been asked and I have missed it.

I am trying to move (or remove if thats easier) the 'key' from the top of the registration page (Required field, Field visible on your profile, Field not visible on profile etc)

I have found posts which tell me how to do this in older cb versions (I have just downloaded 1.9) but I dont think it is the same in this one.

Please help!
Thank you

Please Log in or Create an account to join the conversation.

  • rowberry
  • rowberry
  • OFFLINE
  • Posts: 9
  • Thanks: 0
  • Karma: 0
11 years 4 months ago - 11 years 4 months ago #228809 by rowberry
Replied by rowberry on topic Move 'key' from top of registration page cb1.9
I'm guessing its somewhere in /components/com_comprofiler/plugin/templates/default.

Possibly default.php? around line 223?
Last edit: 11 years 4 months ago by rowberry.

Please Log in or Create an account to join the conversation.

  • rowberry
  • rowberry
  • OFFLINE
  • Posts: 9
  • Thanks: 0
  • Karma: 0
11 years 4 months ago #228810 by rowberry
Replied by rowberry on topic Move 'key' from top of registration page cb1.9
I think I've solved it?

I removed the following:

<?php
if ( $this->topIcons ) {
echo '<div id="cbIconsTop">';
echo $this->topIcons;
echo '</div>';
}
echo $this->regFormTag; // '<form...>'
}
/**
* Renders by ECHO the Registration form view NEW DIVs view:
* here typically if you prefer to include a view-type php-html file you would include it.
*/
function _renderdivs( ) {
$this->_renderRegistrationHead();
?>

It seems to work....

Please Log in or Create an account to join the conversation.

  • rowberry
  • rowberry
  • OFFLINE
  • Posts: 9
  • Thanks: 0
  • Karma: 0
11 years 4 months ago #228811 by rowberry
Replied by rowberry on topic Move 'key' from top of registration page cb1.9
:blush: Well, it worked but the changes altered the columns on the page and made some things appear twice...

Any ideas please?

Please Log in or Create an account to join the conversation.

  • rowberry
  • rowberry
  • OFFLINE
  • Posts: 9
  • Thanks: 0
  • Karma: 0
11 years 4 months ago #228812 by rowberry
Replied by rowberry on topic Move 'key' from top of registration page cb1.9
Well now I feel really silly! Just solved the problem by clicking on a button in admin... :blush:

I was looking for a difficult solution because I didnt expect it to be so easy.
Sorry everyone

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • ONLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
11 years 4 months ago #228822 by nant

rowberry wrote: Well now I feel really silly! Just solved the problem by clicking on a button in admin... :blush:

I was looking for a difficult solution because I didnt expect it to be so easy.
Sorry everyone


Yup there is a configuration setting for this.
The following user(s) said Thank You: rowberry

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum