Forum Replies Created
-
I am having the same issues… the popup menus show up but when you move the mouse down to the fourth or fifth item down it disappears again.
Sounds great, thanks!
I am developing an Events component. It has basic functionality right now, such as inviting friends, wire and forum attached, some widgets (popular, recent, upcoming and active views, as well as list/calendar view) and will work with upcoming Albums component when released for attendees to upload pictures.
I will let you know when you folks can download it (this week) to play around with and test.
In the mean time, I’d like to build a list of what you folks would like it to do, in addition to the features already mentioned on this thread.
Also, what back-end options would be nice, such as auto inclusion of birthdays on the calendar, set up basic categories, allow users to add categories, etc.
In the file “bp-example.php” on line 209:
if ( $bp->current_example== $bp->example->slug ) {
should read:
if ( $bp->current_component== $bp->example->slug ) {
shouldn’t it?
Thanks so much!
Andy,
Thanks for all your hard work! We all appreciate it.
I am looking forward to the next release!
Don’t get me wrong–I really appreciate this. It’s great to be able to start out with a skeleton component.
That being said, it would be a better idea to name the component something else rather than “component”. Throughout all the files, we’re supposed to replace “component” with our own component name, however, there are instances such as the flag “current-component” that should not be renamed, creating confusion. Now we don’t know if we’re supposed to replace “component_id” or not.
It would have been better to name the thing “example”, or another word not currently used in the bp structure so we can see exactly see where the component name comes in.
I know the skeleton is created for us to learn the structure, I am just saying naming it “component” is confusing.
Also, the skeleton component does not work straight uploaded into the mu-plugins? It adds a nav menu options, but the screens do not work, nor the sub navs. Any ideas?
Don’t know about the groups, but as far as your subdomain problem… you can only set these options (between user.domain.com vs. domain.com/user) when you install WordPress MU. Once you set that during install, there’s no way to change it after that. If you have to change it, you have to reinstall WordPress from scratch and pick the right installation options.