When you go to register by clicking on <Create an Account> button on the JomSocial Toolbar at the top of the page
See our testing IP address for CureEveryone.org :
192.254.170.75
You will see some text show up before the words : New User Registration
Hi Dan,
please check it this location:
/components/com_community/views/register/view.html.php:
line 32 and 150
the is like this or not
CHeadHelper::setType('website', JText::_('COM_COMMUNITY_REGISTER_NEW'));
COM_COMMUNITY_REGISTER_NEW="Register New User"
Here are the results of your question:
AT :: /components/com_community/views/register/view.html.php: line 32 and 150
This is what I found in those files:
32 CHeadHelper::setType('website', JText::_('COM_COMMUNITY_REGISTER_NEW'));
// Hide this form for logged in user
if ($my->id) {
$mainframe->enqueueMessage(JText::_('COM_COMMUNITY_REGISTER_ALREADY_USER'), 'warning');
return;
38 }
**********************************************************************
150 CHeadHelper::setType('website', JText::_('COM_COMMUNITY_REGISTER_NEW'));
$model = CFactory::getModel('profile');
$profileType = $jinput->get('profileType', 0, 'INT');
$config = CFactory::getConfig();
155 $profileTypes = $model->getProfileTypes();
******************************************************
language/en-GB/en-GB.com_community.ini:
What does the database have to do with it? I have checked that anyway but I don't see the connection. I'm not even very sure how to search the db. :( Even if that text is in the DB how would it get into the JOOMLA code for registration - and how would I have accidentally put it there.
Please do not tell me that you cannot help me?
This project is taking way too long to solve a small problem - I mean after all this is just science - no? There's got to be something in that code that's calling up that text. I have no idea how else to figure out this issue on my own. Customizing this JomSocial site has been like dissecting an elephant and I can't launch the site until these little things are fixed.
Please have someone who knows the code (a little better) look at this issue and tell me what the problem is. Let's get to the bottom of this issue. You have all of the FTP, CPANEL, JOOMLA and server info you need to figure this out. Thanks for your quick response before I loose another week on this project. Looking forward to solving this on the next response from you.
Best Regards,
Dan Heise
Hi Dan,
Please provide me CPANEL access detail. By editing your first post at this topic. and put it at Site Info form. or if you can't find that form, you can send me the email This email address is being protected from spambots. You need JavaScript enabled to view it..
Today is my day off but don't worry. I will try to tackle this issue ASAP.
Regards,
Albert
Hi Dan,
that registration page title always follow menu page title. I think our code need some improvement.
From
<h4><?php echo $title; ?></h4>
To
<h4><?php echo str_replace('CureEveryone.org Cure Everyone educates you about available Disease Cure alternatives. - ', '',$title); ?></h4>
Thank you Albertus - Thank you for taking the time to fix that issue concerning the Home page title in the "Register New User" header - Yes your code should not include the Title. Today the titles are so important for SEO. Have a great day.