Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2009-05-26 18:25:16
- lous
- Member
- From: Germany
- Registered: 2009-01-04
- Posts: 57
Private messaging and view user profile
Hey,
by now txp is running perfectly :D
Im also using ign_password_protect and mem_self_register. So users can also register now on my site.
My question is now. Is it to possible that logged in useres can view other users in the front end? And also send a private message? Would be more than perfect. I searched for it, but till now i didnt find anything.
And im also trying to use mem_moderation_article, but when i put <txp:mod_article_form /> in my form then i dont get any output.
I want to thank you now already guys. sooo much
Offline
#2 2009-05-29 17:49:27
- lous
- Member
- From: Germany
- Registered: 2009-01-04
- Posts: 57
Re: Private messaging and view user profile
nobody any idea? :(
Offline
Re: Private messaging and view user profile
Txphorum had a tag that allowed you to see other people logged in. I don’t recall if it was their user names or the number of people logged in. I also don’t know if it will work out side of the forum context. However, it might be worth a try. It’s the only thing I’m aware of that shows that, if one of the mem_ plugins doesn’t show it. (Also, I believe Bloke and Gocom have private forum adaptations. Perhaps they have something to help).
There are a couple of private/public notepads around that allow you to post messages to people, but I’ve never heard of a user to user email type private messaging plugin.
Sorry
Mike
Offline
Re: Private messaging and view user profile
maverick wrote:
Txphorum had a tag that allowed you to see other people logged in.
Correct. It’s part of ign_password_protect. Have a look at <txp:ign_usr_online>
.
I don’t recall if it was their user names or the number of people logged in
User names.
(Also, I believe Bloke and Gocom have private forum adaptations. Perhaps they have something to help).
I think you’re right that Gocom had a version. I also made some mods to TXPhorum and can demonstrate a lightweight forum in action — it was made in collaboration with Uli and jakob. Get in touch if anyone is interested.
I’ve never heard of a user to user email type private messaging plugin.
Me neither. Aren’t there 3rd party tools one can install to do that on a site?
Last edited by Bloke (2009-05-29 20:54:24)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Online
#5 2009-05-29 20:54:49
- lous
- Member
- From: Germany
- Registered: 2009-01-04
- Posts: 57
Re: Private messaging and view user profile
Hey thanks for the replies.
Right now im trying to write my own private message plugin ;D And its works so far.
The only thing i need now is usercenter(not so hard to make on my own) and a view profile part.
I guess TXPhorum is a own forum, but i would just need the pm function of it :D
Offline
Re: Private messaging and view user profile
Bloke
Thanks for clarifying my foggy memory :D
Txphorum was a plugin to create a light weight forum using a standard textpattern install and several other available plugins (mem_self_register, ign_password, etc.) I don’t recall a pm function.
Keep us posted on your progress and plugin. It sounds interesting :)
Mike
Offline
Re: Private messaging and view user profile
lous wrote:
Right now im trying to write my own private message plugin ;D And its works so far.
Cool!
I guess TXPhorum is a own forum, but i would just need the pm function of it :D
It’s a forum in the sense that it allows people to post a topic in any category of your choosing and others can then reply to that thread. All the usual simple forum things like editing own posts, rudimentary profile updating (no avatar yet), last post date/author, filtering by category/author and searching are available. But that is it right now.
There is no pm part to the forum, so if you would please keep me up to date on the progress of your PM plugin I’d like to see if it could become an optional module for those users that need it.
FYI, TXPhorum also has no management info screen and no moderator facilities. Yet.
And I’d like to stress that last word ;-)
Last edited by Bloke (2009-05-29 21:06:33)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Online
#8 2009-05-29 21:09:21
- lous
- Member
- From: Germany
- Registered: 2009-01-04
- Posts: 57
Re: Private messaging and view user profile
Its not like my pm plugin is a huge thing :D Its really simple, but it does it work :D
Right now, you can send and receive pms from others. Also reply.
I really like to show it, but first i wanna fix some bugs :)
Outbox also working fine :D
Last edited by lous (2009-05-29 21:34:57)
Offline
#9 2009-05-29 22:11:06
- lous
- Member
- From: Germany
- Registered: 2009-01-04
- Posts: 57
Re: Private messaging and view user profile
hmm right now i got a own section for, send, outbox and inbox. Is it possible to put everything in one section?
Tomorrow i will set it up online, so maybe an expert can have a look :D
Offline
#10 2009-05-31 09:47:42
- lous
- Member
- From: Germany
- Registered: 2009-01-04
- Posts: 57
Re: Private messaging and view user profile
Does someone have an idea how to view a profile in the frontend? Maybe it works with smd_query, i just dont know how. Maybe something like that:
<txp:smd_query query=‘SELECT name, email FROM txp_users WHERE name = “TAKENAMEOFURL”’>
And then the url might be look like: www.xxx.com/user/USERNAME
Does someone has any idea?
Offline
#11 2009-06-01 19:20:19
- lous
- Member
- From: Germany
- Registered: 2009-01-04
- Posts: 57
Re: Private messaging and view user profile
everythings working totally fine now :D
Offline