I would like to retrieve the code from the Post to Wall block that is found on the profile page. Where can I get the code for that? Thanks for your time.
I would like to retrieve the code from the Post to Wall block that is found on the profile page. Where can I get the code for that? Thanks for your time. |
What I am trying to do is duplicate that block so I can create a new HTML block for the homepage. I was able to retrieve this code but if I place this in a new block for the homepage and activate it, it doesn't work. I just see a line of code. Any ideas?? return BxDolService::call('wall', 'post_block', array($this->oProfileGen->_iProfileID)); |
That is PHP code so requires a PHP block. A HTML block will not work for that. https://www.deanbassett.com |
ah ok. So how do I create a php block on the home page? Thanks |
The block already exists on the profile page. I just need to convert the HTML block to a PHP block? |
You have a few choices. https://www.deanbassett.com |
Great I will check that out. I downlaoded your Deanos Tools Mod today. Thanks for the help. I will see what I can do. |