Joomla Guides
15 How To With Joomla
| 15 How To With Joomla |
|
|
|
| Thursday, 08 November 2007 | |
|
Welcome to the most updated page! Why does my page title not change when I click on a link in the calendar module or latest events module? Joomla uses the menu Itemid to determine the page title to display together with which module are visible (e.g. what appears in the left or right columns). You therefore need to ensure at least one menu item points to the JEvents component - if you don't want this menu item to be visible you can add the link this can be on a menu that you do not use. JEvents is generating heavy search engine crawling activity. What can you do? User-agent: *Disallow: /component/option,com_events/ The problem is that Joomla 1.0.x sets the robots meta tag in such a way that we can't change it. JEvents 1.5 will allow you to set a min and max year for the calendar which will help. Look at http://de.wikipedia.org/robots.txt how wikipedia handles undesired spider access. How do I use the EventReport mambot? When you edit the mambot settings the description gives you the information: I'm running jevents in French. Many of the dates appear in English - whats going on? The date is formatted with the php function strftime() which uses the locale of your Joomla installation. Check if the locale is set to fr_FR, fr_CA, fr_CH,... If you are using Joomfish - make sure your ISO codes are set correctly.The locale date strings are part of the C library of your server operating system. Assuming you have a Unix/Linux based server you can check your server with the following php script: I don't like the box around the events calendar - how do I get rid of it? Try adding something like the following to your events_css.css file fieldset Help - editing events in the frontend messes with my right hand column. What can I do? If you have a narrow template design the best thing to do is to not have any modules in the right hand column for the Events menu item. Alternatively try experimenting with you events_css.css. For example adding the following will fix your problems for the SolarFlare template: You will of course have to limit the width of your WYSIWYG editor - for TinyMCE choose the simple layout. How do I change the pink header background? You can do this sort of investigation very effectively with Firefox DOM Inspector. In the meantime look for background-image in the css file and then create your own desired background images of colours. Help - Save and Cancel buttons do nothing when I try to edit an event in the frontend? It probably that your template doesn't run initEditor for events.Make sure you have How do I get a WYSIWYG editor working for the event description? It probably that your template doesn't run initEditor for events. Make sure you have What happens to my”Tags Component”? A. Well you can continue to run this component on your site, or if you purchased after 1st November 2006 you are entitled to a free copy of“Joomla Tags” as per our published policy. The two components have VERY different database tables but we have aimed to make migrationof data as simple as possible. What happens when you release “Joomla Forms”? Will that replace Phil-a-form? A. The same policies stated above will all still apply. Phil-a-form will still be developed and Phil-a-form customers have no automatic entitlement to a free copy of “Joomla Forms”. We have made this perfectly clear in our communication for over a year now. What other Joomla Components are releasing on the bfFramework? A. We would not like to tell you all of them for commercial reasons.However we have already committed to the following JoomlaExtensions that will work in both Adding code to content, why doesn't it work? When you try to insert code (HTML, PHP etc) into content, the WYSIWYG editors strip out any code you enter into content. How to check for Site Exploits using the Unix Shell Check the active processesUse the "ps" command to look for odd or unknown processes, if you aren't sure what to look for there, user "netstat -ae | grep irc" and/or "netstat -ea | grep 666" and look for ports 6666, 6667, 6668, 6669, these are common ports used for running IRC bots, they may have the name "irc" listed against them, or may have "httpd" or sometimes other regular services names. Check crontabCheck your crontab and see if there is a strange entry, these are used in many exploits to restart IRC bots, even when admins or automated process monitors are used to kill a rogue process. Check for hidden files or directoriesCheck for hidden files or directories you dont expect to see, those starting with "." (dots) and also look for ". " (dot, space) often favored to try and catch searches for hidden directories. Configuring Windows/Apache For SEF Many Joomla! Community members are using ther local Windows based PC's to test and develop Joomla! sites on and one of the most frustrating items about Apache on Windows is that Winodws cannot support many of the Apache functions that can be used on Linux/Unix based production sites. Joomla! SEF Capability on Windows/Apache |
|
| Last Updated ( Friday, 09 November 2007 ) |
| < Prev | Next > |
|---|