Joomla

Text centered overlayed on video in Joomla module in HTML

狂风中的少年 提交于 2019-12-25 03:12:40
问题 Ok. Ive been struggling with this for a day. Can any one help? I am trying to auto play a .mp4 video as the background in a Joomla CMS module with text overlaying on the top in the center of the module. I decided simple html would be better than trying to find a plugin to do it. Basically I want the video to auto play in the center (both horizontally and vertically) of the module. This is fairly easy as the video is the EXACT width of the module and height adjusts automatically. The module is

Joomla 2.5 How many possible categories

让人想犯罪 __ 提交于 2019-12-25 02:57:21
问题 I googled but could only find answers for the max amount of articles. Question: short Version: How many possible categories (with subcategories) can Joomla 2.5 handle on a shared host. Which problems do I have to expect? Question: long Version: I m building an website for architects. The content structure looks like this HOUSES Architect A Project 1 Project 2 ... Architect B Project 1 Project 2 ... Places Architect C Project 1 Project 2 ... Architect D Project 1 Project 2 ... And so on. The

Joomla - Use index.php instead of “/” as homepage

独自空忆成欢 提交于 2019-12-25 02:53:50
问题 Let: test.tld = domain test.tld/index.php = my Joomla home page test.tld/ = a pre-release page (index.html) that isn't Joomla Now Joomla always wants to go to test.tld/ as homepage so I basically get lost (because it isn't Joomla) How to set Joomla so that the Menu to homepage is "test.tld/index.php" not assume I want "test.tld/" ? I already tried making a dummy homepage on an invisible menu so that the "home" on the navigation isn't really a "home" Is there no better way? Thanks 回答1: You can

Access/Permissions error when user confirms e-mail

强颜欢笑 提交于 2019-12-25 02:23:00
问题 I have a "Join Now" menu option on the unregistered user front end. When a new user selects that menu option, they're presented the registration form. On completion they get a notice that a confirmation e-mail has been sent to them. All standard stuff. So... the user goes to their e-mail inbox, finds the confirmation e-mail and clicks the link. They're brought back to the site and they are still under the "Join Now" menu option... https://www.example.com/index.php/join-now?view=login So...

I am using HTML snippet in to Highlight HTML and Javascript code in blog Joomla. but it's executed after saving it

蓝咒 提交于 2019-12-25 02:21:57
问题 while creating a article I want to show some HTML code as part of content, but after saving that article that particular snippet of HTML code get executed. I am using joomla 1.5 | code citation extension for insert code in article. Is there any solution? 回答1: You should turn off HTML stripping, or include it as a Custom HTML Module , and writing the position in the article with load position . to load the custom HTML you've put in the Module. i.e. {loadposition YourModulePosition} Will load

How to fix Mootools and jQuery conflict on Joomla aiContactSafe

北慕城南 提交于 2019-12-25 02:19:13
问题 Overview I have a Joomal 2.5 website with AiContactSafe contact form installed. Standard AiContactSafe works as a component which means, I cannot include a contact form into an article, it has be on its on taking the whole page on my website. AiContactSafe has a plugin called AiContactSafeForm which enables users to add a form into a page using a tag like {aicontactsafeform pf=3} . Number 3 is the id of the form. And what this does is, it enables users to add a form into an article. This

Cannot echo individual values of an object in Joomla 3.2

半腔热情 提交于 2019-12-25 01:58:02
问题 following this tutorial here: http://docs.joomla.org/Selecting_data_using_JDatabase#Selecting_Records_from_a_Single_Table I have created a function as follows: function getItemForBid() { // Get a db connection. $db = JFactory::getDbo(); // Create a new query object. $query = $db->getQuery(true); // Select item record matching the $orderID $query ->select($db->quoteName(array('id', 'created_by', 'itemtitle', 'deliverydestination', 'listprice'))) ->from($db->quoteName('#__entrusters_items')) -

Installing php and mysql for Joomla - Can't get past installation

不羁的心 提交于 2019-12-25 01:49:18
问题 Trying to install Joomla 2.5.7 but I can't get past the Pre-Installation Check as it says: Database support: No I've got mysql (5.5.24) and php (5.3.15) installed manually on a Linux machine (I don't want to use LAMPP). I've done this a few times before and checked everything is the same with my other working machines in terms of the packages and the php.ini file. I can also access the mysql fine. Any suggestions on what I can try? Is there a way to find out what check it is failing on? 回答1:

jimport not working in Joomla 1.5

六月ゝ 毕业季﹏ 提交于 2019-12-25 01:45:55
问题 I have downloaded some sample code for openId in Joomla 1.5. I am learning as I go with this Joomla thing and re-learning some PHP things. So I'm basically terribly new to this entire Content Manager world. I am trying to make a little plug-in for authentication with openid but it seems to be just wrong. I have successfully debugged the project in eclipse and found that the error comes from my jimport. class plgAuthenticationOpenId extends JPlugin{ /** * OpenId Atributes. */ private static

Diverting WordPress login and register links to Joomla

≯℡__Kan透↙ 提交于 2019-12-25 01:43:39
问题 I have a Joomla plugin which does a one-way single sign-on between Joomla and WordPress. It means the registrations and logins are handled by Joomla and every time someone registers in Joomla it replicates the user's data into WordPress user tables and everytime someone logs into Joomla it writes the user's status as logged in into the WordPress cookie thus the user automatically gets logged into WordPress. However this is not the case with WordPress. It will not do these actions if someone