New Messages »  Show posts from    to     

Icy Phoenix


Old Support Topics - New Messages



ClanMayo [ Thu 25 Oct, 2012 13:00 ]
Post subject: New Messages
In the IP 2.0, the new messages are not marked as read when you close your explorer and you open it again in the same or another computer.
What to do to repair it?


mort [ Thu 25 Oct, 2012 13:10 ]
Post subject: Re: New Messages
You need to log out.


ClanMayo [ Thu 25 Oct, 2012 14:26 ]
Post subject: Re: New Messages
mort wrote: [View Post]
You need to log out.


Yes, but disconnect and connect each day to not see posts of yesterday.
Another solution without log out?


Joshua203 [ Thu 25 Oct, 2012 15:18 ]
Post subject: Re: New Messages
Use Upi2DB system instead of cookie based and then click on U(#) for unread messages


ClanMayo [ Thu 25 Oct, 2012 18:00 ]
Post subject: Re: New Messages
Joshua203 wrote: [View Post]
Use Upi2DB system instead of cookie based and then click on U(#) for unread messages


I think do you've not understand me. In the previous versions, when you had read a message, this was marked as read.
Now in this new version this is not so and I would have it as before...
My answer is What to do to return to the previous model for read messages, but mantaining the new version 2.0.0.86?


Joshua203 [ Thu 25 Oct, 2012 18:29 ]
Post subject: Re: New Messages
Then do you mean the post icon should change and the topic title colour too?? ...this should actually be working fine

EDIT:
Could it be that you are deleting cookies automatically when you close IE?


ClanMayo [ Thu 25 Oct, 2012 19:11 ]
Post subject: Re: New Messages
No, what I mean is that the read messages are still seen in the list of unread messages. READ messages meet with the really unread.
What to do to change that without logout?


Joshua203 [ Thu 25 Oct, 2012 19:28 ]
Post subject: Re: New Messages
Then I can only say it again...
Joshua203 wrote: [View Post]
Use Upi2DB system instead of cookie based and then click on U(#) for unread messages


Do you know how to activate it?


ClanMayo [ Thu 25 Oct, 2012 19:39 ]
Post subject: Re: New Messages
In the ACP --> unread messages?


spydie [ Thu 25 Oct, 2012 20:08 ]
Post subject: Re: New Messages
you can try to cut sessions time down by settings

btw

here it works very well


Joshua203 [ Thu 25 Oct, 2012 20:40 ]
Post subject: Re: New Messages
Yes, acp >> configuration >> new posts

And if you set it to "user settings", users can activate it by themsleves, "yes" should force it.


ClanMayo [ Fri 26 Oct, 2012 00:02 ]
Post subject: Re: New Messages
Joshua203 wrote: [View Post]
Yes, acp >> configuration >> new posts

And if you set it to "user settings", users can activate it by themsleves, "yes" should force it.


Coming from version 0.53 b where messages were automatically marked as read and did not continue in the message list again, I think it is now very difficult to understand and use it. I would like to have the new version but with messages read list from the previous version. It's easier for users.

newmessages_1351203900_176007


mort [ Fri 26 Oct, 2012 05:16 ]
Post subject: Re: New Messages
[quote user="ClanMayo" post="57233"]
Joshua203 wrote: [View Post]
I think it is now very difficult to understand and use it.


It has been suggested many times that it's not that user friendly.

If you can convince MG to change it - You will be doing well.

But now I'm going to mark all forums read and log out, so that I don't see them again.


Joshua203 [ Fri 26 Oct, 2012 08:00 ]
Post subject: Re: New Messages
Well if someone really would like to mess with this, I think there would be a pretty simple way by editing the html in nav_header.tpl:

Find:
Code: [Hide] [Select]
<!-- BEGIN switch_upi2db_on -->
<span style="vertical-align:middle;">{L_POSTS}:&nbsp;<a href="{FULL_SITE_PATH}{U_SEARCH_NEW}">{L_NEW2}</a>&nbsp;•&nbsp;{L_DISPLAY_U}&nbsp;•&nbsp;{L_DISPLAY_M}&nbsp;•&nbsp;{L_DISPLAY_P}&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" style="vertical-align:middle;" />&nbsp;</span>
<!-- END switch_upi2db_on -->


Remove:
Code: [Hide] [Select]
{L_POSTS}:&nbsp;<a href="{FULL_SITE_PATH}{U_SEARCH_NEW}">{L_NEW2}</a>&nbsp;•&nbsp;


Remove:
Code: [Hide] [Select]
•&nbsp;{L_DISPLAY_M}&nbsp;•&nbsp;{L_DISPLAY_P}&nbsp;


And change the lang variable a little for DISPLAY_U.
Then force everyone to Upi2DB in acp.

Spydie's idea may be a nice way to shorten the time these posts will show up.
And Mort is right ..there is very little chance MG will revert this change.

EDIT:
TBH I did not like the Upi2DB system either, but I got used to it very fast, it's very accurate


ClanMayo [ Fri 26 Oct, 2012 15:20 ]
Post subject: Re: New Messages
Thanks Joshua203, I'll test it.


Joshua203 [ Fri 26 Oct, 2012 15:31 ]
Post subject: Re: New Messages
Please note that all those big dots in the code are written as #8226; in your code


ClanMayo [ Fri 26 Oct, 2012 16:52 ]
Post subject: Re: New Messages
Joshua203 wrote: [View Post]
Well if someone really would like to mess with this, I think there would be a pretty simple way by editing the html in nav_header.tpl:

Find:
Code: [Hide] [Select]
<!-- BEGIN switch_upi2db_on -->
<span style="vertical-align:middle;">{L_POSTS}:&nbsp;<a href="{FULL_SITE_PATH}{U_SEARCH_NEW}">{L_NEW2}</a>&nbsp;•&nbsp;{L_DISPLAY_U}&nbsp;•&nbsp;{L_DISPLAY_M}&nbsp;•&nbsp;{L_DISPLAY_P}&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" style="vertical-align:middle;" />&nbsp;</span>
<!-- END switch_upi2db_on -->


Remove:
Code: [Hide] [Select]
{L_POSTS}:&nbsp;<a href="{FULL_SITE_PATH}{U_SEARCH_NEW}">{L_NEW2}</a>&nbsp;•&nbsp;


Remove:
Code: [Hide] [Select]
•&nbsp;{L_DISPLAY_M}&nbsp;•&nbsp;{L_DISPLAY_P}&nbsp;


And change the lang variable a little for DISPLAY_U.
Then force everyone to Upi2DB in acp.

Spydie's idea may be a nice way to shorten the time these posts will show up.
And Mort is right ..there is very little chance MG will revert this change.

EDIT:
TBH I did not like the Upi2DB system either, but I got used to it very fast, it's very accurate


remove thats is to do to not appear on the new messages, yes?
Because after remove and clean the cache, thats continues to appear...


Joshua203 [ Fri 26 Oct, 2012 18:10 ]
Post subject: Re: New Messages
Sorry wrong file

The correct file for the normal menubar is overal_header.tpl it should be a similar edit, can you handle that?


Joshua203 [ Fri 26 Oct, 2012 18:58 ]
Post subject: Re: New Messages
While testing it I made it look like this:

example_menu

How? ..in overal_header.tpl find
Code: [Hide] [Select]
<!-- END switch_upi2db_off -->
<!-- BEGIN switch_upi2db_on -->
<span style="vertical-align: top;">{L_POSTS}:&nbsp;</span><a href="{FULL_SITE_PATH}{U_SEARCH_NEW}">{L_NEW2}</a><span style="vertical-align: top;">&nbsp;•&nbsp;</span>{L_DISPLAY_U}<span style="vertical-align: top;">&nbsp;•&nbsp;</span>{L_DISPLAY_M}<span style="vertical-align: top;">&nbsp;•&nbsp;</span>{L_DISPLAY_P}&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;
<!-- END switch_upi2db_on -->


Replace by:
Code: [Hide] [Select]
<!-- BEGIN switch_upi2db_on -->
<span style="vertical-align: top;">{L_POSTS}:&nbsp;</span><span style="vertical-align: top;">&nbsp;•&nbsp;</span>{L_DISPLAY_U}<span style="vertical-align: top;">&nbsp;•&nbsp;</span>{L_DISPLAY_P}&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;
<!-- END switch_upi2db_on -->


and open your language folder, file lang_main_upi2db:
find an rewrite 'U' and "P' to what you want:
Code: [Hide] [Select]
'upi2db_u' => 'U',

Code: [Hide] [Select]
'upi2db_p' => 'P',


Again please change the big dots in the code above into #8226;


ClanMayo [ Fri 26 Oct, 2012 20:36 ]
Post subject: Re: New Messages
Thanks Joshua203,

Now I'm happy with the result.
emoticones_guino_29383_mess.es


Joshua203 [ Fri 26 Oct, 2012 20:55 ]
Post subject: Re: New Messages
You're welcome, sorry I had no time to test AND for being lazy early this morning




Powered by Icy Phoenix