Hi all,
The forum/mailing list migration is complete and the old forum and mailing
lists will be shut down after this message.
Please subscribe to the new lists at the following locations:
https://groups.google.com/a/magnolia-cms.com/forum/#!forum/announce-list
https://groups.google.com/a/magno
Hi all,
The forum/mailing list migration is complete and the old forum and mailing
lists will be shut down after this message.
Please subscribe to the new lists at the following locations:
https://groups.google.com/a/magnolia-cms.com/forum/#!forum/announce-list
https://groups.google.com/a/magno
It is truly very interesting share. I also have been looking for the best
[url=http://visiblefactors.com/facebook-ads-management-services/]facebook ads
services[/url] for my blog’s promotion. The blog is not getting good amount of
targeted traffic so just decided to give a try to the FB ads. If
At the end i found out that there was no direct way of getting an absolute URL
from the image soy had to create the url myself form the uuid that i got with:
[code][/code]
And using it to get the relative url of the image with:
[code][/code]
and then getting the first part or the absolute URL
I have 1 FTL/View file and I want to use methods from two different model. Is
there a way I can add the same in the yaml file?
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=8bb5c6b9-b96a-44f0-bb29-5d5f88f36fcb
--
I have a custom AppLauncherLayout:
MyAppLauncherLayoutManagerImpl extends AppLauncherLayoutManagerImpl
How do I register MyAppLauncherLayoutManagerImpl as the component to be used?
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=9e06fece-7e69-49f3-8fc4-4bef1d4
What: Migration of Magnolia forum and mailing lists to Google Groups
When: Monday 18 December 2017
Note: Messages will be migrated, but users will not be automatically migrated.
Hi everyone,
The forum and mailing lists are fundamental parts the Magnolia community. Your
questions and answers help
What: Migration of Magnolia forum and mailing lists to Google Groups
When: Monday 18 December 2017
Note: Messages will be migrated, but users will not be automatically migrated.
Hi everyone,
The forum and mailing lists are fundamental parts the Magnolia community. Your
questions and answers help
Update - I upgraded from CE 5.4.9 to 5.5.4 successfully by adding the
dependency magnolia-core-compatibility. Thanks!
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=215d4e7f-21b4-483c-ba5d-c81dc1331315
---
Hi Milan,
I got the same exception when I'm upgrading my project from CE 5.4.9 to 5.5.1.
We're using the admininterface-legacy in our project, but it seems
magnolia-core-compatibility module starts from version 5.5.4. So I'm wondering
what is causing the error. The database we are using is alwa
I have revised the lib imports in my jsp and i think that they are correct:
[code]http://java.sun.com/JSP/Page";
xmlns:c="http://java.sun.com/jsp/jstl/core";
xmlns:fmt="http://java.sun.com/jsp/jstl/fmt";
xmlns:cms="http://magnolia-cms.com/taglib/templating-components/cms";
Hello, recently i have been tasked to create a dialog to create the meta data
of a Twitter Card type summary, i have created the dialog and worked all the
data into the meta datas os a JSP but i have encountered a problem with the
image.
I have to get the URL of the image in order to finish the
Found a workaround:
[code][#assign siteParameters =
cmsfn.contentByPath("/modules/multisite/config/sites/${currentSiteName}/parameters",
"config")!'' /]
[#assign sitesNode = cmsfn.nodeByPath("/modules/multisite/config/sites/",
"config")]
How can i get list of available sites in FTL.
In Java there is option to get list of sites using DefaultSiteManager.getSites()
but i am not able to find same for FTL.
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=c7cb88fd-18e5-45d1-b115-d8b17834e23d
-
Ah thanks again Chris.
I had been looking at the /modules/license node which doesn't contain any
useful info, whereas /modules/enterprise does.
Thanks
Arjen
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=97362ff9-2b69-4163-8e0f-55589d7e72d7
---
I would expect that you can just bootstrap the corresponding node
(/modules/enterprise/license).
Chris
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=97362ff9-2b69-4163-8e0f-55589d7e72d7
For
Oh, you wouldn't happen to know how to auto populate the license key as well,
would you?
Arjen
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=97362ff9-2b69-4163-8e0f-55589d7e72d7
For list det
Ah, thanks Chris, that's great.
I did not realise that option existed.
Arjen
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=97362ff9-2b69-4163-8e0f-55589d7e72d7
For list details, see http://ww
Hi Arjen, just set magnolia.update.auto to true in your magnolia.properties
file.
Regards
Chris
# Set it to true if bootstrapping/update should be performed automatically
magnolia.update.auto=true
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=97362ff9-2b69
Hi,
I'm working on a Continuous Delivery setup where we'd ideally like to test with
a clean project and then install a given set of test/demo data, but when we
first start the clean project Magnolia stops in the installer page
(.magnolia/installer) for all module initialising and waiting for hum
I get a lot of warings during startup:
WARN gnolia.jcr.node2bean.impl.Node2BeanTransformerImpl: Will use deprecated
add method [addLocale] to populate [locales] in bean class
[info.magnolia.cms.i18n.DefaultI18nContentSupport].
It's logged in
info.magnolia.jcr.node2bean.impl.Node2BeanTransform
i have a page with name as generalInfo, which has a field title. this uses in a
component with name general information which has fields like name, address and
age.
how do i create this page which uses a component.
=
Her is my code
=
curl https:/
Hello, i and currently working at Magnolia 5.4.14 and i have noticed that after
rejecting a publication of a page through pulse the message that appears doesnt
seems to be translated to any languaje and instead appears in the fallback
laguanje (english).
I dig a little bit in the code and altho
Thank you Florian,
I created a new module with the classes that you said, but in the end i had to
add a few more to make it work. Then i changed the reference for the
TaskListPresenter to mine and it works, unfortunately i has far more classes
than i should be reasonable.
Classes changed:
- Ta
Hi,
I've just started a fresh maven project based on Magnolia 5.6 archetype (parent
pom with webapp) when I noticed building the project doesn't actually copy the
jars of the sub modules into the lib folder of the web app, nor does it copy
any of the dependencies.
Having done a bit of research
Hi,
is this approach still valid? With Magnolia 5.5.5 my custom stylesheet is not
injected in the header any longer. It worked with Magnolia 5.3 if I remember
correctly.
Thanks
Stefan
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=4d78fdd4-ad02-4b55-b1f2-ef
I have a multivalue field and I'd like to be able to limit the number of fields
that the user can add within that multivalue field to 4. Is there a dialog
definition parameter I can use for that? Or do I need to create something like
a custom validator?
Any advice would be appreciated.
--
Con
The description of fault tolerance is not described there. I'm more interested
in how the synchronization based on the journal should work. When synchronizing
data through a jackrabbit cluster, should the data be replicated to the
databases of each instance? I set up the cluster and see that the
Marvin, thank you for your response!
I solved it, by trying different scenario's, can't realy tell which one was the
real dealbreaker.
A few things I noticed:
- In the Magnolia Travel Demo a mix in template availability is used, the
Explicit assignment and the rendering based upon Rendertype
-
Hi,
i would use one site definition for both domains. For the Themeing i would use
a custom page model which i recommend for every project.
[code]public class DefaultPageModel extends
RenderingModelImpl {
private static Logger log =
LoggerFactory.getLogger(DefaultPageModel.class);
Hi Vyacheslav,
i guess these questions are more a part of jackrabbit configuration. Please
also have a look at https://wiki.apache.org/jackrabbit/Clustering
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=8c3ccf28-8eba-4028-b156-cebbebe71d6b
---
Hi Stef,
For Enterprise usage search inside the config of the multisite module if there
is still a prototype defined and you have defined the prototype id.
For Community usage search inside the config of the site module. This could
either be a problem in enterprise if the site module is not ext
Hi Arjen,
I am currently bumping into the same wall, could you elaborate a bit more (if
you still remember) what the missing JCR bits were causing the prototype not to
render?
Thanks in advance!
Stef
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=7e5ae854-e
The Magnolia NTLM (NT LAN Manager) Connector module is no longer supported. The
module provided single sign-on (SSO) functionality for Windows systems within a
trusted domain environment.
Microsoft no longer recommends the use of NTLM in applications due to security
constraints:
"Implementers
I have two domains which i want to map to single root of my website.
And when user comes from domain1 and domain2, users should see different themes
for same page.
I have done all the multisite donfiguration and domain and mappings but when i
am creating two site structures in pages app it work
I have configured jackrabbit clustering via postgres on a workspace between the
author and two public nodes. It turns out that the author and the public refer
to a separate database for this workspace for read and write data. As a result,
the point of failure of this particular database is very
Hello,
We’re happy to announce the release of Magnolia 5.6. This major release
provides many cool new features, improvements and bugfixes. Here is a short
summary:
Changes for authors
- New Content Tags module lets authors quickly create and apply free-form tags
to their content.
- Publishing
[quote]
I know im being a little obtuse but TasksListPresenter is also a final class i
cant extend it either way so i cant take the path you recomend, is there a way
that allows the inclusion of changes creating a class? or are all the class
final and wont allow me to extend them i would have to
[quote]Hi Francisco,
why TaskDetailPresenter? i had referenced to
info.magnolia.ui.admincentral.shellapp.pulse.task.TasksListPresenter in my
previous posts.
You can use Bootstrapp since 4.x i guess.[/quote]
I know im being a little obtuse but TasksListPresenter is also a final class i
cant ex
Ok, will try with that presenter, sorry i didnt get rigth away have a little
confusion there.
Then its posible to use the bootstrapp way since V 4.0 i though that the
version at the documentation acted as some sort of limit to know where certain
parts of magnolia had been implemented and from w
Hi Francisco,
why TaskDetailPresenter? i had referenced to
info.magnolia.ui.admincentral.shellapp.pulse.task.TasksListPresenter in my
previous posts.
You can use Bootstrapp since 4.x i guess.
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=dbdc038c-f792-469
The presenter that you are saying its the one from my proyect?, should I extend
mine using the one of the Pulse Task? (Custom extends TaskDetailPresenter ?),
if that is the case should i use TaskDetailPresenter or another one less
specific of Pulse.
On ther other hand, thank you for the link, u
Hi Francisco,
there is no config for TasksListViewImpl as i mentioned you need to extend the
presenter first and inject your TasksListViewImpl class in the extended
presenter class. If you have problems with moduleversionhandlers no problem you
can also use bootstrapping
https://documentation
The problem is that i dont find the location where the class TasksListViewImpl
is used (or pulse in general) in the magnolia configuration, i tried looking
for it but i have been unable to find it, the direction you told me before
"modules/ui-admincentral/config/pulse/presenters" in my magnolia
To address the class you need to change the property value from the existing
class to your new one. If you want to have this config change in your git repo
you just need to bootstrap the node or add a task in your moduleversionhandler.
You don't need to add ne nodes or folders to add your class
First thanks marvink2 for your time, i would recommend to put the explnation in
[url=https://documentation.magnolia-cms.com/display/DOCS53/Tasks]Tasks[/url],
beacuse there there is only a little reference to how the tasks are shown and
in the explanation of the TaskView its a little confusing.
Hi Fancisco,
no worry, everyone is starting with something new and does not know everything.
You can't extend this class because it's final that's true. I am not sure why
it's final but the probaby easiest way is to copy the whole class and make a
new one which extends extends AbstractPulseLis
[quote]First of all some small questions:
1. Do you use a Maven Setup / Java Setup to change Class files or are you using
light modules only?
2. Probably you can explain a bit more about your problem. We understand that
you want to add a column but it would also good to know what will be display
Sorry if a didnt explained well enough. I am using a Maven Setup and the values
that i want to show are the name of the page or asset that the Task is aiming
at and the repository in wich this page or asset is. what i want is for the
columns to be shown when you open the Pulse Task Inbox, and no
Your idea is possible and shouldn't be an issue from magnolia. More of Tomcat,
Apache or OS
First of all some simple questions:
1. Which OS are you using at the VM?
2. Is there a firewall which protects the instance for Port 8080?
3. Are you able to use an Apache server to proxy the Port 80 to 8
First of all some small questions:
1. Do you use a Maven Setup / Java Setup to change Class files or are you using
light modules only?
2. Probably you can explain a bit more about your problem. We understand that
you want to add a column but it would also good to know what will be displayed
and
Good morning, i am a fairly new person at Magnolia and i have the need to
improve a web by showing more data at the Task section of Pulse in Magnolia, to
be able to do that i need to create a couple of columns but after trying to
find some information at Magnolia documentation y have only been a
Good morning, i am a fairly new person at Magnolia and i have the need to
improve a web by showing more data at the Task section of Pulse in Magnolia, to
be able to do that i need to create a couple of columns but after trying to
find some information at Magnolia documentation y have only been a
Hello, I am a tootal newbie when it comes to the magnolia stack (magnolia,
tomcat, catalina, etc...) and i am triying to get an instance running in a VPS
from DigitalOcean to no luck.
So far i managed to get it working on 2 local machines, in Windows 10 and OSX
and on those i can access the mag
Hi there,
We just released a new version of our parent poms. As usual, this is intended
for Forge project owners, and mostly Magnolia staff. ;)
This release fixes minor issues with the Maven Project Info Reports plugin and
site generation, as well as with custom Javadoc doclets:
See the followi
Hi Tumpa,
first of all. The live copy feature is not made for community edition. It has a
clear dependency to multisite which is a enterprise module. But now i probably
understand more of your issues. Is it planned to reuse some content in the same
page tree? Then live copy would be not the rig
Hello marvink2,
Thank you for the reply!
Link which has been provided is really helpful to us. May I know how to get
live copy feature in community bundle.
Seeking for your reply.
Kind Regards
Tumpa
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=232e609e-8
I recommend the new live copy feature. It's what you realy looking for. Another
option would be to develop some kind of reuse page. But there are some tricks
on it. There is an old but not outdated documentation from 5.3 which is
probably helpful:
https://documentation.magnolia-cms.com/display/
I don't know if you are an author or developer but if you are a developer:
It's a matter of maintaining data. If you want to specify an image and text on
your own per page, you need to add a new dialog field to your page properties.
After that you need to add the content of this fields into your
How do I set a specific thumbnail image and text for my pages to be used when
posting to Facebook, twitter or any social media?
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=772e1690-91d7-4e8d-8166-368d59680b77
-
Hi Tumpa,
probably the easiest way is to use the module i developed for such cases. Is
has also an excel export feature
https://wiki.magnolia-cms.com/display/WIKI/Form2DB+App
If you don't use a Maven Setup, you need to download the packages by hand. It's
a bit tricky to get all dependencies, b
Hello All,
Currently, we are on Magnolia latest version Magnolia 5.5.7 and we are using
light modules to create pages of website.
How to reuse content of a component used in one page into another page?
Kind Regards,
Tumpa
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.h
Hello Christoph,
Thanks for the reply!
Our goal is to get data from Form of our website to be stored in Author
instance. We will collect the information and can use in respective ways.
Kind Regards,
Tumpa
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=e8d23
Yes, the feature is now available as a magnolia enterprise feature. You can
gain access by contacting magnolia directly via mail.
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=2370649f-827c-4086-ae06-2dccf7ce0c92
---
Hi,
I'm running into a problem where, when trying to edit a certain pages in the
admin central portal (but not all), the browser shows a blank editor page and
downloads a dms file with the below error.
[code]//">//'>//">//'>Template
Error!
Error while rendering [/subsite/404] with template
[
Hi,
I created a customized combobox with com.vaadin.ui.CustomField and it saves
values in jcr, but when I try edit a node in my app, the value previously saved
dont displayed. Someone has any hints why this happens and how can i solve it?
thank you all in advance
Mário
--
Context is everyth
I think you have to read some books related to general knowledge and research
and maybe current affairs as well. So you should prepare for it
[url=http://beeresearcher.co.uk/]Writers Services UK[/url] because if you have
strong knowledge so you can achieve success as well.
--
Context is everyt
That is a to a striking diploma lighting fixtures up article of
[url=https://www.dailyhomeworkhelp.com/]Homework Writing Service USA[/url]. I
in like direction agree with your post title and your sincerely properly solve
your perspective. I am phenomenally in top-notch spirits to see this put up
Need to avail complete coursework writing assist?
Seeking out a Coursework Writing career, as you have trapped on your Coursework
assignment. we are dedicated to supplying, pinnacle-best Coursework help.
Get coursework writing assist from expert writers at coursework online, a
dependable cours
Particularly inside the context of cheap essay writing services. It brings to
thoughts an picture of a badly written essay this is nowhere close to near the
usual you want, Our reasonably-priced essay writing career is famous because of
our desirable-high-quality plagiarism loose paintings and t
Hi,
We’re happy to announce the release of Magnolia CORE 5.4.14. Besides fixing a
vulnerability in the Security app and some other minor bugs, this release
brings also a change in the configuration of the LDAP Connector module.
There is a link to the release notes below as usual. You can check
That is the [url=http://www.writingkingdom.co.uk/]UK Assignment Help[/url]
reason I am composing this post to by and by soliciting the master from the
substance showcasing and content administration framework that what are the
best instruments that I can use for my substance advertising?
--
Con
In any case, the issue is, the web is [url=http://www.writingspot.co.uk/]essay
writer uk[/url] just demonstrating the things which are not useful. I might be
another in computerized advertising, however, I realize that every one of these
websites and articles is composed for the self-advancement
Presently I am in a circumstance where I can't request any assistance
[url=https://www.writingessay.co.uk/]Essay Writing Service[/url]
from my seniors and furthermore can't take assistance from anybody in the
workplace since it will influence my notoriety in the workplace. So the main
alternativ
Hi,
We’re happy to announce the release of Magnolia CORE 5.5.7. Besides fixing a
vulnerability in the Security app and some other minor bugs, this release also
improves dependency management for third-party modules. The dependencies for
these modules can now be defined in a software BOM (Bill o
Ok, thanks.
I hoped there is a tweak in configuraton to get it running ;-)
Thanks, Heike
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=3ab2fa93-81f6-48bd-a2c9-4c02cd47c49a
For list details, s
Sorry, in your case WildFly 10 would be the recommendation.
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=3ab2fa93-81f6-48bd-a2c9-4c02cd47c49a
For list details, see http://www.magnolia-cms.com
Hello Heike-
I am aware of the issues regarding Magnolia 5.5 and JBoss 6.4. Here
[url]https://jira.magnolia-cms.com/browse/MGNLCE-97[/url] you can see I had
problems deploying with this combination. Because of these problems we had to
modify the
[url]https://documentation.magnolia-cms.com/disp
Hi all,
since I upgraded to CE 5.5.6 I can no longer redeploy to JBoss 6.4. I have to
undeploy, restart JBoss and then deploy. Otherwise I get a lock exception
resulting in config workspace not found and stopping the deployment.
I have seen there were already some issues in earlier releases, so
There is no doubt that if you want to seek web thesis help, you will want to
get the project customized according to your requirements. Please be assured
that we will consider all of your specific requirements, even if these
requirements are more specific than the basic information contained in
After a bit google search I think there is no solution yet, to achieve this you
need the good 'ol deprecated sql language:
public LinkedList> getAllAssets() throws
LoginException, RepositoryException {
LinkedList> ll = new LinkedList>();
final String statement = "select * fro
Hi
I try to achieve a list with all assets and folders/subfolders as shown in the
DAM app.
I noticed when using AssetQuery the result is not in "natural" order. My
exceptions is that when no "Ordering" clause is given, the result should be the
same as in the workspace.
I'm using the following
Hi, you might be interested in
https://wiki.magnolia-cms.com/display/WIKI/Backup+and+Restore+JSP+Scripts
This could be triggered outside of magnolia context. You can then perform
scheduling through system cronjobs.
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threa
Hi
Have a look at the scheduler module:
https://documentation.magnolia-cms.com/display/DOCS/Scheduler+module
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=dddee2cc-1688-4b34-913b-919c1b1b8218
---
Please guide on how can I schedule this script:
[code]import info.magnolia.importexport.DataTransporter
hm = ctx.getHierarchyManager('website')
newsRoot = hm.getContent('/demo-project/news-and-events/news-overview')
xmlFileOutput = new FileOutputStream('C:/test/export/news.xml')
DataTransporter.ex
Hello Team,
I am planning to perform export and import via groovy scripts
(https://documentation.magnolia-cms.com/display/DOCS53/Importing+and+exporting).
I want the export job to be executed automatically. how can i add a groovy
script to be executed automatically.
--
Context is everything:
Hi,
Is it possible to reject a publication request if its already approved but not
yet published? I couldn't find anything in the documentation about this…
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=1e95b1c3-9e21-4364-8c1d-326ea8a4971a
If you want to manage users created on the public instance (like
self-registration user, etc..) from the author instance, you need to create a
clustered workspace for the users. This way the author and public are using the
same 'database'. Changes made in the author are directly visible on the p
Hi all,
with magnolia 5.5.5 the i18n of options retrieved via
path property does not work for me any more.
Is there something to change in the configuration since 5.4?
Thanks for any help,
Heike
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=45c1a4eb-6b23-4c
Really great post, Thank you for sharing This knowledge.Excellently written
article, if only all bloggers offered the same level of content as you, the
internet would be a much better place. Please keep it up!
[url=https://fivescarynights.com]fnaf[/url]
--
Context is everything:
http://forum.
Hi there Mikael,
First of all, thanks for trying to help me. Probably I miss some explanation on
what I want to archive.
I want that the magnolia user (the one who create the website) could chose a
color, for example, to use as background color, for that I need to add a
ColorPicker Field in my
Hi Pedro,
You're trying to use a Vaadin component in a template; that's not gonna work,
unless you create a custom Renderer to bootstrap a Vaadin app on your frontend
page.
It works in dialogs, because the Magnolia Admincentral is built with Vaadin.
Probably not worth the overhead, you might ha
Hi,
Refering to
[url=https://forums.magnolia-cms.com/forum/thread.html?threadId=e40d8899-afb4-4096-92e1-dbe765885de1]this[/url]
post, someone could help me how to display this custom field on component a
template component? This is a example of one component that I use for tests:
@Controller
@
Hi Stefán and Mikaël,
I know it's a old post, but someone could help me how to display this custom
field on component a template component? This is a example of one component
that I use for tests:
@Controller
@Template(id = "module:components/article/test", title = "test")
@TemplateDescription(
You don't need any tool or software to check the plagiarism content. As a
Nursing Student At
[url=https://www.7dollaressay.com/subjects/nursing-essay-help.php]Nursing Essay
Writing[/url], I'm suggesting you just hire best essay writing service which
assists you in all fields of writing and thei
Hello, I am harry jack, and I am a marketing student. I have my assignments on
pending which is going above my head, and now I am thinking to hire a writer
for my assignment.Is there anyone who can [url=http://www.myassigment.co.uk/]do
my assignment cheap[/url]? And also please tell me the name
Hi Tom,
thanks a lot! That was the problem. Now my sitemap.xml is shown!
Kind regards
Tobias
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=84c1cd1f-774f-42f3-b8c3-3e55aa4dc194
For list deta
Hello, there need some [url=http://www.editor.ae]editing services[/url] for my
work as I need some editing and proofreading in my thesis because I have
completed my writing work but need some proofreading and also editing with the
help of professional writers or any editor want some help from yo
Hi
go on your public site in config workspace to:
/server/URI2RepositoryMapping/mappings/sitemaps
Change the value in 'URIPrefix' from '/sitemaps/' to '/sitemaps'
HTH
Tom
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=84c1cd1f-774f-42f3-b8c3-3e55aa4dc194
Hello,
I have a problem with the google sitemap. I have created a new Sitemap like it
is described in:
https://documentation.magnolia-cms.com/display/DOCS/Google+Sitemap+app
Now I try to view the sitemap by calling:
myWebSite/magnoliaAuthor/sitemaps/sitemap.xml (My sitemap name is "sitemap")
I
1 - 100 of 7788 matches
Mail list logo