Extension talk:SelectCategory

Latest comment: 1 month ago by ArchATempAcct in topic blank screen

How to use it in Visualeditor edit

I want to use this extension in the visualeditor, but it does not work. Does anyone know the setting method?


Selectbox-Style edit

Is it possible to make the category listing with Select category look like Categorytree, so if you have 500 categories, you don't have to browse trough all but push the + symbol in front of the main category.

--Aroekene 22:00, 5 June 2008 (UTC)Reply

  • I have the same request! THis would be great!


After changing the css-definition of ul#SelectCategoryList (and not just the css-id #SelectCategoryList) to the following:

ul#SelectCategoryList 
{
list-style-image: none;
list-style-type: none;
background-color:#EEEEEE;
height: 150px;
width: 50%;
overflow: scroll 
}

the SelectCategoryList is a bit less space-hogging (and I think "my" category-list isn't that long...), but I really think another way of displaying the choosable categories is very much needed!
A solution alike to the CategoryTree would be great, but I also think having more than just one column in the SelectCategoryList might be another way to increase the usability.

Sadly, my programming-/css-knowledge is way to small to conquer the task. :-(

Hopefully, somebody reading this has the know-how.

--Katwol 13:44, 13 November 2009 (UTC)Reply

Call-time pass-by-reference edit

Warning: Call-time pass-by-reference has been deprecated in 
...\mediawiki\extensions\SelectCategory\SelectCategoryFunctions.php on line 21
Warning: Call-time pass-by-reference has been deprecated in 
...\mediawiki\extensions\SelectCategory\SelectCategoryFunctions.php on line 103

I tried

  • allow_call_time_pass_reference = On in php.ini

and

  • adding "?>" at the end of the php files

but this did not fix anything

Tool Version
MediaWiki 1.13.3
PHP 5.2.8 (apache2handler)
MySQL 5.1.30-community

Please suggest a fix, thank you.

Different version - same error edit

After upgrading to MediaWiki 1.15.1 and the concurrent extension-snapshot I get the same error-messages:

Deprecated: Call-time pass-by-reference has been deprecated in /opt/lampp/htdocs/_fhbwiki/extensions/SelectCategory/SelectCategoryFunctions.php on line 21
Deprecated: Call-time pass-by-reference has been deprecated in /opt/lampp/htdocs/_fhbwiki/extensions/SelectCategory/SelectCategoryFunctions.php on line 103

I've tried putting:

error_reporting(0);

at the beginning of SelectCategoryFunctions.php but that makes no difference whatsoeverer.

As far as I can say, the extension works, but instead of displaying the usual selection-window a long list with control-boxes appears.

Everything works ok with:
MediaWiki 1.14.0
PHP 5.2.9 (apache2handler)
MySQL 5.1.33

But the error occurs with:
MediaWiki 1.15.1
PHP 5.3.0 (apache2handler)
MySQL 5.1.37

I also need help with fixing this.

--Katwol 11:56, 17 August 2009 (UTC)Reply



Pleae Try this --> Workaround search all "&$" and replace it with "$".

Download of tar does not work edit

Extraction error.

Please fix this thanks.

[1]

comment: worked fine for me on 2010-01-18

$wgSelectCategoryEnableSubpages ignored edit

I testet the extension under 1.10. But the disabling selection by subpages will be ignored if $wgSelectCategoryEnableSubpages = false; -- User:OZZ 18.052007

Seems to be just a typo in the code, just replace in the functions php $wgSelectCategoryEnableSubpage with the correct $wgSelectCategoryEnableSubpages -- Venia 15:52, 10 December 2008 (UTC)Reply

Has someone tried it on 1.6.8? edit

Is there a technical reason that it does not work there?

Yes, there is. We introduced new member variables which will be available in release 1.8.3. Otherwise it can't work. --80686 14:04, 29 November 2006 (UTC)Reply

not removing categories edit

I think it's better if categories aren't removed from the edit box. I've sumitted a batch at bugzilla:8359. It might also be nice if the categories had checkboxes next to them, but that seems a little more complicated; this simple solution makes the extension seem more useful for me. -Steve Sanbeg 20:06, 22 December 2006 (UTC)Reply

working on it. It's not that easy, but it will work. On the other hand will this handling lack of the comfort the extension should provide. --Manuel Schneider(bla) (+/-) 21:57, 3 January 2007 (UTC)Reply
Cool. For the uses I see for it now, it isn't necessary to completely hide the categories; and this option would prevent someone from clicking a category on the list and accidently removing all of the existing categories. -Steve Sanbeg 17:08, 5 January 2007 (UTC)Reply
I upgraded my wiki, and was starting to test in production when I discovered the cycle bug. so I guess that will have to wait. But I wanted to mention (in case you didn't notice) that my patch also fixes one other, minor bug; there was a missing preg_quote on the custom namespace, which could break if someone names their namespaces oddly. -Steve Sanbeg 19:24, 19 January 2007 (UTC)Reply
I just added a javascript file to my install of this extension that simulates the behavior of holding Ctrl when selecting categories in the multi-select box. This way selecting a new category does not unselect any existing selected categories. -Jimmysessions
I added checkboxes and submitted a patch. Leon Weber was kind enough to add my patch to the next revision. --Emceelam 19:12, 25 July 2008 (UTC)Reply

Fatal Error edit

I'm getting a fatal error when trying to create or edit a page using this extension. I'm Using Mediawiki 1.8.2.

Fatal error: Call to undefined method Title::isSubpage() in /mounted-storage/home24b/sub001/sc112516-ZBLG/wiki/extensions/SelectCategory/SelectCategoryFunctions.php on line 25

SelectCategory doesn't work with MediaWiki 1.8.2. Go read the contents in the red box on SelectCategory. --Manuel Schneider(bla) (+/-) 19:25, 3 January 2007 (UTC)Reply

Considerations edit

I was about to post about that which was mentioned above - this definately shouldn't remove the categories from the edit box itself. The reason *I* was going to bring forward was different - lots of templates place pages they are transcluded onto into categories, and most such templates have their categories in <includeonly> tags. There are also other such cases where the placement within a page of the category tag matters - so I would appreciate it if the previous poster's suggestion and/or patch are applied, for very good reasons. Secondly, again, sometimes categories are assigned to a page by way of templates transcluded onto it, or other things - so it may be a good idea to list below the box the categories that the page is in that aren't in the box. Maybe also remove them from the box, as they shouldn't be unselected (or selected, for that matter) there.

One other thing I was considering, is that it might be a good idea to make this a seperate page - as in, perhaps a 'categorization' caction tab, or a 'categorize' button under the edit form along with save, preview, and changes - that way, a user could go to a SEPERATE page to work on the categories using this cool method, then return and see the changes - we don't really want two ways to do the same thing on one page, and having the AJAXified box AND the normal text box is exactly that - two ways to do the same thing. Did that make sense? I mean like the user clicks a 'categorize' button under the edit summary box, they get taken to perhaps a special page, or just another page action, where there is nothing but the selectcategories box, and a list of categories the page is in - then they can change them, and click 'save categories' to return. Peerless 03:11, 6 January 2007 (UTC)Reply

I agree with that. Although I don't think this extension could ever work well in template space, my patch would prevent it from being a complete disaster. A categorization tab could be cool. -Steve Sanbeg 19:18, 19 January 2007 (UTC)Reply

Enhancement edit

would a category cloud (like a delicious tag cloud) be possible. It strikes me that categories are equivalent to tag) and having the most popular ones most highlighted may be helpful.. (not so for esoteric subjects) but on the whole helpful. Perhaps mediawiki would be enhanced by tags as well as categories (sort of meta categories)

There are at least two extensions that already offer tag or category clouds, ie Extension:YetAnotherTagCloud and Extension:CategoryCloud. I don't think either of them offer them on the edit page though. pfctdayelise 04:19, 19 April 2007 (UTC)Reply

It would also be helpful to remove "parent" categories, or the current category from the select list. This would prevent users from creating circular references.

Bug When Category Name Has Space In It edit

I've noticed a bug in the current version from SVN (haven't checked the latest stable). If an article is part of a Category which has a space in it's name (example: Category:Test Servers), it doesn't show as selected in the list when editing the page (although the Category does show up in the list). Haven't tested what happens when I hit save but I assume it would be removed from the Category. --128.233.131.139 21:46, 23 March 2007 (UTC)Reply

I hit save - it removes any categories not selected, which makes this extension too dangerous to use on an existing wiki page for users who aren't aware of the bug. It seems that an underscore is an acceptable character instead of a space. --24.97.28.170 03:54, 22 June 2007 (UTC)Reply

See Extension_talk:SelectCategory#Patch_to_support_categories_with_spaces below.
This problem is fixed in SVN trunk. --Leon 17:32, 5 August 2008 (UTC)Reply

New install - No category list edit

MW 1.9.3, apache, WinXP fairly new install

I have just downloaded the tarball and installed the extension. I have added the require_once. I have tried leaving the defaults and do not get anything when going into edit.

We have refreshed the browser and have tried a different browser and workstation. Still nothing.

Not sure what we might have missed. Ideas?--Dtsig 21:50, 30 April 2007 (UTC)Reply

You have already created some categories... right? :) --pfctdayelise 11:29, 1 May 2007 (UTC)Reply
Sorry should have said that. Yes. We also use CategoryTree and it is working. Is there anything else to do with the install other than putting the folder in extensions, add the require_once line to LocalSettings? Just to be sure that it was firing I did put an echo at the beginning of SelectCategory.php and it did display (wasn't actually firing for the event but just the require fired it). Any debug ideas? problem with php .. it is like old languages where you had to debug to a line printer --Dtsig 12:23, 1 May 2007 (UTC)Reply
Still trying to work this out. What would be the best way to debug this. To get output of anything so we can be sure that the hook is firing? Thanks --Dtsig 13:51, 11 May 2007 (UTC)Reply


Further, I placed the following code at the start of each function (with correct function name) so i could see what the last function that was it was thinking this might help you know where it seems to be stopping. The file showed 'fnSelectCategoryOutputHook'. Not sure if this helps but this appears to be the last thing that happens.
$rtn = file_put_contents ( 'phptest.log', 'got here - fnSelectCategoryOutputHook');
Ideas?? --Dtsig 15:11, 11 May 2007 (UTC)Reply
And the answer is .. Conflict. We are also using DiscussionThread extension. I am sending a note to its developer and hope that you and/or he can figure out where the conflict comes from. Please let me know as both are great extensions for out users. --Dtsig 15:34, 11 May 2007 (UTC)Reply

Conflict Resolution?? --Dtsig 18:08, 11 May 2007 (UTC) edit

In working with the author of ThreadDiscussion we found that he had left 2 wfDebug functions in his code. Although this SHOULD NOT effect SelectCategory it appears that it does. This might be something you want to look into .. thanks

Sort edit

The category select box does not seem to sort ? is this a bug or will this be done in the future?

Mediawiki 1.9.2

Many thanks --Markw21 11:56, 8 May 2007 (UTC)Reply

Preview removes all categories --Dtsig 18:09, 11 May 2007 (UTC) edit

It appears that using PREVIEW will remove the categories. My guess is that since you strip out the categories upon entering the editor, they are forgotten and lost during preview. This seems to be a problem.

Being Reviewed? --Dtsig 18:53, 17 May 2007 (UTC) edit

Has this been looked into? Can anyone else verify this?? thanks

Noted in Bugs on first page --Dtsig 19:19, 17 May 2007 (UTC) edit

Check out .. See bugzilla:9849 for a patch.

MW 1.10 and preview error --Dtsig 16:18, 20 June 2007 (UTC) edit

If you enter the following wrapped in pre tags (or code or geshi highlighting)

this starts on col 1
  this starts on col 3
    this starts on col 5

Then in edit/preview mode the spaces are all removed. If we comment out

	require_once( 'extensions/SelectCategory/SelectCategory.php' );

then all works well

See Fix for trimming white space. --Bluefoxicy 18:22, 19 September 2007 (UTC)Reply

Attachment 3600 Details for Bug 9848 edit

after searching bugzilla I found this .. then noticed that there is a bug list on the extension page <sigh>. Thought that this was usually on the discussion page. --Dtsig 16:23, 20 June 2007 (UTC)Reply

Fix for multiple categories on one line --PaulHat 17:26, 13 July 2007 (UTC) edit

This is assuming you've done all the fixes from bugzilla.

241d240
<
243,247c242
<       #$m_pattern = "\[\[({$m_catString}|category):(.*)\]\]";
<       #PMH: BEGIN My fix for multiple categories on one line problem
<               $m_pattern = "\[\[({$m_catString}|category):(.*?)\]\]";
<       #PMH: END My fix for multiple categories on one line problem
<
---
>       $m_pattern = "\[\[({$m_catString}|category):(.*)\]\]";
249d243
<
265,275c259
<
<               #$m_catLinks[ preg_replace( "/.*{$m_pattern}/i", $m_replace, $m_textLine ) ] = true;
<               #PMH: BEGIN My fix for multiple categories on one line problem
<                       $cats = preg_replace("/.*?{$m_pattern}/i", "$2,", $m_textLine );
<                       $cats = preg_split('/,/', $cats, -1, PREG_SPLIT_NO_EMPTY);
<
<                       foreach( $cats as $cat ) {
<                               $cat = preg_replace("/ /", '_', $cat);  #Fixes categories with spaces
<                               $m_catLinks[ $cat ] = true;
<                       }
<               #PMH: END My fix for multiple categories on one one line problem
---
>               $m_catLinks[ preg_replace( "/.*{$m_pattern}/i", $m_replace, $m_textLine ) ] = true;

I don't really like the comma I added to separate the categories in the preg_replace, but it works.

MW 1.10.1 / WinXP/IIS - Category not pre-selecting edit

Hi, i just dl'ed and installed this and followed the directions (which were very clear by the way-thanks) to install the extension. I have added the require_once.

Everything works except that if a page already has caterories in it then they are not pre-selected in the multi-select list.

Is this on purpose? Cheers, Wayne

Bug on no categories selected edit

The below patch fixes a bug for when a user selects 0 categories. Patches SelectCategoryFunctions.php

--- SelectCategoryFunctions.php	2006-12-17 12:27:48.000000000 -0500
+++ SelectCategoryFunctions.php.new	2007-09-18 16:20:29.000000000 -0400
@@ -88,6 +88,12 @@ function fnSelectCategorySaveHook( $m_is
 	$m_catString = $wgContLang->getNsText( NS_CATEGORY );
 	# Get some distance from the rest of the content:
 	$m_text = "\n";
+
+	# Check if the category list was left blank.
+	if (empty($_POST['SelectCategoryList'])) {
+		return true;
+	}
+
 	# Iterate through all selected category entries:
 	foreach( $_POST['SelectCategoryList'] as $m_cat ) {
 		$m_text .= "\n$m_catString:$m_cat";
@@ -243,4 +249,4 @@ function fnSelectCategoryGetPageCategori
 	# Return the list of categories as an array:
 	return $m_catLinks;
 }
-?>
\ No newline at end of file
+?>


I submitted a patch to Leon Weber that fixes this bug. Not quite the same solution, but it fixes the bug nevertheless. My patch has been included in the current release. --Emceelam 05:42, 1 August 2008 (UTC)Reply

Existing categories bug edit

The function fnSelectCategoryGetPageCategories() needs to do a number of things to work correctly and efficiently:

  • Make a copy of the page text in another variable
  • Remove all lines not matching the category pattern
  • Split each line at [[ and ]]
  • Remove all lines not matching the category pattern
  • Convert spaces to '_'
For this last item, see Extension_talk:SelectCategory#Patch_to_support_categories_with_spaces.

This will solve the following two problems:

  • Multiple categories on one line show up as only the last category link
  • Categories with spaces don't get selected

Note that the categories lists generated by the extension itself always work.

Critical Crash on Edit edit

Hi there, this has been a real pain to track down, but finally found that the SelectCategoryList was causing the problem.

Symptoms - cannot edit any wiki page.

Having reverted Apache versions and many other things, get php error output, can now see following errors...

[19-Sep-2007 14:12:21] PHP Notice: Undefined index: SelectCategoryList in C:\htdocs\wkbv_wiki\extensions\SelectCategory\SelectCategoryFunctions.php on line 92

[19-Sep-2007 14:12:21] PHP Warning: Invalid argument supplied for foreach() in C:\htdocs\wkbv_wiki\extensions\SelectCategory\SelectCategoryFunctions.php on line 92


If I remove SelectCategory extension from the LocalSettings.php all works fine....

Any ideas, or should I go back to manually editing categories. --Markw21 16:43, 19 September 2007 (UTC)Reply

See the above patch about blank categories lists. --Bluefoxicy 18:20, 19 September 2007 (UTC)Reply

Fix for trimming white space edit

If you trim the white space from the beginning and end of a line, you wind up killing indents (see the below diff? Edit the page and save with your extension and it becomes a big blob of text). You simply inappropriately used trim.

--- SelectCategoryFunctions.php.old	2007-09-19 14:17:49.000000000 -0400
+++ SelectCategoryFunctions.php	2007-09-19 14:19:07.000000000 -0400
@@ -237,7 +237,7 @@ function fnSelectCategoryGetPageCategori
 	# Check linewise for category links:
 	foreach( explode( "\n", $m_pageText ) as $m_textLine ) {
 		# Filter line through pattern and store the result:
-                $m_cleanText .= trim( preg_replace( "/{$m_pattern}/i", "", $m_textLine ) ) . "\n";
+                $m_cleanText .= preg_replace( "/{$m_pattern}/i", "", $m_textLine ) . "\n";
 		# Check if we have found a category, else proceed with next line:
                 if( !preg_match( "/{$m_pattern}/i", $m_textLine) ) continue;
 		# Get the category link from the original text and store it in our list:

Blank category page edit

tested with MW 1.11 getting the form on edit pages. but when click on a category link, getting a blank page. how to correct this?

--Jack

Added an add category inputbox and fixed uppercase bug and spanish i18n edit

There is a certain bug when a certain category has lowercase initial letter, the extension "forgets" to include it. Also added a box to make a new category

the diff script for SelectCategoryFunctions.php


51a52,53
>               $m_textBeforenew = '<b>'. wfMsg( 'selectcategory-new' ) . '</b>:';
> $m_pageObj->$m_place .= "$m_textBeforenew <input type=\"text\" name=\"NewCateg\" /><br/>"; 
90a93,98
>       if ( isset($_POST['NewCateg'])){
>       // add category
>               $m_cat = $_POST['NewCateg'];
>               $m_cat = ucfirst($m_cat);
>               $m_text .= "\n[[$m_catString:$m_cat]]";
>       }
238c246,248
<               $m_catLinks[ preg_replace( "/.*{$m_pattern}/i", $m_replace, $m_textLine ) ] = true;
---
>               $m_textLine2 =preg_replace( "/.*{$m_pattern}/i", $m_replace, $m_textLine );
>               $m_textLine2 = ucfirst($m_textLine2);
>               $m_catLinks[ $m_textLine2 ] = true;

New file SelectCategory.i18n.es.php

$messages['selectcategory-title'] = 'Seleccione las categorías'; $messages['selectcategory-subtitle'] = 'Para seleccionar múltiples categorías contiguas use Shift-click, para categorías no contiguas use Ctrl-click.'; $messages['selectcategory-new'] = 'Agregar categoría';


Addition to SelectCategory.i18n.php

$messages['selectcategory-new'] = 'New category';


-- Miguel 189.181.98.205 20:12, 12 October 2007 (UTC)Reply

Running problem edit

Hi all, i try tu use this extension but I have a sql error in the wiki page. show the message:

Erreur base de données

//database error

Erreur de syntaxe dans la base de données. La dernière requête traitée par la base de données était :


    (requête SQL cachée) //hidden sql request

depuis la fonction « fnSelectCategoryGetChildren ». 
MySQL a renvoyé l’erreur « 1064: You have an error in your SQL syntax; check the manual that corresponds to your
MySQL server version for the right syntax to use near 'espace_"Portail"' AND tmpSelectCatPage.page_namespace = 14'
at line 4 (localhost) ».

thanks for your help.

Shilom 19:54, 14 October 2007 (UTC)

SelectCategoryTagCloud is stripping Leading spaces from text lines edit

Hey all, first off I just wanted to say I love this extension. I tend to forget the spelling of my categories and always get them messed up this is a huge help. That being said I discovered a problem with the extension. It strips out the leading text from your wiki page. This is only a problem if you are trying to use the leading spaces to create sections on the page. I tracked the problem back to "CategorySuggestFunctions.php" file. In here you are using the "trim" function which strips the blanks from BOTH the front and end of the lines. I changed all 4 "trim" commands to "rtrim" and the extension is now working fantastically. Anyway I wanted to pass this info on so it can be included into the new versions.

- John P 18 Nov 2007

Problem edit

Hey i had istalled this extension but it doesnt work there come some warings above my page:

  1.
     Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). 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 /mnt/web5/20/83/51663183/htdocs/wiki/extensions/SelectCategory/SelectCategoryFunctions.php on line 21
  2.
      
  3.
     Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). 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 /mnt/web5/20/83/51663183/htdocs/wiki/extensions/SelectCategory/SelectCategoryFunctions.php on line 84
  4.
      
  5.
     Warning: Cannot modify header information - headers already sent by (output started at /mnt/web5/20/83/51663183/htdocs/wiki/extensions/SelectCategory/SelectCategoryFunctions.php:21) in /mnt/web5/20/83/51663183/htdocs/wiki/includes/WebResponse.php on line 10
  6.
      
  7.
     Warning: Cannot modify header information - headers already sent by (output started at /mnt/web5/20/83/51663183/htdocs/wiki/extensions/SelectCategory/SelectCategoryFunctions.php:21) in /mnt/web5/20/83/51663183/htdocs/wiki/includes/WebResponse.php on line 10

can anyone help me to solve this problem? thx :)

Add the following line to your php.ini:
allow_call_time_pass_reference = On
allow_call_time_pass_reference = On --> does not help
or try following solution --WIKImaniac 14:52, 14 January 2008 (UTC)Reply
--> does not help

<noinclude> is ignored edit

Hi there, if i use <noinclude> i a active Namespace, the extension also remove this categories, but do not place between <noinclude> after saving. Is there a other Solution, then the Patch above? --Ozz 19:46, 31 January 2008 (UTC)Reply

No selection with FCKEDITOR Extension edit

I follow this FCKeditor_integration_guide. The FCKEDITOR shows the category in his text field but there was no selection in SelectCategory menu. I think it could be in the parser.php if i disable FCKEDITOR it works fine!


I use

   *  MediaWiki: 1.10.2
   * PHP: 5.2.4 (apache2handler)
   * MySQL: 5.0.45 

Has anyone an idea to clean this problem ? Thank you very much for Help!

Try this: http://www.mwusers.com/forums/showthread.php?t=7257&highlight=category I haven't tested it but he claims it works. (Ed March 26, 2008)

Thomas: I will test it !! (March 27, 2008) I use

   *  MediaWiki: 1.11.2 and 1.12.0
   * PHP: 5.2.4 (apache2handler)
   * MySQL: 5.0.45 

Thomas: Idea : It cuts the first part of the category name . For example the original:

PSP_Protokoll_2008

the result: _Protokoll_2008

Where is the first part "PSP" ??

Hy, I modified the Extension to work with FCKEditor,
i made a update, now it should work with blanks in Categorynames:

patch
description work with blanks in Categorynames to work with FCKEditor
author(s) maytho
source http://www.mwusers.com/forums/showthread.php?p=24587#post24587
date 2008-04-01
-	$m_pattern_html = "/Category:.[A-Za-z]*/i";
+	$m_pattern_html = "/Category:.[A-Za-z\-_]*/i";


I am sorry but it works only with the first space in the Name. The second space makes still the same problem. for example PSP_Protokoll_2008

the result: 2008

Patch to support categories with spaces edit

The following change seems to fix the problem where categories with spaces are silently ignored. Find the line preceded by "# Get the category link from the original text and store it in our list:" and change it to:

$m_catLinks[ preg_replace( '# #', '_', preg_replace( "/.*{$m_pattern}/i", $m_replace, $m_textLine ) ) ] = true;

Jlerner 16:02, 7 May 2008 (UTC)Reply

Select category/Categorytree edit

Is it possible to make the category listing with Select category look like Categorytree, so if you have 500 categories, you don't have to browse trough all but push the + symbol in front of the main category. --Aroekene 22:00, 5 June 2008 (UTC)Reply

That would require two things:

  • a code change: currently sub-categories are indented by &nbsp;. They should be in a nested <ul> instead.
  • some javascript to expand/collapse the tree when clicking the "+" symbol

--Cboltz 23:03, 16 June 2010 (UTC)Reply

For the records: Version 0.8 contains exactly this feature :-) (jQuery treeview) --Cboltz 20:12, 28 February 2011 (UTC)Reply

PHP has encountered a Stack overflow edit

This is the message I get when I try to edit pages now. SelectCategory worked fine for some hours of work, but now I get this message. Is there a way that I can debug the problem?

Info from Speciel:Version

  • Produkt Version
  • MediaWiki 1.12.0
  • PHP 5.2.5 (isapi)
  • MySQL 5.0.51b-community-nt

Installed extensions

  • Configure (Version 0.5.7) Allow authorised users to configure the wiki by a web-based interface Alexandre Emsenhuber

Parser hooks

  • SelectCategory Allows the user to select from existing categories when editing a page Leon Weber & Manuel Schneider

Andre

  • LinkSuggest (Version 0.2) Ajax-based link suggest that places results below tool bar. Adam Meyer

Lockdown per-namespace group permissions --Asset 17:25, 18 July 2008 (UTC)Reply

What version of the SelectCategory extension are you using? Try to use the current code from SVN trunk. --Leon 17:24, 5 August 2008 (UTC)Reply

Did you consider users mistake? edit

Hi, If a user create a category and then directly or indirectly make this category as its subcategory for example:

book --somebooks -- -- book

your extension goes to an infinte loop, and mediawiki breaks. please let me know if you solve this type of problems.

See User:Cm#Updates_to_SelectCategory

How to have the category list to scroll ? edit

Hi, first of all excellent extension very pragmatic. I only have one problem, I'm not a software or developer or what not. My question is how to have the category list at the bottom to scroll?


What I did edit

1. Get access/rights to MediaWiki:Common.css
you might need to get rights to edit common.css
you might need to create it
2. Insert the following text:
ul#SelectCategoryList 
{
height: 200px;
width: 400px;
overflow: auto;
}
3. Edit the width and height properties to be bigger or smaller according to preference.
you may need to delete your browser's cache in order to see changes you make to common.css

No SelectCategory-List when editing only parts of a page edit

For the casual user it is quite comfortable to choose from the list. But I also have the extension "RequireCategory" which forces the user to assign at least one category when trying to save an uncategorized page. Otherwise the page cannot be saved. If one edits the whole site, SelectCategory is there to help my casual user. But if one edits only a part of an uncategorized page there is no SelectCategory-List and my casual user who does not know how to assign a category manually does not know what to do.

In short: can I show the SelectCategory-List also when editing only a part of a page?

Add Category box and disabling infinite category loops edit

If the user is editing a category page, the selectboxes for that category and all undercategories are greyed out. Code at User:Cm#Updates_to_SelectCategory --Cm 15:40, 29 October 2009 (UTC)Reply

Compatibility Problems with SemanticMediaWiki Queries edit

With the help of Semantic MediaWiki one can make Inline Queries, e.g. to create a list of all pages in a category which have the attribute xy > 2000 assigned. The Extension SelectCategory removes every [[Category:xy]] on every page, no matter if it is between "nowiki"- or "#ask"-tags. So if I want to make such a semantic #ask-Query which refers to a category, the query is broken by SelectCategory because it deletes the [[Category:xy]] and assigns the page to this category. Could this be changed please? --Laquestianne 09:20, 25 February 2010 (UTC)Reply

I fixed it with a small change. See SelectCategory: Fixed by users --Laquestianne 12:11, 10 March 2010 (UTC)Reply

Long Category List edit

Hello, we are thinking about integrating SelectCategory into our Wiki (www.pflegewiki.de). We experience the "problem" that many articles are being created/edited without applying a category to it. So I searched and found this one here. The PflegeWiki has got a lot of categories (something about 300) and this will be a very long list. Is there a way of compacting it in some way? Maybe a dropDownList or similar? Or shorten the list of cat's by not listing unused cats or just define cats to a certain namespace? I know a hell lot of questions but has anyone any suggestions to this? Thanks, --Bruder Lars 06:55, 7 April 2010 (UTC)Reply

Cannot redeclare fnselectcategoryshowhook edit

Fatal error: Cannot redeclare fnselectcategoryshowhook() in /home/sabda/public_html/labs/extensions/SelectCategory/SelectCategoryFunctions.php on line 18

These are the extension I installed:

  • SyntaxHighlight_GeSHi
  • CharInsert
  • GoToCategory
  • DynamicCategoryMap
  • CustomCategory
  • CategoryWatch
  • CategoryTree
  • CategoryTests
  • CategoryTagCloud
  • SelectCategoryTagCloud
  • SelectCategory
  • CategorySuggest

In that order

Can someone help me resolve the error? Bennylin 02:39, 14 April 2010 (UTC)Reply


How to avoid removing categories shown in edit box? edit

Hi, The extension seems to remove the category shown in edit box. How could i disable them to do it?

I tried this: Remove line 41 from SelectCategoryfunctions.php "$m_pageCats = fnSelectCategoryGetPageCategories( $m_pageObj );"

Then, categories now appears in edit box.

However, there is one drawback that the predefined list categories will not show which of them have been selected. Do anyone know how to solve it? Thanks a lot! --Dullmau 16:04, 8 June 2010 (UTC)Reply


List predefined category and check those who are checked edit

set an array for predefined category:
$cat_predefined= "Asia,America,Europe,Africa,Middle_East"; $catlist_predefined = explode(",", $cat_predefined); If a category exists in a page, <input> checkbox will be checked.

for ($i = 0; $i < count($catlist_predefined); $i++) {
	$checked = '';
		
if($category ==  $catlist_predefined[$i]))
$checked = 'checked';
}

I've tested it, but it sometimes work only. The problem may lie in if($category == $catlist_predefined[$i])) . $category may not be the variable for storing categories that exist in a page. --Dullmau 09:41, 10 June 2010 (UTC)Reply

Hook fnSelectCategorySaveHook failed to return a value edit

Running v0.7dev on MediaWiki 1.16.1 I get the following message:

Detected bug in an extension! Hook fnSelectCategorySaveHook failed to return a value; should return true to continue hook processing or false to abort.

Backtrace:

#0 C:\xampp\htdocs\includes\EditPage.php(765): wfRunHooks('EditPage::attem...', Array)
#1 C:\xampp\htdocs\includes\EditPage.php(2552): EditPage->internalAttemptSave(false, false)
#2 C:\xampp\htdocs\includes\EditPage.php(389): EditPage->attemptSave()
#3 C:\xampp\htdocs\includes\EditPage.php(271): EditPage->edit()
#4 C:\xampp\htdocs\includes\Wiki.php(553): EditPage->submit()
#5 C:\xampp\htdocs\includes\Wiki.php(70): MediaWiki->performAction(Object(OutputPage), Object(Article), Object(Title), Object(User), Object(WebRequest))
#6 C:\xampp\htdocs\index.php(117): MediaWiki->performRequestForTitle(Object(Title), Object(Article), Object(OutputPage), Object(User), Object(WebRequest))
#7 {main}

--62.153.230.99 13:02, 18 January 2011 (UTC)Reply

You need to replace every occurrence of &$ with $ in extensions/SelectCategory/SelectCategoryFunctions.php in order to solve the error listed above. I'm not really sure, if this action may alter the behaviour of the code, since I do not have the necessary PHP-knowledge. Perhaps someone who's PHP-fluent can have a look, please?

--Katwol 11:05, 7 February 2011 (UTC)Reply


I'm running MW 1.16.0, Vector skin, and when I use the stable release, I have the following problems:

  • above the categories the text <selectcategory-title> is shown instead of the real title
  • the [+] signs are not interactive. They are text-only and nothing happens when you click them

I reverted to an older revision still having the listbox, but that one works --83.65.127.178 10:51, 27 January 2011 (UTC)Reply

Ok, first was my fault, didn't rebuild the localisation cache. but I'm still struggling with the 2nd

--83.65.127.178 11:58, 27 January 2011 (UTC)Reply

Get the current version from SVN, it works with 1.16 and has a much nicer userinterface (and fixes several issues) --Manuel Schneider(bla) (+/-) 10:58, 16 February 2011 (UTC)Reply

MW 1.16.0 and vector skin, cat. tree is not working IE8 edit

Great extension and almost perfect!
The [+] sign is not working and the subcategries are al listed. (collapsing and expanding is not working) clicking on the plus sign has some action by inserting a small blank line but thats all that happens.
Trying to find the problem I was performing some echo's in the php scripts and when I perform a php echo("x"); on line 80 in SelectCategoryFunctions.php (version 0.8, just before building the list) it seems to work. Sadly the editor box is affected also by the echo and is shrinked to approx. one third of the page so i cannot use it as work around.....
Any help about this is appreciated because this extension is a great help when editting pages on our Wiki!

Select Category on Upload edit

Am I right that this extension should also add categories to files while uploading? The category tree is available on Special:Upload but after uploading the files have no categories.

Thanks for Support --Filburt 11:04, 13 April 2011 (UTC)Reply

That's probably https://bugzilla.wikimedia.org/show_bug.cgi?id=24911 (patch included, make sure to read all comments in the bugreport) --Cboltz 11:33, 13 April 2011 (UTC)Reply
Wow, that's support! Thanks a lot for the very fast answer - now it's working perfectly... --Filburt 12:23, 13 April 2011 (UTC)Reply

Tree expanded on load edit

I have edited the "Selectcategory.js" file such that the "collapsed" property is set to false, but the SelectCategoryList still loads collapsed.

 $j( document ).ready( function() {
       $j( "#SelectCategoryList" ).treeview( {
               collapsed: false
       });
 });

I am using version 0.7dev. My "LocalSettings.php" file includes:

$wgSelectCategoryRoot = array(
        NS_MAIN => "SDS"
);

Anyone found a way to resolve this?

You should check the bugtracker if you hit a bug ;-) I'm especially talking about Bug 27795. The patch I attached there fixes the issue. AFAIK it was only applied in trunk - if you use branches/REL_X_YY, you'll have to apply it yourself.
Oh, and of course you'll have to set $SelectCategoryMaxLevel according to your requirements ;-) --Cboltz 17:24, 15 July 2011 (UTC)Reply
@Cbolltz - I appreciate the response. Went ahead and made the necessary changes. Had one more question. Could you elaborate more on what value the wgSelectCategoryMaxLevel variable is expecting? Thx
Nevermind, figured it out. It's an integer. I set it to 2 and it works now. Thx.

IE9 issues edit

For some reason, in IE9, some categories are appearing as bullets, and not appearing as a collapsible tree. This only appears as an issue with IE9 so far. IE7-8, chrome, ff all appear fine. --Heylarson 20:34, 18 July 2011 (UTC)Reply

bump --208.78.228.100 20:30, 1 August 2011 (UTC)Reply

Created Bug 30557 to address this issue --208.78.228.100 20:06, 24 August 2011 (UTC)Reply

$wgSelectCategoryRoot edit

I'm having a difficult time figuring out how exactly $wgSelectCategoryRoot is supposed to work. I thought if i selected a parent category it would show the children categories either as a list or perhaps (even better) in a tree form. I selected my top category which has a large quantity of children.. nothing happened. the only category that showed on the page was that one category. so i tried from the other direction. selected a child thinking that maybe the code would work its way backwards.. nope just the one category.

how is one supposed to implement the use of $wgSelectCategoryRoot ?

--Kay 12:01, 10 November 2011 (UTC)Reply

Exactly as described on the Extension page. You have to specify the parent category and should get all child categories as a tree. Maybe the tree is collapsed by default and you have to click the "+" sign?
BTW: There are several open bugreports in the bugtracker, some of them include patches. Check if one of them affects you, and use the patch (if there is one). --Cboltz 18:06, 10 November 2011 (UTC)Reply
i went thru the bugreports and can't really find anything that matches my issue. i tried removing the root. it appears i get categories with check boxes so i can select them but not pluses. the only categories that show up are the parent categories.. there isn't a plus or anything to expand them. i'm sure i've missed something but it isn't like there are many things i need to set up so i can't imagine where i goofed.
I've seen that if a Category has spaces " ", underscore "_" must be used instead or it'll not expand the category. --Gborgonovo (talk) 16:23, 4 July 2013 (UTC)Reply

Incorrect closing li tag after ul edit

patch
file SelectCategory_body.php
function showHook
description Fix invalid markup closing li tag outputted if level == depth, added check that li has opened.
author(s) Darren Clark <darren@cwebd.co.uk>
date 2012-01-26 22:39:00
MediaWiki version 1.17.2
'"`UNIQ--pre-00000014-QINU`"'

See also https://bugzilla.wikimedia.org/show_bug.cgi?id=30557 where I uploaded a patch (against an older version) to fix this and similar issues with wrong nesting of ul, li, /ul and /li. Can you please check if your patch fixes all nesting issues my patch fixes, and then post your patch in bugzilla? --Cboltz 21:10, 27 January 2012 (UTC)Reply

Missing Categories edit

After updating my mediawiki the displayed categories have not been equal to the list in Special:Categories. I've been checking the SelectCategoryFunctions.php and found the global variable $wgSelectCategoryMaxLevel. This variable is used for settings the depth the loop is going through. In LocalSettings I have set this variable to 5 and now all categories are displayed again. Does anybody see any problems using this variable, because it is not documented?

-- Chris 17:01, 06 February 2012 (UTC)

Unable to download the extension edit

At the moment it's not possible to download the extension. Not using the "Download snapshot" neither the link to the git repro work ! Wingsofcourage (talk) 14:51, 28 June 2012 (UTC)Reply

Download works only via SVN: http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/SelectCategory/


Placing Listbox on the right side edit

Is it possible to place the LIstbox for selecting the Caregories also on the right side and not under the editbox?

-- Micha 15:59, 21 August 2012

Ignore specific category edit

Hello, I recently started using this extension, and it works like a charm!

I do have a question though, is it possible to ignore a specific category so that it can't be selected?

Thanks in advance!

Bjorn (11 september 2012)

Maintained? edit

Hi, just wanted to check - is Leon or Manuel maintaining this extension? There are several open bugs that need addressing. Thanks. Sumana Harihareswara, Engineering Community Manager (talk) 13:10, 21 September 2012 (UTC)Reply

As you might have noticed, I posted several patches in bugzilla, which probably means I'm the de-facto maintainer of SelectCategory. I also added it to the migrate to git list to finally get commit access. Note that I'm not planning to invest too much time - basically I'll only do what I need for my usage of SelectCategory. I'll also accept patches ;-) --Cboltz (talk) 21:29, 6 February 2013 (UTC)Reply
After going through several loops, the extension is finally in git :-)
I just updated the CHANGELOG and updated the version to 0.8.2 - except the version number, there's no code difference when compared to SVN --Cboltz (talk) 20:54, 28 February 2013 (UTC)Reply


Subcat with 2 category edit

Hi, this extension is really good, but i have a question ! If i have a sub cat (for example "chevrolet" with 2 category "automaker" and "cars"), if i edit a page i see the tree of categories but i see "chevrolet" under "automaker" but no under "cars" !

 - automaker
     - chevrolet
 - cars
     - chevrolet

How i can see the subcat in all catégories ? Thanks ;-)

You can't ;-)
SelectCategory only shows the category on first occurence. That's a known restriction because everything else would cause lots of problems:
* we would need to keep the checkmarks in sync (imagine a page is in the chevrolet category, and someone removes the checkmark from automaker/chevrolet, but not from cars/chevrolet - what would that mean in the end? We can't put half of the page in the chevrolet category ;-))
* it could produce endless loops (if the chevrolet category contains cars as sub category)
--Cboltz (talk) 22:07, 15 May 2013 (UTC)Reply
Thanks for your reply but it's very problematic ! This site with the category "Manual" have 2 mothers categories : http://www.mediawiki.org/wiki/Category:Manual "MediaWiki for site admins" and "Documentation". So the structure is :
 - Top level
     - Documentation
         - Manual
     - MediaWiki for site admins
         - Manual
So if i would create an article, and if i search under "Top level", "Mediawiki for site admins", i don't see the category "Manual" ??? I must know the location of all the categories !!! :-(

{{PAGENAME}} in media comment box edit

Hi, love the extension but have trouble with one bit: the comment box in the file history of uploads displays the categories as {{PAGENAME}}. Here's an example. Any way I can avoid this and just display the cats? Thanks, AntiqueJewelryUniversity (talk) 09:03, 3 July 2013 (UTC)Reply

sounds like 46291 - can you please test if the change mentioned in comment #1 solves your problem? --Cboltz (talk) 23:20, 3 July 2013 (UTC)Reply
Upgrading to MW 1.21.1 with a clean Localsettings file fixed it, it may have been on my end. Thanks for the suggestion though. AntiqueJewelryUniversity (talk) 20:32, 28 August 2013 (UTC)Reply

Position / width of listbox? edit

Hi,

after updating mediawiki from 1.16.2 to 1.23.6 and SelectCategory from 0.7dev to 0.8.2 I'm faced with the problem that the listbox is squeezed in the righthand side of the edit-options (I'm using the WikEd editor which has more detailed options than the normal editor) and is only about 100px wide. I've changed the SelectCategory.css to

#SelectCategoryBox {
   width: 400px, 100%;
   overflow: auto;

but nothing changed. Ideally I'd like the listbox to be positioned on the lefthand-side underneath the edit-buttons just as it was in my 1.16.2 installation. How can I achieve that?

--Katwol (talk) 10:06, 6 November 2014 (UTC)Reply

Hi, I'm planning to set up your extension but before I was wandering if it's gonna work with the VisualEditor or if it just works with the wikicode editor?

--TheoHenri (talk) 15:25, 3 February 2016 (UTC)Reply

jQuery is not defined edit

When updated to MW 1.26 SelectCategory menu stared to have an erratic behavior, showing up or not at the bottom of a page, as page is refreshed, withou any apparent cause for it. In some pages never appearing at all. On further inspection the browser console was printing the error:

ReferenceError: jQuery is not defined

which pointed to the file SelectCategory.js

 $( document ).ready( function() {
	$( "#SelectCategoryList" ).treeview( {
		collapsed: true
	});
} );

Here is an example of a page where this is happening http://beyond-social.org/wiki/index.php?title=Business_you_can%27t_wait_for&action=edit The extension was working fine in MW 1.25.

Any ideas of how this can be solved? cheers

--Ad (talk) 14:52, 11 August 2016 (UTC) This bug is still existing in 1.26.x. Help !Reply

I Know that this error is caused by the fact that SelectCategory does not use ResourceLoader, but I does not how to resolve it. If someone want to fix the problem he can read this guide: ResourceLoader/Migration guide for extension developers and this manual: ResourceLoader/Developing_with_ResourceLoader

-- Athanor (talk) 18:06, 17 October 2016 (UTC)Reply

The sortkey is ignored at Extensions:SelectCategory where was defined at [[Category:Names|sort]] edit

I use the extension of SelectCategory in Chinese and it works very well. However, when displaying sub-categories, the specified sortkey is ignored, it was defined at Mediawiki [[Category: Names | sort]],just like a b c or 1 2 3....Thus disrupting the original sorting. —— Especially some categories need to be arranged in chronological order,not in pagename. I hope to solve this problem in the near future. Thanks.--Onlyou408 (talk) 08:20, 22 March 2019 (UTC)Reply

mediawiki-1.34 not work edit

The constant DB_SLAVE, deprecated in 1.28, has been removed. change to DB_REPLICA not work

blank screen edit

When I hit the edit tab, I just get a blank screen. The only change I made was adding nrw categories. Will an abundance 9f categories bteak this extension, and if so, what is the category limit? -𝘼𝙧𝙘𝙝𝙖𝙣𝙜𝙚𝙡💀 18:57, 6 February 2024 (UTC)Reply

Return to "SelectCategory" page.