Edit Content in <head></head> in Joomla 2.5.6 - joomla

It's been some time since I worked in Joomla. I'm trying to edit specific code that's between the section on a Joomla 2.5.6 site. The site was created by someone else, so I'm not sure how or what (maybe a plugin? or in the theme?) they used to add the head content in.
Here is the site:
http://healkidneydisease.com
And here is the code that I'm trying to change:
<!-- ClickBank Trust Badge -->
<script src="//cbtb.clickbank.net/?vendor=holistic10"></script>
All I really need to do is change "holistic10" to "holistic08".
I would think it would be easy, but I can't seem to find where this text is located in the back end.
Any help would be appreciated.
Thanks!

Related

Google reCaptcha not displaying properly

I set up a captcha using Googles reCaptcha on my Sites contact page and this works fine with no issues.
The actual contact form itself is a seperate php file that I just include on my contact page.
However, I want to add a contact form to the footer on my site as well so I have included the contact form file there as well.
However, the recaptcha does not appear in the footer contact section, except when I am on the contact page.
I thought maybe I had to specify a URL that it was on in Googles settings but it only seems to have an option to specify the domain but it is obviously on the same domain.
Any ideas of why this would be happening or how I can resolve it would be greatly appreciated.
Stupid mistake...
Only had included the script tag on the page where I already had the form.
<script src='https://www.google.com/recaptcha/api.js'></script>

Joomla configuration page next button not working

joomla configuration page
I want to learn how to use joomla but the problem is that i can't continue from the first page is just keeps on validating the fields even though that have data, your response to this request will be highly appreciated.
Not sure what version of Joomla but make sure you are meeting all requirements for that particular installation. It could be something like an unsupported version of the PHP version which I have come across in the past.

how to call a joomla! module in a php page OUTSIDE joomla! directory?

i searched on the net for my answer,but the more i search,the less i find.here is the problem:
i have a joomla! website,located in localhost/joomla.
i have a php page, located in localhost/sample.php
now, how can i include some of joomla's modules,in this single "sample.php" page??
for example, how can i use "latest news" or "latest users" in my "sample.php" page?
one of mye friend did this, but i no longer can contact him. any help would be appreciated. if the question is not clear enough,plz let me know.
tnx
load the Joomla framework inside the external php file
like it says here http://www.irfanview.0fees.net/how-to-load-the-parameters-of-a-joomla-module-inside-an-external-php-file/
I've never had to do this, but first I think you would have to load the Joomla framework (see the installations root index.php) then you would have create a session using Jsession. This is just a guess so take it for what its worth.

Magento 1.5: Where to enter Default Meta Description?

Where do I set the Default Meta Description and Keywords in the Backend of Magento 1.5?
I know how to set this individually to product-pages, categories etc., but where do I have to enter the default fallback?
it seems that in older versions this could be done under system --> general --> Design --> HTML head, but in Magento 1.5 I miss this section.
got it! if you use a local code folder - simply copy
app/code/core/Mage/Page/etc/system.xml
to app/code/local/Mage/Page/etc/system.xml
and the HTML Head Section will "re-appear".
The right hint was found here: link
Thank you #seanbreeden for mindsharing!

joomla: adding uploader to component back-end

How can I add an the Joomla built-in uploader to my component's admin back-end such that the file itself is saved in a folder somewhere in the server and the filename or url is saved in the DB? The docs for JHMLBehavior/uploader under http://docs.joomla.org/API16:JHtmlBehavior/uploader are useless, and I've tried Googling for a comprehensive guide on how to do this but couldn't find any.
Please help.
Regards,
Simon
You can check out administrator/components/com_media to see how they use JHTMLBehaviour::uploader(...). The problem is that the fancy script that the uploader is based on is version 1.0 - and it doesn't work....
I would recommend checking this tutorial instead:
http://docs.joomla.org/Creating_a_file_uploader_in_your_component
You're aware that you're looking at the 1.6 version of the code, not 1.5? 1.5 is the current release - 1.6 probably hasn't got the full set of documentation.

Resources