Opened 2 years ago
Closed 2 years ago
#2916 closed Defect (fixed)
cannot post with messageboard widget
| Reported by: | cash | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | Message Board | Version: | Github Master |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: | moderate |
Description
The ajax is not working - needs to be updated to use Evan's new js libs anyway
Change History (4)
comment:1 Changed 2 years ago by brettp
comment:2 Changed 2 years ago by brettp
- Version changed from 1.7 to SVN Trunk
Just saw the JS break if you don't have a first post. Will clean tomorrow.
comment:3 Changed 2 years ago by brettp
(In [svn:8344]) Refs #2916. More cleanup of the messageboard widget.
comment:4 Changed 2 years ago by brettp
- Resolution set to fixed
- Status changed from new to closed
This is basically fixed. Other issues can be opened in new tickets.
Note: See
TracTickets for help on using
tickets.

(In [svn:8320]) Refs #2916: Moved messageboard js into elgg.messageboard object. Moved forms into forms/messageboard. Can post now, but wow this plugin needs cleaned up.