what are these wreird aliases in joomla - joomla2.5

Just picked up a joomla site which has article aliases like this
our-courses-sp-275465967
I was assuming I should just delete the aliases and let joomla create 'better' ones when it occured to me it might be best to check out if anyone knows what they are and what they are for???

Related

How to overwrite form.html.twig using a custom module in drupal 9

I have created a custom form in a custom module but No matter what I do, the form is still is using core/themes/classy/templates/form/form.html.twig as the template. i've tried everything (that I can find) on the web but still no way to have own template applied. Please help!
Tried everything google can find me.
Just need my custom template to be applied instead of the default one.
My only requirement is for the module to contain its own theme templates and not rely on a specific theme.
Having tried everything I could find, I resulted to overwriting the template in a new theme rather than in the module. I wanted something else, but better than continuing to waste time. I hope this helps someone else.

Cannot find 'MVC Layout' option

I am just starting to learn about Sitecore development. Following instructions from a tutorial, and instructions were to create a 'MVC Layout', however my local instance doesn't seem to show the option. Any help will be appreciated. Thanks!
You could still use the same 'Layout' template to specify a cshtml file as layout. Sitecore will be able to identify the type of layout using the extension. Sitecore does not have a MVC specific 'MVC Layout" template.

Opencart store page and links

I have locally installed opencart into the ".../shop" part of my website. Now I want to fit my site header and footer to appear around the site.
Please can people help advise the best way of doing this. I have a header.php and footer.php included on ever page of my site but am not clear how to implement this on the shop page.
I am thinking that there is going to be conflicts especially linking to other pages via the shop section. Will the hrefs in my header in the shope section need to direct differently?
You'd want to goto your catalog/view/theme/default/template/common/header.tpl and footer.tpl and make the changes.

Can a multilingual Sitecore 6 web page have an alias for each language?

Can a multilingual Sitecore 6 content pagehave an alias for each language? It appears that I can only add one per content page.
For instance, labour_market_survey.html has an english page and a french page:
http://www.site.ca/en/labour_market_survey
http://www.site.ca/fr/labour_market_survey
But I can only give the content page one alias:
http://www.site.ca/survey
How can I add a french alias, such as:
http://www.site.ca/enquete ?
Aliases are just sort of web-root-level "links" to certain items, mostly intended to use for marketing campaigns as short and friendly Tokens. To achieve what you want you may consider few options:
If you have configured an individual website for each language - then you may create SiteAliasResolver processor for HttpBeginRequest pipeline. This will give you an option to have aliases on website level. Please reed this blogpost describing how to achieve that (with code samples).
Another option would be to use Redirect Module, as it will do exactly what you need. There was a question on Redirect Module recently, so there is exact example how to create a redirect item for any virtual URL that will do 301 to any specific sitecore item (which belong to some page item under corresponding language website):
If you are resolving languages on-a-fly so that the same item in Sitecore serves different languages (based on criteria how you resolve that), then you may use aliases as they are (but as I understood from your example that isn't your case)
P.S. Also, if you decide to go with aliases, mind Canonical URLs (link one and link two) as they may affect your SEO.

Web Page of Typo3 templates

I would like to know if someone can help me to find one template for typo3. The requirements that i need for this template are:
Responsive
Multilanguage
Custom
SEO
I'm looking for TYPO3 template libraries. They don't need to be free. I'm looking for real Typo3 templates, ready to import into a vanilla Typo3 installation.
The reason I'm asking is that we have a customer and we'd like to give them a number of templates to choose from.
I need something like this page http://www.t3-template.de/typo3-template-kaufen.
Thanks in advance.
Best regards!
I think you are looking for somthing like this combination of TYPO3 extensions (TYPO3 6.2 or newer):
First of all you need themes (optional: gridelements, themes_gridelements)
install some themes like: theme_bootstrap, theme_foundation, theme_bootstrap_mosaic...
and switch the installed themes in the frontend with this
themes_showcase
Some dependencies (dyncss and so on) are solved automatically but dont forget t3jquery for all features.
Have a look here for more details:
https://github.com/typo3-themes