• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: [opgelost][vraag+antwoord]bbcode toevoegen aan microtiny
PostPosted: Sat Jun 16, 2012 9:07 pm 
Offline
Forum Members
Forum Members

Joined: Mon Apr 16, 2012 5:47 pm
Posts: 23
hoe kan ik de module bbcode toevoegen aan microtiny

zodat ik die codes kan gebruiken in mijn pagina's (voornamelijk de youtube code)

alle andere youtube codes werken niet krijg geen filmpjes op de site


hier het hulp bestand

mischien dat je daar wat aan heb

hoop dat iemand mij kan helpen

alvast bedankt !!





Code:
What is BBCode Tools?

This module aims to provide a set of basic BBCode-related tools including a BBCode toolbar and parsing functionality. At current, it supports the following tags:

    Bold - [b]text[/b]
    Italic - [i]text[/i]
    Underline - [u]text[/u]
    Strikethrough - [s]text[/s]
    Unordered List - [list][*]text[/*][/list]
    Ordered List - [list=1][*]text[/*][/list]
    Quote - [quote]text[/quote]
    Code - [code]text[/code]
    Link - [url=url]text[/url]
    Image - [img]url[/img]
    Center - [center]text[/center]
    YouTube Video - [youtube]video URL[/youtube]
    Change text color - [color=color]text[/color]

How do I use it?

There are two available actions: 'toolbar' and 'parse'. The toolbar action displays a BBCode toolbar that can be associated with a textarea element, and the parse action replaces all supported BBCode tags in a string with their respective HTML tags, then outputs the result.

Usage examples:

{BBCode action='toolbar' input='some_textarea_id'}
{BBCode action='parse' input='[b]this is bold[/b]'}

Additionally, you can use the parse function in your own UDTs or modules like so:

   global $gCms;
   $db = &$gCms->db;

   $text = $params['text'];

   $bbcode =& $gCms->modules['BBCode']['object'];
   $output = $bbcode->BBCParse($text);

   echo $output;

Support

You can find the project on the CMSMS forge at http://dev.cmsmadesimple.org/projects/bbcode. Feature requests and bug reports should also be directed there.

Alternatively, you can PM me directly on the forums (my username is Ricko97).
Copyright and License

Copyright © 2010 Ricko Mann http://www.rickomann.me.uk/.

This module has been released under the GNU Public License. You must agree to this license before using the module.
Parameters

    (optional) lang="en_US" -
    action="toolbar" - Name of the action to perform ("toolbar" or "parse"). Required.
    input="content" - Applicable to both actions. With the toolbar action: ID of the textarea to integrate the BBCode Toolbar with. With the parse action: the string to parse and output. Required.


Last edited by evinx on Sun Jun 17, 2012 3:12 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: [vraag]bbcode toevoegen aan microtiny
PostPosted: Sat Jun 16, 2012 9:18 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Tue Mar 31, 2009 8:45 pm
Posts: 377
Location: Delft, Netherlands
Een groot probleem creëren om een klein probleem op te lossen is nooit een goed idee...

Ik denk dat je hier wat aan hebt:

http://wiki.cmsmadesimple.org/index.php ... alid_XHTML


Top
 Profile  
 
 Post subject: Re: [vraag]bbcode toevoegen aan microtiny
PostPosted: Sat Jun 16, 2012 9:25 pm 
Offline
Forum Members
Forum Members

Joined: Mon Apr 16, 2012 5:47 pm
Posts: 23
jah die youtube tag is mooi maar hoe voeg ik die toe of staat die er standaard in ? heb nog niet gevonden namelijk


Top
 Profile  
 
 Post subject: Re: [vraag]bbcode toevoegen aan microtiny
PostPosted: Sat Jun 16, 2012 11:17 pm 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Wed Apr 23, 2008 7:53 am
Posts: 5089
Location: The Netherlands
http://dev.cmsmadesimple.org/projects/jwplayer wellicht...

_________________
Dutch CMSMS community website cmsms.nl and Wiki wiki.cmsms.nl
--------------------------
My CMSMS Tips and Tricks Weblog and website about Pneumatic Tube Systems / Rohrpost
My other (Dutch) website: Smakelijk eten zonder zout (Design: Compufairy)


Top
 Profile  
 
 Post subject: Re: [vraag]bbcode toevoegen aan microtiny
PostPosted: Sun Jun 17, 2012 1:21 am 
Offline
Power Poster
Power Poster
User avatar

Joined: Tue Mar 31, 2009 8:45 pm
Posts: 377
Location: Delft, Netherlands
evinx wrote:
jah die youtube tag is mooi maar hoe voeg ik die toe of staat die er standaard in ? heb nog niet gevonden namelijk

http://wiki.cmsmadesimple.org/index.php ... fined_Tags


Top
 Profile  
 
 Post subject: Re: [vraag]bbcode toevoegen aan microtiny
PostPosted: Sun Jun 17, 2012 2:24 pm 
Offline
Forum Members
Forum Members

Joined: Mon Apr 16, 2012 5:47 pm
Posts: 23
laat maar hier ga ik niet uitkomen ik ga gewoon youtube insluit code invoegen :) is mischien wel net zo makkelijk


Top
 Profile  
 
 Post subject: Re: [vraag]bbcode toevoegen aan microtiny
PostPosted: Sun Jun 17, 2012 2:38 pm 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Wed Apr 23, 2008 7:53 am
Posts: 5089
Location: The Netherlands
evinx wrote:
laat maar hier ga ik niet uitkomen ik ga gewoon youtube insluit code invoegen :) is mischien wel net zo makkelijk
Plaats je dan even [opgelost] in de titel van de eerste post?

_________________
Dutch CMSMS community website cmsms.nl and Wiki wiki.cmsms.nl
--------------------------
My CMSMS Tips and Tricks Weblog and website about Pneumatic Tube Systems / Rohrpost
My other (Dutch) website: Smakelijk eten zonder zout (Design: Compufairy)


Top
 Profile  
 
 Post subject: Re: [vraag]bbcode toevoegen aan microtiny
PostPosted: Sun Jun 17, 2012 3:12 pm 
Offline
Forum Members
Forum Members

Joined: Mon Apr 16, 2012 5:47 pm
Posts: 23
oh jah natuurlijk sorry


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Arvixe - A CMSMS Partner