I will change joomla java alert message see this image
But i dont come forwad...
My joomla is version 3 and this is on module mod_s5_quick_contact
thanks...
If you want to change the title then I suggest to do a language override as described here https://docs.joomla.org/J3.x:Language_Overrides_in_Joomla. If you want to alter the output at all, then do a template override of the module.
Related
I need to change the default backend/admin language of an Joomla site programmaticly.
I know how to change in Backend, but in this case it is nessesary to change it in the code.
Do anyone know a solution or has an code snipet on how to change the default admin language?
Hey i need to develop a custom plugin for custom thankyou page in VirtueMart
How should i achieve that , because thank you page is generated according to the payment selected.
What is the correct hook for changing the last thank you page in VirtueMart.
I tried plgVmConfirmedOrder but is that the correct hook? how to achieve this thing using virtuemart hook system?
You don't need to create a plugin for custom thankyou page. You just go and modify or override the template file order_done.php at the location given below-
components/com_virtuemart/views/cart/tmpl/order_done.php
I'm a joomla noob, and I know how to create a content joomla plugin that prints text just after article title using event listener onContentAfterTitle. Content plugin for Joomla
But I cant find the event listener inside which I should put my code that changes pages title & page description. I have put it inside onContentPrepare & in the onAfterDispatchbut it doesnt work.
Anyone can explain to me how to get it work?
P.S: I want to create the plugin myself to customize as I want
Thanks for the link, but I've found an answer to my question here:
Create a plugin that changes pages title & meta description
And the event in which to put the code is onBeforeCompileHead, and the function used to alter head is: $document->setHeadData($headData);.
One of my client want to have this kind of custom attributes in magneto, i tried making attributes and all, but can't get succeed, can anyone here guide me on making these ? do i have make attribute sets or attributes or i have to code custom ?
magento
In default Magento you can have some thing like pic attached.. please view if this solve your problem ?
I hope this question has a simple answer. I am creating a product catalogue with Joomla 2.5.6 and VirtueMart version 2.0.8e. On the product details page I want to include my own pdf button which will link to the brochure of the product.
Under the suggestion of a reply on the Virtuemart form, I created an image custom field in virtuemart but encountered two major problems.
I don't know now to link the image to a pdf.
I can't seem to remove the title from the image.
http://aleksdesign.ca/joomla/component/virtuemart/software-and-solutions/streem-alert-detail?Itemid=0
Please advise.
Thanks,
Aleks
My suggestion would be to use the Virtuemart Files feature. From the admin control panel, under "Shop", choose "Media". There you can upload the file(s) that you want to have downloaded. Be sure to associate them with a product, and they'll be included on the product page for download. To make a button out of the link(s), you could investigate using CSS to style them as a button. The only alternative I can think of would be to build a custom plugin for VM, which would be a great deal of extra work.
To make Custom fields in Joomla Virtuemart 2.0 is so simple.
You need to open your administrator and then go to:
Virtuemart->Products->Custom Field
there you will find a link to create new custom fiels and you can create your custom field with your choice. It provides various Custom Field Types. After creating and saving your custom field you need to go to product whom you want to add it. like:
Products->your product name->
open your product and go to Custom Fields and there at bottom you can see your custom field. add your custom field to product, save it and check this product from front-end of your site.
I hope this makes sense.
Thanks.