How to display Joomla 3 urls without numbers? - joomla

I am having urls displayed with category and article ids such as http://www.mysite.com/54-mycategory/59-myarticle. In order to remove the numbers, I had to manually create menu items for each article - which then successfully omits the numbers from the urls.
This is perhaps not the right way to create SEF urls as this requires extra work to create the menu items. Does anyone know of a better way to do this? I couldn't find any extensions that can do this effectively.

No, this is how Joomla default routing works in both 2.5 and 3.x versions.
You need to either create a menu item per each article, as you did, or install a 3rd party plugin to handle it.
In your case I guess that most SEF extensions in the Joomla Extension Directory will do. I had good experiences with SH404SEF (a very complete solution) and Simple Custom Router (a very basic plugin - intended for coders)

Related

How to create a single page vertical scrolling site in Joomla

I can create a standard Joomla template in my sleep, but recently I had a client come to me who wants a vertically scrolling, single page site. I whipped up an HTML/CSS mockup that functions beautifully but I have a question re: converting it to a Joomla template:
Do I just create a single article in Joomla that contains all of the content for the single page, and then create menu items that link to the section divs?
Many thanks,
Cynthia
yes I think that good , also you can make all items in "index.php" in template folder and make menu items link to divs by "#" plus ID .
you can add all items you want as module and you can use component in modules plugin lik :
http://extensions.joomla.org/extensions/core-enhancements/coding-a-scripts-integration/embed-a-include/18121
Hope that help you
You'd be better to insert the content via creating a bespoke module or component - putting code in the WYSIWYG area kind of defeats the point of using a CMS at all - someone with no coding skills has to be able to update the site and not accidentally delete the layout.
I'd perhaps question why it needs it to be in Joomla at all, though. It doesn't sound like it will be benefiting from many of its features.

Joomla! & VirtueMart - show product category instead of shop front?

I have a Joomla! 1.5.15 and VirtueMart 1.1.4 installation from a client project and I need to change something I'm not sure how to.
I have one of my menu links pointing to the shop (menu item type: VirtueMart) but it directs me to a front page (to be precise, it renders the content in themes/default/templates/common/categoryChildlist.tpl.php).
What I want is for this link to make one of my product categories show.
I've tried several methods (without any luck so far):
Using header() doesn't work (I know, it's a pretty shameful trick, but I had to try it).
Changing the menu item type doesn't work (you can't modify the link itself).
Modifying any of the browser_ files doesn't work either (at least, doesn't look like it).
I'm a bit out of ideas... any hint?
It's been a while since I used VM 1.1.x, but isn't there a Category menu item available in the menu manager? (by the way you are way out of date I think 1.1 got to version 1.1.9 before it reached EOL).
I would also strongly recommend updating your Joomla! installation to at least 1.5.26 with the additional hotfix that was released recently (Joomla 1.5.x is also EOL).

How to achieve dynamism with Joomla?

i'm new to Joomla and i'm considered in the phase of discovering it yet , my problem here is that i'm using Joomla to make a cafe online ordering website , i want the customer to access the website and make his order from it, so i have to provide him with an active menu containing the cafe menu items, so i have to provide a radio buttons(or something like that) in order to give the customer the ability to choose his order items and to confirm his choices at last. i searched a lot about how to make that using Joomla and didn't reach to any thing , so it will be great if anyone can help me in such stuff.
You can not build complex custom forms with Joomla out-of-the-box.
The best solution depends on your needs - especially your further processing of the order.
If you just want to send it by mail to someone or to have it saved in the database, then it would be a enough to use a form extension for joomla. You will find many form extension on JED - they vary a lot in features, usability,flexibility and price. I often use breezingforms because it is very flexible and you can extend it with your own code (mostly).
If you want a full "shop" then you should have a look at the virtueMart extension for joomla. Or even at a shop system instead of joomla.
If you want full control you can write your own HTML and PHP Code and inject it into Joomla by a module such as Sourcerer from nonumber.nl. Or you write your own extension...

Joomla 2.5 + How to display the category in the url

I was hoping someone could help me. I've searched high and low for an answer for this one, and I haven't been able to find the exact answer (even within the forum).
How can I display the category name in the url in Joomla (v2.5). I have 2 categories in my site so far. For example, I have a category called Refrigeration. I created an article called test and put it under the Refrigeration category. But for some reason, it will only display in the URL as:
www.something.com/test.html.
I would like it to display like this:
www.something.com/refrigeration/test.html
I know you can create a hidden menu, using the category (such as "Refrigeration") as the parent, and placing the related articles underneath that category (ie - with "Refrigeration" as their parent). But this seems rather inefficient. I just really want to be able to separate my articles on the site into different categories, and have that category display in the url.
Or, is the only way to accomplish this to install an SEF extension?
Any help is greatly appreciated. Please let me know if I need to provide further information.
The default Joomla SEF functions solely on the menus structure. It's hard to believe, but once you accept that Joomla Menu's aren't for actually "building menus" and more for build url / site structure, life will become a bit easier.
To do what you want, you can create the hidden menu for each category, and it should work without having to put each article as a menu item underneath in the hidden menu. However, it would be much easier to use a SEF component to handle it for you. There may be some lightweight plugins available, but I haven't seen one.
SEF components can be found here: http://extensions.joomla.org/extensions/site-management/sef

How to Display Dynamic Content below every article?

I am a new developer to Joomla. I am developing a website in which users will be able to write review for the articles. So, here I need to display a review form below every article. How can I achieve this? I have seen some extensions like custom properties which will place content below every article.
I think the best approach is to use an extension that was specifically built for reviews.
There are multiple options available in the Joomla Extensions Directory.
I found out the solution. What I needed was a plugin to display content after every article.

Resources