how can I edit page blocks..

Hi,

 

I want to edit the page blocks on home page such as Forum Posts, Members etc.

 

Thanks..

Quote · 5 Aug 2011

Administration > Builders > Pages Blocks

 

You can select a page and add, remove, or modify existing blocks. You can't modify special block types beyond making them active or inactive.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 5 Aug 2011

I did not mean it.

 

I want to edit the html or php in the existing blocks.

for example: forum posts open in a new window, i wil to edit it..

Quote · 5 Aug 2011

Any idea?

Quote · 6 Aug 2011

Most page blocks are generated by code in one of the class files for the module it belongs to or in one of the dolphin classes.

So you will have to be very specific as to which one you want to edit so we can tell you where the code is. Because they are not in any one specific location. The code is all over the place.

https://www.deanbassett.com
Quote · 6 Aug 2011

I will Forum Posts, Members, Blogs, News and Videos blocks edit.

 

Thanks for your help..

Quote · 7 Aug 2011

The forum posts block on the home page is generated by the rss function in the forum module.

modules\boonex\forum\classes\Forum.php in the function getRssAll

The members block on the home page is generated in templates\base\scripts\BxBaseIndex.php in the function getMembers

The blogs block in generated by the service call in modules\boonex\blogs\classes\BxBlogsModule.php in the function serviceBlogsIndexPage

The rest i am still looking for.

https://www.deanbassett.com
Quote · 7 Aug 2011
 
 
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.