By Joshua Cavallaro on Monday, 11 June 2018
Posted in General Issues
Replies 5
Likes 0
Views 691
Votes 0
Hey guys,

I'm trying to edit the core login menu after you select the plan you want to use, and payplan's ask's you to login or register.
The "login inputs" I want to add place holders to them and remove the text from the out side.

How can I create a override for this, and where is the login file located ? Also what would be the correct path for the override ?

And is it possible to add overrides for other parts of payplan's ? such as the dashboard ? And if so, could you add the details on that to please

Many thanks
Hello Joshua,

You can do this by template overriding.
Refer below mentioned document link for more details about template overriding.
https://stackideas.com/docs/payplans/administrators/customizations/template-override

You will find login/register template at below mentioned file path.
root/components/com_payplans/templates/default/plan/default_login.php or if you are using BS3 template then path would be root/components/com_payplans/templates/tmpl_bs3/plan/default_login.php

You will find the dashbaord related files in dashbaord folder
root/components/com_payplans/templates/default/dashboard or if you are using BS3 template then path would be root/components/com_payplans/templates/tmpl_bs3/dashboard

Let me know if you have any query.
·
Monday, 11 June 2018 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Cool now i can customise my dashboard, can you tell me how i can get the dashboard working as a modual as it is now ?
·
Tuesday, 12 June 2018 11:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Joshua,

can you tell me how i can get the dashboard working as a module as it is now ?
I didn't get you properly. Do you means dahsboard as module or something else.

Update me with details so i can assist you.
·
Tuesday, 12 June 2018 12:30
·
0 Likes
·
0 Votes
·
0 Comments
·
yes so i want to make the dashboard as a module
·
Tuesday, 12 June 2018 12:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Joshua,

Directly it's not possible to make dashbaord as a module , to show payplans dashbaord in module , it will require significant work in module to do that (you need to use payplans api).
Because on dashboard, some details will be coming from plugins also (like dashbaord widget).
Refer above reply to check dashbaord related files.
https://stackideas.com/forums/edit-login-menu-payplans#reply-416900

You can refer below mentioned document to use Payplans Api.
https://stackideas.com/docs/payplans/developers/welcome/payplans-api

Update me if you have any query.
·
Tuesday, 12 June 2018 13:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post