Hey.
Is there a module or possibility to have the members block (from home page) on the profile page?
Hey. Is there a module or possibility to have the members block (from home page) on the profile page? |
Hi, If you have php skills, you can create you own php blocks with this module |
Great, thanks! Just I need the php content for it now if someone could help please. |
Can someone help please still looking for the solution. |
Hi, In a PHP block, you can insert
require_once(BX_DIRECTORY_PATH_ROOT.'path to php file here.php' );
In this php file, you can add any code you want like retrieve data from mysql and place it like you want. The output of the php file will be inside the DesignBox. If you need to know how to retrieve data from database check this : http://www.tizag.com/mysqlTutorial/mysqlfetcharray.php or any tutotial about mysql and php. |