-
Recent Posts
Recent Comments
- john on Joomla multilingual search error: Warning: sprintf() [function.sprintf]:
- Simon on Dreamweaver: The following translators were not loaded due to errors: ICERegions.htm
- Cristian on Dreamweaver: The following translators were not loaded due to errors: ICERegions.htm
- Insurance on Dreamweaver: The following translators were not loaded due to errors: ICERegions.htm
- Gangadhar on Dreamweaver: The following translators were not loaded due to errors: ICERegions.htm
Archives
Categories
- Adobe
- Artisteer
- Broadband
- Browsers
- Business Directory
- cpanel
- CSS
- Domain Names
- Dreamweaver
- Google Map
- I-Tech Web Design North Wales
- Internet Explorer
- Internet Explorer
- JCE
- jomres
- Joombah jobsboard
- Joomfish
- Joomla
- map
- Microsoft Windows
- MySQL – phpMyAdmin
- NWH News
- Outlook
- Outlook Express
- Performance
- Permalinks
- Printers
- SF404SEF
- Sky
- test
- TomTom GO 520
- Uncategorized
- wamp server
- Web Business News
- Website Hosting
- Website Marketing
- Wordpress
- Youtube
Meta
Category Archives: Joomla
New Joomla Website Launched: North Wales Railway Circle
We launched a new website today for North Wales Railway Circle. North Wales Railway Circle was formed in 1971 by a group of like-minded people to establish a society for those interested in all aspects of railways. Our underlying aim … Continue reading
Posted in I-Tech Web Design North Wales, Joomla
Tagged joomla 1.7, north wales, North Wales Railway Circle, rail, railway
1 Comment
Calendar pop-up link position / not showing in Joomla
I Had an issue in IE7, IE8, IE9, IE10 when I click on the calendar icon the calendar does not appear. I then scrolled to the top of the page and there it was. So the issue in Joomla to … Continue reading
Posted in CSS, Internet Explorer, Internet Explorer, Joombah jobsboard, Joomla
Tagged calendar, IE10, IE7, IE8, IE9, joombah, joomla
Leave a comment
Joombah jobsboard joomfish translation
Hi I have a dual language site using Joomfish. I wanted to translate the fields that are kept in the back end. I presume it will work for any of these fields that are stored in the backend / database. … Continue reading
Posted in Joombah jobsboard, Joomfish, Joomla
Tagged dual language, joombah, joomfish, joomla, xml
Leave a comment
Joomla: Edit login module
If you want to edit the joomla log-in module you can go to and edit: /modules/mod_login/tmpl/default.php In my case I wanted to remove the option to register (without disabling the ability to register from Global configuration. Remove or comment the … Continue reading
Posted in Joomla
Leave a comment
Joombah Jobs Board Component for Joomla 1.5 and Joomla 1.6
JobSeekers’ Features Front-End JBJobs has all the necessary features to run a successful Human Resource database directly onto our System by using our component. Below are only some feature highlights of JBJobs If you don’t see a feature you are … Continue reading
Joombah: Set salary to accept more characters and text
In Joombah you can set the salary for a job to say: Salary: 1000,00 per month I needed to say: Salary: 1000,00-2000,00 per month This is how I did it: 1. I changed components/com_jbjobs/views/employer/tmpl/editjob.php from: <input class=”inputbox required” type=”text” name=”salary” … Continue reading
Posted in Joombah jobsboard, Joomla
Leave a comment
Joombah: Allow the employer to set the expiry date from the front end?
Go to Joomla Backend > Components > Joombah > Dashboard > Global Configuration > Components Settings > Set “Free Mode” > NO > Save Go to Membership plans (Left menu) > Un-publish all the plans except the “Free Membership” > … Continue reading
Nice Social Bookmark – no img width and height attributes
Website producers often include images on their pages badly, creating accessibility issues for visitors and increasing page load times. It is important to include the width and height attributes in each image tag. The mark-up is valid without a height … Continue reading
Joomla Joomfish flag has no image size assigned
To comply to W3C standards images must have height and width sizes allocated. If you want to add that to the images you can add it in: modules\mod_jflanguageselection\tmpl\namesplusimages.php around line 121 add width and height as below. $outString .=’<img src=”‘ … Continue reading