How do I change Create Account Link in Joomla? - authentication

I just installed a Joomla 1.6 Stable release onto my webserver. However, whenever I try to create an account, it takes me down to: using-joomla/extensions/components/users-component/registration-form. How do I change the home-screen login form box to use a different page for the user-registration form?
I have looked online, and they talk about editing options in the Login Form Module, but I don't see a module called Login Form in my Modules list. Even on clean install with nothing touched.
**Note I am starting off with the sample data installed.

If you look in the admin backend of 1.6 you will see that under Menus->About Joomla the Registration link you are clicking is a sub-menu of the Using Joomla! menu item. So this is why that link is being dynamically created with that URL.
To create a Registration form such as mysite.com/register then simply create a new registration form out of that sample contents menu tree. To do this in the admin backend go to Menus/Your Menu/Add New Menu Item Then when the Menu Manager pops up to create a new menu item click the select button next to the Menu Item Type and select Users Manager->Registration Form.
Hope this helps.

I also encountered this problem, so the decision was, the menu manager deleted all unnecessary. The problem is that the reference referred to the registration menu item "about joomla". PS I'm not Englishman, sorry for the spelling mistakes ...

Related

Can't find language option on TYPO3 10.4

Recently we decided to upgrade our site from TYPO3 9.5 to TYPO3 10.4. We installed a fresh TYPO3 installation. But after installation when I am trying to set language option, I cannot find it under web > list. See the attached images. Can anyone please let me know if I am missing something?
Thanks in advance.
Regards
Prasun
Because I struggled for a couple of hours too:
A language for a typo3 site can be added by going to the List of database records on the left hand site.
Then select the site (Item called either veniceXplorer or New Typo3 site according to the screenshots in the question).
A + Icon with tooltip Create new record is in the middle at the top. Click on it.
New Record view appears. Under System Records there is an entry Website Language. Click on it.
Now a view Create New Website Language on root level appears. Type a name, select the language and a flag for it.
When done, press Save.
Now go to Sites on the left hand site
Press edit icon at your site
For each language put something meaningful into locale box
When done press Save
Now for your paragraphs you can select the new language.

I can't edit permissions in Matomo for a new user

As a Super User, I have created a new user by clicking the "Add a new user" button. After that, I will edit the permissions for this user (user alum) but I can't with the dropdown.
I have tried with the "user edit form" > Permissions but I can't see the website.
What do you suggest?
Thanks
In your second screenshot, you have set the filter to only show you websites where the user has at least view access. Change this dropdown to view all websites in this list.
After updating the PHP version from 7.0 to 7.1, the problem has been solved.

Best way to build Breadcrumb Menu in Visual Basic

I have a VB10 app that uses panels, one for menu, one for main screen and then i want to add one for a breadcrumb menu. I use user controls to display in pnlMain and would like the breadcrumb trail to add an link with user control info every time I add a screen to pnlmain...and remove the link when I click on the previous link.
I would like to build the links dynamically like they do here: http://www.codeproject.com/Articles/17714/Create-a-Breadcrumb-Menu-in-VB-NET-WinForms,
but I couldnt get the links to display when I ran the solution.
and if I get the links to show, how do I associate the user control to that link?
Thank you for your help. The breadcrumb shouldnt go more than 3-4 levels deep

sharepoint designer saves the changes but it does not affect

I add a tag to my page source in share point designer to use in my javascript,
and then save it. but when I refresh my page, it shows me that its not saved.
Have you checked that version control isn't acting on that resource? You should check in a major version to publish it.
Right click on the page and then there is an option to check in a major version (see below screenshots).

Sharepoint Quick Launch Issue

I want to add dynamic link add in quick launch my requirement is that
1) one list like topics and other is Chapter in chapter list i took look up of topics list
2)Now i want to add topic items as Heading Link in quick launch and chapters items are child link in quick launch based on Heading item...
Is this possible by programmatically??
if yes then tell me steps or any reference link
if not possible than any alternate ways to solve this issue?
Thanks In Advance............
If I had that requirement, I would:
create a simple quick launch item called "View Table of Contents" in the siteactions.xml file.
when the user clicks on that item, a javascript function is run that opens a modal dialog with the table of contents rendered from a simple aspx page with a TOC webpart in it.
then the user would click a link in the dialog and be taken to the chapter