Hello,
I've managed to add some text at the bottom of the Login/Join pop-up by editing this file: /templates/base/login_join_popup.html
Now i would like to add the same text at the bottom of the joinning form/page which comes next after you fill out the Joinning form in the pop-up. But I can't figure out where the template file for join.php is?
Can someone help?
Thanks in advance.
|
you can edit join the page with admin page builder ../administration/pageBuilder.php?Page=join otherwise start by taking a look at this file ..inc/classes/BxDolJoinProcessor.php |
can also inject code or text by adding a new row to your sys_injections database table |
join page html is parsed by using this file ../base/page_81.html |
and if you want add code to join page by using db table sys_injections, you need to have 81 as value in the page_index column |
Hi adultdate,
Thanks for your replies. Very informative answers!
But what i would like to do is to add the following code <bx_text:_join_sometext_here /> at the bottom of the join.php page, just below the 'Join Now' button. Any clue?
Thanks
|
Hello DigitZup!
Well, adultdate has shown (thnx!) all possible ways to add your own parts. The only way is to change inc/classes/BxDolJoinProcess.php file, but it's better not to do it to leave the future upgrade process without problems. So just add the HTML block to this page via admin panel->builders->pages section.
|
Hello LeonidS,
Yes, I've just added an HTML block to the join.php page via the Page Builder. It was the easiest way to achieve it.
Thank you both for your help.
Regards
|