I am using j1.6 and I created a new category \'Category111\' and under \'Basic Options\', I found 2 Alternative Layouts Blog and List, and I set it to Blog and created开发者_如何学编程 an article \'Ar
I want to create a custom Joomla registration form and a profile to show the information saved. For this I followed the answer on this thread. I have cloned and changed the files of the user profile p
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
I am trying to develop a joomla 1.6 component. I am getting the following error Fatal error: Call to a member function getKeyName() on a non-object in
I built a system to allow new members to join an organisation last year when I was just starting out as a programmer. It\'s a multi-step process across several pages that concludes after a successful
$db->setQuery(\"UPDATE #__customers (customers_default_address_id) 开发者_StackOverflow中文版SET (customers_default_address_id = address_book_id
I have a public menu item, which is Category List, so it displays list of articles from a category. The category is public but some articles are just for registered users. When a registered user visit
I have a question that might seem simple, but yet I was unable to find the answer. Unlike articles, which are stored in table jos_content, categories in table jos_categories lack any column named orde
Is there a way, through the use of querystring parameters or something else, to allow visitors of a Joomla site to sort the articles on the page dynamically? For example, the front page of our site cu
I want to write Joomla plugin to connect to user tables in database (one way). So on new user registration, user will be duplicated and stored also in second table (other script) And this is main goal