Forum suggestions on design, layout and feature set. Bug reporting encouraged.
6,391
220
Wuggawoo Blogs.
With the inclusion of Blogs to the available features to Wuggawoo users will usher in User RSS feeds which will list the activity of a user (add post, add thread, add calendar event, add blog).
- Add Blog (edit / delete)
- Comment on Blog (edit / delete)
- Rate Blog
- Tag Blog
- Tag Cloud
Est : Wednesday.
6
100
It's important that blogs are easily categorised and organised.
- View month (full blog design)
- View month list (small thread rows per blog design)
- View by tag (tag cloud only)
- View By Category leads to..
- View Category... (full blog design)
- Categories entirely, create category to.
You can now enable or disable emails about the user adding a thread, blog, comment or calendar event aswell as enable or disable ALL notifications.
1
36
Creating a thread now includes the option to include a poll. An option to add a poll to existing threads is available via
poll/add/t(id)
1
87
Start : calendar
Okay, heres the plan this time around.
- Option to Add Birthdays (yearly) or Events (one offs) by anyone
- RSS feed of birthday and events
- Notification (ala new posts, users online) of events coming up
2
74
Okay so you can add events and they show up correctly.
Just got todo edit and delete. Eventually adding your birthday through the account will show up on the calendar.
Attachment code is done.
4
95
Naming Changes
template/blogs = template/blog
template/groups = template/group
search = forum_search
Image class = Manage_File
errorTop.tpl = error-list.tpl
Added
gallery
gallery_image
image
gallery_blog
Changes
forum controllers to be strictly: post, thread, category, forum_search
general controllers to be: blog, group, calendar, qna, online_users
user controllers to be: account, account_retrieval, profile, subscriptions, messages, user_list
31st/July/2008
mini-thread-row added, no reply+threadstarter+views columns
Blogs can now be assigned to Groups.
Name tweaks.
Blog url tweaks
12
137
Updated admin area, me likey
Renamed Question and Answers to Help.
Statistics page coming soon
16
140
Adding a post is now ajax'd. Currently can't add attachments because of this. Infact, the only way at the moment is to click edit and then click full edit, then upload from there.
Smilie clicking works again to.
...and yet theres literally 5 people posting if we're lucky :lol:
7
47
121
1,449
WeekendWork log
- Added jquery-rating.js, jquery-ui.js
- Updated star-rating.css, blog.inc.php, blog.class.php, view_blog.tpl.php
- Updated index.tpl.php to include new js files, updated jquery-admin.js
- Updated forum/sort.inc.php, .htaccess (removed .html from sort urls)
- Updated category/manage.tpl, list.tpl, qna/list.tpl
- Updated forum.inc.php
- Updated user.inc.php, view_user.tpl
You should do!
I've been working on caching and performance today and load time on a page has gone from 2.8seconds to 0.9 :)
Lemme know if you notice it too!
2
26
ANd the poll thing doesn't display properly in FF3.
9
74
Indeed. :(
Writting cross-browser stuff using CSS that looks as you intend is a fucking nightmare, and best left to people with more time on their hands than me, to be honest. :(
I are dense.
10
56
- List of groups
- Join group
- Add / Edit / Delete Group By Group Leader
- Accept / Reject people wanting to join
- Hand over leadership to other group member
Group: id, title, description, image, badge group_leader_id, created, updated
Group_User: id, group_id, user_id, is_leader, created
2
50
Okay so groups are up! There are badges and logos per group. Group information will show up on your user profile soon. I hope you guys actually use this, as it will become useful soon.
Essentially the new step is to have a forum for each group, except the forum doesn't exist technically. I'm not sure if I'll make group_thread (group_id, thread_id) or add a group_id onto thread as thats more work modifying the thread class.
To-Dos
- Submit Blog to Group
- Submit Thread to Group
- View Groups Created By User
- View Groups User is in
- Paging on Group list
- Group Leader view unapproved member number