I'm looking to use this as the main page my users operate from. I'd like to know if its possible to add "post to timeline" block to the account page and how. Im using 7.2.1 and daenotools wont work.
Thanks!
I'm looking to use this as the main page my users operate from. I'd like to know if its possible to add "post to timeline" block to the account page and how. Im using 7.2.1 and daenotools wont work.
Thanks! |
I've suggested this on Github: https://github.com/boonex/dolphin.pro/issues/28
It is listed as a milestone for v 7.3.
Waiting for an updated version of Deanos Tools as well (to see if I can add php blocks to account.php). |
Thanks, I figured it out. pretty easy to do.
in phpMyadmin, find "sys_page_compose" database then find: "_wall_pc_post_index_tl" mine was ID 154 click on "copy" and then look for "Page varchar(255)" and in the value section, replace "index" and type "member" Click GO(save)
then go back to your page builder in dolphin and it should be there! |
Brilliant!
Not only did I add "Post To Timeline" to the account.php page, I copied _wall_pc_view_index_tl (homepage timeline) plus _wall_pc_view_index_ol (homepage outline) and changed 'index' to 'member'.
The default "friends timeline" on the account page for a small membership site, is usually empty which makes the account.php page seem useless.
Having the option to display the Timeline, or even the Outline instead to vary things up, on the account page is good to experiment with. I'll see what members like. |
Thank you very much! Thanks, I figured it out. pretty easy to do.
in phpMyadmin, find "sys_page_compose" database then find: "_wall_pc_post_index_tl" mine was ID 154 click on "copy" and then look for "Page varchar(255)" and in the value section, replace "index" and type "member" Click GO(save)
then go back to your page builder in dolphin and it should be there!
7.3.5 with responsive UNI |
Thank you both so much :D |
Is this solution working fine? |