2.5.x - 90% complete, want to beta it ?
From Another Web Company
 Viewed 59213 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
|
|
|
|
Forum Regular
Wiki Edits: 13
Threads 24
Posts 204
|
|
| 8:07:48 AM - Sunday 22nd, February 2009 |
|
| It went into the test wiki i made though i did have to unistall the old 2.43 version then install the 2.52 version, the update did not work or timed out after about 15 minutes, no problem it did go in. But on my working wiki, the whole wiki just drops when i do the same there, i am sending you by PM the last entries in my log file, there is a page of these. Is there a reason why i cannot install a fresh 2.52 version on it, then put back in my database?
|
|
| Krillmeed. A dream that became a reality and spread throughout the internet.
|
|
|
|
Clicked A Few Times
Wiki Edits: 5
Threads 7
Posts 63
|
|
| 9:40:24 AM - Sunday 22nd, February 2009 |
|
Howdy
Thnx for this nice nice update and the fast updating. Looks better and better every time
I had the same problem with the language file and after 1 hour of drinking tee as hell and trying to find the problem, my problem was the following :
The old language file had this entry on the 2nd line : $awc_lang = array(
The new language file had this entry on the 2nd line : $lang_txt_admin = array(
I just changed this in the new language file (after manually uploading it to LanguageEn.php) and that did it.
Dunno, must be my mistake but maybe this is a try for those who did not solve it.
Much greetings,
Dutchman.
|
|
| What's the difference between a duck ? O.o
|
|
|
|
Clicked A Few Times
Wiki Edits: 5
Threads 7
Posts 63
|
|
| 11:00:55 AM - Sunday 22nd, February 2009 |
|
omg, my bad, the file name was named LanguageEn.php instead of LanguageEN.php
But without the previous solution i posted , i still get errors so it might help other people.
(You can delete 2 postst before this one if you like, they are pointless now )
|
|
|
|
|
|
|
| 3:21:16 PM - Sunday 22nd, February 2009 |
|
Quote:Krillmeed Feb 22nd 6:59 amIs there a reason why i cannot install a fresh 2.52 version on it, then put back in my database?
Do not do this, it will not work. The changes in the database from forum version to forum version will most likely cause problems.
I read your PM and replied to it.
Hey there Dutchman, long time.
Thanks for posting what you have tried. It never dawned on me to try that being that method of the language system change at version 2.3
What you have done will work for now (creative, nice thinking), but you will have problems down the road with new language updates, they will never happen.
-- Is there any way for you to send me a User name and password so i can look at your database to see what has happened ? If you do not want to do that, could you export just the 'awc_f_langs' table and send that to me ? Exporting all data in that table.
Aside from the language problem, how is the forum working ?
Looking back into the language problem now, will fix the Edit Buttons here soon.
_
|
|
Edited On 4:02:15 PM - Sunday 22nd, February 2009 by AWC
|
|
~ What was once an opinion, became a fact, to be later proven wrong ~
|
|
|
|
|
| 4:00:38 PM - Sunday 22nd, February 2009 |
|
| Dutchman, did you turn off the Forums Wiki Naviagtion Menu, or is it not working ?
|
|
|
|
|
|
Clicked A Few Times
Wiki Edits: 5
Threads 7
Posts 63
|
|
| 4:17:03 PM - Sunday 22nd, February 2009 |
|
Hi AWC,
yeah long time no see, i was kinda offline since a few months and still waiting for a broadband connection (3 March i will get it). I am now on 56k modem Back to the roots, reminds me of my first 300k modem in the 80's 
Since i don't have SQL access cause i am not familiar with that kinda stuff nor do i have mysqladmin installed to get access to it.
would it be enough to just send the plain mysql file awc_f_langs.MYD ?
I could just put in on my server.
If this is not enough or the format is crappy, just tell me the commands how i can export files under linux / mysql
(I know how to access mysql on linux but thats it *sigh* - not how to export data though).
The forum is doing real fine, i just love it , great new functions. A few years i was used to xmb cause it was so slick and clean and since i am using mediawiki , this is the best extension available, and superb supported :-)
Much greetings,
Dutchman.
|
|
|
|
|
|
Clicked A Few Times
Wiki Edits: 5
Threads 7
Posts 63
|
|
| 4:18:39 PM - Sunday 22nd, February 2009 |
|
Quote:AWC Feb 22nd 7:52 pmDutchman, did you turn off the Forums Wiki Naviagtion Menu, or is it not working ?
Ups, damn your too fast.
I turned it off cause it was sitting on top of my main menu but it was working.
But when it could be placeable and setup wich menu entries it has to show or not, then i would use that function for sure
|
|
|
|
|
|
|
| 4:45:46 PM - Sunday 22nd, February 2009 |
|
I feel for you.
Quote:Dutchman Feb 22nd 3:09 pmwould it be enough to just send the plain mysql file awc_f_langs.MYD ? If you could, that would be great. I know nothing about linux, so im would be no help to your there.
Quote:Dutchman Feb 22nd 3:09 pmThe forum is doing real fine, i just love it , great new functions. A few years i was used to xmb cause it was so slick and clean and since i am using mediawiki , this is the best extension available, and superb supported :-) Glad to hear, and thanks.
Quote:Dutchman Feb 22nd 3:10 pmBut when it could be placeable and setup wich menu entries it has to show or not, then i would use that function for sure 
In time. As far as i can see the forum menu can only be placed in two spots (top or bottom) with out editing skin files (which i would rather not do), also i would like to get some forum options in the Wiki's-User-Preferences so the user can pick and choose whats being displayed, but that will come in time also.
If you want to hack it up look in the /awc/forums/awc_forum.php around lines 169-239 and you will see the code for the menu. The placment code is $sidebar = $sidebar. $current_sidebar; which places it on top, if you want to place it on the bottom you would just flip the code around $sidebar = $current_sidebar . $sidebar ;
If you could PM that .MYD it would help.
thanks.
_
|
|
|
|
|
|
Clicked A Few Times
Wiki Edits: 5
Threads 7
Posts 63
|
|
| 4:56:53 PM - Sunday 22nd, February 2009 |
|
Ok sir,
i posted you a downloadlink from the server. I hope it will help you further.
Btw. Thanks for the tip about the sidebar (I am used to just enter in the searchbox : mediawiki:sidebar to edit the sidebar.
(mhmm, i could also post the direct links in the sidebar when just editing the sidebar like i explained above...mhmm,mhmmm this will be a long night )
Much greetings,
Dutchman.
|
|
|
|
|
|
|
| 5:11:36 PM - Sunday 22nd, February 2009 |
|
Dont think the mediawiki:sidebar will work, completely.
There is some "check" code in the awc_forum.php file to see if the user is logged in or not, dont think you can do things like that in the mediawiki:sidebar area (could be wrong), im sure you will figure something out
|
|
|
|
|
|
Clicked A Few Times
Wiki Edits: 5
Threads 7
Posts 63
|
|
| 5:33:14 PM - Sunday 22nd, February 2009 |
|
yeah your right, i think i will just place it unter the whole menu.
(I wait for the update where you can adjust it, i am patience, i will enjoy this fine update first - gotta love the WhoIsOnline feature and offcourse the whole rest ).
|
|
|
|
|
|
Gets Around
Wiki Edits: 24
Threads 21
Posts 160
|
|
| 6:41:21 PM - Sunday 22nd, February 2009 |
|
Quote:Dutchman Feb 22nd 9:25 pmyeah your right, i think i will just place it unter the whole menu.
You can make it so edit the file
extensions/awc/forums/awc_forum.php
Replace
Line 224
$sidebar = $sidebar. $current_sidebar;
with
$sidebar = $current_sidebar. $sidebar;
|
|
| Freggers Wiki (German)
|
|
|
|
Clicked A Few Times
Wiki Edits: 5
Threads 7
Posts 63
|
|
| 6:48:14 PM - Sunday 22nd, February 2009 |
|
Danke sehr Freggern 
AWC also posted this a few posts above
|
|
|
|
|
|
|
| 12:40:26 AM - Monday 23rd, February 2009 |
|
download is at bottom of page
http://wiki.anotherwebcom.com/index.php5?title=Current_Forum_Beta_Release&diff=5321&am...
Working on the forums and categories - wiki permission (getting rid of the current permissions, all permissions will work off wiki groups and the forums groups in the /config/prem.php file)
Still have a long way to go with this.
The admin section is close to being done (creating new and editing), next will be to get the forum to check the permissions correctly and function off the new system.
Category screen

Forums Screen - forums will have two permissions, reading and writing (writing = posting)
|
|
Edited On 12:42:26 AM - Monday 23rd, February 2009 by AWC
|
|
|
|
|
|
Clicked A Few Times
Wiki Edits: 4
Threads 2
Posts 50
|
|
| 11:59:43 AM - Monday 23rd, February 2009 |
|
AWC, your work so far has been awesome, and I'm looking forward to the new permissions setup. That will be incredibly useful for my site. This transition into 2.5 has been amazing and the incredible changes you've made have improved this already excellent extension.
With the latest updates, I do have a weird bug, that seems to be isolated to our main page. You'll notice the menu (on the bottom) has gone insane. It repeats a number of times.
Keep in mind I haven't yet checked over my tables and suchlike on the main page... But it's enough of an issue that I'd almost rather hand-add my own menu for forums rather than use this one just because of the main page issues.
|
|
|
|
|
|
Clicked A Few Times
Wiki Edits: 4
Threads 2
Posts 50
|
|
| 1:49:03 PM - Monday 23rd, February 2009 |
|
| I stand corrected, the Forum Menu acts funny all over the place. Just in different ways.
|
|
|
AWC's:
2.6.0 MediaWiki - Stand Alone Forum Extension Forum theme style by: AWC
|