Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2008-02-06 01:04:51
- peterj
- Member
- From: Melbourne, Australia
- Registered: 2005-06-02
- Posts: 99
[request] multiple people building site at same time
Hi
I have an issue that’s cropped up because I am working on two sites with another person who is working on the css and layout. She is located somewhere else. We we having obvious overwriting issues when more than one person is working on building a site at the same moment. I’ve looked about but am unable to find a plugin or hack that will show who is logged in to the admin side. At present we are resorting to texting one another whenever someone logs in to work on a site. Does anyone have any tips?
Thanks,
Peter
Offline
Offline
#3 2008-02-06 03:44:55
- peterj
- Member
- From: Melbourne, Australia
- Registered: 2005-06-02
- Posts: 99
Re: [request] multiple people building site at same time
Thanks Gocom,
I have found something that will work in the meantime – popping this discretely into the footer form during development:
<txp:php>echo $GLOBALS['prefs']['lastmod'];</txp:php>
(found at this always handy page: http://www.focusontheclouds.com/home/articles/72/accessing-global-variables-in-textpattern )
Offline