@All...
I have finally decided to give "Extended Users - Members Module" a full fledged try tonight...
So I have been trying to tutorial at: http://www.couchcms.com/docs/extended-entities/post.htm
Now...
I am through till the part (step-by-step) where we have to add
and then re-visit the users/index.php, logged in as super admin after adding the above code to the couch/addons/extended/config.php. (DONE!)
The tutorial then says:
I suppose it means that after visiting the users/index.php -> adding it to the config.php file -> revisiting the users/index.php and then visit the admin panel, and click on "Add New" to create a cloned page. If so, I should get the added extended entities.
So I did the same but still the extended entities do not show up. So what should i do. This is how my admin panel -> Users template, after clicking on the "Add New" Button, appears!
Any help will be appreciated. I have to get this done. This is one thing that I haven't been able to implement
Regards,
Aashish
I have finally decided to give "Extended Users - Members Module" a full fledged try tonight...
So I have been trying to tutorial at: http://www.couchcms.com/docs/extended-entities/post.htm
Now...
I am through till the part (step-by-step) where we have to add
- Code: Select all
$t['users_tpl'] = 'users/index.php';
and then re-visit the users/index.php, logged in as super admin after adding the above code to the couch/addons/extended/config.php. (DONE!)
The tutorial then says:
Create a cloned page from our 'users/index.php' template.
You'll see that it displays some editable regions that are not defined in the template
I suppose it means that after visiting the users/index.php -> adding it to the config.php file -> revisiting the users/index.php and then visit the admin panel, and click on "Add New" to create a cloned page. If so, I should get the added extended entities.
So I did the same but still the extended entities do not show up. So what should i do. This is how my admin panel -> Users template, after clicking on the "Add New" Button, appears!
Any help will be appreciated. I have to get this done. This is one thing that I haven't been able to implement


Regards,
Aashish