joomla Questions
3
I have a Joomla website & it is configured to use AWS-SES for outgoing emails. Is there any way or logging by which I can check all outgoing emails from AWS/Joomla with minimum details like tim...
Meuser asked 1/2, 2016 at 13:9
7
this problem appears only in joomla -
im trying to use the contentflow plugin with my joomla site
this is the plugin site - http://www.jacksasylum.eu/ContentFlow/
this is my site - http://2-dwe...
5
Solved
I want to get article text by passing article ID from the joomla template.
3
Solved
I just want to generate a code that will detect the current language of my websit in joomla + php
24
Solved
I have some links in a Powerpoint presentation, and for some reason, when those links get clicked, it adds a return parameter to the URL. Well, that return parameter is causing my Joomla site's MVC...
Avellaneda asked 8/2, 2011 at 19:37
4
Solved
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", Joom...
Kileykilgore asked 12/11, 2009 at 17:31
4
Solved
On the front page of a client's site, I'd like to display a few article samples with images and headers. Trouble is, the article object strips out all HTML from the introtext before displaying it i...
8
My sql query is this one:
SELECT COUNT(*) AS NumberOfOrders FROM table_products where published = 1;
Joomla use Jdatabase to play with tables. I found this on internet:
$db = JFactory::getDbo()...
5
Solved
I have a big problem with displaying math expressions in my responsive website.
In particular, if you visit this page with a smartphone, you can see that most of the math expressions are cut off du...
Tailwind asked 27/4, 2015 at 11:1
4
Solved
4
I have a Joomla 3.3.6 (edited: 3.5.) site organized in only 3 levels:
Four big categories (i, ii, iii, iiii)
Each one divided in some intermediate categories (A, B, C, ...)
And finally articles
...
5
Solved
I would like to customize my template for Joomla 3.7 so that I can use the new feature of Joomla 3.7, Custom fields (com_fields), and display and format them via CSS in my template where I need to ...
3
Solved
Hi I am having problems with some css classes in joomla. I have two divs in a module, one is the wrapper class="wrapper", the other is the content class="content" . Content is i...
1
I'm trying to find a way to use the Joomla extension Hikashop in parallel with another external website built with Laravel.
I'm using :
Laravel 5.5
Joomla 3.8.x
Here is how the setup looks (e...
Allenaallenby asked 11/1, 2018 at 10:51
4
So, essentially I am running Joomla in a Docker php7-fpm container, then I have an nginx container where a joomla.conf file is defined as follows:
#https://docs.joomla.org/nginx
server {
listen ...
Trinatte asked 30/6, 2017 at 2:34
5
Solved
We have a standalone script on our site that sits adjacent to a Joomla 1.5 installation. We are using Joomla authentication to restrict access to our script. At this point we are redirecting any un...
7
Solved
I have the task run in my controller. I want it to return JSON data. As it stands, I am getting my JSON data wrapped inside the template HTML. How do I tell Joomla to just return JSON data from the...
12
Solved
We're creating an XML API for Joomla that allows partner sites to create new accounts for their users on our website.
We've created a standalone PHP script that processes and validates the API re...
3
I'd like to know how to bind values in where clause. I have understood that is something that MUST be done for security reasons.
$db = JFactory::getDbo();
$query = $db->getQuery(true);
$query
...
Madelainemadeleine asked 6/6, 2014 at 10:3
9
Solved
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...
Dioptric asked 4/11, 2009 at 20:26
5
Solved
I've made a basic Joomla module for my site as a shoutbox. But I'd like to put AJAX in it (I know a similar module with AJAX already exists on JED but this more a project for me to learn how AJAX w...
Greeley asked 19/11, 2012 at 0:56
15
Solved
I am trying to run an application outside Joomla (not as a plugin) and I would like to access the logged in user's information (userid). I am wondering how should I go about doing that? Is there a ...
5
Solved
So I'm just hypothetically thrilled to be querying my hypothetical database:
$query->select($db->quoteName(array('user_id', 'name')));
I would, however, like the query to look like:
SELEC...
Wellman asked 7/1, 2014 at 16:20
3
Solved
The normal way to load a language file located in the admin app is like so:
$language = JFactory::getLanguage();
$language->load('com_yourcomponentname', JPATH_ADMINISTRATOR);
And to load a l...
Rubinrubina asked 2/7, 2013 at 4:13
5
Solved
I have a custom component I'm working on and I'm writing an import script which is running in the administration area. I have the following code:
$newUrl = ContentHelperRoute::getArticleRoute($imp...
Zebada asked 19/7, 2011 at 11:42
1 Next >
© 2022 - 2025 — McMap. All rights reserved.