Hi!
Recently i converted Joomla 1.0x template to 1.5x for a client of mine. Almost everything went smoothly, i migrated the content, menus etc and the website is up & running atm. I didn't notice at start that my Poll window is sort of broken. Polls are displaying correctly in every browser except in IE6 (i know, one more crappy IE6 pro...
As usual I have trouble writing a good regex.
I am trying to make a plugin for Joomla to add a button to the optional print, email and PDF buttons produced by the core on the right of article titles. If I succeed I will distribute it under the GPL. None of the examples I found seem to work and I would like to create a php-only solution....
On my joomla website, I'd like to have a "about our company" article always be the first article on the front page. I want the other articles to shift down in position as new articles are added, but to keep the "about our company" one constantly on top.
I tried setting the order of that article on the front page manager to -1, but it sti...
Hello,
well, i'm here for ask to experts on joomla: there is a way to publish content, with a default template (bbcode or html), from data inputed in a form ? i need to gage my articles inside the webpage, and so, when submit the form, i need to catch this data and put into a joomla article.
anyone can help me ?
thanks, very much !
...
How do I get started with getting going with XML-RPC with joomla? I've been looking around for documentation and finding nothing...
I'd like to connect to a joomla server, (after enabling the Core Joomla XML-RPC plugin), and be able to do things like login and add an article, and tweak all the parameters of the article if possible.
My ...
I am using Joomla 1.5 for my site and want to make the RSS Feed Module (mod_feed) display alternating rows in a different color, hoping somebody here can help out! Here is the main code for the module layout (I removed the top
<div style="direction: <?php echo $rssrtl ? 'rtl' :'ltr'; ?>; text-align: <?php echo $rssrtl ? 'right' :'left'...
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
...
So far I'm re-inventing the wheel here in the most uncomfortable way. I can feel in my gut that this will break one day and cause me a lot of pain. Therefore I'm looking for a better way to take an article alias and build either the menu item url or the article url. Are there no joomla api calls that make this easier/cleaner/more futu...
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 future).
When i checked out the website files I was a little disturbed as there is ...
I'm writing my own component for Joomla 1.5. I'm trying to figure out how to generate an "alias" (friendly URL slug) for the content I add. In other words, if the title is "The article title", Joomla would use the-article-title by default (you can edit it if you like).
Is there a built-in Joomla function that will do this for me?
...
Hello, I am new to joomla and I need to work on a joomla website for a school project. I modified an existing module to make it display featured projects and it does that flawlessly when I test the site locally. However, when I uploaded my files to the hosted copy of the website, the module will load but does not display anything. It jus...
Hey,
I'm trying to get the current Joomla username. I was able to get it by using
$user =& JFactory::getUser();
echo $user->username;
But now I've installed Joomla on my local server and it doesn't work anymore. The usernames are correctly stored in the database, but the code just doesn't work anymore. Any ideas?
Thanks
...
I've migrated an old joomla installation over to django. The password hashes is an issue though. I had to modify the get_hexdigest in contrib.auth.models to have an extra if statement to reverse the way the hash is generated.
# Custom for Joomla
if algorithm == 'joomla':
return md5_constructor(raw_password + salt).hexdigest()
# Djan...
Dear All
I have split a Joomla installation across two servers (one for dynamic content, one for static) and I'm having trouble with the wysiwyg editor TinyMCE/JCE. Can anyone offer any guidance?
Some details:
I am working on a social-networking site based on Joomla. I have split the content over two servers, and edited configuratio...
Hi
I'm working on a Joomla site, and I need the front page to look slightly different from the rest of the pages, but not enough to warrant the use of two themes (it's a pain to have to update two stylesheets and two sets of images every time I want to make a small change).
My thoughts are to throw in a little test in the index.php of...
hi all
actually I have my website build with Joomla hosted on hostmonster
but all Joomla website need a database support to run this database is on AWS
configuration files need to be updated for that
I have to change host address
I put the IP (of AWS host) in host but it displayed "unable to connect to database MySQL"
can u help me ...
I want to grab the User Object in Joomla in another PHP script.
Anway, what I want to do is grab the Joomla User (JUser) on a non-Joomla page. More or less I want a way to grab the joomla username, email and name etc and throw it to a php script for use in another custom application.
What is the best way to do this? Make a specialize...
Is it possible for me to build some database functionality in a C#-library (using LINQ 2 SQL) and then somehow import it into a php (joomla) project?
...
I need to make an account for the people to edit a part of my website. But they just need to update a small part frequently.
However, the part contains a lot of images, when they upload the image for the article, I found that they are able to access all the images in my site ...
Is there are way to limit the access of images? like pres...
I have an old joomla site (v 1.0.11) that I would really like to move over to Blogger or Wordpress. The commenting on the site uses AkoComment which was an add on module. Basically, I want to transfer:
posts
comments
users
css
I haven't found a good tool out there to do this. What tools would be best to begin to work with this dat...