http://www.xwiki.org/xwiki/bin/view/FAQ/#Attachments Three Questions. 1) how can I sort my FAQ into these two columns ? 2) Can I see the wiki code for this page? 3) How can I get the Author and Modifier at the bottom of the page like that? Grant Sales Security Operations Analyst ING 20 Washington Ave South Minneapolis, MN 55401 Tel: 612.342.7889 Fax: 612.342.3428 Cell: 320.761.0966 Email: grant.sales@us.ing.com www.ing-usa.com ING. Your future. Made easier. (r) --------------------------------------------------------- NOTICE: The information contained in this electronic mail message is confidential and intended only for certain recipients. If you are not an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission and delete the message without copying or disclosing it. ============================================================================================
On 06/05/2010 12:37 AM, Sales, G. (Grant) wrote:
http://www.xwiki.org/xwiki/bin/view/FAQ/#Attachments
Three Questions. 1) how can I sort my FAQ into these two columns ?
2) Can I see the wiki code for this page?
http://www.xwiki.org/xwiki/bin/view/FAQ/?viewer=code
3) How can I get the Author and Modifier at the bottom of the page like that?
http://svn.xwiki.org/svnroot/xwiki/platform/skins/trunk/colibri/src/main/res... Hope this helps, Marius
Grant Sales Security Operations Analyst ING 20 Washington Ave South Minneapolis, MN 55401 Tel: 612.342.7889 Fax: 612.342.3428 Cell: 320.761.0966 Email: grant.sales@us.ing.com www.ing-usa.com ING. Your future. Made easier. (r)
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is confidential and intended only for certain recipients. If you are not an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission and delete the message without copying or disclosing it.
============================================================================================ _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
Do I need all of that code for the Document footer? All I want to do is move the Modifier to the bottom by the Author. ~Grant -----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Marius Dumitru Florea Sent: Sunday, June 06, 2010 04:31 AM To: devs@xwiki.org Subject: Re: [xwiki-devs] FAQ sorting On 06/05/2010 12:37 AM, Sales, G. (Grant) wrote:
http://www.xwiki.org/xwiki/bin/view/FAQ/#Attachments
Three Questions. 1) how can I sort my FAQ into these two columns ?
2) Can I see the wiki code for this page?
http://www.xwiki.org/xwiki/bin/view/FAQ/?viewer=code
3) How can I get the Author and Modifier at the bottom of the page like that?
http://svn.xwiki.org/svnroot/xwiki/platform/skins/trunk/colibri/src/main /resources/colibri/docextra.vm Hope this helps, Marius
Grant Sales Security Operations Analyst ING 20 Washington Ave South Minneapolis, MN 55401 Tel: 612.342.7889 Fax: 612.342.3428 Cell: 320.761.0966 Email: grant.sales@us.ing.com www.ing-usa.com ING. Your future. Made easier. (r)
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is
confidential and intended only for certain recipients. If you are not an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission and delete the message without copying or disclosing it.
====================================================================== ====================== _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
I use this code. {{html}} <div id="xdocFooter"> <div id="xdocAuthors"> <div class="xdocCreation"> $msg.get('core.footer.creation', [$xwiki.getUserName($doc.creator), $xwiki.formatDate($doc.creationDate)])<br/> $msg.get('core.footer.modification', [$xwiki.getUserName($doc.author), $xwiki.formatDate($doc.date)])<br/> </div> </div> </div>{{/html}} And it end up putting what I want below the page, but Also just below that is a duplicate, and at the top of the page it still shows the Modified date. . . Any help would be great ~Grant -----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Sales, G. (Grant) Sent: Monday, June 07, 2010 08:25 AM To: XWiki Developers Subject: Re: [xwiki-devs] FAQ sorting Do I need all of that code for the Document footer? All I want to do is move the Modifier to the bottom by the Author. ~Grant -----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Marius Dumitru Florea Sent: Sunday, June 06, 2010 04:31 AM To: devs@xwiki.org Subject: Re: [xwiki-devs] FAQ sorting On 06/05/2010 12:37 AM, Sales, G. (Grant) wrote:
http://www.xwiki.org/xwiki/bin/view/FAQ/#Attachments
Three Questions. 1) how can I sort my FAQ into these two columns ?
2) Can I see the wiki code for this page?
http://www.xwiki.org/xwiki/bin/view/FAQ/?viewer=code
3) How can I get the Author and Modifier at the bottom of the page like that?
http://svn.xwiki.org/svnroot/xwiki/platform/skins/trunk/colibri/src/main /resources/colibri/docextra.vm Hope this helps, Marius
Grant Sales Security Operations Analyst ING 20 Washington Ave South Minneapolis, MN 55401 Tel: 612.342.7889 Fax: 612.342.3428 Cell: 320.761.0966 Email: grant.sales@us.ing.com www.ing-usa.com ING. Your future. Made easier. (r)
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is
confidential and intended only for certain recipients. If you are not an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission and delete the message without copying or disclosing it.
====================================================================== ====================== _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
Sales, G. (Grant) wrote:
I use this code.
{{html}} <div id="xdocFooter"> <div id="xdocAuthors"> <div class="xdocCreation"> $msg.get('core.footer.creation', [$xwiki.getUserName($doc.creator), $xwiki.formatDate($doc.creationDate)])<br/> $msg.get('core.footer.modification', [$xwiki.getUserName($doc.author), $xwiki.formatDate($doc.date)])<br/> </div> </div> </div>{{/html}}
And it end up putting what I want below the page, but Also just below that is a duplicate, and at the top of the page it still shows the Modified date. . .
I usually handle such issues as the duplicate by putting test words into the page and looking at them in the html source to find out what code is creating the text I don't like. As far as getting rid of the standard heading at the top you could find which template creates it (maybe try search for templates containing certain words?) If you would rather commercial support than volunteer advice, you might try asking over at xwiki.com. Of course I'm happy to give advice as time allows. Caleb
Any help would be great
~Grant
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Sales, G. (Grant) Sent: Monday, June 07, 2010 08:25 AM To: XWiki Developers Subject: Re: [xwiki-devs] FAQ sorting
Do I need all of that code for the Document footer? All I want to do is move the Modifier to the bottom by the Author.
~Grant
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Marius Dumitru Florea Sent: Sunday, June 06, 2010 04:31 AM To: devs@xwiki.org Subject: Re: [xwiki-devs] FAQ sorting
On 06/05/2010 12:37 AM, Sales, G. (Grant) wrote:
http://www.xwiki.org/xwiki/bin/view/FAQ/#Attachments
Three Questions. 1) how can I sort my FAQ into these two columns ?
2) Can I see the wiki code for this page?
http://www.xwiki.org/xwiki/bin/view/FAQ/?viewer=code
3) How can I get the Author and Modifier at the bottom of the page like that?
http://svn.xwiki.org/svnroot/xwiki/platform/skins/trunk/colibri/src/main /resources/colibri/docextra.vm
Hope this helps, Marius
Grant Sales Security Operations Analyst ING 20 Washington Ave South Minneapolis, MN 55401 Tel: 612.342.7889 Fax: 612.342.3428 Cell: 320.761.0966 Email: grant.sales@us.ing.com www.ing-usa.com ING. Your future. Made easier. (r)
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is
confidential and intended only for certain recipients. If you are not an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission and delete the message without copying or disclosing it.
====================================================================== ====================== _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
Well I know where the template is, I made it myslef, I just can't find where its getting the "tags [+] and Created by" at the bottom. I want mine to look like the xwiki.org with both created by and modified by in the same area rather then split apart. ~Grant -----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Caleb James DeLisle Sent: Monday, June 07, 2010 09:06 PM To: XWiki Developers Subject: Re: [xwiki-devs] FAQ sorting Sales, G. (Grant) wrote:
I use this code.
{{html}} <div id="xdocFooter"> <div id="xdocAuthors"> <div class="xdocCreation"> $msg.get('core.footer.creation', [$xwiki.getUserName($doc.creator), $xwiki.formatDate($doc.creationDate)])<br/> $msg.get('core.footer.modification', [$xwiki.getUserName($doc.author), $xwiki.formatDate($doc.date)])<br/> </div> </div> </div>{{/html}}
And it end up putting what I want below the page, but Also just below that is a duplicate, and at the top of the page it still shows the Modified date. . .
I usually handle such issues as the duplicate by putting test words into the page and looking at them in the html source to find out what code is creating the text I don't like. As far as getting rid of the standard heading at the top you could find which template creates it (maybe try search for templates containing certain words?) If you would rather commercial support than volunteer advice, you might try asking over at xwiki.com. Of course I'm happy to give advice as time allows. Caleb
Any help would be great
~Grant
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Sales, G. (Grant) Sent: Monday, June 07, 2010 08:25 AM To: XWiki Developers Subject: Re: [xwiki-devs] FAQ sorting
Do I need all of that code for the Document footer? All I want to do is move the Modifier to the bottom by the Author.
~Grant
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Marius Dumitru Florea Sent: Sunday, June 06, 2010 04:31 AM To: devs@xwiki.org Subject: Re: [xwiki-devs] FAQ sorting
On 06/05/2010 12:37 AM, Sales, G. (Grant) wrote:
http://www.xwiki.org/xwiki/bin/view/FAQ/#Attachments
Three Questions. 1) how can I sort my FAQ into these two columns ?
2) Can I see the wiki code for this page?
http://www.xwiki.org/xwiki/bin/view/FAQ/?viewer=code
3) How can I get the Author and Modifier at the bottom of the page like that?
http://svn.xwiki.org/svnroot/xwiki/platform/skins/trunk/colibri/src/ma in /resources/colibri/docextra.vm
Hope this helps, Marius
Grant Sales Security Operations Analyst ING 20 Washington Ave South Minneapolis, MN 55401 Tel: 612.342.7889 Fax: 612.342.3428 Cell: 320.761.0966 Email: grant.sales@us.ing.com www.ing-usa.com ING. Your future. Made easier. (r)
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is
confidential and intended only for certain recipients. If you are not
an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission
and delete the message without copying or disclosing it.
===================================================================== = ====================== _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
If I recall, that's created somewhere in docextra.vm What you can do is use firebug (or read the html source) to find the html tag you are looking for then search for documents containing that tag (or part of it such as the class="someclass" part) Caleb Sales, G. (Grant) wrote:
Well I know where the template is, I made it myslef, I just can't find where its getting the "tags [+] and Created by" at the bottom. I want mine to look like the xwiki.org with both created by and modified by in the same area rather then split apart.
~Grant
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Caleb James DeLisle Sent: Monday, June 07, 2010 09:06 PM To: XWiki Developers Subject: Re: [xwiki-devs] FAQ sorting
Sales, G. (Grant) wrote:
I use this code.
{{html}} <div id="xdocFooter"> <div id="xdocAuthors"> <div class="xdocCreation"> $msg.get('core.footer.creation', [$xwiki.getUserName($doc.creator), $xwiki.formatDate($doc.creationDate)])<br/> $msg.get('core.footer.modification', [$xwiki.getUserName($doc.author), $xwiki.formatDate($doc.date)])<br/> </div> </div> </div>{{/html}}
And it end up putting what I want below the page, but Also just below that is a duplicate, and at the top of the page it still shows the Modified date. . .
I usually handle such issues as the duplicate by putting test words into the page and looking at them in the html source to find out what code is creating the text I don't like. As far as getting rid of the standard heading at the top you could find which template creates it (maybe try search for templates containing certain words?)
If you would rather commercial support than volunteer advice, you might try asking over at xwiki.com. Of course I'm happy to give advice as time allows.
Caleb
Any help would be great
~Grant
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Sales, G. (Grant) Sent: Monday, June 07, 2010 08:25 AM To: XWiki Developers Subject: Re: [xwiki-devs] FAQ sorting
Do I need all of that code for the Document footer? All I want to do is move the Modifier to the bottom by the Author.
~Grant
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Marius Dumitru Florea Sent: Sunday, June 06, 2010 04:31 AM To: devs@xwiki.org Subject: Re: [xwiki-devs] FAQ sorting
On 06/05/2010 12:37 AM, Sales, G. (Grant) wrote:
http://www.xwiki.org/xwiki/bin/view/FAQ/#Attachments
Three Questions. 1) how can I sort my FAQ into these two columns ? 2) Can I see the wiki code for this page? http://www.xwiki.org/xwiki/bin/view/FAQ/?viewer=code
3) How can I get the Author and Modifier at the bottom of the page like that? http://svn.xwiki.org/svnroot/xwiki/platform/skins/trunk/colibri/src/ma in /resources/colibri/docextra.vm
Hope this helps, Marius
Grant Sales Security Operations Analyst ING 20 Washington Ave South Minneapolis, MN 55401 Tel: 612.342.7889 Fax: 612.342.3428 Cell: 320.761.0966 Email: grant.sales@us.ing.com www.ing-usa.com ING. Your future. Made easier. (r)
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is
confidential and intended only for certain recipients. If you are not
an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission
and delete the message without copying or disclosing it.
===================================================================== = ====================== _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
Caleb I can see the source, but still, I have no idea where this code is coming from. I made my own FAQ page, class, and template and I didn't put that code anywhere in it. Its site wide, not just on my current page. I've tried to change, the class (not the name, the content) and still nothing seems to change it. There has to be a defult page layout that makes this appear out of thin air so to speak. I'll to some searching within my xwiki and see if I can find some lost pages that may have that code in it. Thanks for your help though ~Grant -----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Caleb James DeLisle Sent: Tuesday, June 08, 2010 08:30 AM To: XWiki Developers Subject: Re: [xwiki-devs] FAQ sorting If I recall, that's created somewhere in docextra.vm What you can do is use firebug (or read the html source) to find the html tag you are looking for then search for documents containing that tag (or part of it such as the class="someclass" part) Caleb Sales, G. (Grant) wrote:
Well I know where the template is, I made it myslef, I just can't find
where its getting the "tags [+] and Created by" at the bottom. I want mine to look like the xwiki.org with both created by and modified by in the same area rather then split apart.
~Grant
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Caleb James DeLisle Sent: Monday, June 07, 2010 09:06 PM To: XWiki Developers Subject: Re: [xwiki-devs] FAQ sorting
Sales, G. (Grant) wrote:
I use this code.
{{html}} <div id="xdocFooter"> <div id="xdocAuthors"> <div class="xdocCreation"> $msg.get('core.footer.creation', [$xwiki.getUserName($doc.creator), $xwiki.formatDate($doc.creationDate)])<br/> $msg.get('core.footer.modification', [$xwiki.getUserName($doc.author), $xwiki.formatDate($doc.date)])<br/> </div> </div> </div>{{/html}}
And it end up putting what I want below the page, but Also just below
that is a duplicate, and at the top of the page it still shows the Modified date. . .
I usually handle such issues as the duplicate by putting test words into the page and looking at them in the html source to find out what code is creating the text I don't like. As far as getting rid of the standard heading at the top you could find which template creates it (maybe try search for templates containing certain words?)
If you would rather commercial support than volunteer advice, you might try asking over at xwiki.com. Of course I'm happy to give advice
as time allows.
Caleb
Any help would be great
~Grant
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Sales, G. (Grant) Sent: Monday, June 07, 2010 08:25 AM To: XWiki Developers Subject: Re: [xwiki-devs] FAQ sorting
Do I need all of that code for the Document footer? All I want to do is move the Modifier to the bottom by the Author.
~Grant
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Marius Dumitru Florea Sent: Sunday, June 06, 2010 04:31 AM To: devs@xwiki.org Subject: Re: [xwiki-devs] FAQ sorting
On 06/05/2010 12:37 AM, Sales, G. (Grant) wrote:
http://www.xwiki.org/xwiki/bin/view/FAQ/#Attachments
Three Questions. 1) how can I sort my FAQ into these two columns ? 2) Can I see the wiki code for this page? http://www.xwiki.org/xwiki/bin/view/FAQ/?viewer=code
3) How can I get the Author and Modifier at the bottom of the page like that? http://svn.xwiki.org/svnroot/xwiki/platform/skins/trunk/colibri/src/m a in /resources/colibri/docextra.vm
Hope this helps, Marius
Grant Sales Security Operations Analyst ING 20 Washington Ave South Minneapolis, MN 55401 Tel: 612.342.7889 Fax: 612.342.3428 Cell: 320.761.0966 Email: grant.sales@us.ing.com www.ing-usa.com ING. Your future. Made easier. (r)
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is
confidential and intended only for certain recipients. If you are not
an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any
attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission
and delete the message without copying or disclosing it.
==================================================================== = = ====================== _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
In the .war file there is a folder called templates. It's a file inside that folder. To be sure of which one you will need to do a search for files containing the html tags you are looking for. Caleb Sales, G. (Grant) wrote:
Caleb I can see the source, but still, I have no idea where this code is coming from. I made my own FAQ page, class, and template and I didn't put that code anywhere in it. Its site wide, not just on my current page.
I've tried to change, the class (not the name, the content) and still nothing seems to change it. There has to be a defult page layout that makes this appear out of thin air so to speak. I'll to some searching within my xwiki and see if I can find some lost pages that may have that code in it.
Thanks for your help though ~Grant
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Caleb James DeLisle Sent: Tuesday, June 08, 2010 08:30 AM To: XWiki Developers Subject: Re: [xwiki-devs] FAQ sorting
If I recall, that's created somewhere in docextra.vm What you can do is use firebug (or read the html source) to find the html tag you are looking for then search for documents containing that tag (or part of it such as the class="someclass" part)
Caleb
Sales, G. (Grant) wrote:
Well I know where the template is, I made it myslef, I just can't find
where its getting the "tags [+] and Created by" at the bottom. I want mine to look like the xwiki.org with both created by and modified by in the same area rather then split apart.
~Grant
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Caleb James DeLisle Sent: Monday, June 07, 2010 09:06 PM To: XWiki Developers Subject: Re: [xwiki-devs] FAQ sorting
Sales, G. (Grant) wrote:
I use this code.
{{html}} <div id="xdocFooter"> <div id="xdocAuthors"> <div class="xdocCreation"> $msg.get('core.footer.creation', [$xwiki.getUserName($doc.creator), $xwiki.formatDate($doc.creationDate)])<br/> $msg.get('core.footer.modification', [$xwiki.getUserName($doc.author), $xwiki.formatDate($doc.date)])<br/> </div> </div> </div>{{/html}}
And it end up putting what I want below the page, but Also just below
that is a duplicate, and at the top of the page it still shows the Modified date. . .
I usually handle such issues as the duplicate by putting test words into the page and looking at them in the html source to find out what code is creating the text I don't like. As far as getting rid of the standard heading at the top you could find which template creates it (maybe try search for templates containing certain words?)
If you would rather commercial support than volunteer advice, you might try asking over at xwiki.com. Of course I'm happy to give advice
as time allows.
Caleb
Any help would be great
~Grant
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Sales, G. (Grant) Sent: Monday, June 07, 2010 08:25 AM To: XWiki Developers Subject: Re: [xwiki-devs] FAQ sorting
Do I need all of that code for the Document footer? All I want to do is move the Modifier to the bottom by the Author.
~Grant
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Marius Dumitru Florea Sent: Sunday, June 06, 2010 04:31 AM To: devs@xwiki.org Subject: Re: [xwiki-devs] FAQ sorting
On 06/05/2010 12:37 AM, Sales, G. (Grant) wrote:
http://www.xwiki.org/xwiki/bin/view/FAQ/#Attachments
Three Questions. 1) how can I sort my FAQ into these two columns ? 2) Can I see the wiki code for this page? http://www.xwiki.org/xwiki/bin/view/FAQ/?viewer=code
3) How can I get the Author and Modifier at the bottom of the page like that? http://svn.xwiki.org/svnroot/xwiki/platform/skins/trunk/colibri/src/m a in /resources/colibri/docextra.vm
Hope this helps, Marius
Grant Sales Security Operations Analyst ING 20 Washington Ave South Minneapolis, MN 55401 Tel: 612.342.7889 Fax: 612.342.3428 Cell: 320.761.0966 Email: grant.sales@us.ing.com www.ing-usa.com ING. Your future. Made easier. (r)
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is confidential and intended only for certain recipients. If you are not an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any
attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission and delete the message without copying or disclosing it.
==================================================================== = = ====================== _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
<div id="xdocFooter"> <div class="doc-tags" id="xdocTags"> Tags: <div class="tag-tool tag-add"><a href="/wiki/bin/UseCase/INGUseCase00000Trial?showTagAddForm=true#xdocTag s" title="Add tags">[+]</a></div> </div> <div id="xdocAuthors"> <div class="xdocCreation"> Created by <span class="wikilink"><a href="/wiki/bin/XWiki/z89783">Grant Sales</a></span> on Monday, 06.07.2010 11:58:11 EDT<br/> </div> </div> </div> I hit view page source. This is in the Page source and adds the tags[+] on the bottom left and created by on the right. Where is this coming from. My xwiki page code has nothing like that at all anywhere in it! This is also site wide, not just on this page. Where can I go to edit this? ~Grant --------------------------------------------------------- NOTICE: The information contained in this electronic mail message is confidential and intended only for certain recipients. If you are not an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission and delete the message without copying or disclosing it. ============================================================================================
On Tue, Jun 8, 2010 at 16:18, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
<div id="xdocFooter"> <div class="doc-tags" id="xdocTags"> Tags: <div class="tag-tool tag-add"><a href="/wiki/bin/UseCase/INGUseCase00000Trial?showTagAddForm=true#xdocTag s" title="Add tags">[+]</a></div> </div>
<div id="xdocAuthors"> <div class="xdocCreation"> Created by <span class="wikilink"><a href="/wiki/bin/XWiki/z89783">Grant Sales</a></span> on Monday, 06.07.2010 11:58:11 EDT<br/> </div> </div> </div>
I hit view page source. This is in the Page source and adds the tags[+] on the bottom left and created by on the right.
Where is this coming from. My xwiki page code has nothing like that at all anywhere in it! This is also site wide, not just on this page. Where can I go to edit this?
In the file system, go to: webapps\xwiki\skins\colibri\docextra.vm Tags are in webapps\xwiki\templates\documentTags.vm Caty
Oh ok. So I need to get into the actual server that Xwiki is installed in to change some of the layout options? I have admin account but don't have access to the server yet. -----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Ecaterina Valica Sent: Tuesday, June 08, 2010 09:23 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from? On Tue, Jun 8, 2010 at 16:18, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
<div id="xdocFooter"> <div class="doc-tags" id="xdocTags"> Tags: <div class="tag-tool tag-add"><a href="/wiki/bin/UseCase/INGUseCase00000Trial?showTagAddForm=true#xdocT ag s" title="Add tags">[+]</a></div> </div>
<div id="xdocAuthors"> <div class="xdocCreation"> Created by <span class="wikilink"><a href="/wiki/bin/XWiki/z89783">Grant Sales</a></span> on Monday, 06.07.2010 11:58:11 EDT<br/> </div> </div> </div>
I hit view page source. This is in the Page source and adds the tags[+] on the bottom left and created by on the right.
Where is this coming from. My xwiki page code has nothing like that at
all anywhere in it! This is also site wide, not just on this page. Where can I go to edit this?
In the file system, go to: webapps\xwiki\skins\colibri\docextra.vm Tags are in webapps\xwiki\templates\documentTags.vm Caty _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs --------------------------------------------------------- NOTICE: The information contained in this electronic mail message is confidential and intended only for certain recipients. If you are not an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission and delete the message without copying or disclosing it. ============================================================================================
No, you can override them from the skin. See: - http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins - http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins Guillaume On Tue, Jun 8, 2010 at 17:44, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Oh ok. So I need to get into the actual server that Xwiki is installed in to change some of the layout options?
I have admin account but don't have access to the server yet.
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Ecaterina Valica Sent: Tuesday, June 08, 2010 09:23 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
On Tue, Jun 8, 2010 at 16:18, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
<div id="xdocFooter"> <div class="doc-tags" id="xdocTags"> Tags: <div class="tag-tool tag-add"><a href="/wiki/bin/UseCase/INGUseCase00000Trial?showTagAddForm=true#xdocT ag s" title="Add tags">[+]</a></div> </div>
<div id="xdocAuthors"> <div class="xdocCreation"> Created by <span class="wikilink"><a href="/wiki/bin/XWiki/z89783">Grant Sales</a></span> on Monday, 06.07.2010 11:58:11 EDT<br/> </div> </div> </div>
I hit view page source. This is in the Page source and adds the tags[+] on the bottom left and created by on the right.
Where is this coming from. My xwiki page code has nothing like that at
all anywhere in it! This is also site wide, not just on this page. Where can I go to edit this?
In the file system, go to: webapps\xwiki\skins\colibri\docextra.vm
Tags are in webapps\xwiki\templates\documentTags.vm
Caty _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is confidential and intended only for certain recipients. If you are not an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission and delete the message without copying or disclosing it.
============================================================================================
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/
Welcome to the Security Operations Portal > XWiki Space > XWiki Preferences > Skin Skin Last modified by Grant Sales on Tuesday, 06.08.2010 12:13:30 EDT Attachments (0) | History | Information You can modify the existing look and feel and even create your own. * Edit this skin * Test this skin In Objects, Xwiki.XWikiSkins I see .. Name Base Skin Logo Style (blank) Header (blank) Footer (blank) View Header (blank) View (blank) Edit (blank) The examples I'm reading about have a lot of code in them. I don't see global.vm in my objects at all. I still don't see where that code is coming from even in the defult skin. I don't want to override each new page with a different skin, I just want to modify my defult skin to display the way it should like the xwiki.org pages I want it to show the last modified and date created next to each other. Not on different parts of the page. ~Grant PS Guillaume, did you get my reply to your email that you sent me yesterday? -----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Guillaume Lerouge Sent: Tuesday, June 08, 2010 10:49 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from? No, you can override them from the skin. See: - http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins - http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins Guillaume On Tue, Jun 8, 2010 at 17:44, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Oh ok. So I need to get into the actual server that Xwiki is installed
in to change some of the layout options?
I have admin account but don't have access to the server yet.
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Ecaterina Valica Sent: Tuesday, June 08, 2010 09:23 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
On Tue, Jun 8, 2010 at 16:18, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
<div id="xdocFooter"> <div class="doc-tags" id="xdocTags"> Tags: <div class="tag-tool tag-add"><a href="/wiki/bin/UseCase/INGUseCase00000Trial?showTagAddForm=true#xdo cT ag s" title="Add tags">[+]</a></div> </div>
<div id="xdocAuthors"> <div class="xdocCreation"> Created by <span class="wikilink"><a href="/wiki/bin/XWiki/z89783">Grant Sales</a></span> on Monday, 06.07.2010 11:58:11 EDT<br/> </div> </div> </div>
I hit view page source. This is in the Page source and adds the tags[+] on the bottom left and created by on the right.
Where is this coming from. My xwiki page code has nothing like that at
all anywhere in it! This is also site wide, not just on this page. Where can I go to edit this?
In the file system, go to: webapps\xwiki\skins\colibri\docextra.vm
Tags are in webapps\xwiki\templates\documentTags.vm
Caty _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is confidential and intended only for certain recipients. If you are not
an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission
and delete the message without copying or disclosing it.
====================================================================== ======================
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
Hi Grant, On Tue, Jun 8, 2010 at 18:20, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Welcome to the Security Operations Portal > XWiki Space > XWiki Preferences > Skin
Skin
Last modified by Grant Sales on Tuesday, 06.08.2010 12:13:30 EDT Attachments (0) | History | Information You can modify the existing look and feel and even create your own.
* Edit this skin * Test this skin
In Objects, Xwiki.XWikiSkins I see .. Name Base Skin Logo Style (blank) Header (blank) Footer (blank) View Header (blank) View (blank) Edit (blank)
The examples I'm reading about have a lot of code in them. I don't see global.vm in my objects at all.
I still don't see where that code is coming from even in the defult skin. I don't want to override each new page with a different skin, I just want to modify my defult skin to display the way it should like the xwiki.org pages I want it to show the last modified and date created next to each other. Not on different parts of the page.
You need to edit the XWiki.XWikiSkins class to add the missing properties: http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins#HB.WorkingwiththeXWi... Or you can upload a text file called docextra.vm to your XWiki.DefaultSkin page and it will override the server's docextra.vm file. Guillaume
~Grant
PS Guillaume, did you get my reply to your email that you sent me yesterday?
Yes, didn't have the time to answer it yet though, I'll do it soon :-) -----Original Message-----
From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Guillaume Lerouge Sent: Tuesday, June 08, 2010 10:49 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
No, you can override them from the skin.
See:
- http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins - http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins
Guillaume
On Tue, Jun 8, 2010 at 17:44, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Oh ok. So I need to get into the actual server that Xwiki is installed
in to change some of the layout options?
I have admin account but don't have access to the server yet.
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Ecaterina Valica Sent: Tuesday, June 08, 2010 09:23 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
On Tue, Jun 8, 2010 at 16:18, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
<div id="xdocFooter"> <div class="doc-tags" id="xdocTags"> Tags: <div class="tag-tool tag-add"><a href="/wiki/bin/UseCase/INGUseCase00000Trial?showTagAddForm=true#xdo cT ag s" title="Add tags">[+]</a></div> </div>
<div id="xdocAuthors"> <div class="xdocCreation"> Created by <span class="wikilink"><a href="/wiki/bin/XWiki/z89783">Grant Sales</a></span> on Monday, 06.07.2010 11:58:11 EDT<br/> </div> </div> </div>
I hit view page source. This is in the Page source and adds the tags[+] on the bottom left and created by on the right.
Where is this coming from. My xwiki page code has nothing like that at
all anywhere in it! This is also site wide, not just on this page. Where can I go to edit this?
In the file system, go to: webapps\xwiki\skins\colibri\docextra.vm
Tags are in webapps\xwiki\templates\documentTags.vm
Caty _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is confidential and intended only for certain recipients. If you are not
an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission
and delete the message without copying or disclosing it.
====================================================================== ======================
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/
No where in that can I find $msg.get('core.footer.modification', [$xwiki.getUserName($doc.author), $xwiki.formatDate($doc.date)]) Which would display Last modified by Grant Sales on Tuesday, 06.08.2010 12:13:30 EDT Boss is still on vacation but when he comes back I'll work on getting into xwiki.com for more support. -----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Guillaume Lerouge Sent: Tuesday, June 08, 2010 11:31 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from? Hi Grant, On Tue, Jun 8, 2010 at 18:20, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Welcome to the Security Operations Portal > XWiki Space > XWiki Preferences > Skin
Skin
Last modified by Grant Sales on Tuesday, 06.08.2010 12:13:30 EDT Attachments (0) | History | Information You can modify the existing look and feel and even create your own.
* Edit this skin * Test this skin
In Objects, Xwiki.XWikiSkins I see .. Name Base Skin Logo Style (blank) Header (blank) Footer (blank) View Header (blank) View (blank) Edit (blank)
The examples I'm reading about have a lot of code in them. I don't see global.vm in my objects at all.
I still don't see where that code is coming from even in the defult skin. I don't want to override each new page with a different skin, I just want to modify my defult skin to display the way it should like the xwiki.org pages I want it to show the last modified and date created next to each other. Not on different parts of the page.
You need to edit the XWiki.XWikiSkins class to add the missing properties: http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins#HB.Workingwithth eXWiki.XWikiSkinsclass Or you can upload a text file called docextra.vm to your XWiki.DefaultSkin page and it will override the server's docextra.vm file. Guillaume
~Grant
PS Guillaume, did you get my reply to your email that you sent me yesterday?
Yes, didn't have the time to answer it yet though, I'll do it soon :-) -----Original Message-----
From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Guillaume Lerouge Sent: Tuesday, June 08, 2010 10:49 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
No, you can override them from the skin.
See:
- http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins - http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins
Guillaume
On Tue, Jun 8, 2010 at 17:44, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Oh ok. So I need to get into the actual server that Xwiki is installed
in to change some of the layout options?
I have admin account but don't have access to the server yet.
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Ecaterina Valica Sent: Tuesday, June 08, 2010 09:23 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
On Tue, Jun 8, 2010 at 16:18, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
<div id="xdocFooter"> <div class="doc-tags" id="xdocTags"> Tags: <div class="tag-tool tag-add"><a href="/wiki/bin/UseCase/INGUseCase00000Trial?showTagAddForm=true#x do cT ag s" title="Add tags">[+]</a></div> </div>
<div id="xdocAuthors"> <div class="xdocCreation"> Created by <span class="wikilink"><a href="/wiki/bin/XWiki/z89783">Grant Sales</a></span> on Monday, 06.07.2010 11:58:11 EDT<br/> </div> </div> </div>
I hit view page source. This is in the Page source and adds the tags[+] on the bottom left and created by on the right.
Where is this coming from. My xwiki page code has nothing like that at
all anywhere in it! This is also site wide, not just on this page. Where can I go to edit this?
In the file system, go to: webapps\xwiki\skins\colibri\docextra.vm
Tags are in webapps\xwiki\templates\documentTags.vm
Caty _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is
confidential and intended only for certain recipients. If you are not
an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission
and delete the message without copying or disclosing it.
==================================================================== == ======================
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
No where in that can I find $msg.get('core.footer.modification', [$xwiki.getUserName($doc.author), $xwiki.formatDate($doc.date)]) Which would display Last modified by Grant Sales on Tuesday, 06.08.2010 12:13:30 EDT Boss is still on vacation but when he comes back I'll work on getting into xwiki.com for more support. ~Grant -----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Guillaume Lerouge Sent: Tuesday, June 08, 2010 11:31 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from? Hi Grant, On Tue, Jun 8, 2010 at 18:20, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Welcome to the Security Operations Portal > XWiki Space > XWiki Preferences > Skin
Skin
Last modified by Grant Sales on Tuesday, 06.08.2010 12:13:30 EDT Attachments (0) | History | Information You can modify the existing look and feel and even create your own.
* Edit this skin * Test this skin
In Objects, Xwiki.XWikiSkins I see .. Name Base Skin Logo Style (blank) Header (blank) Footer (blank) View Header (blank) View (blank) Edit (blank)
The examples I'm reading about have a lot of code in them. I don't see global.vm in my objects at all.
I still don't see where that code is coming from even in the defult skin. I don't want to override each new page with a different skin, I just want to modify my defult skin to display the way it should like the xwiki.org pages I want it to show the last modified and date created next to each other. Not on different parts of the page.
You need to edit the XWiki.XWikiSkins class to add the missing properties: http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins#HB.Workingwithth eXWiki.XWikiSkinsclass Or you can upload a text file called docextra.vm to your XWiki.DefaultSkin page and it will override the server's docextra.vm file. Guillaume
~Grant
PS Guillaume, did you get my reply to your email that you sent me yesterday?
Yes, didn't have the time to answer it yet though, I'll do it soon :-) -----Original Message-----
From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Guillaume Lerouge Sent: Tuesday, June 08, 2010 10:49 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
No, you can override them from the skin.
See:
- http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins - http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins
Guillaume
On Tue, Jun 8, 2010 at 17:44, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Oh ok. So I need to get into the actual server that Xwiki is installed
in to change some of the layout options?
I have admin account but don't have access to the server yet.
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Ecaterina Valica Sent: Tuesday, June 08, 2010 09:23 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
On Tue, Jun 8, 2010 at 16:18, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
<div id="xdocFooter"> <div class="doc-tags" id="xdocTags"> Tags: <div class="tag-tool tag-add"><a href="/wiki/bin/UseCase/INGUseCase00000Trial?showTagAddForm=true#x do cT ag s" title="Add tags">[+]</a></div> </div>
<div id="xdocAuthors"> <div class="xdocCreation"> Created by <span class="wikilink"><a href="/wiki/bin/XWiki/z89783">Grant Sales</a></span> on Monday, 06.07.2010 11:58:11 EDT<br/> </div> </div> </div>
I hit view page source. This is in the Page source and adds the tags[+] on the bottom left and created by on the right.
Where is this coming from. My xwiki page code has nothing like that at
all anywhere in it! This is also site wide, not just on this page. Where can I go to edit this?
In the file system, go to: webapps\xwiki\skins\colibri\docextra.vm
Tags are in webapps\xwiki\templates\documentTags.vm
Caty _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is
confidential and intended only for certain recipients. If you are not
an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission
and delete the message without copying or disclosing it.
==================================================================== == ======================
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
Oh sorry, forgot my code. . . -----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Sales, G. (Grant) Sent: Friday, June 11, 2010 07:46 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from? No where in that can I find $msg.get('core.footer.modification', [$xwiki.getUserName($doc.author), $xwiki.formatDate($doc.date)]) Which would display Last modified by Grant Sales on Tuesday, 06.08.2010 12:13:30 EDT Boss is still on vacation but when he comes back I'll work on getting into xwiki.com for more support. ~Grant -----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Guillaume Lerouge Sent: Tuesday, June 08, 2010 11:31 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from? Hi Grant, On Tue, Jun 8, 2010 at 18:20, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Welcome to the Security Operations Portal > XWiki Space > XWiki Preferences > Skin
Skin
Last modified by Grant Sales on Tuesday, 06.08.2010 12:13:30 EDT Attachments (0) | History | Information You can modify the existing look and feel and even create your own.
* Edit this skin * Test this skin
In Objects, Xwiki.XWikiSkins I see .. Name Base Skin Logo Style (blank) Header (blank) Footer (blank) View Header (blank) View (blank) Edit (blank)
The examples I'm reading about have a lot of code in them. I don't see global.vm in my objects at all.
I still don't see where that code is coming from even in the defult skin. I don't want to override each new page with a different skin, I just want to modify my defult skin to display the way it should like the xwiki.org pages I want it to show the last modified and date created next to each other. Not on different parts of the page.
You need to edit the XWiki.XWikiSkins class to add the missing properties: http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins#HB.Workingwithth eXWiki.XWikiSkinsclass Or you can upload a text file called docextra.vm to your XWiki.DefaultSkin page and it will override the server's docextra.vm file. Guillaume
~Grant
PS Guillaume, did you get my reply to your email that you sent me yesterday?
Yes, didn't have the time to answer it yet though, I'll do it soon :-) -----Original Message-----
From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Guillaume Lerouge Sent: Tuesday, June 08, 2010 10:49 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
No, you can override them from the skin.
See:
- http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins - http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins
Guillaume
On Tue, Jun 8, 2010 at 17:44, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Oh ok. So I need to get into the actual server that Xwiki is installed
in to change some of the layout options?
I have admin account but don't have access to the server yet.
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Ecaterina Valica Sent: Tuesday, June 08, 2010 09:23 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
On Tue, Jun 8, 2010 at 16:18, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
<div id="xdocFooter"> <div class="doc-tags" id="xdocTags"> Tags: <div class="tag-tool tag-add"><a href="/wiki/bin/UseCase/INGUseCase00000Trial?showTagAddForm=true#x do cT ag s" title="Add tags">[+]</a></div> </div>
<div id="xdocAuthors"> <div class="xdocCreation"> Created by <span class="wikilink"><a href="/wiki/bin/XWiki/z89783">Grant Sales</a></span> on Monday, 06.07.2010 11:58:11 EDT<br/> </div> </div> </div>
I hit view page source. This is in the Page source and adds the tags[+] on the bottom left and created by on the right.
Where is this coming from. My xwiki page code has nothing like that at
all anywhere in it! This is also site wide, not just on this page. Where can I go to edit this?
In the file system, go to: webapps\xwiki\skins\colibri\docextra.vm
Tags are in webapps\xwiki\templates\documentTags.vm
Caty _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is
confidential and intended only for certain recipients. If you are not
an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission
and delete the message without copying or disclosing it.
==================================================================== == ======================
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
Hi, there are 2 different folders : /templates/something.vm /skins/colibri/stuff.vm some templates located in the colibri skin override the default ones. Guillaume On Fri, Jun 11, 2010 at 15:03, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Oh sorry, forgot my code. . .
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Sales, G. (Grant) Sent: Friday, June 11, 2010 07:46 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
No where in that can I find
$msg.get('core.footer.modification', [$xwiki.getUserName($doc.author), $xwiki.formatDate($doc.date)])
Which would display Last modified by Grant Sales on Tuesday, 06.08.2010 12:13:30 EDT
Boss is still on vacation but when he comes back I'll work on getting into xwiki.com for more support.
~Grant
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Guillaume Lerouge Sent: Tuesday, June 08, 2010 11:31 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
Hi Grant,
On Tue, Jun 8, 2010 at 18:20, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Welcome to the Security Operations Portal > XWiki Space > XWiki Preferences > Skin
Skin
Last modified by Grant Sales on Tuesday, 06.08.2010 12:13:30 EDT Attachments (0) | History | Information You can modify the existing look and feel and even create your own.
* Edit this skin * Test this skin
In Objects, Xwiki.XWikiSkins I see .. Name Base Skin Logo Style (blank) Header (blank) Footer (blank) View Header (blank) View (blank) Edit (blank)
The examples I'm reading about have a lot of code in them. I don't see global.vm in my objects at all.
I still don't see where that code is coming from even in the defult skin. I don't want to override each new page with a different skin, I just want to modify my defult skin to display the way it should like the xwiki.org pages I want it to show the last modified and date created next to each other. Not on different parts of the page.
You need to edit the XWiki.XWikiSkins class to add the missing properties: http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins#HB.Workingwithth eXWiki.XWikiSkinsclass
Or you can upload a text file called docextra.vm to your XWiki.DefaultSkin page and it will override the server's docextra.vm file.
Guillaume
~Grant
PS Guillaume, did you get my reply to your email that you sent me yesterday?
Yes, didn't have the time to answer it yet though, I'll do it soon :-)
-----Original Message-----
From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Guillaume Lerouge Sent: Tuesday, June 08, 2010 10:49 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
No, you can override them from the skin.
See:
- http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins - http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins
Guillaume
On Tue, Jun 8, 2010 at 17:44, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Oh ok. So I need to get into the actual server that Xwiki is installed
in to change some of the layout options?
I have admin account but don't have access to the server yet.
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Ecaterina Valica Sent: Tuesday, June 08, 2010 09:23 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
On Tue, Jun 8, 2010 at 16:18, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
<div id="xdocFooter"> <div class="doc-tags" id="xdocTags"> Tags: <div class="tag-tool tag-add"><a href="/wiki/bin/UseCase/INGUseCase00000Trial?showTagAddForm=true#x do cT ag s" title="Add tags">[+]</a></div> </div>
<div id="xdocAuthors"> <div class="xdocCreation"> Created by <span class="wikilink"><a href="/wiki/bin/XWiki/z89783">Grant Sales</a></span> on Monday, 06.07.2010 11:58:11 EDT<br/> </div> </div> </div>
I hit view page source. This is in the Page source and adds the tags[+] on the bottom left and created by on the right.
Where is this coming from. My xwiki page code has nothing like that at
all anywhere in it! This is also site wide, not just on this page. Where can I go to edit this?
In the file system, go to: webapps\xwiki\skins\colibri\docextra.vm
Tags are in webapps\xwiki\templates\documentTags.vm
Caty _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is
confidential and intended only for certain recipients. If you are not
an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission
and delete the message without copying or disclosing it.
==================================================================== == ======================
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/
Found this in bin/skins/soc/soc.css . . . . (not the whole code but some of it) /* -----------------Top Doc Information------------------*/ #hierarchy { font-size: 90%; padding-top: 15px; } #document-title h1 { font-size: 2.15em; letter-spacing: -1px; margin: 0; padding: 5px 0; } #document-info { color: #888888; font-size: 90%; padding: 3px 0 1em; text-align: right; } .xdocLastModification { float: left; text-align: left; width: 48%; } /* ---------------Bottom Doc Information------------------*/ #xdocFooter { background-color: #FFFFFF; border-top: 1px solid #CCCCCC; color: #888888; font-size: 90%; overflow: auto; padding: 5px 25px 10px; width: auto; } #xdocAuthors { padding: 3px 0; text-align: right; } I only get one chance to edit this since I don't have access rights, I just have to tell my boss what to change in this doc I guess. I want the docAutohors in the Top Doc information, On top of the last modified. Not sure why one starts with #xdocFooter and the other is .xodLastModification does anyone know why? If it doesn't matter I'll just copy paste the bottom to the top and take out the text-align. -----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Guillaume Lerouge Sent: Friday, June 11, 2010 08:29 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from? Hi, there are 2 different folders : /templates/something.vm /skins/colibri/stuff.vm some templates located in the colibri skin override the default ones. Guillaume On Fri, Jun 11, 2010 at 15:03, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Oh sorry, forgot my code. . .
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Sales, G. (Grant) Sent: Friday, June 11, 2010 07:46 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
No where in that can I find
$msg.get('core.footer.modification', [$xwiki.getUserName($doc.author), $xwiki.formatDate($doc.date)])
Which would display Last modified by Grant Sales on Tuesday, 06.08.2010 12:13:30 EDT
Boss is still on vacation but when he comes back I'll work on getting into xwiki.com for more support.
~Grant
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Guillaume Lerouge Sent: Tuesday, June 08, 2010 11:31 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
Hi Grant,
On Tue, Jun 8, 2010 at 18:20, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Welcome to the Security Operations Portal > XWiki Space > XWiki Preferences > Skin
Skin
Last modified by Grant Sales on Tuesday, 06.08.2010 12:13:30 EDT Attachments (0) | History | Information You can modify the existing look and feel and even create your own.
* Edit this skin * Test this skin
In Objects, Xwiki.XWikiSkins I see .. Name Base Skin Logo Style (blank) Header (blank) Footer (blank) View Header (blank) View (blank) Edit (blank)
The examples I'm reading about have a lot of code in them. I don't see global.vm in my objects at all.
I still don't see where that code is coming from even in the defult skin. I don't want to override each new page with a different skin, I just want to modify my defult skin to display the way it should like the xwiki.org pages I want it to show the last modified and date created next to each other. Not on different parts of the page.
You need to edit the XWiki.XWikiSkins class to add the missing properties: http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins#HB.Workingwith th eXWiki.XWikiSkinsclass
Or you can upload a text file called docextra.vm to your XWiki.DefaultSkin page and it will override the server's docextra.vm file.
Guillaume
~Grant
PS Guillaume, did you get my reply to your email that you sent me yesterday?
Yes, didn't have the time to answer it yet though, I'll do it soon :-)
-----Original Message-----
From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Guillaume Lerouge Sent: Tuesday, June 08, 2010 10:49 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
No, you can override them from the skin.
See:
- http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins - http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins
Guillaume
On Tue, Jun 8, 2010 at 17:44, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Oh ok. So I need to get into the actual server that Xwiki is installed
in to change some of the layout options?
I have admin account but don't have access to the server yet.
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Ecaterina Valica Sent: Tuesday, June 08, 2010 09:23 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
On Tue, Jun 8, 2010 at 16:18, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
<div id="xdocFooter"> <div class="doc-tags" id="xdocTags"> Tags: <div class="tag-tool tag-add"><a href="/wiki/bin/UseCase/INGUseCase00000Trial?showTagAddForm=true #x do cT ag s" title="Add tags">[+]</a></div> </div>
<div id="xdocAuthors"> <div class="xdocCreation"> Created by <span class="wikilink"><a href="/wiki/bin/XWiki/z89783">Grant Sales</a></span> on Monday, 06.07.2010 11:58:11 EDT<br/> </div> </div> </div>
I hit view page source. This is in the Page source and adds the tags[+] on the bottom left and created by on the right.
Where is this coming from. My xwiki page code has nothing like that at
all anywhere in it! This is also site wide, not just on this page. Where can I go to edit this?
In the file system, go to: webapps\xwiki\skins\colibri\docextra.vm
Tags are in webapps\xwiki\templates\documentTags.vm
Caty _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is
confidential and intended only for certain recipients. If you are
not
an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission
and delete the message without copying or disclosing it.
================================================================== == == ======================
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
No where in that can I find $msg.get('core.footer.modification', [$xwiki.getUserName($doc.author), $xwiki.formatDate($doc.date)]) Which would display Last modified by Grant Sales on Tuesday, 06.08.2010 12:13:30 EDT It wouldn't have anything to do with the .css style sheet would it? I thought the .css just changed how it is displayed, not what is displayed. ~Grant -----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Guillaume Lerouge Sent: Tuesday, June 08, 2010 11:31 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from? Hi Grant, On Tue, Jun 8, 2010 at 18:20, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Welcome to the Security Operations Portal > XWiki Space > XWiki Preferences > Skin
Skin
Last modified by Grant Sales on Tuesday, 06.08.2010 12:13:30 EDT Attachments (0) | History | Information You can modify the existing look and feel and even create your own.
* Edit this skin * Test this skin
In Objects, Xwiki.XWikiSkins I see .. Name Base Skin Logo Style (blank) Header (blank) Footer (blank) View Header (blank) View (blank) Edit (blank)
The examples I'm reading about have a lot of code in them. I don't see global.vm in my objects at all.
I still don't see where that code is coming from even in the defult skin. I don't want to override each new page with a different skin, I just want to modify my defult skin to display the way it should like the xwiki.org pages I want it to show the last modified and date created next to each other. Not on different parts of the page.
You need to edit the XWiki.XWikiSkins class to add the missing properties: http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins#HB.Workingwithth eXWiki.XWikiSkinsclass Or you can upload a text file called docextra.vm to your XWiki.DefaultSkin page and it will override the server's docextra.vm file. Guillaume
~Grant
PS Guillaume, did you get my reply to your email that you sent me yesterday?
Yes, didn't have the time to answer it yet though, I'll do it soon :-) -----Original Message-----
From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Guillaume Lerouge Sent: Tuesday, June 08, 2010 10:49 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
No, you can override them from the skin.
See:
- http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins - http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins
Guillaume
On Tue, Jun 8, 2010 at 17:44, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Oh ok. So I need to get into the actual server that Xwiki is installed
in to change some of the layout options?
I have admin account but don't have access to the server yet.
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Ecaterina Valica Sent: Tuesday, June 08, 2010 09:23 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
On Tue, Jun 8, 2010 at 16:18, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
<div id="xdocFooter"> <div class="doc-tags" id="xdocTags"> Tags: <div class="tag-tool tag-add"><a href="/wiki/bin/UseCase/INGUseCase00000Trial?showTagAddForm=true#x do cT ag s" title="Add tags">[+]</a></div> </div>
<div id="xdocAuthors"> <div class="xdocCreation"> Created by <span class="wikilink"><a href="/wiki/bin/XWiki/z89783">Grant Sales</a></span> on Monday, 06.07.2010 11:58:11 EDT<br/> </div> </div> </div>
I hit view page source. This is in the Page source and adds the tags[+] on the bottom left and created by on the right.
Where is this coming from. My xwiki page code has nothing like that at
all anywhere in it! This is also site wide, not just on this page. Where can I go to edit this?
In the file system, go to: webapps\xwiki\skins\colibri\docextra.vm
Tags are in webapps\xwiki\templates\documentTags.vm
Caty _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is
confidential and intended only for certain recipients. If you are not
an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission
and delete the message without copying or disclosing it.
==================================================================== == ======================
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
Still haven't had any Luck ~Grant -----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Sales, G. (Grant) Sent: Thursday, June 17, 2010 03:40 PM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from? No where in that can I find $msg.get('core.footer.modification', [$xwiki.getUserName($doc.author), $xwiki.formatDate($doc.date)]) Which would display Last modified by Grant Sales on Tuesday, 06.08.2010 12:13:30 EDT It wouldn't have anything to do with the .css style sheet would it? I thought the .css just changed how it is displayed, not what is displayed. ~Grant -----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf Of Guillaume Lerouge Sent: Tuesday, June 08, 2010 11:31 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from? Hi Grant, On Tue, Jun 8, 2010 at 18:20, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Welcome to the Security Operations Portal > XWiki Space > XWiki Preferences > Skin
Skin
Last modified by Grant Sales on Tuesday, 06.08.2010 12:13:30 EDT Attachments (0) | History | Information You can modify the existing look and feel and even create your own.
* Edit this skin * Test this skin
In Objects, Xwiki.XWikiSkins I see .. Name Base Skin Logo Style (blank) Header (blank) Footer (blank) View Header (blank) View (blank) Edit (blank)
The examples I'm reading about have a lot of code in them. I don't see global.vm in my objects at all.
I still don't see where that code is coming from even in the defult skin. I don't want to override each new page with a different skin, I just want to modify my defult skin to display the way it should like the xwiki.org pages I want it to show the last modified and date created next to each other. Not on different parts of the page.
You need to edit the XWiki.XWikiSkins class to add the missing properties: http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins#HB.Workingwithth eXWiki.XWikiSkinsclass Or you can upload a text file called docextra.vm to your XWiki.DefaultSkin page and it will override the server's docextra.vm file. Guillaume
~Grant
PS Guillaume, did you get my reply to your email that you sent me yesterday?
Yes, didn't have the time to answer it yet though, I'll do it soon :-) -----Original Message-----
From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Guillaume Lerouge Sent: Tuesday, June 08, 2010 10:49 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
No, you can override them from the skin.
See:
- http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins - http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins
Guillaume
On Tue, Jun 8, 2010 at 17:44, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
Oh ok. So I need to get into the actual server that Xwiki is installed
in to change some of the layout options?
I have admin account but don't have access to the server yet.
-----Original Message----- From: devs-bounces@xwiki.org [mailto:devs-bounces@xwiki.org] On Behalf
Of Ecaterina Valica Sent: Tuesday, June 08, 2010 09:23 AM To: XWiki Developers Subject: Re: [xwiki-devs] Where is this Code coming from?
On Tue, Jun 8, 2010 at 16:18, Sales, G. (Grant) <Grant.Sales@us.ing.com>wrote:
<div id="xdocFooter"> <div class="doc-tags" id="xdocTags"> Tags: <div class="tag-tool tag-add"><a href="/wiki/bin/UseCase/INGUseCase00000Trial?showTagAddForm=true#x do cT ag s" title="Add tags">[+]</a></div> </div>
<div id="xdocAuthors"> <div class="xdocCreation"> Created by <span class="wikilink"><a href="/wiki/bin/XWiki/z89783">Grant Sales</a></span> on Monday, 06.07.2010 11:58:11 EDT<br/> </div> </div> </div>
I hit view page source. This is in the Page source and adds the tags[+] on the bottom left and created by on the right.
Where is this coming from. My xwiki page code has nothing like that at
all anywhere in it! This is also site wide, not just on this page. Where can I go to edit this?
In the file system, go to: webapps\xwiki\skins\colibri\docextra.vm
Tags are in webapps\xwiki\templates\documentTags.vm
Caty _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is
confidential and intended only for certain recipients. If you are not
an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission
and delete the message without copying or disclosing it.
==================================================================== == ======================
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Sales - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
participants (5)
-
Caleb James DeLisle -
Ecaterina Valica -
Guillaume Lerouge -
Marius Dumitru Florea -
Sales, G. (Grant)