You cannot post messages because only members can post, and you are not currently a member.
|
Mail-to enhancements
|
| |
I have some enhancements made to com_mailto. Basically these include: * Backend ability to add custom email "alias's" that give you a "label" and then the option of sending emails to one or more email addresses (or groups, depending on how your mail server is set up). * Backend ability to see logs of mailto usage... more »
|
|
Reset the filters
|
| |
Hello, I need reset the filter on load the view.
<select name="filter_status" class="inputbox"
onchange="this.form.submit()">
<option value=""><?php echo JText::_('COM_CATALOG_FILTER_S TATUS');?
... <?php echo JHtml::_('select.options',
CatalogHelperInstitute::getSta tusOptions(), 'value', 'text', $this-... more »
|
|
com_messages frontend
|
| |
Hi, is there any reason why we don't use com_messages on the frontend (or registered users) ?
|
|
Joomla Version Number and Google Webmaster Tools
|
| |
Hi everyone. The folks at Google who are responsible for the Google Webmaster Tools ([link]) have asked us if we want to enable an update notification process for our mutual users. They have been doing this for a few years with WordPress. Here is a link with some background information:... more »
|
|
mail addAttachment
|
| |
In libraries/joomla/mail/mail.php the addAttachment function is passed in parameters for name, encoding and type that are not passed on to phpmailer - so attachments all use application/octet-stream as the mime-type. This is a bit of pain so I have to hack the core to add a function that does pass on the values. Is there some good reason for... more »
|
|
STS and LTS Auto Updates
|
| |
Hi folks. When version 3.0 comes out later this year (in September, I believe), some 2.5.x users will want to upgrade to 3.0 to stay on the STS (short term support) track. Other 2.5.x users will want to stay on 2.5 for longer (perhaps until 3.5.0 is released). At present, the update notification system will notify all 2.5.x users when... more »
|
|
Memcached support
|
| |
Hey everyone, I've developed Memcache*d* driver for Joomla (don't confuse with the old Memcache). Memcached is more faster & mature. Here is the tracker: [link] <[link]>... more »
|
|
Adding Meta Titles to Articles & Categories
|
| |
We are working on adding the ability to add meta titles to articles
and categories the same way the meta description and keywords are
done.
I realize that meta titles can be customized when there is a menu link
but many articles never have menu links, so there is no way to
customize the page titles.... more »
|
|
|