How can i refresh the outline without refreshing the whole page?
Can i use a javascript function or can i use a php call...
How can i refresh the outline without refreshing the whole page? Can i use a javascript function or can i use a php call...
|
Maybe one of the developers know this... |
Ajax the OutLine Block. Geeks, making the world a better place |
Ajax the OutLine Block. Ok.. would love to do that but how?
|
I still have no clue how to Ajax the OutLine Block. (needs to reload the whole outline) and not the whole page. I hope that someone has the time to help with this. |
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 |
Thanx Alex. when the loadDynamicBlock is called |
To all who likes to know. I have the outline refresh working without refreshing the whole page. The reason why i have build this feature is because people like to have options in what to do and to look at.
|
To all who likes to know. I have the outline refresh working without refreshing the whole page. The reason why i have build this feature is because people like to have options in what to do and to look at.
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 |
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. |