Elgg 1.8 Social Networking by unknow

Elgg 1.8 Social Networking by unknow

Author:unknow
Language: eng
Format: epub
Publisher: Packt Publishing


The plugin is now ready for its first test. In your browser, visit a page with a sidebar and you should see the test tip that you created.

Step 4: Make the tips random

We want to rotate through a series of tips and have the order be random. We do this by defining the tips in the language file and then adding a function in start.php that returns a random tip. The language file looks like the following:

<?php $english = array( 'sidebar_tip:title' => 'Random Tip', 'sidebar_tip:tip1' => 'Never spit into the wind.', 'sidebar_tip:tip2' => 'You can set your notification options on the settings page.', 'sidebar_tip:tip3' => "See something that shouldn't be here? Report it using the whistle icon.", 'sidebar_tip:tip4' => "RSS is a great way to track activity on the site. Look for the orange RSS icons.", ); add_translation("en", $english);



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.