You are not logged in.
Several tags that enable you to make use of the fact that a visitor is logged in on the admin side of Textpattern.
NOTE: Requires TXP 4.0.6 or higher.
Features:
<txp:rvm_privileged /> returns HTTP 403 error to visitors that are not logged in on the admin side. Users logged in on the TXP admin side with customizable error template.<txp:rvm_if_privileged /> lets you show parts of a page only to visitors that are logged in on the TXP admin side.<txp:rvm_privileged_user /> shows information about the logged TXP user that is visiting the website.Changelog:
Last edited by ruud (2009-07-27 13:20:49)
Offline
i generally don’t like running svns..i’m sure this won’t be answered readily but any estimate on when 4.0.6 would be available? i see some admin themes and such saying they need 4.0.6 which is kind of odd.
Offline
I put the plugin online, because I’m hoping we can do a release before new year. For further discussion about the 4.0.6 release date, please open a new topic so we keep this one for discussing the plugin ;)
Offline
an estimate before the new year is good enough for me! this plugin does sound very handy though. can’t wait to try it out.
Offline
What i’m really suffer without – it’s online plugin help. Every time i want to get closer – i need to install. It’s not very difficultm but it’s easier to look for separate online help.
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
May I suggest to have a gTxt()ed version of this part in rvm_privileged_user, too?
case 'privilege': $out = $levels[$ili['privs']]; break;
Try wet_quicklink | Me | @rwetzlmayr | +Robert Wetzlmayr | Repos
Offline
wet, I’ve tried that, but those language strings are not available on the public side…
the_ghost, you can find online help for all plugins I maintain on my website
Offline
Hey, this plugin is cool, kind of missed this functionality when I moved to TxP from Nucleus.
Now we can show an edit button next to a story, if we are so privileged, for easy access to the write tab:
/textpattern/index.php?event=article&step=edit&ID=37
Offline
hcgtv wrote:
Hey, this plugin is cool, kind of missed this functionality when I moved to TxP from Nucleus.
Now we can show an edit button next to a story, if we are so privileged, for easy access to the write tab:
/textpattern/index.php?event=article&step=edit&ID=37
rss_article_edit has provided similar functionality for a while.
Offline