Advanced Module Manager AssignmentsNo more than one module in positionClicking on a articles category module title redirect to another page. How to avoid this?News Module not redirecting to correct placeHow to change Simple Calendar Module OutputDisplaying a module in specific articlesHow to change html order in News Flash Advanced layouts?Articles list from a category displayed in 2 columnsJoomla incorrectly displays the modules of the homepage on blog articles pageRight modules to the top on mobile (responsive) version
Why has Speaker Pelosi been so hesitant to impeach President Trump?
Knights and Knaves: What does C say?
Can anyone give me the reason why music is taught this way?
Do jackscrews suffer from blowdown?
Principled construction of the quaternions
What action is recommended if your accommodation refuses to let you leave without paying additional fees?
How can Germany increase investments in Russia while EU economic sanctions against Russia are still in place?
Is "weekend warrior" derogatory?
Bothered by watching coworkers slacking off
Enlightenment finding me
Can the President of the US limit First Amendment rights?
What is the use of command?
Disable all sound permanently
How to say "respectively" in German when listing (enumerating) things
Avoiding dust scattering when you drill
Why most footers have a background color as a divider of section?
Approximate the perfect fifth
Can a passenger predict that an airline or a tour operator is about to go bankrupt?
How to identify whether a publisher is genuine or not?
How dangerous are my worn rims?
How do my husband and I get over our fear of having another difficult baby?
Isn't the detector always measuring, and thus always collapsing the state?
Why do Russians sometimes spell "жирный" (fatty) as "жырный"?
Parent asking for money after moving out
Advanced Module Manager Assignments
No more than one module in positionClicking on a articles category module title redirect to another page. How to avoid this?News Module not redirecting to correct placeHow to change Simple Calendar Module OutputDisplaying a module in specific articlesHow to change html order in News Flash Advanced layouts?Articles list from a category displayed in 2 columnsJoomla incorrectly displays the modules of the homepage on blog articles pageRight modules to the top on mobile (responsive) version
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
Using Joomla 3.9.11 and AMM 2.7.1
I have a blog with the url www.example.com/news
I need to display some modules on the right hand side of this page, but only on that exact URL.
If the URL contains anything after /news then the modules should not be displayed. For example www.example.com/news/my-great-story should not display the modules.
How can I achieve this?
module module-display joomla-3.9
add a comment
|
Using Joomla 3.9.11 and AMM 2.7.1
I have a blog with the url www.example.com/news
I need to display some modules on the right hand side of this page, but only on that exact URL.
If the URL contains anything after /news then the modules should not be displayed. For example www.example.com/news/my-great-story should not display the modules.
How can I achieve this?
module module-display joomla-3.9
add a comment
|
Using Joomla 3.9.11 and AMM 2.7.1
I have a blog with the url www.example.com/news
I need to display some modules on the right hand side of this page, but only on that exact URL.
If the URL contains anything after /news then the modules should not be displayed. For example www.example.com/news/my-great-story should not display the modules.
How can I achieve this?
module module-display joomla-3.9
Using Joomla 3.9.11 and AMM 2.7.1
I have a blog with the url www.example.com/news
I need to display some modules on the right hand side of this page, but only on that exact URL.
If the URL contains anything after /news then the modules should not be displayed. For example www.example.com/news/my-great-story should not display the modules.
How can I achieve this?
module module-display joomla-3.9
module module-display joomla-3.9
asked 9 hours ago
jonboyjonboy
2,07917 silver badges40 bronze badges
2,07917 silver badges40 bronze badges
add a comment
|
add a comment
|
2 Answers
2
active
oldest
votes
In URL assignments section:
- Set the option to Include
- In URL matches enter
/news/?$ - Enable Use Regular Expressions
*The /? part is used for the case your /news page is also loading via /news/ and you need to show the module in both cases.
add a comment
|
This seems to work, add URL include regex
news($)
This post has been automatically flagged as Low Quality. Please be more generous with your answers. I personally do not see why capturing the end of string anchor would be advantageous.
– mickmackusa♦
3 hours ago
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "555"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fjoomla.stackexchange.com%2fquestions%2f26205%2fadvanced-module-manager-assignments%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
In URL assignments section:
- Set the option to Include
- In URL matches enter
/news/?$ - Enable Use Regular Expressions
*The /? part is used for the case your /news page is also loading via /news/ and you need to show the module in both cases.
add a comment
|
In URL assignments section:
- Set the option to Include
- In URL matches enter
/news/?$ - Enable Use Regular Expressions
*The /? part is used for the case your /news page is also loading via /news/ and you need to show the module in both cases.
add a comment
|
In URL assignments section:
- Set the option to Include
- In URL matches enter
/news/?$ - Enable Use Regular Expressions
*The /? part is used for the case your /news page is also loading via /news/ and you need to show the module in both cases.
In URL assignments section:
- Set the option to Include
- In URL matches enter
/news/?$ - Enable Use Regular Expressions
*The /? part is used for the case your /news page is also loading via /news/ and you need to show the module in both cases.
answered 9 hours ago
FFrewin♦FFrewin
17.6k7 gold badges36 silver badges84 bronze badges
17.6k7 gold badges36 silver badges84 bronze badges
add a comment
|
add a comment
|
This seems to work, add URL include regex
news($)
This post has been automatically flagged as Low Quality. Please be more generous with your answers. I personally do not see why capturing the end of string anchor would be advantageous.
– mickmackusa♦
3 hours ago
add a comment
|
This seems to work, add URL include regex
news($)
This post has been automatically flagged as Low Quality. Please be more generous with your answers. I personally do not see why capturing the end of string anchor would be advantageous.
– mickmackusa♦
3 hours ago
add a comment
|
This seems to work, add URL include regex
news($)
This seems to work, add URL include regex
news($)
answered 9 hours ago
jonboyjonboy
2,07917 silver badges40 bronze badges
2,07917 silver badges40 bronze badges
This post has been automatically flagged as Low Quality. Please be more generous with your answers. I personally do not see why capturing the end of string anchor would be advantageous.
– mickmackusa♦
3 hours ago
add a comment
|
This post has been automatically flagged as Low Quality. Please be more generous with your answers. I personally do not see why capturing the end of string anchor would be advantageous.
– mickmackusa♦
3 hours ago
This post has been automatically flagged as Low Quality. Please be more generous with your answers. I personally do not see why capturing the end of string anchor would be advantageous.
– mickmackusa♦
3 hours ago
This post has been automatically flagged as Low Quality. Please be more generous with your answers. I personally do not see why capturing the end of string anchor would be advantageous.
– mickmackusa♦
3 hours ago
add a comment
|
Thanks for contributing an answer to Joomla Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fjoomla.stackexchange.com%2fquestions%2f26205%2fadvanced-module-manager-assignments%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown