tikiwiki: 03luciash * r32088 10/trunk/lib/trackers/trackerlib.php: [FIX] wrongly closed strong tag Hey folks, I have what I suspect is an easy problem, but I'm missing it in the docs if so. I want to create a tag which basically encloses the relavent text in the specified span tag. So hypothetically _spanone_ some text _/spanone__ would crteate an html tag some text (or something like that, sorry I'm very rusty at all this) Is that possible? The goal is to include some Javascript to allow the page to be tailored to one of several variants. So you click the name of your variant and all irrelevant text is hidden polom Morning hi maxbots I saw your question in the log. Cool. :-) You could use the TAG plugin. Save me repeating myslef. :-) Let me look that up Something like {TAG(type=span)}text{TAG} That would work, but one goal is to make it as easy as possible... We have enough trouble getting community participation as it is... No way to simplify it that you can think of? Though actually, nm... This is just a prrof of concept anyway That will work just fine The project is using a different Wiki, but I am advocating for a faeture like this, and need to depployy it on my personal wiki to show how it works There isn't a dedicated SPAN plugin, afaik, so the TAG is as simple as it gets, unless you want to use HTML itself. The final details can be worked out on whatever they are using if needed Sounds great! I was surprised that I couldn't just use just an HTML span tag, even with Allow HTML checked and Purifyu HTML unchecked Really? What version of Tiki are you using? Hmm... not sure, let me check 5.3, that is what was on my web host Or it could be that I missed somethin simple... Been a long week, and not the best project to undertake at 11:30pm on a friday after being sick all week heh HTML syntax should work, but the option needs to be activated and also the permission set for the group. Ah, that was probably what I missed FIgured I would wait until tomorrow to ask about it since I suspected it was something obvious like that But the tag thing will work fine for what I need appreciate the help ok. sure. I was just checking on a Tiki 5.3 installation about using HTML. I think you were right about the permissions. I never modified those, though I am doing this as admin Page authors can use HTML if "Allow HTML" is checked on the admin wiki page. There's also an "Allow HTML" checkbox on the edit page. Maybe it has to be activated there also. (Plus the user group has to have the permission to use HTML. There's a certain security risk to allowing HTML so that's something to consider.) Yeah, that is not something I would do on a production server Also, the question of which is easier for users to use, wiki syntax or HTML syntax. Like I said, this is just to show the utility of a feature I am proposing I see. Oh, long term I want a custom tag. :-) But for now, either will work Like I said, unfortunately this will not be depolyed on Tiki But I have Tiki, so I can use it to show the usefulness of teh feature Tiki as a prototyping tool? ;-) They are switching to ikiwiki from Mediawiki... No idea why that was chosen, but I have given up on trying to convince these people of much of anything. :-) Even a minor suggestion is a major hassle, trying to suggest a different platfor... I shudder to even consider it. ;-) :-) They are switching to Tiki? Ikwiki he siad No clue what that is Ikiwiki? Hmm well, some sort f wiki. :-) I see there is an ikiwiki. ok, bedtime for me. Thanks for your help, it was exactly what I needed. glad I could help. ikiwiki ? sounds like typo :-p polom chibaguy hi luciash yeah, me too, but google turned up http://ikiwiki.info/ good we switched to Tiki ;) polom ikiwiki was actually created quite a bit after Tiki... polom profiles.tiki.org does not respond from the admin panel to install profiles (6x) confirmed from my localhost, as well as from http://demo.tiki.org/6x changi ? anyone any idea? some user reported something similar day/s ago on irc xavi: same here. there's an error on profiles.tiki.org: http://profiles.tiki.org/profiles ok I?ve sent a message to devel list bye bye New Forum Posts: do you want a BitNami stack for Tiki? vote for it! - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=40197 tikiwiki: 03jonnybradley * r32090 10/trunk/ (4 files in 4 dirs): [MOD] themegenerator: Refactoring smarty for colour types, move JS to external file & some layout improvements tikiwiki: 03lphuberdeau * r32091 10/trunk/lib/perspectivelib.php: [MOD] Deploying helpers in perspectivelib New Forum Posts: PHP Fatal error in captcha code after moving db to a fresh 6.1 install - https://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=40199 New Forum Posts: do you want a BitNami stack for Tiki? vote for it! - https://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=40197 New Forum Posts: Blank pages but not Memory_limit related - https://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=40195 New Forum Posts: gd-library oder/und imagick - http://tiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=40200 New Forum Posts: PHP Fatal error in captcha code after moving db to a fresh 6.1 install - http://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=40199 New Forum Posts: do you want a BitNami stack for Tiki? vote for it! - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=40197 tikiwiki: 03jonnybradley * r32092 10/third_party/jquery/ (jquery-tiki-readme.txt jquery.color.js): [NEW] jquery.color.js (to be used in theme generator) tikiwiki: 03jonnybradley * r32093 10/trunk/ (3 files in 3 dirs): [ENH] themegenerator: live preview (show colour changes in real time) and fix border colour shorthand replacements tikiwiki: 03lindonb * r32094 10/trunk/tiki-calendar_edit_item.php: [FIX] Tentative status (status = 0) wasn't sticking because code was checking if empty rather than isset. tikiwiki: 03minger0 * r32095 10/trunk/lib/wiki-plugins/wikiplugin_tracker.php: [FIX] this line made the tracker plugin crash under some smarty settings (cannot pass 2nd parameter as a reference) tikiwiki: 03jonnybradley * r32096 10/trunk/lib/themegenlib.php: [FIX] themegenerator: workaround for php < 5.3 doing preg_replace_callback the old way (plus some other stuff not working yet)