how can i add another row, as i see it, you can only have columns, what if i wanted 3 blocks at the top and one long one across the bottom?
how can i add another row, as i see it, you can only have columns, what if i wanted 3 blocks at the top and one long one across the bottom? |
can anyone shed any light on this? i need my profile to be split into rows as well as the column layout |
This is not possible through the administration panel and requires editing template files to achieve a dirty hack. For more information, see this topic: http://www.boonex.com/unity/forums/topic/Page-columns.htm.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
thanks for this, looks confusing, and i have todo 7 times as i have 7 templates? think i'll brake the site if i try that link lol |
also, that link isn't for 7.0 ) - :
|
also, that link isn't for 7.0 ) - :
Scroll down and Deano comes in with the new file you'd need to edit, instead. I've never tried this (nor do I plan to), so I can't confirm if this still works. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
ah, i see it, but again, will that display female members?
also, this is what my page_1 says in my template as i'm using a custom one
<bx_include_tmpl:_sub_header_home.html /> |
ah, i see it, but again, will that display female members?
also, this is what my page_1 says in my template as i'm using a custom one
<bx_include_tmpl:_sub_header_home.html /> Example includes things for female members, so you may be surprised with the outcome. I haven't got a clue on how to work with that code, though. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
You can easly put in a row that contains static content by editing the template. But that row will not be available in the page builders. The page builders were designed to work with columns, so any new rows you want will have to be added directly to the template. https://www.deanbassett.com |
can i add php code here and it will work? |
No. No php in a template. In cases such as that you would need to use a template key Like __my_key__ like the __page_main_code__ is a key. https://www.deanbassett.com |
oh, so i wont be able to do it then...aint that skilled ) - : |
will javascript work?? let's say a google ad? |
You can easly put in a row that contains static content by editing the template. But that row will not be available in the page builders. The page builders were designed to work with columns, so any new rows you want will have to be added directly to the template. Hi Deano, I see how you mean to do this for the homepage "page1". Can you let me know which file is responsible for putting rows in the profile pages. Regards, Htech |
Can anyone explain how to code in the right div code for a 3 column row that will display right above __page_main_code__.
I can make 1 single whole width div, but would like to make 3 static blocks before the dolphin blocks. Any help is appreciated.
Coolmoe |
I was also looking for something like this, boonex should incorporate this into dolphin |