By Ulysses Gonzalez on Friday, 14 January 2022
Posted in General Issues
Replies 9
Likes 0
Views 692
Votes 0
Couldn't find anything on this; so I thought its better to ask them to assume.
Is it possible to add a module to this page?
https://website.com/community/registration/completed/6

Not sure why it reverts to "/6"
but essentially adding the page to menu items and creating a few adjustments.
Didn't see a menu item for this.
Hello Ulysses,

We don't currently have any specific module positions rendered in this layout but you can easily add module positions in the theme files for files located under /components/com_easysocial/themes/wireframe/registration/completed/

Adding a module position in the template file is as simple as:


<?php echo $this->render('module', 'any-position-name'); ?>
·
Saturday, 15 January 2022 15:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, so I see a folder with several files; which. I believe I choose the correct one.
Let's say I add the code into the file.
How do I add a module that would only be visible on this page?
Especially since I am not quite certain we can add a menu item based on what you mentioned?
guessing individual modules are only visible on one page isn't possible or am I incorrect?
·
Monday, 17 January 2022 12:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ulysses,

These files represent the different states of the registration based on the registration conditions. All you need to do is to add the codes into each of these files.
·
Monday, 17 January 2022 16:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ulysses,

These files represent the different states of the registration based on the registration conditions. All you need to do is to add the codes into each of these files.


Thanks Mark..

My last and final question is;
Since I am not able to set a menu item, how do I add a module that would only be visible on this page?
·
Tuesday, 18 January 2022 09:13
·
0 Likes
·
0 Votes
·
0 Comments
·
You can add a module position that is only uniquely available on this page. For instance,


<?php echo $this->render('module', 'super-unique-position'); ?>


In this case, you publish the module to appear under "super-unique-position" and since only these pages render this positions, it will not render anywhere else.
·
Tuesday, 18 January 2022 09:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Have you tried Advance Module Manager Pro from Regular Labs?

A must have for most Joomla sites...
·
Tuesday, 18 January 2022 14:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Have you tried Advance Module Manager Pro from Regular Labs?

A must have for most Joomla sites...


Thanks for sharing
·
Wednesday, 19 January 2022 11:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Have you tried Advance Module Manager Pro from Regular Labs?

A must have for most Joomla sites...


Thanks for the hot tip @ssnobben
I'll definitely be looking into this.
·
Thursday, 20 January 2022 17:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, I will also mark this thread as resolved
·
Thursday, 20 January 2022 23:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post