Calendar Plus [Deleted]

AndyB

Well-known member
AndyB submitted a new resource:

Calendar Plus - Adds Upcoming Calendar Events sidebar block to the [bd] Widget Framework.

Description:

Adds Upcoming Calendar Events sidebar block to the [bd] Widget Framework.

(Example of Upcoming Calendar Events)

View attachment 139841

Requirements:

This add-on requires the following two add-on located here:

https://xenforo.com/community/resources/calendar.2675/
https://xenforo.com/community/resources/bd-widget-framework.297/

Installation:
  1. Download calendarplus_v1.0.zip and unzip it.
  2. Upload the Andy...

Read more about this resource...
 
If you experience an avatar width issue (this happens with some third party styles), please add this code to your EXTRA.css template:

Code:
.sidebar img {
    max-width: none !important;
}
 
Hey Andy!

Thanks for developing this tool. I've used your Calendar without any hitches, as well as the [bd] widget framework. But this just doesn't show up on the sidebar, any ideas?

Edit: Found a resolution....

I was trying to make it work by appending the Calendar Widget to forum_list or all position, but what did the trick was using hook:ad_sidebar_below_visitor_panel

Hope this helps someone!
 
Last edited:
Hey Andy, is it possible to add the option to include a thumbnail to show for the list for each calendar entry? It could pull from the first attachment if there is one.
 
Do you have a version of this for XF 2.x?
 
Top Bottom