2.5.x - 90% complete, want to beta it ? - Another Web Company
ArcadeDownloadsNewslettersForum MenuNavigationWhat AWC OffersWiki ToolsLogin or Create Account

Log in

You must have cookies enabled to log in to Main Site - Local.

 

2.5.x - 90% complete, want to beta it ?

From Another Web Company

Image:Locked.jpg 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

Jump to page 1Prev 16
Clicked A Few Times
Wiki Edits: 5
Threads 7
Posts 63
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

Forum Vet
Wiki Edits: 2924
Threads 141
Posts 1431
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 ~
  • Forum Ver. 2.5.11 has been released (8/27/2010), Download here.


Forum Vet
Wiki Edits: 2924
Threads 141
Posts 1431
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
Sure AWC, just message me the link and i will test it for you.

Forum Vet
Wiki Edits: 2924
Threads 141
Posts 1431
Thanks Dutchman, its all working now.


Ok, heres the 2.5.8 download info...


Contents

Changes

  1. Formatted 'Forum Stats' numbers on the main index page. (add a comma (,) for numbers in the thousands)
  2. FIXED: Forum Stat - Total Users was not updating
  3. FIXED: Emailing problem for some servers
  4. FIXED: 'White/Blank' screen on some servers
  5. ADDED: "Members Title" under members name in post.
  6. Password protect forums working (still needs work, Threads in forums which are passworded will not show up in the forum tag or search results)
  7. ADDED: While PM-ing, names will auto fill now
  8. FIXED Subscribed email title being cut off with double qoutes
  9. FIXED, PM replay titles with double quotes getting cut off.
  10. ADDED: SQLite support (still in "beta", but should work)
  11. ADDED: PostgreSQL support (still in "beta", but should work)
  12. ADDED: Max letter limit for Wikifying Words
  13. FIXED: Thread/Post count and Title display, displayed on forum pages when moving and deleting threads and posts
  14. Re-worked update script
  15. Re-worked some SQL queries
  16. FIXED I.P. of guests being displayed when it should not be, MemPage, Threads and Forum listings
  17. Changed location where Exported files (Skin Template, Language Definitions or CSS) are saved to, new location extensions/awc/forums/xported_files/
  18. 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.
  1. Download the latest Forum update.
  2. 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.
  3. 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
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
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.

Forum Vet
Wiki Edits: 2924
Threads 141
Posts 1431
Quote:Kenyu73 Apr 20th 9:15 am
Think that would have even mattered ?

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
I completely missed that PM. It fixed things up perfectly. Thank you!

Forum Regular
Wiki Edits: 13
Threads 25
Posts 206
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.

Forum Vet
Wiki Edits: 2924
Threads 141
Posts 1431
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
Post, Edit, Add Poll and Quote. Not Split and Merge

Forum Vet
Wiki Edits: 2924
Threads 141
Posts 1431
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
That fixed it

Forum Vet
Wiki Edits: 2924
Threads 141
Posts 1431
Good to here, will update the download now.

Clicked A Few Times
Wiki Edits: 5
Threads 7
Posts 63
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


Forum Image:Icon-double-arrow.gif AWC's Corner Image:Icon-double-arrow.gif AWC's MediaWiki Forum Extension
Jump to page 1Prev 16



Whos here now: Members 0 Guests 0 Bots/Crawlers: 1


AWC's: 2.6.0 MediaWiki - Stand Alone Forum Extension
Forum theme style by: AWC