Blog Home Pagebuilder

hello,

the blog home site is not in the pagebuilder.

it would be very nice if this could get also in the next version, or does anybody know how to make this also in the builder?

ue30 Mods - http://www.boonex.com/market/posts/ue30
Quote · 30 Mar 2010

I want to know this also!!

Kids first
Quote · 30 Mar 2010

Yes, it possible, try to suggest it in ticket section (of TRAC).

Quote · 30 Mar 2010

i already tried, but i get this error

TICKET_CREATE privileges are required to perform this operation

what must i do?

ue30 Mods - http://www.boonex.com/market/posts/ue30
Quote · 30 Mar 2010

I have made a ticked for this one:

http://www.boonex.com/trac/dolphin/ticket/1999

Kids first
Quote · 4 May 2010

And they already had a ticket for it, but nothing was done.  In fact the type changed from defect to enhancement.  LOL

Quote · 7 May 2010

Hi found a way to add a column with 2 boxes and keep the blog in the first column.

In modules/boonex/blogs/blogs.php

I replaced the line

$_page_cont[$_ni]['page_main_code'] = PageCompBlogs($oBlogs);

by

$jContent = '<div id="page_column_1" class="page_column page_column_first" style="width: 77%;">'.
'<div class="page_block_container">'.
PageCompBlogs($oBlogs).
'</div>'.
'</div>'.
'<div id="page_column_2" class="page_column page_column_last" style="width: 23%;">'.
'<div class="page_block_container">'.
DesignBoxContent(_t(_LanguageKey), 'HTML CODE HERE', 1) .
'</div>'.
'<div class="page_block_container">'.
DesignBoxContent(_t(_LanguageKey), 'HTML CODE HERE', 1) .
'</div>'.
'</div>';

$_page_cont[$_ni]['page_main_code'] =  $jContent;

Quote · 22 Aug 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.