Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Community Builder Registration does not work with
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.

TOPIC: Community Builder Registration does not work with

Community Builder Registration does not work with 16 years, 9 months ago #2838

  • feroz
Hi,
Community Builder user registration does not work with JoomSef turned on. The standard Joomla registration works perfectly fine.

When registering using CB's registration forms, on clicking the \"send registration\" button, it just navigates to the profile page and throws an error that the page is restricted for logged in users only.

If I turn off SEF, then the registration works perfectly fine.

Is this a know issue, is there a fix for this one.

cheers
Feroz

Re:Community Builder Registration does not work wi 16 years, 9 months ago #2840

Hello
Strange, it works perfectly fine for me. It worked with 1.5.1, works with 2.1.0 and still works once I put the cb plugin for artio joomsef.
How did this happen? did you just install the new version of artio or is that the first time you install artio?
Maybe there is something n the configuration that differs...

Re:Community Builder Registration does not work wi 16 years, 9 months ago #2841

  • feroz
Hi Xavier,
Appreciate the response.
This is the first time I've installed Artio V 2.0.0

I didnt notice this happening unless a new user complained about not being able to register.

I've temporarily turned of SEF in my site, which is bummer.

The site is www.pointcookmasala.com

Any help would be much appreciated.

Cheers

Feroz

Re:Community Builder Registration does not work wi 16 years, 9 months ago #2842

Feroz wrote:
Hi,
Community Builder user registration does not work with JoomSef turned on. The standard Joomla registration works perfectly fine.

When registering using CB's registration forms, on clicking the \"send registration\" button, it just navigates to the profile page and throws an error that the page is restricted for logged in users only.

If I turn off SEF, then the registration works perfectly fine.

Is this a know issue, is there a fix for this one.

cheers
Feroz


I am having this same problem. I just installed the community builder extension and still no luck getting registrations to work. I am running Joomla 1.0.13 with Community Builder 1.1 and Artio JoomSEF 2.1.0 It also doesn't work with my top menu links

Some help would be nice :-)<br><br>Post edited by: emstalk, at: 2007/08/09 06:56

Re:Community Builder Registration does not work wi 16 years, 9 months ago #2846

Just wondering if anyone reads these posts.

Re:Community Builder Registration does not work wi 16 years, 9 months ago #2850

For my site, I just turned SEF off for CB.

Looking through the forums, it seems if you disable just the 2 SEF translations for Registration and Lost password functions, everything works fine.

Looking over the code, you can try changing components/com_comprofiler/comprofiler.html.php

  &lt;form action=\&quot;&lt;?php echo sefRelToAbs(\&quot;index.php?option=\&quot;.$option); ?&gt;\&quot; id=\&quot;adminForm\&quot; name=\&quot;adminForm\&quot; method=\&quot;post\&quot;&gt;
 


Change to:
 
&lt;form action=\&quot;&lt;?php echo index.php?option=\&quot;.$option; ?&gt;\&quot; id=\&quot;adminForm\&quot; name=\&quot;adminForm\&quot; method=\&quot;post\&quot;&gt;
 


and around line 1263
&lt;form action=\&quot;&lt;?php echo sefRelToAbs(\&quot;index.php?option=\&quot;.$option); ?&gt;\&quot; method=\&quot;post\&quot; id=\&quot;adminForm\&quot; name=\&quot;adminForm\&quot; onsubmit=\&quot;return submitbutton(this)\&quot;&gt;


Change to:
&lt;form action=\&quot;&lt;?php echo \&quot;index.php?option=\&quot;.$option; ?&gt;\&quot; method=\&quot;post\&quot; id=\&quot;adminForm\&quot; name=\&quot;adminForm\&quot; onsubmit=\&quot;return submitbutton(this)\&quot;&gt;


Note, these changes are UNTESTED, so backup the file first.

A better solution would be to fix the SEF file instead, but I don't have the time to check that one out.

Let me know if this works for you, as I am setting up a few more sites and would be interested if it works or not.
Přihlášení uživatele Prázdný