11
wizanda
Re: Stupid WiwiMod Question
  • 2007/2/21 20:10

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Here is something I was just asking, on wiwimod dev……. as on their wiki there is page of its syntax, this Gizmhail has kindly added for us....

Wiwimod Dev Forum

12
jensclas
Re: Stupid WiwiMod Question

Quote:
I am more concerned about my members figuring it out since most like to just press buttons. Not sure how to simplify it to them in an explaination.


And so you should - for many people writing in a wiki context is a new skill. We have managed to learn email, word processing, and some of us even simple wysiwyg web pages. In recent times the development of IT has made us transfer those skills to blogs, and online photo and file sharing. However, the learning of using wiki requires news skills.

In a raw wiki the wysiwig is gone from where you type, but some wikis do have a toolbar of buttons that helps. On xoopsdocs when our work area was alive and kicking at first I was stumped - but links to the sandbox and a file defining the codes and what they do helped. Then a toolbar appeared and that made things easier for the normal things - formatting, inserting pictures etc. However, I know my whole thinking pattern had to change - I had to learn '[' 'code' ']' and not be frightened of it. I also had to learn the lingo that goes with understanding code (known as metalanguage) For those that grew up on a diet of microsoft office like myself it can be daunting, especially if they have never ventured into using code of any kind - on boards like this or on websites.

You can also see a change in the expected IT skills of school students in the change in curriculum - for example here in Australia. Being built into the standard skills and learning expected from students are the IT skills that would allow them to use blogs, albums, wikis and webpages with ease. This is new. Up until now the curriculum included word processing, spreadhseets and exlectronic texts - now they are include more dynamic skills such as those needed for developing interactive web pages - blogs, boards - and wikis.

Our new English curriculum refers to 'multimodal' texts - these are essentially electronic texts that include any variation of movie, sound, printed text and image - ie - dynamic websites.

So...while we wait for the teenages to grow up and enter the online adult communities we have some adults to educate as well. As always - if your web users have kids their kids will show them how! But if not you will need to link to the sandbox, a tutorial, a code list, and have a go at putting in a button bar - they do exist - Wizanda may be your best helper there. And...remind these new wiki users to be patient with themselves...for some it will be a big learning curve. Others will do it easily - it will vary greatly depending on their IT skills and their thinking proesses.

13
carnuke
Re: Stupid WiwiMod Question
  • 2007/2/22 20:59

  • carnuke

  • Home away from home

  • Posts: 1955

  • Since: 2003/11/5


Interesting Comment Jen: I think it wont be long before these wiki 'codes' are translated into toolbar clicks. so page equals a single click on a toolbar. There's still a lot of geek-speak going on regarding wki write-up. It will change ... speed and convenience always dictates the winners of the race!
http://houseofstrauss.co.uk Resource for alternative health and holistic lifestyle
search xoops

14
wizanda
Re: Stupid WiwiMod Question
  • 2007/2/22 21:12

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


It exists already the Extended text editor adds Wiki words, if set in config of \Frameworks\textsanitizer\config.php

From there you can set any wiki (that allows a new page creation from a url, wiwimod, mediawiki etc) to work with our framework.

15
jfmoore
Re: Stupid WiwiMod Question
  • 2007/2/23 4:27

  • jfmoore

  • Quite a regular

  • Posts: 360

  • Since: 2004/6/6 5


Quote:

wizanda wrote:
It exists already the Extended text editor adds Wiki words, if set in config of \Frameworks\textsanitizer\config.php

From there you can set any wiki (that allows a new page creation from a url, wiwimod, mediawiki etc) to work with our framework.


I'm sorry, but I don't understand this. Can you explain further using, perhaps, Wiwimod as an example?

JFM
...

16
wizanda
Re: Stupid WiwiMod Question
  • 2007/2/23 9:03

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


With the Xoops Framework it provides Wiki words in any module using the framework textsanitizer here is how:

\Frameworks\textsanitizer\config.php

Edit this to look like so:
"WiwiHome" as it's default, yet any page will do.
define('EXTCODE_ENABLE_WIKI',            1); 

// Add internal link to wiki module
define('EXTCODE_ENABLE_WIKI_LINK',        XOOPS_URL."/modules/wiwimod/index.php?page=%s&back=WiwiHome"); 

// The link to wiki module
define('EXTCODE_ENABLE_WIKI_CHARSET',    "UTF-8"); 

// Charset of wiki module


you need the back page to make it accessible to all, if it hasn't a back page only web-master can submit to Wiwimod.
Also we can include where needed & amp ; no spaces to be W3C compliant.
That makes it any words placed in the forum, article, News etc in brackets then links to a new wiwimod page.

Login

Who's Online

210 user(s) are online (138 user(s) are browsing Support Forums)


Members: 0


Guests: 210


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits