Courseware / buddypress-courseware

BuddyPress Courseware
http://buddypress.coursewa.re
GNU General Public License v2.0
121 stars 34 forks source link

Assignments as sub-nav tab #51

Closed imjjss closed 13 years ago

imjjss commented 13 years ago

Each of my courses consistantly has 4 assgianments. It would be great if I can replace the Assignment list page with 4 sub-pages. Can this be added as an option?

stas commented 13 years ago

Hi, first, I would encourage everyone to not ask support questions here, and instead use the forum. This is an issue tracker, and should be used to report errors, or misfunctionalities.

Anyway, to help you with the question, please take a look at how the navigation sub-links are generated in Courseware here: https://github.com/scholarpress/buddypress-courseware/blob/master/assignments/assignments.class.php#L318

Basically loading all your assignments into a loop and adding everyone to the $options array, should solve your problem.

Thanks.