OUTLINE refresh instead of page refresh

How can i refresh the outline without refreshing the whole page?

Can i use a javascript function or can i use a php call...

 

Quote · 5 Feb 2014

Maybe one of the developers know this...
How to refresh outline only instead of page refresh?

any help is welcome :-)

Quote · 9 Feb 2014

Ajax the OutLine Block.

Geeks, making the world a better place
Quote · 9 Feb 2014

 

Ajax the OutLine Block.

Ok.. would love to do that but how?
I use a option select on change event to filter the outline. 

 

Quote · 9 Feb 2014

I still have no clue how to Ajax the OutLine Block. (needs to reload the whole outline) and not the whole page.
Can someone help me with the code...

I hope that someone has the time to help with this.

Quote · 16 Feb 2014

It is possible to reload any page block using the following function call:

loadDynamicBlock(BLOCK_ID, 'PAGE_URL?dynamic=tab');

Where:

BLOCK_ID - page block id, you can get it by inspecting block in some web inspector by looking for wrapper div with id = page_block_NNN, where NNN is BLOCK_ID

PAGE_URL - url of the page with page block

For example, to reload outline block on demo.boonex.com, you need to call the following function in JS:

loadDynamicBlock(858, '/index.php?dynamic=tab');

Rules → http://www.boonex.com/terms
Quote · 17 Feb 2014

Thanx Alex.
the reload of the outline block works but is doesn't really reloads the events like it does on reload index page.

when the loadDynamicBlock is called
what class file is called with this function?
is it the BxWallDB.php or BxWallModule.php?

Quote · 17 Feb 2014

To all who likes to know.

I have the outline refresh working without refreshing the whole page.
Also I can filter the outline by category (module) like only Videos or Photos etc..
It keeps track of the last view. So when you log out and log back in the outline knows what you viewed last.
This is done on member level.

The reason why i have build this feature is because people like to have options in what to do and to look at.
Also if the outline fills up quickly the view is much better filtered.

 

 

 

Quote · 21 Feb 2014

 

To all who likes to know.

I have the outline refresh working without refreshing the whole page.
Also I can filter the outline by category (module) like only Videos or Photos etc..
It keeps track of the last view. So when you log out and log back in the outline knows what you viewed last.
This is done on member level.

The reason why i have build this feature is because people like to have options in what to do and to look at.
Also if the outline fills up quickly the view is much better filtered.

 

 

 

Can you share more information on this?  An Outline block on the home page where you can click and load all new photos, blog posts, etc. would be a nice improvement.  I am also wondering if this can be used with the spy block in the account page.

Geeks, making the world a better place
Quote · 22 Feb 2014

Can you share more information on this?  An Outline block on the home page where you can click and load all new photos, blog posts, etc. would be a nice improvement.  I am also wondering if this can be used with the spy block in the account page.


GG, i posted the outline filter idea before (last year) and that was based on index page load. Now I took that idea and made it on just reload(refresh) of the outline block. I have an select field with all the modules i use and when you select a module(videos or news etc...) it returns the outline events for that module category only.

I think you can do the same for the spy.. I haven't looked at yet.

Quote · 22 Feb 2014
 
 
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.