Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-03-16 21:34:07

progre55
Member
Registered: 2006-05-02
Posts: 668

Restyle Write Tab and User Access Level

I have to believe someone has tackled these two issues before.

I am going to allow Freelancers the capability of inputting information into a new site I am developing. What I would like to be able to do is make the Write Tab more user friendly. Basically, all I want to do is have the ability to move around and reorganize how the tab is set up (ie custom field and what not). I know I can use the plug in to hide certain information, but if someone can guide me on how I can restyle this tab it would be very appreciative.

The second item is that I want the end users to have Freelance status with one additional capability. that is the capability to upload/attach and image to the article. I DO NOT want them to have the capability to publish. So I am in between the Freelancer and Staff Writer status.

I will continue to search and test, but any assistance again would be appreciated.

Sorry for the two different questions in one post.

progre55

Last edited by progre55 (2007-03-16 21:34:45)

Offline

#2 2007-03-16 22:29:23

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: Restyle Write Tab and User Access Level

For the first, all the fields have ids. There’s a plugin that will run CSS on the admin-side (should be able to easily find it at the resources site). All done. :)

Offline

#3 2007-03-17 07:59:41

juanjonavarro
Plugin Author
From: Valencia, Spain
Registered: 2005-05-16
Posts: 485
Website

Re: Restyle Write Tab and User Access Level

For the second, modify the $txp_permissions array in the file textpattern/lib/admin_config.php

Basically it is substitute this line:

'image' => '1,2,3,4,6',

With this one:

'image' => '1,2,3,4,5,6',

Offline

#4 2007-03-19 21:23:28

progre55
Member
Registered: 2006-05-02
Posts: 668

Re: Restyle Write Tab and User Access Level

mary/juanjonavarro

Thank you for the feedback.

progre55

Offline

Board footer

Powered by FluxBB