Tagged Questions
0
votes
1answer
20 views
Joomla Form to External Script
I am coding a small script in PHP for users to be able to enquire about images they have in their lightbox using a Joomla plugin. However, because I have no idea how to create a Joomla plugin and need ...
0
votes
1answer
26 views
Adding Admin menu item for new component in Joomla 2.5 in DB
I want to add a menu for a new component in a development stage. Since it is not ready for installation, I didn't create manifest (xml) file. I just want to add a menu item among components in the ...
1
vote
1answer
41 views
plugin for com_modules is getting installed but no execution
I'm trying to create the plugin for com_modules so that whenever the save is triggered plugin has to perform two activities i.e. before save and after save.
Somehow I've created the plugin.. and ...
1
vote
1answer
21 views
Joomla: make a component act like a content plugin
I've created an admin component and now need to insert text on each page of the installing client. So I thought of using the function onContentPrepare but it's a method of a JPlugin class (a content ...
-1
votes
0answers
17 views
Joomla Product Picker or Configurator [closed]
I need a Joomla module, plugin or extension that allow me to choose between different products depending on what options I check first.
It would be something like what you see here:
...
0
votes
1answer
124 views
Custom Joomla 3.1.1 Template Server Error
I have been trying to make my own Joomla 3.1.1 theme for the first time. My index.php file looks like this:
<?php defined('_JEXEC') or die('Restricted access.'); ?>
<!DOCTYPE html>
...
0
votes
2answers
30 views
What are the necessary modules for Joomla 3 to develop a client record manager? [closed]
I am thinking on try Joomla 3 to make my dynamic web sites, instead of doing them from scratch. I need to make a program that receives users client records and meting agenda. Then the user may be able ...
0
votes
0answers
42 views
How to insert some user profile plugin in a external module of joomla 2.5
My problem is this,
i understand in the joomla there is a apposite pulgin (user profile) for insert much custom fields in the registration (for example telephone - address ecc..) and all work good.
So ...
0
votes
1answer
27 views
Menu Module to look like DNA
I'm looking for a menu module that looks similar to: http://tarponinvest.com.br/ (the DNA structured top menu).
Searching for it in the JED wasn't fruitful, since this is rather specific. (The ...
2
votes
1answer
54 views
Joomla 3 native MVC Component Creation [duplicate]
I am currently following this Lendr tutorial to create a native Joomla 3 component, It really is a great tutorial.. But it lacks the information on the administrator part of the component such as ...
1
vote
1answer
90 views
Joomla module, get menu id (ItemID) from article ID
So i've been searching and testing for a couple days and can't seem to figure this out.
I'm using the K2 content module and I need to add "?Itemid=111" to the end of the URL's it generates for the ...
0
votes
1answer
48 views
JRegistry exists() returns empty array
I was trying to save a form data to DB. In the controller save() function there is a statement
$data = $model->validate($form, $data);
But it always returns empty. I tracked down the problem to ...
1
vote
1answer
35 views
how i can disable the approval email at the time of first time login in joomla
Here is the message that i got when a new user first time login
Your registration process is not yet complete! Please check again your email for further instructions that have just been resent. If ...
0
votes
0answers
25 views
Change the template according to user selection in joomla
I am working in joomla since last 2 years but now I got an different problem. My client want the template selection according to user selection. Means there are more then 4 templates are in joomla, ...
0
votes
0answers
70 views
How to add item image as part of SIGPro plugin gallery in Joomla and K2
At the moment I'm stuck with this for a few days :(
I'm using Joomla 2.5, K2, and simple image gallery pro(yes I asked them)
I'm creating product catalogue, with this image layout - ...
1
vote
0answers
39 views
Manage 2 tables with 2 views in the same Joomla backend component
I'm new to Joomla! component developement, and just can't figure out how to do this..
Details:
In my component I should be able to manage two DB tables: Question(id_question, type, text) and each ...
0
votes
4answers
81 views
CSS styling - title color on mouse hover
Someone can help me with this css code for Joomla 2.5 extension - RSS news title slider.
It has very poor css styling -
#RSS-SHOW-SETTING1 p {
width:100%;
vertical-align:middle;
...
0
votes
1answer
20 views
How does Joomla load user data in login when I've disabled it's authentication plugin?
I built a Joomla authentication plugin which authenticates the users through web services I made in Java, and the user data are stored in an Oracle database which is different from the Joomla's own ...
0
votes
1answer
41 views
Joomla Install/Uninstall SQL FIles Location in a Package
I am building a Joomla package with a component, multiple modules and a plugin.
My question is, where should I place the install.sql and uninstall.sql files, relative to the package root? Right now ...
0
votes
2answers
45 views
Does it “damage” a joomla website to test extensions?
I have a bit of bad habbit, I install joomla on xampp and test all extensions and things im planning to add on the website there. Then I go to live website and try to start it from scratch, but it get ...
0
votes
0answers
19 views
How to Store Small Chunks of Data in the Joomla Cache?
Inside my component, I frequently need to do an API call to get a remote username that corresponds to a provided Joomla username. In order to avoid high server load, I would like to cache the results ...
0
votes
2answers
254 views
Get Joomla 2.5 module parameters for a module not assigned to the current page
I want to get the parameters of a module which is not assigned to the the current page. The helper class JModuleHelper has a getModule method but as defined here: ...
0
votes
1answer
111 views
Download Extension for Joomla 3.0 with Force Login
I am looking for an extension to my joomla site where users can download pdf instruction sheets, forms, etc from a list of files available. I would must rather it forced them to log into the site to ...
0
votes
0answers
18 views
Joomla K2 with with wrong USER ID
I am trying to use K2 component for a blog in my Joomla website. But it is not displaying any content in my user blog page. When I checked the query using debug mode the following query is running.
...
0
votes
2answers
68 views
Overwriting JControllerForm save() Method to Trim POST Data Has No Effect
I have a component that has a controller called MyproductControllerGeneralsetting which extends JControllerForm. Inside MyproductControllerGeneralsetting I am overwriting the save method from the ...
1
vote
1answer
28 views
Enable Modules on Package Install
I am developing a Joomla extension with a component, multiple modules and a plugin. I was wondering if there is a way to automatically enable the Modules from the package as soon as its installed.
0
votes
1answer
50 views
customise Joomla Zoo categories
I have been asked to make some minor updates to a friends website but it's built in joomla which I have had very limited experience in.
Essentially, I am trying to update the following page:
...
0
votes
1answer
60 views
update query not working in joomla
I'm working on a joomla extension and I'm trying to update entries in my joomla extensions database table using the following code in my model:
$this->_db->setQuery(
...
0
votes
2answers
50 views
Create objects instead of articles in joomla?
Im trying to make a web in joomla kind of:
http://www.cuevana.tv/#!/peliculas
It will not be about, films nor online streaming, but im thinking in have "objects".
I have checked that site and i ...
0
votes
1answer
43 views
Add jquery event to joomla mainmenu module
I have a joomla site that loads the main menu module like this:
<jdoc:include type="modules" name="topmenu"/>
This module load an tag. I want to use jquery with that tag.
The problem is ...
0
votes
1answer
180 views
Joomla 3 MVC platform 12.1 custom component template override
I'm working with Joomla 3's MVC 12.1 platform and running into some issues with getting template overrides to work.
My Component has 3 controllers: stores, coupons, sales.
For each of these ...
0
votes
2answers
152 views
Facebook like iframe cut with Joomla 3 bootstrap
In my joomla 3 extension I'm displaying a facebook like button. If the user clicks on the like button the iframe which should show the comment box is cut and only a small part of it is visible.
Im not ...
0
votes
0answers
46 views
Joomla - JCBConnect login module redirect after login problems
Im having some problems with my redirection after the login using the "return" GET parameter.
I'm using jfbconnect with Community Builder and i have turned redirect after successfully login of in ...
0
votes
0answers
90 views
Joomla! - JCE editor not displaying templates CSS correctly in editor
I'm having a problem with the latest version of JCE editor for Joomla!
I want to create ID's and Classes within the code of articles and then style using the templates CSS file, template.css. ...
0
votes
2answers
342 views
I forget it Jsecure admin url, how can I get it back?
If somebody knows Jsecure component, can tell is very good extension for hide the Joom back-end url... But I forget it what type of word I was give to Jsecure for access to my back-end.
I find few ...
0
votes
1answer
73 views
create table syntax in joomla2.5 programming under the joomla-database
$db = JFactory::getDBO();
$query = $db->getQuery(true);
$query->CREATE TABLE IF NOT EXISTS `tbl_employee` ( `employee_id` int(10) NOT NULL, `name` varchar(50) NOT NULL, `email_id` varchar(40) ...
0
votes
0answers
22 views
Joomla search not working properly with sh404
I have a problem which came across after implementing sh404 on my site.
I have made a hidden menu for displaying search result and set an itemid for that menu
say it is= 310.
When sh404 is disabled ...
0
votes
1answer
142 views
How do I fix this module style issue in Joomla 3.0
I have a CSS class like this:
.divTourCategorySummaryBoxLeft, .divTourCategorySummaryBoxRight {
width: 98%;
min-height: 350px;
border: 1px dashed #9CAAC6;
padding: 2px;
...
0
votes
0answers
67 views
Filled in form to PDF conversion in joomla
I'm quite a beginner in Joomla. I was searching for a Joomla extension which can convert the output of a form in to PDF. Is there any useful extension available? Please help me.
0
votes
1answer
138 views
Joomal 2.5 custom mvc component: different form for task add
I'm developing a custom mvc component for Joomla 2.5
For my admin section i included a "New" button in the toolbar.
By clicking this button i want to display a separate form with less
fields. So far ...
0
votes
1answer
117 views
Submenu show in module
i want to show submenu in a module means if in HOME page you have add 3 submenu and another menu has 5 submenu so i want when user click on home then show only 3 submenu of home page in module not ...
1
vote
1answer
213 views
Cannot modify an external database in Joomla! 3.0.3. using php request [closed]
I have been creating a website on my local server with Joomla! 3.0.3.
I have successfully connected an external database to this website and can query it (see previous question of mine: WHERE ...
0
votes
1answer
33 views
Modules not saving in Joomla
The problem exists with MetaMod (and Jumi). When I make changes to a module and hit save I get kicked to the Module Manager (just as if I hit Save and Quit). The module then has the 'Checked Out' ...
0
votes
1answer
103 views
different mysql users for Joomla backend and frontend for the sake of more security
I currently have just the basic privileges set to joomla’s mysqluser: INSERT, UPDATE, DELETE and SELECT.
But in fact if the this user is being used across the entire site, if any hacker finds a way ...
0
votes
1answer
148 views
Add a contact form to Module in Joomla
I'm using this Joomla template with Joomla 2.5.x and i want to add a Contact Us form in to a RIGHT module in this template.
How can i add a Contact Us form to a module ?
1
vote
1answer
51 views
How To Detect User Profile Change (Event) in Joomla Programmatically?
We are in the process of building a user synchronization plugin for Joomla 2.5 (gets Joomla users and sends them to another platform via a JSON API call). This all works fine, however once copied, the ...
0
votes
0answers
24 views
kickstart creating issue while configure on localhost [closed]
Actually i have more than 2.4 GB data of my site and i have take a backup of my site with the help of akeeba backup. So akeeba give me 21MB part of my site. But all the files name like ...
0
votes
1answer
332 views
JFolder::create: Could not create directory - Joomla
I end up with below error when I try to install a component,module or plugin.
JFolder::create: Could not create directory
What could be the issue?
0
votes
1answer
182 views
PHP search script: only searches for 1 word or sentense. Need to be able to search for multiple different words
I was wondering if anyone could help me with this search-script (php) I'm having. It's part of a Joomla-component to archive photographs into a photogallery. The search-function however, is not that ...
0
votes
2answers
110 views
Joomla store data on session
I'm modifying a joomla component (jQuarks) in order to achieve the wanted behaviour from the module in order to do online quiz/exams.
Basically, I want to be able to use the session variable to store ...



