• Home
  • Get help
  • Ask a question
Last post 51 min ago
Posts last week 110
Average response time last week 29 min
All time posts 67402
All time tickets 10424
All time avg. posts per day 21

Helpdesk is open from Monday through Friday CET

Please create an (free) account to post any question in the support area.
Please check the development versions area. Look at the changelog, maybe your specific problem has been resolved already!
All tickets are private and they cannot be viewed by anyone. We have made public only a few tickets that we found helpful, after removing private information from them.

#2851 – Keep current links in your plugin....

Posted in ‘sh404SEF’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Sunday, 16 October 2016 16:51 UTC
flotzilla
 I am new here so forgive me.

I added this to my existing site and my pages started to 404. I had to turn it off.

What I need to do is use the current page links not change them. I had to make menus in order to avoid the joomla category URLs and make a normal URL without the catagory/subcategory links showing as in

index.php?option=com_content&view=article&layout=edit&id=247

or link-link/link-link.

http://xxxx.net/eastside/eat/breakfast

Is what I want to be used. So I am confused on how to make your extension work in this way. Do I have to reenter all the links again.
My Module is pointed to the article via link.

<div class="us1_newspro">
<figure class="effect-marley">
<img alt="{title}" src="/{articleintroimageurl}">

<figcaption>
<h2><span>{title}</span></h2>
<p></p><a href="/{linkcurl}"></a>
</figcaption>
</figure>
</div>
Monday, 17 October 2016 07:49 UTC
wb_weeblr
Hi

What I need to do is use the current page links not change them.
sh404SEF is designed and built to change URLs.

make a normal URL without the catagory/subcategory links showing as in

A normal and SEO-oriented URL has categories in it. Or not (this is a configuration in sh404SEF, under Extensions -> Joomla). But a good URL certainly does not have a menu item title in it.

Using menus is just a pretty bad thing Joomla does, which causes all sort of duplicates content issues, and sh404SEF is designed to try to fix that as often as it can.

1 - Without full links and real URLs, there is not much advice I can give
2 - You can always manually customize URLs, by clicking on it in the URL manager and changing it, as described on this page of the documentation.
3 -
My Module is pointed to the article via link.



<div class="us1_newspro">

<figure class="effect-marley">

<img alt="{title}" src="/{articleintroimageurl}">



<figcaption>

<h2><span>{title}</span></h2>

<p></p><a href="/{linkcurl}"></a>

</figcaption>

</figure>

</div>
This is not Joomla stuff, you seem to be using a system/content plugin to do this (Joomla by itself does not know this {linkcurl} or {articleintroimageurl} syntax, this is not part of Joomla), so I can't say exactly how this work. I'm not sure either how this is related to the initial problem of URL structure?

Rgds
 
Tuesday, 01 November 2016 05:34 UTC
system
This ticket has been automatically closed. All tickets which have been inactive for a long time are automatically closed. If you believe that this ticket was closed in error, please contact us.
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.