2.5.x - 90% complete, want to beta it ?
From Another Web Company
 Viewed 60895 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
|
|
|
|
Gets Around
Wiki Edits: 29
Threads 22
Posts 170
|
|
| 7:06:49 PM - Saturday 28th, February 2009 |
|
Here is my Idear to fix it, on my wiki its going:
Change in awc_forum.php
if(isset($whos_here->installed)){
$whos_here->load_ses($WhoWhere);
$out->mBodytext .= '<br /><br /><br />' . awcs_forums_whos_here_skin_wiki($whos_here->whos_here) ;
}
to
global $freggern_fix;
if(isset($whos_here->installed) && $freggern_fix != true){
$whos_here->load_ses($WhoWhere);
$out->mBodytext .= '<br /><br /><br />' . awcs_forums_whos_here_skin_wiki($whos_here->whos_here) ;
$freggern_fix = true;
}
so the whos_here can't add more then one times
|
|
| Freggers Wiki (German)
|
|
|
|
|
| 12:56:29 AM - Sunday 01st, March 2009 |
|
Quote:Freggern Feb 28th 5:58 pmHere is my Idear to fix it, on my wiki its going:
Change in awc_forum.php
if(isset($whos_here->installed)){
$whos_here->load_ses($WhoWhere);
$out->mBodytext .= '<br /><br /><br />' . awcs_forums_whos_here_skin_wiki($whos_here->whos_here) ;
}
to
global $freggern_fix;
if(isset($whos_here->installed) && $freggern_fix != true){
$whos_here->load_ses($WhoWhere);
$out->mBodytext .= '<br /><br /><br />' . awcs_forums_whos_here_skin_wiki($whos_here->whos_here) ;
$freggern_fix = true;
}
so the whos_here can't add more then one times
Thats a good idea, the change which will take place will be:
- OLD
function AWC_FORUMS_BeforePageDisplay_Menu_WhoesHere(&$out) {
- NEW
function AWC_FORUMS_BeforePageDisplay_Menu_WhoesHere(&$out) {
global $awcsf_menu_whoeshere_beforepagedisplay ;
if($awcsf_menu_whoeshere_beforepagedisplay == 'yes') return true ;
$awcsf_menu_whoeshere_beforepagedisplay = 'yes';
By doing it that way, it will also cut down on some un-needed function() routines and should fix another members Menu problem.
Can you remove your edits and test that ^^ out and see how it works ?
It seams like you know about the Global variables, one thing you want to watch out for when using things like this with MedaiWiki extensions is to pick unique names so other peoples (or even your self) don't use the same name and cause problems with the variable being change by mistake in other parts of the code.
Can you please explain this again so i can test and see why this is happening.
Took alittle break today guys... feeling alittle sick.
Shuold have a new download ready pretty soon, only acouple more little change which need to be made.
_
|
|
~ What was once an opinion, became a fact, to be later proven wrong ~
|
|
|
|
Gets Around
Wiki Edits: 29
Threads 22
Posts 170
|
|
| 6:21:18 AM - Sunday 01st, March 2009 |
|
Quote:AWC Mar 1st 4:48 am
Thats a good idea, the change which will take place will be:
- OLD
function AWC_FORUMS_BeforePageDisplay_Menu_WhoesHere(&$out) {
- NEW
function AWC_FORUMS_BeforePageDisplay_Menu_WhoesHere(&$out) {
global $awcsf_menu_whoeshere_beforepagedisplay ;
if($awcsf_menu_whoeshere_beforepagedisplay == 'yes') return true ;
$awcsf_menu_whoeshere_beforepagedisplay = 'yes';
By doing it that way, it will also cut down on some un-needed function() routines and should fix another members Menu problem.
Can you remove your edits and test that ^^ out and see how it works ?
Works perfekt ....
Quote:AWC Mar 1st 4:48 am
It seams like you know about the Global variables, one thing you want to watch out for when using things like this with MedaiWiki extensions is to pick unique names so other peoples (or even your self) don't use the same name and cause problems with the variable being change by mistake in other parts of the code.
I know that... but I wan't show you my idear and not a clear code... nomely I user clear variables...
By the socialprofile extension give it a funktion
http://www.mediawiki.org/wiki/Extension:SocialProfile#Board
When the Board have no post, whos here display correkt...
1 post on the board the Whos here ... display 2 times
2 post on the board the Whos here ... display 3 times
3 post on the board the Whos here ... display 4 times
...
|
|
|
|
|
|
|
| 4:36:08 PM - Sunday 01st, March 2009 |
|
Thanks Freggern.
Quote:Krillmeed Mar 1st 11:50 amWhen i click on my site Todays post, it list the posts Replies, Views, Last, Action, But not the forum. I had a check here and it does. Is something wrong?
Yes, it will be fixed in the next upload.
Quote:Krillmeed Mar 1st 12:45 pmSince the update i do not think that the forum tag works on my main page, at least its not updating to new posts. Here it is
imgBeforeThreadTitle=http://www.htpcnz.net/images/d/d9/Bullet.jpg
This is no biggy at the moment, but when you have time, can you tell me why its not working 
Its not nice to hotlink picture like that 
When you upgraded to 1.14, did you make sure the localsettings edit here was still present.
In the next forum upload it will do this automaticly along with fixing the Forum Menu (PM's dont register correctly on the main page).
Quote:Krillmeed Mar 1st 1:21 pmWhen i mark a topic to be moved, then click on move, get the pop up and say ok, the page that then appears has the window with the list of forums to move it to, the button on the right of that seems to be squashed up, and has no name on it, plus the buttons on the right ie Admin panel also seem to be messed up. Just thought i would report this, i can use this option and have. Worked perfectly 
ok.
When text is missing you can check in your language section and see if its missing there, thats probably the case.
Quote:Krillmeed Mar 1st 1:34 pmEven though i subscribe in one way or another to all topics, nothing is showing in Sub - email and Sub - List, also not in my MemCP, have a missed a setting somewere
Thought it was working here, but noticed that they are old posts. So i guess it is on a list of things to come  Sorry for being such a pain today, but you did ask for a Beta tester
ok
|
|
|
|
|
|
Forum Regular
Wiki Edits: 13
Threads 25
Posts 206
|
|
| 4:46:02 PM - Sunday 01st, March 2009 |
|
Thanks for the headsup over the hotlinking, i got the script from him, but forgot to put my own image link in. Will change it now Also will post new version problems here as well from now own
|
|
| Krillmeed. A dream that became a reality and spread throughout the internet.
|
|
|
|
Forum Regular
Wiki Edits: 13
Threads 25
Posts 206
|
|
| 4:48:35 PM - Sunday 01st, March 2009 |
|
Forgot to mention, the $wgParserCacheType = CACHE_NONE; is in my local settings
|
|
|
|
|
|
|
| 5:07:59 PM - Sunday 01st, March 2009 |
|
Quote:Krillmeed Mar 1st 1:21 pmWhen i mark a topic to be moved, then click on move, get the pop up and say ok, the page that then appears has the window with the list of forums to move it to, the button on the right of that seems to be squashed up, and has no name on it, plus the buttons on the right ie Admin panel also seem to be messed up. Just thought i would report this, i can use this option and have. Worked perfectly 
fixed
For a current list (im tring to update it as soon as something is fixed) read the bottom of the first post in this thread or http://wiki.anotherwebcom.com/Current_Forum_Beta_Release#New_Changes
_
|
|
|
|
|
|
|
| 4:17:16 AM - Monday 02nd, March 2009 |
|
New download
http://wiki.anotherwebcom.com/Current_Forum_Beta_Release#Lastest_download_changes
Still have to scan the whole forums code for the new permissions system, but how it sits now should be close.
If you where having a problem with any of the fixs listed, please post back what the problem was and if the fix is working... Been alittle sick the last day or so... so thee might be some things ive missed.
Gonna start to write up alittle some with the basic how-to's for some of the new options.
_
|
|
|
|
|
|
Gets Around
Wiki Edits: 29
Threads 22
Posts 170
|
|
| 4:59:05 AM - Monday 02nd, March 2009 |
|
| Hi, on the mainpage and the forum pages by my wiki the Whos here is displayed on the other page there is no whos here ...
|
|
|
|
|
|
|
| 5:09:54 AM - Monday 02nd, March 2009 |
|
Humm.. so it does, not sure what happened there, will look into it soon.
Most of you know this, but...
http://wiki.anotherwebcom.com/2.5_tmp_info
|
|
|
|
|
|
|
| 5:22:42 AM - Monday 02nd, March 2009 |
|
Quote:Freggern Mar 2nd 3:51 amHi, on the mainpage and the forum pages by my wiki the Whos here is displayed on the other page there is no whos here ...
fixed and re-uploaded.
it was a last min edit that was placed in the wrong spot.
|
|
|
|
|
|
Gets Around
Wiki Edits: 29
Threads 22
Posts 170
|
|
| 5:53:32 AM - Monday 02nd, March 2009 |
|
Both Fix of the whos here works perfekt *Happy*
|
|
|
|
|
|
Clicked A Few Times
Wiki Edits: 4
Threads 2
Posts 50
|
|
| 10:30:12 AM - Monday 02nd, March 2009 |
|
I just installed the latest patch, and the lunacy on the main page appears to have been buffed out! Which is awesome. Sometime tonight once I've had time to watch it I'll let you know if Recent Changes is working again
|
|
|
|
|
|
|
| 1:53:47 PM - Monday 02nd, March 2009 |
|
Quote:Kitsufox Feb 27th 10:36 amWhile doing some testing with the new permission setup:
Quote: Kitsu's SiteNotice: Undefined index: edit_count in ...extensions/awc/forums/includes/post_phase.php on line 276
Notice: Undefined index: group in .../extensions/awc/forums/includes/post_phase.php on line 270
Found on THIS page.
Just checked this and see its still messed up, must have forgotten some stuff.
Also see the first guest does not have a pic, will fix that also.
|
|
|
|
|
|
Forum Regular
Wiki Edits: 13
Threads 25
Posts 206
|
|
| 2:29:01 PM - Monday 02nd, March 2009 |
|
I have one of those days from the moment i got up were nothing has gone right all day, it is near the end of the day, so i thought, should i really try this? I did, (used Firefox this time) and it went in perfectly in seconds The other things i find that are still wrong is in the My posts, i still do not have the forum columns nor do i have anything in them. Though the Title for Forum is there. Not sure about the recent page because there are no recent posts there yet Everything else seems to work fine, the poll page you set up with tags looks great now, and the forum tags you used there look fine, not on my main page though, they still have not updated, like mine but might have to revert back to yours
All the css changes i have made over the last few days are still there and looking good, (Your right about using firebug, makes things easier, it might be as you said "Old school" But so am i
I think thats it, bit late for me to play with it more, but sir, your a star, will let you know if i find any faults with it, but your not making it easy finding any
|
|
|
AWC's:
2.6.0 MediaWiki - Stand Alone Forum Extension Forum theme style by: AWC
|