We are using Joomla1.5.20
Joomla Multisite Verion 1.2.8 - Free Version
Our URl Master Site URL is http://usentrepreneurt oday.com/
for which we have different slave sites like
http://newyork.usentre preneurtoday.co m/
http://pennsylvania.us entrepreneurtod ay.com/
We are facing a strange issue.
The issue is that when we open our master site, the...
Search Result
Collapse
12 results in 0.0023 seconds.
Keywords
Members
Tags
-
Strange Issue - Joomla multi site
-
Joomla basic question?
Where to go in administrator part of joomla framework to edit footer section. I need to a sitemap link in footer but don't know how to do it. -
Why is activation email not sent-Joomla 1.7
in joomla login module does not send activation email to users.why??
it works with other components sending email or forms but not activation email.
can anyone help thanks in advance -
Changing page url in joomla (mod-rewriting)
On my joomla website if I click on menu item "About us", it shows the url as sitename.com/about-us.html. How can I change this page URL to about-something-something.html from about-us.html?Last edited by Frinavale; Aug 8 '11, 09:07 PM. -
joomla installation error
when i install joomla with iis it will give following error
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ENGINE=MyISAM' at line 29 SQL=CREATE TABLE `jos_banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` varchar(90) NOT NULL default 'banner', `name` TEXT NOT NULL default '', `alias` varchar(255) NOT NULL... -
Can this type of badge be positioned with css?
Hello!
I am using Joomla as the CMS for my site, and I would like a badge with the price (a PNG image) to stay fixed to the article boundaries, half inside and half outside.
An example could be this site:
http://www.yootheme.co m/
I have tried to do absolute positioning of a module published on certain pages, but when I change the zoom level on the page, that badge flies away from it's location.
Then, I tried... -
I don't even know what is the problem ?
Hi ,
I am stuck up with apache as i am not expert in handling it.
I have a virtual dedicated linux server from godady.And i am working on CMS Joomla and one of its component Joomsocial.Its a social networking component.The problem is in uploading videos .I want to let Users upload videos and these videos i want to be saved in Amazon s3 ( Media hosting server ) . Plugin for integration is given in joomsocial . But Joomsocial... -
store image blob in database joomla
Hello,
I'm developping a new joomla component, so i want to store pictures in database table in field type : blob. i'm wondery how to proceed to do this.
I'm using this to get file from the form :
$file = JRequest::getVa r( 'img2', null, 'files', 'array' );
jimport('joomla .filesystem.fil e');
$filename = JFile::makeSafe ($file['img2']);
$src = $file['tmp_name'];
$image = mysql_escape_st ring(file_get_c ontents($file['img2']['tmp_name']));... -
passing Itemid through Joomla controller object
I display a list of previous user inputs differently based upon what menu item was clicked upon -- Joomla records this as Itemid.
When a user inputs something I am unable to retain the Itemid from the form in which they input the information, through the controller object and out to the display. I added the parameter "Itemid" with its value to the URL of the form and even putCode:<input type="hidden" name="Itemid"
-
What are the differences between Joomla and Wordpress?
A client of mine needs a blog setup. They are stuck between choosing joomla or wordpress?
What would you suggest as a good blogging platform for a pretty novice set of users? What the differences between these two platforms? -
How can I integrate Readmore plugin through Articles in Joomla ?
I need to create more than one read more links in joomla article, i.e for example blog comments contains more tha one readmore in a same page.
I have installed and enabled Readmore Ext, AutoReadmore, Readmore Link Plugins. I disabled the default read more link option in articles parameters.
Now What i need is how can i integrate the readmore link in articles using these plugins. I want to show more than one read more... -
MySQL Import: Access denied to database
Hi there-
I'm having problems importing a Joomla database to my new server. I've created an empty database on the new server and attached a user with all permissions, but when I hit 'Import' and select the zipped database it gives this error:
#1044 - Access denied for user 'seasonal'@'loc alhost' to database 'dscharles_IC_2 0090410_120434'
Does anyone have any ideas what I can do?
Thanks