Joombah Jobs Board – Allow HTML and CSS Tags in Tooltips

Joombah is an excellent component for joomla 1.5 and 1.6.

I wanted to be able to add HTML and CSS Tags to my tooltips to format the tooltips as I wanted.

All you have to do is:

1. Open /administrator/components/com_jbjobs/controllers/jbjobs.php
2. Find $parent = ($post['type'] == 'group')? 0 : $post['parent'];
3. Add this below the above line:
$post['tips'] = JRequest::getVar('tips', '', 'post', 'string', JREQUEST_ALLOWRAW);

Thanks to the advice from Joombah

Share

3 thoughts on “Joombah Jobs Board – Allow HTML and CSS Tags in Tooltips

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Spam protection by WP Captcha-Free