[User Request] Private Message Feedback

Support for IntegraMOD 141

Moderator: Integra Moderator

[User Request] Private Message Feedback

PostAuthor: spaniel » Wed Jan 30, 2008 9:35 am

The second vat of feedback i've got so far concerns the PM section. When you open a message in the inbox, the inbox tab stops being a link, is there a way to keep this as a link to give people easy access back to their inbox?

So far users can only choose to reply or save, but a user might not want to do either of those at that particular time.

Also, has anyone coded into their PM system (or knows how to code) a "View Next New Message" icon like we have on the forum?

On the feedback trail...
I've noticed that users are more willing to give feedback these days. I think i'm going to call it the Myspace Effect. They're spoiled by gmail's "conversations" and Yahoo's drag and drop... but we gotta keep 'em happy if we're gonna keep 'em <img>
Last edited by spaniel on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

spaniel
Sr Integra Member
Sr Integra Member
 
Posts: 220
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 26, 2006 4:29 pm
Cash on hand: 0.00

Re: [User Request] Private Message Feedback

PostAuthor: CaNNon » Wed Jan 30, 2008 10:03 am

Yea I know what they mean, and adding a button for this would be a great idea.
I know on my site I never have just 1 pm and I have to go to the link in the "where you are" to get back. I'm sure it's confusing for my users.
Last edited by CaNNon on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Image
Image
User avatar
CaNNon
Sr Integra Member
Sr Integra Member
 
Posts: 750
Likes: 0 post
Liked in: 0 post
Joined: Thu Apr 19, 2007 12:15 pm
Cash on hand: 0.00

PostAuthor: spaniel » Wed Jan 30, 2008 3:17 pm

Which files deal with the Inbox, Outbox tabs? Maybe if we took a look at them, it might be something straightforward.

Didn't Ptirrik do a mod called Advanced PM? I remember it had folders and forwarding features. Maybe we shud see what we can take from that.
Last edited by spaniel on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

spaniel
Sr Integra Member
Sr Integra Member
 
Posts: 220
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 26, 2006 4:29 pm
Cash on hand: 0.00

PostAuthor: spaniel » Wed Jan 30, 2008 5:09 pm

The template file is templates/yourtemplate/privmsgs_body.tpl

The links seem to be a php function:

Code: Select all
<table><tr><td>{INBOX_IMG}</td><td>{INBOX}  </td><td>{SENTBOX_IMG}</td><td>{SENTBOX}  </td><td>{OUTBOX_IMG}</td><td>{OUTBOX}  </td><td>{SAVEBOX_IMG}</td><td>{SAVEBOX}  </td></tr></table>



I don't understand the template files - i've renamed them and i'm still able to access them <img>
Last edited by spaniel on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

spaniel
Sr Integra Member
Sr Integra Member
 
Posts: 220
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 26, 2006 4:29 pm
Cash on hand: 0.00

Re: [User Request] Private Message Feedback

PostAuthor: DjPorkchop » Wed Jan 30, 2008 6:01 pm

"spaniel";p="30838" wrote:The second vat of feedback i've got so far concerns the PM section. When you open a message in the inbox, the inbox tab stops being a link, is there a way to keep this as a link to give people easy access back to their inbox?

So far users can only choose to reply or save, but a user might not want to do either of those at that particular time.

Also, has anyone coded into their PM system (or knows how to code) a "View Next New Message" icon like we have on the forum?


Yeah I can most definately agree. I just went to my inbox and had 7 PM's. I just click the link in the upper menu every time to go back to it. A next and previous button would be sweet. Let alone a link that just goes back to inbox such as keeping the tab alive as you have suggested. That would be excellent.

On my IM Portal website, I use Austin's Organised inbox and it actually is pretty sweet. Something like that on Integramod would be sweet as hell.
Last edited by DjPorkchop on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
DjPorkchop
Administrator
Administrator
 
Posts: 1593
Likes: 136 posts
Liked in: 26 posts
Images: 12
Joined: Fri Apr 21, 2006 7:59 pm
Cash on hand: 1,575.25
Location: Illinois
IntegraMOD version: phpBB2x

Re: [User Request] Private Message Feedback

PostAuthor: CaNNon » Wed Jan 30, 2008 7:35 pm

do you have a link handy for "Austin's Organised inbox" No biggie if you don't i'll search it.
Last edited by CaNNon on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Image
Image
User avatar
CaNNon
Sr Integra Member
Sr Integra Member
 
Posts: 750
Likes: 0 post
Liked in: 0 post
Joined: Thu Apr 19, 2007 12:15 pm
Cash on hand: 0.00

PostAuthor: spaniel » Wed Jan 30, 2008 8:13 pm

ok i started tweaking when we all kno i shudnt <img> and predictably i've created an intransigent problem.... one i can't figure out at all - it's like something out of the Twilight Zone.

I tried to create a "return to inbox" button at the bottom of the open message alongside the buttons already there. I added it to the wrong file (privmsgs_body.tpl) so now at the bottom of the Mailbox folders I have a white box with a href= inside it. It goes back to the inbox but as it's in the wrong place and doesnt have words in it, I've tried to delete it by removing it from the file and even uploading the backup copy... only to find it's still visible at the bottom of each mailbox!

I've attached a pic. I've tired to put the .script from privmsgs_body.tpl that i tweaked but the code/php/quote bbcode's wont show it. It's the line after
<BEGIN>
on line 106 that i copied and tweaked.

Oh, it gets even weirder - if i rename all the privmsg files, i can still access the whole PM section and open and read msgs even after clearing my cache....how's that possible?

How can I get rid of it? Any ideas how I can get out of the Twilight Zone lol?
You do not have the required permissions to view the files attached to this post.
Last edited by spaniel on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

spaniel
Sr Integra Member
Sr Integra Member
 
Posts: 220
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 26, 2006 4:29 pm
Cash on hand: 0.00

Re: [User Request] Private Message Feedback

PostAuthor: DjPorkchop » Wed Jan 30, 2008 9:19 pm

Good luck on that. Hope it works out for you. It sure would be sweet.

And the link to the organised in box, I'm not sure. It is located at [url=http]phpbb-tweaks[/url]

You must be registered and logged in to download.
Last edited by DjPorkchop on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
DjPorkchop
Administrator
Administrator
 
Posts: 1593
Likes: 136 posts
Liked in: 26 posts
Images: 12
Joined: Fri Apr 21, 2006 7:59 pm
Cash on hand: 1,575.25
Location: Illinois
IntegraMOD version: phpBB2x


Return to IntegraMOD 141

Who is online

Registered users: App360MonitorBot, Bing [Bot], Google [Bot]