TYPO3 make fe_user registration on 3 steps - typo3

dear friends! I have TYPO3 7.6.18 and fe_manager extension. I need make front end user registration on three steps.
1 step: Registration with email, username and password.
2 step: filling profile
3 step: uploading profile photo.
Do you have any idea? Is it possible ? Can anybody help me with good idea, or may be with some code! I would be very thankful !

please check this extension: https://typo3.org/extensions/repository/view/sr_feuser_register. This is mostly used for this type of registration. You can edit the template to have it in 3 steps and maybe need to extend it in your own extension for profile photo field.
I think you will find several tutorials how to do this whole thing if you won't mange to do it alone.

Related

Phoca Gallery: Error with Intergration of Facebook Albums in Gallery

So, same Problem like the Guy before and alot more people on the web, but this time i try to make a good discription. My english is not perfect, but please realise that i really try to tell you the details here.
There is a Function in the Famous Phoca Gallery Plugin for Joomla to integrate whole Facebook-Albums into the Gallery-System and show them next to the local ablums and pictures of the website in the same style and css.
here the detailed description by the deveopener of phoca gallery, how this integration normaly works, please look here:
http://www.phoca.cz/documents/2-phoca-gallery-component/443-displaying-facebook-albums
So, easy to tell: U have to create an facebook-application, give phoca galery the usernamem & pw, App-ID and secret-nr and it gets the rest of the needed data automatically via facebook.
Then, you have to create an new category inside of the phoca galerysystem and define the Facebook-Album you want as source. this is finally the step, that doesnt work with my page. U have to select the choosen facebook user, this is working, but if I try to select an fb-album of this user, i just get following error:
Facebook API Failure: Unknown method (3)
Normaly, on most Systems its working, but there are a few systems, where its just not working. Have a look on this forum, a lot of people have the same error like me.
http://www.phoca.cz/forum/viewtopic.php?f=1&t=23126
Developeners of Phoca tried to fix, but finally they started to tell the people, they should ask the developeners of facebook, because since now nobody was sucessfull to fix or just find the error.
So, this is now the try to tell u about this problem, maybe there is a way
Hopefully u are not just closing this, if anybody knows the problem and and have a fix, PLEASE tell
Not sure about phoca gallery, but I've developed a plugin for showing your Facebook albums (fanpage only) into your Joomla site. Thousands of people are using it successfully on their sites. It also has a WordPress version.
BTW, It's not free.
JFBAlbum
JFBAlbum Demo

Joomla | Article Manager is not displaying Articles

I am using Joomla 1.5.21 for my website. When I logged in via my Super Administrator account and goes to Article Manager then it does not display any article.
Please help me how to fix this problem. I will be very thankful to all of you.
In database ,check whether the #_content table is empty.If its empty create a new article.

What are the requirements for the next parameter for the add tab dialog?

It is not very clear as to what rules the next parameter need to follow in order to be valid with the add tab dialog.
I wish the documentation was more clear. As through trial and error I have worked out enough for just now but I want to know if you need to setup the apps as website apps or if you need the domain setup, which requires being setup as a website app. Also it appears you can specify a subdomain with no issues?
It's just not clear at all.
Can we please have clearer documentation? I realise I maybe posting this in the wrong place as well, so if this should be filed somewhere else can someone please let me know.
Thanks!
Stefan
Next is the url where you are redirect after you have added the tab
example:
next="https://www.yourdomain.com/add_tab.php"

Problem in Saving a custom registration fields in Magento 1.4.2.0 DB

I want to add some custom fields in the registration form and I tried to do that following the Magento Custom Account/Registration Fields and the Fontis Adding Custom Signup Attributes but no success yet. After searching the net, it seems that something has been changed in magento new version 1.4.2.0 as these tutorials were okay in the previous versions, even 1.4.2.0 beta.
Now the actual problem is that the input data from the registration form, edit form cannot be saved into the database. It cannot be retrieved from the database. Also, the custom fields cannot appear in admin backend.
Please let us know how to get it worked successfully by adding the custom fields in magento.
I greatly appreciated it. Thanks.
~Shaman
Make sure you delete the code at the point #5 from the tutorial after accessing it if you placed it in /template/customer/form/register.phtml.
The custom field won't appear in the Mangento admin, that's not covered in the tutorial.
Go into your database and check the last page of the eav_attribute table to see if your attribute was inserted correctly.
Detailed information on setting up a custom attribute using the form eav model can be found here: http://dev.turboweb.co.nz/2011/03/03/changes-to-customer-attributes
Make sure you have added the attribute_id for the customer_account_create in the customer_form_attribute

Drupal 6: custom admin login page

I need to create a custom admin login page. What is the candidate tpl file?
Appreciate helps!
This walkthrough helped me a lot.
http://www.lullabot.com/articles/hacking-phptemplate
There is a section there pertaining to the login screen. I've used this method quite often.