Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Centralized Users: Message Board
#7
Now taken care of, Oleg. Been working on this all week (I actually fixed the problem that you specified the day that you opened the inquiry (I stupidly forgot to rename a variable), but decided not to post an update till I completed more of the plugin).

Updated (v 0.3)

Change log:
- Basic skin added (still need to work on CSS rules to make them friendlier to edit)
- Pagination for topics and categories added
- Admin panel reorganised (still needs further work)
- Admins can ban members
- Mods/Admins can set topic statuses (e.g. Open, Closed, Moderators Only, Admins Only)
- Categories can now be grouped into 'sections'
- Usage of the plugin has been changed: to use, simply create a page with the slug forum and paste the placeholder (% msgboard %). If you decide to change the page slug, you can modify the URL structure of all the pages in the Admin Panel (under the 'Domain' field).
- Also, to have the page title change depending on where you are in the forum, replace the contents of your <title> tags with this:
Code:
<?php
  if(return_page_slug()=='forum') { get_msgboard_title(); }
  else { get_page_clean_title(); echo ' '; get_site_name(); }
?>
- Board statistics added to the main page
- 'msgboard' GET key is no longer used - URLs go directly off of the page slug (e.g. forum&topic=0 instead of forum&msgboard&topic=0
- Avatars and signatures fully supported


To do
- Incorporate more BBCode functionality (as it stands, not all codes are supported, e.g. 'code')
- Integrate a search feature to search for posts (could take a while to do)
- Build a separate 'page comments' plugin that can be integrated with the already existing MSGBoard users
- Continue to improve skinning capabilities

To update from 0.2, delete all of the information from the tables and start afresh, reinstalling MSGBoard (a lot of significant changes have been made, and the incompatibility will likely cause an error).


Attached Files
.zip   MSGBoard_0.3.zip (Size: 182.6 KB / Downloads: 16)
Reply


Messages In This Thread
Centralized Users: Message Board - by Angryboy - 2013-04-16, 07:27:49
RE: Message Board Plugin - by n00dles101 - 2013-04-16, 07:57:15
RE: Message Board Plugin - by Oleg06 - 2013-04-16, 18:28:20
RE: Message Board Plugin - by Angryboy - 2013-04-16, 19:58:42
RE: Message Board Plugin - by Angryboy - 2013-04-17, 08:41:08
RE: Message Board Plugin - by Oleg06 - 2013-04-17, 16:35:34
RE: Message Board Plugin - by Angryboy - 2013-04-21, 18:54:12
RE: CUsers Message Board - by Angryboy - 2013-05-19, 21:52:56
RE: CUsers Message Board - by shawn_a - 2013-05-19, 23:10:16
RE: CUsers Message Board - by reticent - 2013-05-21, 23:50:00
RE: CUsers Message Board - by Angryboy - 2013-05-21, 23:55:56
RE: CUsers Message Board - by n00dles101 - 2013-05-22, 00:31:17
RE: CUsers Message Board - by wwwcre8r - 2013-05-23, 20:53:44
RE: CUsers Message Board - by Angryboy - 2013-05-25, 03:47:01
RE: CUsers Message Board - by Timbow - 2013-05-25, 05:53:23
RE: CUsers Message Board - by Timbow - 2013-05-25, 22:59:29
RE: CUsers Message Board - by Timbow - 2013-05-23, 22:41:28
RE: CUsers Message Board - by shawn_a - 2013-05-25, 23:27:02
RE: CUsers Message Board - by Angryboy - 2013-05-26, 19:14:25
RE: CUsers Message Board - by Timbow - 2013-05-26, 20:15:15
RE: CUsers Message Board - by Angryboy - 2013-05-26, 22:52:59
RE: CUsers Message Board - by Angryboy - 2013-06-02, 20:14:25
RE: CUsers Message Board - by Riianna - 2013-06-24, 02:02:45
RE: CUsers Message Board - by Bendero - 2013-07-17, 16:12:18
RE: CUsers Message Board - by Angryboy - 2013-08-02, 01:14:13
RE: Centralized Users: Message Board - by b3n.ji - 2013-08-08, 18:51:10
RE: Centralized Users: Message Board - by b3n.ji - 2013-08-19, 14:32:26



Users browsing this thread: 1 Guest(s)