Combining Post Images with Tim Thumb

Posted 295 days ago under

I’ve just made a new plugin called Tim Thumb, which uses the open source TimThumb script to create and cache thumbnails on the fly. This Post Images plugin already creates thumbnails, but what if you wanted to ... Read More

Add RSS Icon To Category Widget Links

Posted 300 days ago under

This short tutorial will show you how to add rss icon images next to your category widget links. OPEN categories_widget.php Find the code below it should be located around line 70. Replace the instance of the code ... Read More

Reference/h

Posted 301 days ago under

Role of $h->currentUser $h->currentUser is a class defined in the core code of BakerCMS that gives you access to the properties associated with the currently logged on user. Methods and Properties This is the ... Read More

generateReport

Posted 301 days ago under

Description Returns the system maintenance report for this installation of hotaru. Usage Parameters $type | string {'log', 'object'} Return Values object or serialized array of system data on success. Examples ... Read More

includeJs

Posted 301 days ago under

Description Provides plugins and themes with the ability to include a .js file into the minimized .js file, generated by Hotaru. Usage Parameters $folder | string (default = ”) If located in a plugin, the ... Read More

includeCss

Posted 301 days ago under

Description Provides plugins and themes with the ability to include a .css file into the minimized .css file, generated by Hotaru. Usage Parameters $folder | string (default = ”) If located in a plugin, the ... Read More

updateSetting

Posted 301 days ago under

Description Updates the “hotaru_pluginsettings” table with the provided data. Usage Parameters Return Values no value returned. Examples Source File updateSetting() is located in content/hotaru.php which ... Read More

isActive

Posted 301 days ago under

Description Checks whether a plugin is installed and enabled Usage Parameters $type | string $type represents the type or folder name of the plugin. The function will check the type of plugin first before checking ... Read More

getUserNameFromId

Posted 301 days ago under

Description Returns the username for a given user id Usage Parameters Template:Parameter Return Values int on success | false on failure. Examples Source File readPost() is located in content/hotaru.php which calls ... Read More

getCatLevel

Posted 301 days ago under

Description Recursive public function to find level depth Usage Parameters $cat_id | integer $cat_level | integer $the_cats | array Return Values an integer Examples Source File getCatLevel() is located in ... Read More