Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Extension: Discussion Tags
This discussion has been closed.
Comments
such like at http://bbpress.org/forums/ ?
cheers a lot
* extension.php?PostBackAction=DiscussionTags
Perhaps someone else on the board could peak at the code for you to see how you might pull that off.
is probably a way there to display extension.php?PostBackAction=DiscussionTags this one here above the all discussions page ? like this:
______________
header
______________
title + page jump
______________
tags
______________
discussions
______________
footer/end of page
i bet this would be interessting for a few here.
well would be cool to keep the amount of extensions limited (performance) otherwise i would try yours as well jimw.
however, im here and i can tweak here and there but a little help would be gorgeous
Warning: fopen(extensions/Gigs/cal.txt) [function.fopen]: failed to open stream: No such file or directory in \Program Files\xampp\htdocs\Vanilla.1\extensions\Gigs\default.php on line 27
It doesn't stop me from entering tags or saving them. But when I hit the (Edit them), I get the same error.
Do you have any idea what is happening?
I noticed tags are ordered alphabetically, but non-latin characters aren't. For example, "ecology" comes after the letter D, but the same word in french, "écologie", comes after the letter Z, because "é" isn't counted as a simple "e". Would there be a way to change this?
I can bear with it now
But, couldn't you create an array of letters, putting in the é types in the correct places and then use that to order the tags?
Looks like your total lack of knowledge of PHP matches mine
I suppose I could try this but I've no idea where to start (and it would probably be a better idea to spend some time updating my extensions instead...)
@jimw - In fact, I thought stupidly it could work the same way it does in most search engines, i.e. Google just considers letters and ignores accents. But if special characters have their own ordering system, well, it starts being a bit too complicated for me...