ArcadeDownloadsNewslettersForum Menu
ForumSearchToday's Posts
NavigationWhat AWC Offers
MediaWiki Forum ExtensionProgramsMediaWiki ExtensionsIPB ScriptsFireFox StuffLinks
Wiki Tools
Upload file Special pagesEditHistoryRecent Changes
Login or Create Account

Log in

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

 
Log in / create account

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

From Another Web Company

Announcement Viewed 44133 times, With a total of 301 Posts
Have a suggestion, improvement, change or non-beta Forum Entension bug ? Please add them to the todo list

Jump to page 1Prev 16891011121314151617Next 16Last
Clicked A Few Times
Wiki Edits: 1
Threads 6
Posts 41
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 ).
What's the difference between a duck ? O.o

Clicked A Few Times
Wiki Edits: 22
Threads 17
Posts 135
Quote:Dutchman Feb 22nd 9:25 pm
yeah 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: 1
Threads 6
Posts 41
Danke sehr Freggern
AWC also posted this a few posts above

Gets Around
Wiki Edits: 2756
Threads 117
Posts 1213
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
Image:Admin_addcat.jpg

Forums Screen - forums will have two permissions, reading and writing (writing = posting)
Image:Admin addforum.jpg
Edited On 12:42:26 AM - Monday 23rd, February 2009 by AWC
~ What was once an opinion, became a fact, to be later proven wrong ~


Just Got Here
Wiki Edits: 4
Threads 1
Posts 33
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.

Just Got Here
Wiki Edits: 4
Threads 1
Posts 33
I stand corrected, the Forum Menu acts funny all over the place. Just in different ways.

Gets Around
Wiki Edits: 2756
Threads 117
Posts 1213
ok, ill look into it when i get home from work.
I see you have custom css, is that also a custom skin ?

Gets Around
Wiki Edits: 2756
Threads 117
Posts 1213
note.. you can disable it in the /config/config.php file.

Just Got Here
Wiki Edits: 4
Threads 1
Posts 33
The skin is one I downloaded and installed for the main wiki. I do use custom CSS. If you need copies of the files, let me know.

Just Got Here
Wiki Edits: 4
Threads 1
Posts 33
Dangit, I forgot to mention the new problem that's been happening for awhile. I have a few users who have PMs that are stuck on thier unread list. Is there anything that can be done to correct this?

Gets Around
Wiki Edits: 2756
Threads 117
Posts 1213
Quote:Kitsufox Feb 23rd 10:30 pm
The skin is one I downloaded and installed for the main wiki. I do use custom CSS. If you need copies of the files, let me know.
I was just wondering, it really should not matter, but if i do ill send you a PM.

Quote:Kitsufox Feb 23rd 10:30 pm
Dangit, I forgot to mention the new problem that's been happening for awhile. I have a few users who have PMs that are stuck on thier unread list. Is there anything that can be done to correct this?
As of now, no, but im sure something can be done.
Are the PMs readable or deletable ?

Gets Around
Wiki Edits: 2756
Threads 117
Posts 1213
Quote:Kitsufox Feb 23rd 10:51 am
You'll notice the menu (on the bottom) has gone insane.

yea, id say... if i was not the developer of the software, id say thats kind of funny

Ive just gone over the code and do not see anything which jumps out at me to be wrong.

Acouple questions:
Can you post the change you made to the awc_forum.php file (posting the whole function would be better, form line 163ish to 255 ) ?
What happens when the code in here is removed ?

While looking at your Mediawiki:Sidebar in idea popped into my head, might be able to have the forum menu placement alittle more "free". Might beable to do a "replace". Sysops can add a forum_menu_tag to their Mediawiki:Sidebar and the forum will appear in that spot.

_

Gets Around
Wiki Edits: 2756
Threads 117
Posts 1213
After playing around with the latest idea
<awc_forum_menu_tag>
(which works, kind of) my local wiki has a simular problem with items repeating, so trouble shooting will be alittle easier since i can see what going on. No need in trying what was posted above.

Gets Around
Wiki Edits: 2756
Threads 117
Posts 1213
Quote:Dutchman Feb 22nd 3:10 pm
Quote:AWC Feb 22nd 7:52 pm
Dutchman, 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

Coming right up
Just made a few changes (while trying to figure out Cat Womens bug), there are a acouple new options in the /config/config/php file now.
// Display the Forums Navagation menu automaticly in your Wiki's 'MediaWiki:Sidebar'
define('awcs_forum_nav_bar', true);
 
// Place Forum Menu at the top of your current menu or at the bottom
define('awcs_forum_nav_bar_top', true); // true = top, false = bottom
 
// use <awc_forum_menu_tag> in your 'MediaWiki:Sidebar' and place the forums menu where you want.
// http://wiki.anotherwebcom.com/awc_forum_menu_tag
define('awcs_forum_nav_bar_tag', true);



And also in the forums MemCP:
Forums Menu Options
Yes/No - Show Search link
Yes/No - Show Today's Posts link
Yes/No - Show PM's link
Yes/No - Show Recent link
Yes/No - Show My Threads link
Yes/No - Show My Posts links
Yes/No - Show Email Subscription
Yes/No - Show List Subscription
Yes/No - Show Forum link

These changes will be in the next upload, still have a few more things to straiten up in the new Group Permissions.

_

Gets Around
Wiki Edits: 2756
Threads 117
Posts 1213
Quote:Kitsufox Feb 23rd 10:30 pm
Dangit, I forgot to mention the new problem that's been happening for awhile. I have a few users who have PMs that are stuck on thier unread list. Is there anything that can be done to correct this?


ok.. i added a URL "command" (Special:AWCforum/member_options/pm_clear_unread) that they will beable to enter and it should re-set the unread number to 0

This change will be in the next upload.

_


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



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


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