An explanation of how the framework ossn.

Yan Kusyanto Posted in Beginning Developers 1 decade ago

Assalamualaikum Warahmatullahi Wabarakatuh

  1. is there someone who can explain or write an article about how ossn work. Starting from the home page, add a new menu on the left side, the structure of files and directories.

  2. I want to add a new menu on the left side under Links.
    How to ?.

Wassalammualaikum Warahmatullahi Wabarakatuh

Replies
Indonesian Arsalan Shah Replied 1 decade ago
Yan Kusyanto Replied 1 decade ago

Dear Syed,

i would like to create the add button in my component pages, my code like this.

<a href="<?php echo ossn_site_url("sms"); ?>" class="ossn-admin-button button-green"><?php echo ossn_print("add"); ?></a>

iam copas from user list.
why this code not working in my pages, but running well in user list?
can you give me solutions?

THanks

Yan
Salam,

ng Moneya Replied 1 decade ago

1, ossn_com.php
2. admin,page,widget,language
3,no premium ossn, ossn is free and opensource.
you can extend it by using component.
or contact http://www.informatikon.com/ for custom component development.

Yan Kusyanto Replied 1 decade ago

dear Syed,

Assalamualaikum,

thanks for you reply.
let's talk in more detail.

  1. Which section? in the file what ?, I put the init function/ossn_register_section.
  2. Please explain folder structure of ossn framework.
  3. Where do I get the full documentation? whether to buy the premium version?

thank you verry much
Salam

Indonesian Arsalan Shah Replied 1 decade ago

Waalikum Salam,

You have to create a component see 'HelloWorld' component, and then initialize function you have to add following code:

		ossn_register_sections_menu("newsfeed", array(
							"text" => "Mytext",
							"url" => "Url",
							"section" => "links",
							"icon" => "complete url for icon"
					));