i use k2 and joomla 3.2 to create my website. now i want to remove url of component k2 from my url website. please help me
example:
http://www.mywebsite.com/component/k2/item/article
to
http://www.mywebsite.com/article
Could anyone tell me how to do?please help.
Many thanks!!
Try looking under the K2 Parameters- Advanced Settings- Advanced SEF Settings under the prefix for category URL.
Related
I have an object "Project" that has a lookup field "Account__c". In the Salesforce experience builder, I want to have a link in the Project Detail page to the connected Account.
Something like "Go back to your account".
But I tried various links like "https://our webite/s/account/{!recordId.Account__c}"
I know that this: "https://* our website"/s/project/{!recordId}" works so I feel that there is a solution to this. I hope someone can help me.
Thanks in advance
I assume you're using standard detail page components and are looking to build a formula field to expose the linked Account URL?
/s/account/{!Account__r.Id} should do the trick as a relative URL.
is there any way to show basic filter (with Sonata Admin Bundle and Symfony 4) just below title in table list view?
Something like in this picture? here
Thanks!
There is no standard way to achieve this via configuration. You will have to make extension for this thing, but we cant do this for you. If your question is if there is a default way of doing this? Then answer is NO there isnt, but I think it is possible with extension.
I have a website , and I`m using AngularJs.Everythings works fine but when I try to search my website on google I get a lot of brackets :
Dobuy.T-shirts. Home. Search Product. Designer; [[item.name]];
Category; [[item.name]]; My Account; Cart · Checkout · Login
· User Profile · ([[cartItems]] items) ...
I heard that if i use prerender.io this will solve my problem, so i gave it a try but the page is the same .. nothing changed.
I am using django with the django prerender package.
Any idea ? Any help ? How can I make my AngularJs website SEO friendly ?
You don't set up your prerender.io correctly. Just check url: view-source:http://www.dobuytshirts.com/?_escaped_fragment_= and you can see all brackets.
I have made a tool for checking seo stats like PR, DA, etc. There's one issue which I am trying to solve but couldn't. When a user enters a website in the search bar.
The url of the page comes as
http://seopoints.org/websites/index?url=http%3A%2F%2Fwww.domain.com
http://seopoints.org/websites/index?url=domain.com
http://seopoints.org/websites/index?url=https%3A%2F%2Fdomain.com
http://seopoints.org/websites/index?url=www.domain.com
But I want the URL of the page to come like this.
http://seopoints.org/websites/domain.com
How should I do this? I am using CakePHP. Need help in writing code in routes file.
Website URL: http://seopoints.org/
As mark say "http://seopoints.org/websites/domain.com" is not SEO friendly.
Did http://seopoints.org/websites?q=domain.com work??
Thanks..!
I want to change the content of the checkout complete page in drupal commerce but not able to figure out where to change .I am not able to find the hook_form_alter for this , someone please guide me and help me in updating the content of the checkout page.
i.e Page where it says your order number is XYZ....
The "Checkout complete" page is customizable at /admin/commerce/config/checkout
Even i did face a similar problem. The simplest way to overcome this is to create a new checkout page as per your requirements & use rules module to redirect on that page.
Hope this helps you