Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
transfer authorship of image
I have about 20 images I need to transfer authorship for.
Is this a db issue?
How’s it done?
Thanks,
matthew
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
Re: transfer authorship of image
I’ve always done it by making the change directly in the db (via phpMyAdmin). I’d love to hear of a way to do this through the TXP admin interface, though.
Code is topiary
Offline
Re: transfer authorship of image
jsoo,
where in phpMyAdmin do you do this?
I had a look through and couldn’t figure it out?
thx,
Matthew
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
Re: transfer authorship of image
In the txp_image
table you have an author
field, with the login of the author. You can change it here.
Btw, strange it’s not the author’s id but it’s login… well, whatever.
Offline
Re: transfer authorship of image
The other side of the question is: now that you have authorship correctly assigned to your images, what do you do with that information? Please correct me if I’m mistaken, but there is no TXP tag or even plugin to output the name of an image author. I recently asked about it in another thread (also here), and ended up making my own little plugin to do this. This wasn’t easy, as I am pretty clueless about programming generally and PHP specifically, but I was able to crib from existing plugins and TXP source. To my amazement, it appears to work. (I haven’t posted it anywhere, because for all I know it will stop working at the next TXP revision—if anyone really wants it I will email it.)
Any other solutions out there?
Code is topiary
Offline
Re: transfer authorship of image
Well it should be simple with PHP/Plugin. But the thread’s author asked about ownership’s transfer, nothing else ;)
Offline
Pages: 1