- page builder -> Profile
- remove 'Actions' block
Results:
- Timeline slider isn't working correctly see this bug report because jquery js and css aren't loaded.
- 'Subscribe' in Timeline block isn't working because required js is in 'Actions' block.
Blocks should be self contained.
|
This sounds strange to me. I am sure the jquery js and css are added in the header of the site and not in an actions block. Perhaps something else is at cause here. Geeks, making the world a better place |
Tested on demo.boonex
So blocks can't have headers?
|
I can't reproduce it on demo.boonex.com, please could you describe in details on how to reproduce it ?
- page builder -> Profile/
- remove 'Actions' block
Results:
- Timeline slider isn't working correctly see this bug report because jquery js and css aren't loaded.
- 'Subscribe' in Timeline block isn't working because required js is in 'Actions' block.
Blocks should be self contained.
Rules → http://www.boonex.com/terms |
- throw out actions block from profile site
- login as kangaroo
- profile -> post to timeline -> privacy -> me only
- login as Possum
- go to /Kangaroo
(there is a way for guests to have this bug too)
timeline slider is not working <- js and css files missing in header
subscribe in timeline is not working <- nedded js is directly in actions block code
|
Thank you, I was able to reproduce the issue with "Subscribe":
http://www.boonex.com/trac/dolphin/ticket/3368
but slider is still working fine.
- throw out actions block from profile site
- login as kangaroo
- profile -> post to timeline -> privacy -> me only
- login as Possum
- go to /Kangaroo
(there is a way for guests to have this bug too)
timeline slider is not working <- js and css files missing in header
subscribe in timeline is not working <- nedded js is directly in actions block code
Rules → http://www.boonex.com/terms |
Same as above but:
Actions block and general info block both need to be removed for slider bug.
|
This js code is missing in subscribe bug:
<!-- var oBxDolSubscription = new BxDolSubscription({ sActionUrl: 'http://demo.boonex.com/subscription.php', sObjName: 'oBxDolSubscription', sVisitorPopup: 'sbs_visitor_popup' }); --> </script>
[Error] ReferenceError: Can't find variable: oBxDolSubscription onclick (Possum, line 2317)
|
Thank you for the clarification, ticket was updated:
http://www.boonex.com/trac/dolphin/ticket/3368
Actions block and general info block both need to be removed for slider bug.
Rules → http://www.boonex.com/terms |