login form

225 views
Skip to first unread message

faisal khan

unread,
Aug 5, 2012, 6:20:39 AM8/5/12
to joomla-de...@googlegroups.com
hi all
i want to have customized login and registration form for my Joomla website...i want to know how replace the default one..

thanks

fornandakishore

unread,
Aug 5, 2012, 8:02:17 AM8/5/12
to joomla-de...@googlegroups.com
Hi Faisal,

Check the below links :

http://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core

http://docs.joomla.org/Understanding_Output_Overrides

Hope these will help you ...
 
Thanks & Regards

Nanda Kishore. M

Senior PHP Developer

http://php-desk.blogspot.com

Mobile: + 91 98499 71144 




--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.

iikozen

unread,
Aug 5, 2012, 1:34:20 PM8/5/12
to joomla-de...@googlegroups.com
Have you checked out/enabled/configured the 2.5 native 'User - Profile' plugin?
You can read a bit about its use in this BT's article enhanced-user-profiles-with-joomla-don-t-use-a-hammer
Hope that helps.

Cheers,
Manoel

Sarah

unread,
Aug 6, 2012, 9:19:01 AM8/6/12
to joomla-de...@googlegroups.com
Well I have been forced to upgrade to 2.5 due to webhost now using php5 and of course joomla 1.5 doesn't work on the new version of php.
 
I decided to start with a clean installation and installed the component I developed with no problems.  The problem I do have though is with a form that is linked to the wrapper.  In 1.5 one could easily get the username from a php page in the wrapper.  In 2.5 I cannot find a solution. 
 
I have searched the forums and the only solution I found causes a headers already sent error.  This is the same error that my php page throws up.
 
So does anyone know of a solution to get jjomla variables into the wrapper or solve the headers sent problem?
 
Thanks

Sarah
 
 

Aaron Wood

unread,
Aug 6, 2012, 10:16:37 AM8/6/12
to joomla-de...@googlegroups.com
Doe’s you hosting company allow you to run legacy versions of PHP? Mine allows us to use PHP 4 by modifying local php.ini files. That might be a temporary solution.

Sarah

unread,
Aug 6, 2012, 10:24:37 AM8/6/12
to joomla-de...@googlegroups.com
No unfortunately they do not.
I might add that I tried to change the menu item link by editing the view.html.php file in the wrapper component.
Although I can get the username vairable to appear in the wrapper I can't use it to concatenate the url that is produced by the wrapper component.
 

No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.2197 / Virus Database: 2437/5180 - Release Date: 08/05/12

Mark Dexter

unread,
Aug 6, 2012, 10:25:40 AM8/6/12
to joomla-de...@googlegroups.com
What version of PHP are you running? Joomla 1.5 works with PHP 5 as
far as I know. Mark

Sarah

unread,
Aug 6, 2012, 10:34:16 AM8/6/12
to joomla-de...@googlegroups.com
Well they updated the php to version 5 and I got loads of error messages in
both the frontend and the administration side. Here is the one that appears
on the the main menu:

Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a
reference, value given in
/home/ausbdsmo/public_html/members2/libraries/joomla/cache/handler/callback.php
on line 99

The backend is full of similar errors and others.

When I queried this with the webhost they told me I had to change to 2.5 as
1.5 doesn't work on PHP5. I protested and said there must be another way
and they said no.


----- Original Message -----
From: "Mark Dexter" <dexter...@gmail.com>
To: <joomla-de...@googlegroups.com>
Sent: Tuesday, August 07, 2012 12:25 AM
Subject: Re: [jgen] 2.5 pass variables to wrapper


What version of PHP are you running? Joomla 1.5 works with PHP 5 as
far as I know. Mark

On Mon, Aug 6, 2012 at 7:24 AM, Sarah <sar...@tscollect.com> wrote:
> No unfortunately they do not.
> I might add that I tried to change the menu item link by editing the
> view.html.php file in the wrapper component.
> Although I can get the username vairable to appear in the wrapper I can't
> use it to concatenate the url that is produced by the wrapper component.
>
>
> ----- Original Message -----
> From: Aaron Wood
> To: joomla-de...@googlegroups.com
> Sent: Tuesday, August 07, 2012 12:16 AM
> Subject: Re: [jgen] 2.5 pass variables to wrapper
>
> Doe�s you hosting company allow you to run legacy versions of PHP? Mine
-----

Mark Dexter

unread,
Aug 6, 2012, 11:57:45 AM8/6/12
to joomla-de...@googlegroups.com
What exact version of PHP (like 5.3.1, 5.2.6, etc.)? I would guess
that most 1.5.26 sites run PHP 5. But the exact version is important
to know. Mark
>> Doe’s you hosting company allow you to run legacy versions of PHP? Mine

editor

unread,
Aug 6, 2012, 11:57:55 AM8/6/12
to joomla-de...@googlegroups.com
I'm running several J1.5 installations on PHP5 without any problems (PHP
Version 5.3.3-7+squeeze13 to be precise)

HTH VBW G.

On 06/08/12 15:25, Mark Dexter wrote:
> What version of PHP are you running? Joomla 1.5 works with PHP 5 as
> far as I know. Mark
>
> On Mon, Aug 6, 2012 at 7:24 AM, Sarah <sar...@tscollect.com> wrote:
>> No unfortunately they do not.
>> I might add that I tried to change the menu item link by editing the
>> view.html.php file in the wrapper component.
>> Although I can get the username vairable to appear in the wrapper I can't
>> use it to concatenate the url that is produced by the wrapper component.
>>
>>
>> ----- Original Message -----
>> From: Aaron Wood
>> To: joomla-de...@googlegroups.com
>> Sent: Tuesday, August 07, 2012 12:16 AM
>> Subject: Re: [jgen] 2.5 pass variables to wrapper
>>
>> Doe�s you hosting company allow you to run legacy versions of PHP? Mine

Sam Moffatt

unread,
Aug 6, 2012, 4:38:02 PM8/6/12
to joomla-de...@googlegroups.com
What cache handler are you using?

Cheers,

Sam Moffatt
http://pasamio.id.au


On Mon, Aug 6, 2012 at 7:34 AM, Sarah <sar...@tscollect.com> wrote:
>> Doe’s you hosting company allow you to run legacy versions of PHP? Mine

elin

unread,
Aug 6, 2012, 6:28:55 PM8/6/12
to joomla-de...@googlegroups.com
In fact we no longer support php 4 for 1.5 for security reasons. You may get strict warnings in php 5 but most people have been running on php 5 since php 4 reached end of life a long time ago. It sounds like your host may not really know what they are doing wth php 5 if a. they are thinking Joomla 1.5 won't run on it and b. if they are just now going to php 5.  If they just switched they may need to finish tuning. What you may need to do is lower your error reporting since it is set quite high in many server versions.

Elin
>> To post to this group, send an email to joomla-dev-general@googlegroups.com.
>> To unsubscribe from this group, send email to
>> For more options, visit this group at
>> http://groups.google.com/group/joomla-dev-general?hl=en-GB.
>>
>> No virus found in this message.
>> Checked by AVG - www.avg.com
>> Version: 2012.0.2197 / Virus Database: 2437/5180 - Release Date: 08/05/12
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Joomla! General Development" group.
>> To post to this group, send an email to joomla-dev-general@googlegroups.com.
>> To unsubscribe from this group, send email to
>> For more options, visit this group at
>> http://groups.google.com/group/joomla-dev-general?hl=en-GB.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Joomla! General Development" group.
>> To post to this group, send an email to joomla-dev-general@googlegroups.com.
>> To unsubscribe from this group, send email to

Sarah

unread,
Aug 6, 2012, 10:38:26 PM8/6/12
to joomla-de...@googlegroups.com
It is version 5.3.10

----- Original Message -----
From: "Mark Dexter" <dexter...@gmail.com>
To: <joomla-de...@googlegroups.com>
Sent: Tuesday, August 07, 2012 12:25 AM
Subject: Re: [jgen] 2.5 pass variables to wrapper


What version of PHP are you running? Joomla 1.5 works with PHP 5 as
far as I know. Mark

On Mon, Aug 6, 2012 at 7:24 AM, Sarah <sar...@tscollect.com> wrote:
> No unfortunately they do not.
> I might add that I tried to change the menu item link by editing the
> view.html.php file in the wrapper component.
> Although I can get the username vairable to appear in the wrapper I can't
> use it to concatenate the url that is produced by the wrapper component.
>
>
> ----- Original Message -----
> From: Aaron Wood
> To: joomla-de...@googlegroups.com
> Sent: Tuesday, August 07, 2012 12:16 AM
> Subject: Re: [jgen] 2.5 pass variables to wrapper
>
> Doe�s you hosting company allow you to run legacy versions of PHP? Mine
-----

Sarah

unread,
Aug 6, 2012, 10:45:16 PM8/6/12
to joomla-de...@googlegroups.com
How does one lower the error reporting?  Is that in PHP or in Joomla?
To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-general/-/W8fgO1JAUpUJ.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.

Sarah

unread,
Aug 7, 2012, 7:07:27 AM8/7/12
to joomla-de...@googlegroups.com
Ok well while I wait for my host to get back to me how can I get the username into the wrapper so I can use it?
 
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.

elin

unread,
Aug 8, 2012, 12:40:15 AM8/8/12
to joomla-de...@googlegroups.com
You can lower it in your global configuration.
Did you answer the question about the cache handler?
Would you mind sharing the name of the host who is giving out this misinformation? You can send it privately if you prefer.

I'm not clear what you are doing with hacking up com_menu but it is not a good idea.  "a form that is linked to the wrapper"
 .. are you trying to get the username from an external application and give it to joomla or to take it from joomla and give it to the external application?   What was the code you were using in 1.5?

Elin
>> To post to this group, send an email to joomla-de...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> joomla-dev-general+unsub...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/joomla-dev-general?hl=en-GB.
>>
>> No virus found in this message.
>> Checked by AVG - www.avg.com
>> Version: 2012.0.2197 / Virus Database: 2437/5180 - Release Date: 08/05/12
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Joomla! General Development" group.
>> To post to this group, send an email to joomla-de...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> joomla-dev-general+unsub...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/joomla-dev-general?hl=en-GB.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Joomla! General Development" group.
>> To post to this group, send an email to joomla-de...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> joomla-dev-general+unsub...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/joomla-dev-general?hl=en-GB.
>

--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-general/-/W8fgO1JAUpUJ.
To post to this group, send an email to joomla-de...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages