|
Hi,
I have a website which I developed in joomla
and a blog in wordpress....
Now I want to integrate that blog with my Joomla website
without using wrappers or CorePHP component
Is there any way to do this????
Thnx in advance
Started by Ankit Sachan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
What about using a feed reader in your Joomla website.
From one system to the other manually.
|
|
How can I version a Joomla website.
When I do a hand made web application I put the code and database schema into SVN and add a script that updates a working copy, sets up a database and resets a server.
With Joomla I am lost :(
Started by lbownik on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Move the rootfolder away from where you installed....
Create a script that imports your database dump into mysql .
First, install joomla where it is accessible via our web where joomla was installed.
Can use the same approach with joomla too.
|
|
Hi there,
I will start by saying that I have basically no experience using Joomla or even really PHP. I wish to set a temporary "new site coming soon" html page as the index screen for the website (a joomla php site at moment but will not be in the near...
Started by Scozzard on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
However, if your as the default menu item and delete ... .
If you do not have an index.php file in the root folder of your installation, you have an incomplete copy of Joomla.
Go to \joomla\templates\template_name and edit index.php there.
|
Ask your Facebook Friends
|
I am porting an existing site to Joomla 1.5. The menus on the existing site use rollover images and inline Javascript. How can I make the menus look the same in Joomla and use the Joomla menus, without rewriting the menu code?
Started by cdonner on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Joomla renders menus as <UL>< in selected and unselected state),....
It ended up being rather simple, actually.
Joomla ships with MooTools, or you can use jQuery if you're element an HTML id.
Menu and assign rollovers to each item.
|
|
Hi,
I have a Hindi magazine website hosted on Joomla. Though helpful from publishing point of view the site was a maintenance nightmare. Joomla is so much susceptible to hacker attacks. My host will often shut down my site due to bots attacking my website...
Started by Debu on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This way you will be maintaining a single website application keeping things better manageable....
I cite these two because to WordPress since you have started using this .
Upgrade to the latest version of any popular CMS preferably joomla or drupal.
|
|
Hello,
I need to login by a PHP script that uses CURL to a Joomla website, in order to access to a private page that needs to be processed, but nothwithstanding several attempts I have done, I have always a 403 error. I have done a similar thing with ...
Started by Paryeshakaya on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
(even if it is not for....
So that means to do.
Are talking about joomla 1.5, not joomla 1.0 , they are different)
but the biggest problem you have is that joomla puts a unique tag in every form, and that value can only be used once.
|
|
We have used Joomla as an out-of-box CMS for our company website.
Now we got a requirement from customer to create a travel recommendation website. Customer never used Joomla for programming. He has used Joomla as a out-of-box component.
They need to ...
Started by Gopalakrishnan Subramani on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Now hacking ....
There are also which the Joomla+Extensions solution doesn't provide you will have to start hacking the extensions or start writing plug-ins.
Your specific problem THE community extension for Joomla is Community Builder (CB).
|
|
I have a Mysql database of 500+ Real Estate Listings which I am looking to load into an empty Joomla Extension (this may apply to any PHP Script).
I have copied the structure and convention of each table the extension uses - with the idea of either exporting...
Started by John Snow on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
What you need to do is get through the posting procedure files of that joomla component and see what must be entered and what tables get filled.
If it's joomla than it's definitely php.
|
|
Or maybe other OS cms?
I want to form a members website, with registration, member profile and member personal photo galleries
What would you suggest? I'm pretty advanced with PHP just don't have the time to develop from scratch
Started by Tridant on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
I am not saying....
I vote for Drupal members with not problems.
Joomla's default user management isn't great.
I don't know much about Drupal but if you're using Joomla you may need to install something like Community Builder and/or Simple ACL .
|
|
Hello,
I am starting up a new website that will need to meet the following requirements :
Performance and Scalability : I am aiming to have some high traffic with high number of concurrent connections during few minutes. No heavy contents (like Flash ...
Started by fabien7474 on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
The first because is very difficult to make a "well-done" website....
Any rich website these days to work in a big website now I'll choose to work with PHP or ASP.NET...
To limit your choices, it really seems like asking for trouble otherwise .
|