2.5.x - 90% complete, want to beta it ?
From Another Web Company
 Viewed 61200 times, With a total of 334 Posts
| Have a suggestion, improvement, change or non-beta Forum Entension bug ? Please add them to the todo list
|
|
|
|
Clicked A Few Times
Wiki Edits: 5
Threads 7
Posts 63
|
|
| 12:02:15 PM - Monday 19th, April 2010 |
|
Sweet, thank you very much.
Update works like a charm with MediaWiki 1.15.3
Again, big thank you for your efford
|
|
| What's the difference between a duck ? O.o
|
|
|
|
|
| 1:20:46 PM - Monday 19th, April 2010 |
|
Crap 
Just checked your site Dutchman and found the searches dont work correctly.
Just removed the downloads and will work on the problem now.
[edit]
Dutchman, can you run the update script (which you already downloaded) again, please.
|
|
Edited On 1:22:38 PM - Monday 19th, April 2010 by AWC
|
|
~ What was once an opinion, became a fact, to be later proven wrong ~
|
|
|
|
|
| 1:39:19 PM - Monday 19th, April 2010 |
|
Found the problem... working on it now.
Dutchman, im gonna send you a PM with a updated file in a little while to try out when you have time.
The problem is with database tables with a prefix in them, missed some changes in the search and post files.
|
|
|
|
|
|
Clicked A Few Times
Wiki Edits: 5
Threads 7
Posts 63
|
|
| 1:54:27 PM - Monday 19th, April 2010 |
|
| Sure AWC, just message me the link and i will test it for you.
|
|
|
|
|
|
|
| 2:41:42 PM - Monday 19th, April 2010 |
|
Thanks Dutchman, its all working now.
Ok, heres the 2.5.8 download info...
Changes
- Formatted 'Forum Stats' numbers on the main index page. (add a comma (,) for numbers in the thousands)
- FIXED: Forum Stat - Total Users was not updating
- FIXED: Emailing problem for some servers
- FIXED: 'White/Blank' screen on some servers
- ADDED: "Members Title" under members name in post.
- Password protect forums working (still needs work, Threads in forums which are passworded will not show up in the forum tag or search results)
- ADDED: While PM-ing, names will auto fill now
- FIXED Subscribed email title being cut off with double qoutes
- FIXED, PM replay titles with double quotes getting cut off.
- ADDED: SQLite support (still in "beta", but should work)
- ADDED: PostgreSQL support (still in "beta", but should work)
- ADDED: Max letter limit for Wikifying Words
- FIXED: Thread/Post count and Title display, displayed on forum pages when moving and deleting threads and posts
- Re-worked update script
- Re-worked some SQL queries
- FIXED I.P. of guests being displayed when it should not be, MemPage, Threads and Forum listings
- Changed location where Exported files (Skin Template, Language Definitions or CSS) are saved to, new location extensions/awc/forums/xported_files/
- Tested on Mediawiki 1.16beta
-
Installing
If you are updating your Forum from version 2.4.x or older you will have to follow these steps.
Note: this is only for people who currently are running Forum version 2.4.x and older.
If you currently have Forum version 2.5.x or newer you just need the single update like normal.
- Updating from 2.4.x and older directions.
- Download the latest Forum update.
- After you have uploaded the new files to you server you NEED to also download the 2.4.x Extra's
2.4.x Extra's will have the following three folders /config/ - /images/ and /languages/ Those three folders need to be placed in /extensions/awc/forums/ and over writing the existing folders.
- Now head to your wiki's forum and follow the update links there.
Sorry for this extra step, but it is needed and only has to be done this one time.
Upload the the /extensions/ folder included in the download to your wikis root (main) folder
- Edit your Wiki's LocalSettings.php file, add the following:
require_once( "$IP/extensions/awc/forums/awc_forum.php" );
just under
require_once( "$IP/includes/DefaultSettings.php" );
so it will look like this
require_once( "$IP/includes/DefaultSettings.php" );
require_once( "$IP/extensions/awc/forums/awc_forum.php" );
- Go to your "Special pages" and you will now see a link to your forum.
After that you will see the forums navigation menu above your wikis current navigation menu.
You can also go to your Special and you will see a Forum link in there.
CSS file
If you want to run the forums css style from a file.css file.
You need to make the following folder extensions/awc/forums/skins/css writable.
This is done the same way you made your wiki /config/ folder writable during your Mediawiki install.
You can do this two ways, FTP-Client or SSH to your server.
With a FTP-Client you have to set the folder permissions to 755
| SSH Terminal
|
name@machine:/$ cd /path/to/wiki/extensions/awc/forums/skins/
name@machine:/$ chmod a+w css
|
Exporting Lang, Skin and CSS files
If you want to export your Skin Template, Language Definitions or CSS (to share with other people) you need to make extensions/awc/forums/xported_files/ writable.
Downloads
Full installer (use for doing a FULL install): http://wiki.anotherwebcom.com/Special:AWCdownloads/?todo=dl&id=164
Update (use if you are Updating your forum): http://wiki.anotherwebcom.com/Special:AWCdownloads/?todo=dl&id=178
2.4.x_extras (If updating from 2.4.x and older, you this download and the Update download, both downloads): http://downloads.anotherwebcom.com/wiki/updates/awc_forum_2.4.x_extras_update.tar.gz
|
|
Edited On 12:31:26 PM - Sunday 25th, April 2010 by AWC
|
|
|
|
|
|
Gets Around
Wiki Edits: 4
Threads 28
Posts 161
|
|
| 9:23:41 AM - Tuesday 20th, April 2010 |
|
Hey there... first pass install on my test WinXP Pro IIS w/ 1.16 MW. The upgrade script went though OK from what I see, but clicking the forum link again causes this error:
I did use the full download though... not the upgrade download... <dof!>. Think that would have even mattered?
Thanks!
Database error
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
SELECT `awc_f_cats`.cat_id,`awc_f_cats`.cat_order,`awc_f_cats`.cat_name, `awc_f_cats`.c_wiki_perm, `awc_f_forums`.* FROM `awc_f_cats` , `awc_f_forums` WHERE `awc_f_cats`.cat_id=`awc_f_forums`.f_parentid ORDER BY `awc_f_cats`.cat_order ASC, `awc_f_cats`.cat_name, `awc_f_forums`.f_order, `awc_f_forums`.f_name ASC
from within function "". Database returned error "1054: Unknown column 'awc_f_forums.f_parentid' in 'where clause' (localhost)".
|
|
Edited On 9:46:20 AM - Tuesday 20th, April 2010 by Kenyu73
|
|
|
|
|
|
Clicked A Few Times
Wiki Edits: 4
Threads 2
Posts 50
|
|
| 12:59:04 PM - Tuesday 20th, April 2010 |
|
Yep. Me agin. I'm popping an epic number of errors now that I've upgraded to the new version (though I haven't had time to do so with the main site.
HERE is a page with a number of the errors.
|
|
|
|
|
|
|
| 2:17:21 PM - Tuesday 20th, April 2010 |
|
Hey Kenyu73...
Probably, do the update tar ball, then run Special:AWCforum/admin/get_updates/2.5.8
Kitsufox
Did you update the file i sent you via PM last night (PM has more info in it) ?
That link you posted just brings me to a empty page.
Is this what your talking about (if so, the file above should fix it) ?
http://cosc.kitsufox.com/index.php?title=Special:AWCforum/st/id602/What_are_you_Reading_Ri...
_
|
|
|
|
|
|
Clicked A Few Times
Wiki Edits: 4
Threads 2
Posts 50
|
|
| 5:12:59 PM - Tuesday 20th, April 2010 |
|
| I completely missed that PM. It fixed things up perfectly. Thank you!
|
|
|
|
|
|
Forum Regular
Wiki Edits: 13
Threads 25
Posts 206
|
|
| 10:53:24 AM - Wednesday 21st, April 2010 |
|
Problem with posting
|
Just installed the new 2.58 version on a MediaWiki 1.15.2 and started beta testing. When posting, this is what is shown at the top of the page, even though i can post:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of wfRunHooks(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /hsphere/local/home/krillmeed/lcarsmemoryalpha.com/wiki/extensions/awc/forums/post.php on line 1231
|
|
Edited On 10:53:54 AM - Wednesday 21st, April 2010 by Krillmeed
|
|
| Krillmeed. A dream that became a reality and spread throughout the internet.
|
|
|
|
|
| 12:39:45 PM - Wednesday 21st, April 2010 |
|
Looking into this now, Krillmeed.
Does this happen when you create a post or does it happen when you EDIT a post ?
|
|
|
|
|
|
Forum Regular
Wiki Edits: 13
Threads 25
Posts 206
|
|
| 1:11:16 PM - Wednesday 21st, April 2010 |
|
Post, Edit, Add Poll and Quote. Not Split and Merge
|
|
|
|
|
|
|
| 1:11:38 PM - Wednesday 21st, April 2010 |
|
Ok Krillmeed, can you try this.
Edit file: extensions/awc/forums/post.php
|
| Find:
|
In the edit_post() function (line number (1231)) wfRunHooks( 'awcsforum_edit_thread', &$this ); // 2.5.8
|
| And replace it with:
|
wfRunHooks( 'awcsforum_edit_thread', array(&$this) ); // 2.5.8
|
_
|
|
|
|
|
|
Forum Regular
Wiki Edits: 13
Threads 25
Posts 206
|
|
|
|
|
|
|
|
| 1:35:45 PM - Wednesday 21st, April 2010 |
|
| Good to here, will update the download now.
|
|
|
|
|
|
Clicked A Few Times
Wiki Edits: 5
Threads 7
Posts 63
|
|
| 7:59:38 PM - Thursday 22nd, April 2010 |
|
Btw. real cool that it fills out the name automatically when writing an PM.
I really have to say that this is one of the best extensions available for mediawiki 
I've just read Krillmeed'ss profile saying Happily married with 2 Daughters - lucky guy )
|
|
Edited On 8:03:44 PM - Thursday 22nd, April 2010 by Dutchman
|
|
|
AWC's:
2.6.0 MediaWiki - Stand Alone Forum Extension Forum theme style by: AWC
|