0
votes
0answers
7 views

Joomla component package updater

I've written a component for Joomla 3.0. I want to create a sort of optional patchfile for this component that will add some functionality to it. I don't want to repackage the whole component if I ...
-2
votes
0answers
18 views

PHP Ticket system with form builder [closed]

I need a PHP application where I can forms which can be filled by the public. Then, for each record, I can manage the results (eg, closed-positive, closed-negative, irrelevant etc.). After that I can ...
0
votes
1answer
23 views

unable to install joomla 3.1 with php 6

I tried everything but unable to solve this error and issue with joomla not sure why they have made things so complicated without explaining much. I am using Appserv with PHP 6.0.0 and joomla's new ...
0
votes
0answers
29 views

Export data from a database to a .csv file

I have a PHP file which exports data from a database to a csv file. I want to add more fields from the database to export. Original file: <?php defined( '_JEXEC' ) or die( 'Restricted access' ); ...
1
vote
1answer
27 views

joomla installing new language DateTime::__construct(): Failed to parse time string (jerror)

I am a fresh installation of Joomla 3.1 running on my home computer. My environment is Ubuntu 12.10 with apache server, php 5.4.6 installed. Since installing the system, no I am just trying to ...
0
votes
2answers
20 views

Multiple templates in Joomla, parent assets folder

I'm fairly new to Joomla, altough I've build a lot of Wordpress sites. Now, I have a project where I have four sections, like: Homepage - Branches - Products - Partners. They all have a fairly similar ...
0
votes
0answers
15 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
1answer
15 views

J-locate on joomla platform

I created an external link for J-locate plugin for Joomla that would help show a certain locations I need on the map since there is no way to set a default location through the plugin. It goes ...
0
votes
0answers
11 views

Joomla K2 - List extra field from all articles in a category

I've many articles in a K2 category called "houses". Each article has an extra field called "address" and I need to show in a page this extra field for each article. Something like this (a là ...
0
votes
1answer
18 views

Warning: Creating default object from empty value - Joomla

I am getting an warning message in my website : Warning: Creating default object from empty value in /homepages/16/d381040813/htdocs/components/com_events_booking/models/event.php on line 169 I ...
0
votes
1answer
34 views

How to convert an html template to joomla

I am new to joomla and trying to change a simple html template to joomla template. I made changes over the templatedetails.xml and index.php. Now my template is visible at templates of joomla. But it ...
-3
votes
1answer
41 views

Not show if empty in PHP [closed]

I´m adding extra fields in Joomla articles, and I want to not show that new fields (and "li") if there are empty: From this <ul> <li> <?php echo $this->item->direccion; ...
0
votes
2answers
34 views

jQuery noconflict() breaks my jquery code..?

I am developing a joomla 2.5 component and I am using a lot of jQuery in my code. I am using jQuery noconflict() to avoid any conflicts... The problem is with a very simple show / hide jquery code for ...
1
vote
0answers
40 views

Compare two mysql databases and create alter queries on Mac Mountain lion [closed]

My question follows this question Compare 2 database schemas on Mysql We will be doing an upgrade to our production Joomla 1.7 db with Joomla 2.5 + Seblod CCK + Additional CCK articles. Which is a ...
0
votes
0answers
26 views

Session variables disappearing in Joomla component when I switch views

I am currently building a custom Joomla component which is basically a user form which makes SOAP requests at various points. I have a view which makes an AJAX request to the controller, which then ...
0
votes
0answers
15 views

SEF in Joomla 3.0

I am using joomla 3.0 and created one component in it. Now one Problem with SEF url. In my component i have implement MVC structure. my view structure like View/Name of View/tmpl/default.php My ...
0
votes
2answers
35 views

add a where query in Category List components

I added new parameter in Category List components, it's a combo box Filter Type All This Month This Week Past I was able to get the value by using the code $params->get('filter_type'). Now I ...
0
votes
1answer
23 views

php mis-config cause joomla login to fail?

I was attempting to clone a Joomla site, I had exported the database from the original, and was attempting to use phpmyadmin to import it into the db for the new site. The DB was around 75mb so the ...
0
votes
2answers
26 views

Get Joomla3 user data in external html page

I have a joomla3 website,i built an external html page which is a client side app(jquery),visibile only to logged in users. The page is in a directory in the webserver's root. I would have on the top ...
0
votes
0answers
21 views

Joomla Component Update script

I have my self made component. I want to know how can i pass an update of my component so that my clients using it can, if they wish to, update my component. I basically have added a feature in my ...
0
votes
1answer
30 views

Pass value in joomla.submitbutton

I have made a submit button using joomla's button like this: <button onclick="Joomla.submitbutton('autoresponder.transfer')">Edit</button> I want to pass an 'id' along to ...
0
votes
1answer
28 views

PHP strtotime not being executed at all within Joomla Component

I am currently building a custom component within Joomla that takes values input from an input form and then wraps them up in order to be then sent off in a SOAP request. One of the input form ...
0
votes
0answers
22 views

SEO: Duplicate Page Content on Identical urls [closed]

I am facing an issue with my shopping cart platform (Joomla+VM). The issue is that two different URLs are returning the same content. The URLs are identical like: http://www.example.com/category1 ...
2
votes
1answer
30 views

joomla 3 - how to disable front end login component?

I have searched and disabled joomla login module which hides login form in sidebar. But if I put index.php/component/users URL in address bar it still displays login form. Is there any way to ...
0
votes
1answer
20 views

Component K2 is damaged, says class K2HelperHTML not found

My joomla powered website was hacked several days ago, after it was cleaned and restored, a problem emerged. On back-end, when I click component->k2, a fatal error occured: Fatal error: Class ...
0
votes
2answers
47 views

Strict Standards: Non-static method (joomla and roksprocket)

Strict Standards: Non-static method K2ModelItemlist::getCategoryTree() should not be called statically, assuming $this from incompatible context in ...
0
votes
1answer
30 views

just echo price from this tag

how can i echo just the salesPrice without creating a pricediv? I have tried echo salesPrice but that doesn't seem to be working. <?php echo "<span class='priceColor2'>" . ...
-1
votes
1answer
13 views

Change style.fontWeight of Joomla! Articles Category Module

I am setting up a feed that lists articles modified in the last 30 days. However, I would like this list to be of fontWeight:normal. The options within Joomla! only allow for heading style. I have ...
0
votes
0answers
35 views

Assign value to a specific textbox in the php file just before it is created

I have a contact form module on joomla that allows me to add different kinds of fields. i.e. textboxes, radio button, check boxes. The module allows me to specify default values for the fields on the ...
0
votes
0answers
31 views

jquery confliction while using superfish menu in joomla 3.0

I am having jquery confliction in joomla 3.0 website i.e when i open the below link in mobile view the menu bar disappears as this is a confliction of jquery ...
-2
votes
0answers
27 views

Joomla! Attachment extension for my component [closed]

I need to add attachments in my own component. I tried to do it by means of Attachment Extension plugin, but I not found right documentation for new version of this extension. Existing documentation ...
-3
votes
0answers
13 views

SobiPro Directories Extension for Joomla, navigate for @ [closed]

Good day, I need SobiPro directories extension for Joomla to search for companies starting with the character "@". I cannot find any support on this. Please assist EDIT!! When using SobiPro ...
0
votes
1answer
29 views

Adding CSRF anti-spoofing to Sencha forms

I made Sencha frontend app and its backend was done with PHP/Joomla. Data sent by Sencha JS app is validated and saved using PHP with Joomla framework. How can i create CSRF token in Sencha JS app ...
0
votes
0answers
19 views

Joomla K2 Articles Filter by starting letter of the title

I need to filter my articles by their title starting letter, for example A%, i am currently using the Joomla Art K2 filter and i thought of modifying or creating a new module for this porpose. Does ...
0
votes
1answer
69 views

Joomla 2.5 pagination override

I have changed one function in core pagination.php in libraries/html folder like that protected function _list_render($list) { $stranky = JPagination::getPagesCounter(); $html = ...
0
votes
1answer
38 views

Make converted joomla template show 2 colums in main content

I have converted a html/css template into a joomla template following these steps: http://www.tobacamp.com/tutorial/5-easy-steps-converting-html-template-to-joomla-template/. However it doesn't say ...
0
votes
1answer
18 views

quantity box not updating PHP

this is part of my customised code for virtuemart. the issue is with the quantity box. basically, a user is able to update the value for the first item in the cart, but any items after that cannot be ...
0
votes
1answer
28 views

Building Joomla module befuddlement

Alright I hope I'm not copying anyone else in this, but I can't seem to get a straight answer from anywhere. Working with Joomla 3.0 and trying to create a module which displays a jQuery image ...
0
votes
1answer
16 views

Joomla Zoo - user profile

I have a question, help me please. Can I create custom profiles for users in joomla 2.5+zoo? I need special profiles, with special settings/capabilities. Example: Just register users see in profile ...
-2
votes
1answer
39 views

How to make my converted joomla template content show 2 or 3 columns [closed]

I have converted a html/css template into a joomla following these simple steps. However itdoesn't say anything about how to make the main content show two or three columns instead of one (like a ...
-1
votes
0answers
25 views

Add filter by Date option to Joomla Ohanah filter module

i need help with the Ohanah filter module (Ohanah is an event management component running under joomla 2.5). basically, i need to add a filter by date option to the filter module, which should be in ...
0
votes
0answers
30 views

How to fix gantry module position error

I'm trying to add a module position within rockettheme afterburn2 in top position for my slider but when i add the position including some code within index.php, templatedetails.xm,template-option.xml ...
-4
votes
1answer
29 views

PHP Parse error: syntax error, unexpected T_OBJECT_OPERATOR in mod_jcefilebrowser.php on line 8 [closed]

i'm getting this error: PHP Parse error: syntax error, unexpected T_OBJECT_OPERATOR in mod_jcefilebrowser.php on line 8 Here's line 8: if ($app->isSite() || ...
1
vote
0answers
33 views

Make RokSprocket to fetch k2 item's video but getting undefined property error

I'm bulding my website with joomla, and I'm using RokSprocket to display some featured item on the frongpage. RokSprocket can use k2 as content provider, though it can't fetch k2 item's video. So I ...
-1
votes
2answers
66 views

Loading a model from within a Joomla Component view.html.php file

I am building a component which has more than one model for functions. I wish to make a call to a function('getClubs') in a model called 'clubs' ('clubs.php') but I don't know how to connect to this ...
0
votes
0answers
35 views

Close rokbox popup after form submit

I have a form which opens in rokbox popup in joomla 2.5. I need to close the rokbox popup after submitting the form.I tried the below code but the popup closes without submitting the form This is my ...
0
votes
0answers
46 views

Joomla URL The requested URL was not found on this server

When clicking on any links in the administrator dashboard of Joomla I am getting the following error: Not Found The requested URL was not found on this server. Apache Server at site-url Port 80 ...
2
votes
2answers
200 views

Is Joomla just slow, or can I speed it up somehow?

I have Googled this issue for a good while now, but I can't find a single article that discusses the speed of Joomla rather than the loading speed of external resources like scripts and images. My ...
3
votes
5answers
5k views

Show a joomla article to registered users only, or a login screen if not logged in yes

In Joomla prior to 1.6 i could set a menu-item to public, and its contents: an article for example to registered. This lead to a situation where people could see the link to an article in the menu ...
2
votes
3answers
7k views

Joomla : how to get the url of a specific Menu itemID?

Friends a newbie question.........I need help in getting the URL of a specific Menu itemID. The situation is like this: I am running Joomla and asking for a user to input for a menu ID and choose a ...

1 2 3 4 5 46