Sunday, September 05, 2010
   
Text Size

Site Search powered by Ajax

image image image image
Somali pirate in court A Somali teenager captured by the US during the rescue of an American sea captain from pirates has appeared in a federal court in New York. The judge briefly closed the trial to the public until he had clarified whether Abde Wale Abdul Kadhir Muse was a juvenile as his mother claimed.
Mass Tamil Exodus Sri Lanka says 63,000 Tamil civilians have escaped from the last remaining area of territory held by Tamil Tiger rebels in the past two days. The army said it had made further inroads into the small area in the north, searching for the rebel leader. It says many civilians were fleeing by sea.
South African Elections Jacob Zuma has said his party expects a "massive" turnout in South African elections to be held on Wednesday. The African National Congress (ANC) leader encouraged supporters to make this the biggest turnout in the country's history.
NATO restore ties NATO and Russia are resuming their formal ties, fuelled by the new Obama administration seeking to reset relations with Russia. Six years of cooperation between the alliance and Moscow on the NATO-Russia Council was abruptly suspended in August 2008, when Russia invaded Georgia.

RokCandy Component

RokCandy is a new component from RocketTheme which provides BBcode type functionality into Joomla. Therefore, you do not need to worry about the WYSIWYG editor stripping out your custom code, or worry about your HTML abilities in order to use the various Typography and other styled elements. It changes the preset syntax, such as [example] to the relevant HTML code, once Joomla parses the article. What does that mean? Well, it means if you type [example] into your content, whether in HTML or normal WYSIWYG mode, it will always show [example] and will not be stripped away on save or reopen. All the changing to HTML, is done via Joomla when it outputs the article onto the site itself.

RokCandy default.ini file RokCandy Administrator

For example, [example title={title}]{text}[/example] can be set to output the following:-
<div class="example">
	<h3>Title</h3>
	<p>Some content</p>
</div>

How do I configure RokCandy, the Syntax?

RokCandy is outfitted with prebuilt statements, however, with the overriding ability of Joomla 1.5, you can create new ones and override them in the template files, and not have to concern yourself with editing core files. The file is called default.ini and is located in the /templates/rt_solarsentinel_j15/html/com_rokcandy directory. Similarly, you can also add and control your own in the Administrator (Admin > Components > RokCandy). They will appear in the following format:-

[tag]{text}[/tag]=<tag>{text}</tag>
Such as
[alert]{text}[/alert]=<span class="alert">{text}</span>
As is apparent, each line is separated into distinctive sections. There are two parts, the RokCandy syntax (left of =) and the outputted HTML (right of =). You would create your own tag name and insert them between square brackets, [], followed by {text} and the closing tag with [] brackets again. This segment is followed by the = symbol and following on from that is the HTML output. Note, the {text} is required in both parts to denote what element is to be carried forward. You can use any value between the {} brackets, such as {title} or {link} as long as they are cross referenced in the HTML output as shown in the example below:-
[box title={title} link={link}]{text}[/box]=<div class="box"><h3><a href="{link}">{title}</a></h3><p>{text}</p></div>

Note, the best way to understand the syntax rules is to look at the default.ini file and see what syntax we use. RokCandy Examples

Top Headlines

  • 1
  • 2
  • 3
  • 4

Disclaimer

Important: Somalia24 News. ("Somalia24") respects the intellectual property of others, and we ask users of our Web site to do the same. In accordance with the Digital Millennium Copyright Act (DMCA), it is Somalia24's policy to terminate, in appropriate circumstances as determined in our sole discretion, subscribers or account holders who we determine are repeat infringers.

Login Form