collapse

* Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

* User Info

 
 
Welcome, Guest. Please login or register.

* Who's Online

  • Dot Guests: 428
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

* Shoutbox

Refresh History
  • Shoutbox is not for support!
  • {OCS}MasterSeal: Yup, Still adore SP
    April 21, 2019, 07:08:06 PM
  • {OCS}MasterSeal: STILL love SP :)
    November 24, 2018, 05:05:50 AM
  • ♦ Ninja ZX-10RR ♦: <3 aegersz
    September 13, 2018, 03:36:09 PM
  • aegersz: I STILL <3 LOVE SimplePortal
    September 13, 2018, 07:11:39 AM
  • aegersz: o LOVE you guys - Simple Portal rocks !
    May 09, 2018, 05:18:59 AM
  • Chen Zhen: our apologies for the site being down.. please read server issues topic
    March 22, 2018, 05:32:38 AM
  • {OCS}MasterSeal: LOL PLEASE forget I just posted that. I found the answer in my own dang post back in 2015. lol sorry!
    July 04, 2017, 10:47:55 PM
  • {OCS}MasterSeal: I know this SB isnt' for support, but I just have a general question. Who would I contact to find out where SP stores its block info? Is it DB driven or files? I searched the site but came up with nothing. probably my fault any insight is appreciated.
    July 04, 2017, 10:43:36 PM
  • ♦ Ninja ZX-10RR ♦: Excuse me but what does Simpleportal have to deal with that?
    February 05, 2017, 08:21:14 PM
  • WhiteEagle: of course IMHO that site appears to be dead :(
    February 04, 2017, 01:08:05 PM
  • WhiteEagle: If I can get that, then I'll use it for that site...
    February 04, 2017, 01:07:35 PM
  • WhiteEagle: decided to not use SMF for any projects, unless I can get a copy of the premium version of the fanfiction archive plugin
    February 04, 2017, 01:06:54 PM
  • expertdecisions: cloudflare
    January 28, 2017, 08:01:47 AM
  • aegersz: SM release 2.0.13 !
    January 12, 2017, 06:00:13 AM
  • raffo: Tks Emanuele, even if I didn't understand the fix :D
    November 07, 2016, 02:01:20 AM
  • emanuele: [link]
    November 01, 2016, 12:43:50 PM
  • emanuele: raffo: the English support board is a good place. ;)
    November 01, 2016, 12:43:38 PM
  • raffo: Where can I find the fix for the shoutbox?
    November 01, 2016, 05:06:09 AM
  • {OCS}MasterSeal: To the SP team, I make a point to come here and thank you as much as possible for your work.  so again, THANK YOU!
    October 28, 2016, 10:38:05 AM
  • emanuele: That's indeed funny, the limit is present only in the patch and not the full install.
    October 22, 2016, 06:14:58 PM

* Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]

Blocks speak! Do you have an interest in getting more blocks - or even making your own? The Blocks Board is for you!

Author Topic: "Show unread since last visit" in User block?  (Read 8919 times)

0 Members and 1 Guest are viewing this topic.

Offline Kosedragen

  • Jr. Member
  • **
  • Posts: 87
  • Soft
"Show unread since last visit" in User block?
« on: October 03, 2008, 06:54:24 PM »
Hello. I'm kind of new to SimplePortal, and I have used it for just this one day. However, I was wondering wether it was possible to put "show unread posts since last visit" under the user block. Like on the picture here:


Bruker = User.
Vis uleste poster = show unread posts.

... Or maybe the same, but with unread topics instead?

It's Norwegian :3

Thanks for any response :D

Realized this post fits better here.

Offline Nathaniel

  • Comrade
  • *
  • Posts: 5203
  • Gender: Male
    • Verbtest.com
  • SMF Version: 2 RC4
  • SP Version: 2.3.3
Re: "Show unread since last visit" in User block?
« Reply #1 on: October 03, 2008, 08:03:31 PM »
Find this code ('SPortal.php'):
Code: [Select]
if (!$context['user']['is_guest'])
echo '<div align="center"><img src="' . $settings['images_url'] . '/arrow.gif" alt="Arrow" /> <a href="'.$scripturl.'?action=profile">', $txt['sp-userprofile'], '</a>&nbsp;&nbsp;&nbsp;<img src="' . $settings['images_url'] . '/arrow.gif" alt="Arrow" /> <a href="', $scripturl, '?action=logout;sesc=', $sc, '">', $txt['sp-userlogout'], '</a></div>';

Replace with this code:
Code: [Select]
if (!$context['user']['is_guest'])
{
echo '<a href="', $scripurl, '?action=unread">Vis uleste poster</a><br />
<div align="center"><img src="' . $settings['images_url'] . '/arrow.gif" alt="Arrow" /> <a href="'.$scripturl.'?action=profile">', $txt['sp-userprofile'], '</a>&nbsp;&nbsp;&nbsp;<img src="' . $settings['images_url'] . '/arrow.gif" alt="Arrow" /> <a href="', $scripturl, '?action=logout;sesc=', $sc, '">', $txt['sp-userlogout'], '</a></div>';
}
SMF Friend (Former Support Specialist) | SimplePortal DeveloperMy SMF Mods | SimplePortal"Quis custodiet ipsos custodes?" - Who will Guard the Guards?Please don't send me ANY support related PMs. I will just delete them.

Offline Kosedragen

  • Jr. Member
  • **
  • Posts: 87
  • Soft
Re: "Show unread since last visit" in User block?
« Reply #2 on: October 04, 2008, 06:37:58 AM »
Thank you :D But doesn't that mean I'll have to reinstall SP? Does it remember my settings or would I have to save them somewhere?

Offline Nathaniel

  • Comrade
  • *
  • Posts: 5203
  • Gender: Male
    • Verbtest.com
  • SMF Version: 2 RC4
  • SP Version: 2.3.3
Re: "Show unread since last visit" in User block?
« Reply #3 on: October 04, 2008, 06:38:52 AM »
No, you can change that code in the file that it running on your website. You don't need to reinstall SP.
SMF Friend (Former Support Specialist) | SimplePortal DeveloperMy SMF Mods | SimplePortal"Quis custodiet ipsos custodes?" - Who will Guard the Guards?Please don't send me ANY support related PMs. I will just delete them.

Offline Kosedragen

  • Jr. Member
  • **
  • Posts: 87
  • Soft
Re: "Show unread since last visit" in User block?
« Reply #4 on: October 04, 2008, 06:48:50 AM »
Really? I know I can view the file, but I have never seen somewhere I could edit it..? (I'm still kind of newbish xp)

EDIT: Right, I just found the options making me able to turn the files writeable, but I have no idea what to write in the message that pops up when I try to save the settings.

EDIT2: Nevermind this. The code worked perfectly, my host told me how to do it : D Thank you so much!
But I'd like to make it have those dots too, like it was on the same list with "New messages" and those. Is that hard to do?

EDIT3: I found out it was too hard for me atleast ^^ Can I bother you with this trifle?

Offline ccbtimewiz

  • Hero Member
  • *****
  • Posts: 2185
  • Gender: Male
  • $("div.content:dd").hide();
  • SMF Version: None
  • SP Version: None
  • Elkarte Version: None
  • EhPortal Version: None
Re: "Show unread since last visit" in User block?
« Reply #5 on: October 05, 2008, 07:21:01 PM »
Attach SPortal.php

Offline Kosedragen

  • Jr. Member
  • **
  • Posts: 87
  • Soft
Re: "Show unread since last visit" in User block?
« Reply #6 on: October 06, 2008, 06:20:01 AM »
Will do.. If only I could. It tells me I'm not allowed to upload php-files even though I've seen people upload thousands of php-files.

EDIT: Pssh, did the simplest thing available right now; uploaded it as .txt
« Last Edit: October 06, 2008, 06:22:18 AM by Kosedragen »

Offline ???1031

  • ... feel not as a dev at the moment ...
  • Comrade
  • *
  • Posts: 789
  • Gender: Male
  • Overworked <<
  • SMF Version: None
  • SP Version: None
Re: "Show unread since last visit" in User block?
« Reply #7 on: October 06, 2008, 07:04:12 AM »
Stange I don't know why it is not allowed to upload php files...

Bye
DIN1031
Again... I'm having time problems...Normal Monday to Friday I'm at office from 6:00-16:00 (On my local time ;P).

Offline Kosedragen

  • Jr. Member
  • **
  • Posts: 87
  • Soft
Re: "Show unread since last visit" in User block?
« Reply #8 on: October 06, 2008, 07:16:29 AM »
Yeah, I found it strange too. But the .txt-file will do just fine, wont it?

EDIT: Just search for the phrase "vis nye poster" and you'll find the code LHVWB gave me :3
« Last Edit: October 06, 2008, 07:58:35 AM by Kosedragen »

Offline ???1031

  • ... feel not as a dev at the moment ...
  • Comrade
  • *
  • Posts: 789
  • Gender: Male
  • Overworked <<
  • SMF Version: None
  • SP Version: None
Re: "Show unread since last visit" in User block?
« Reply #9 on: October 06, 2008, 08:09:34 AM »
So this is a version with the dot in it ;)

(attached to this post)

Bye
DIN1031
« Last Edit: October 06, 2008, 10:48:15 AM by ディン1031 »
Again... I'm having time problems...Normal Monday to Friday I'm at office from 6:00-16:00 (On my local time ;P).

Offline Kosedragen

  • Jr. Member
  • **
  • Posts: 87
  • Soft
Re: "Show unread since last visit" in User block?
« Reply #10 on: October 06, 2008, 08:19:23 AM »
No, it's the one without >< But I would LIKE the dot in that version. In order to make it look like it is listed with the other stats under user. Now it just looks like a random link thrown up in the block >:

Offline ???1031

  • ... feel not as a dev at the moment ...
  • Comrade
  • *
  • Posts: 789
  • Gender: Male
  • Overworked <<
  • SMF Version: None
  • SP Version: None
Re: "Show unread since last visit" in User block?
« Reply #11 on: October 06, 2008, 10:47:48 AM »
No i attached the version with the dot in it xD

Bye
DIN1031
Again... I'm having time problems...Normal Monday to Friday I'm at office from 6:00-16:00 (On my local time ;P).

Offline Kosedragen

  • Jr. Member
  • **
  • Posts: 87
  • Soft
Re: "Show unread since last visit" in User block?
« Reply #12 on: October 06, 2008, 12:30:41 PM »
Oh I didn't notice xD Thanks mate!

EDIT: Ouch, close but no sigar >: I meant on the list under "new messages". Look at the attachment ^^; And you used the arrow instead of dot x3
« Last Edit: October 06, 2008, 12:34:42 PM by Kosedragen »

Offline ???1031

  • ... feel not as a dev at the moment ...
  • Comrade
  • *
  • Posts: 789
  • Gender: Male
  • Overworked <<
  • SMF Version: None
  • SP Version: None
Re: "Show unread since last visit" in User block?
« Reply #13 on: October 06, 2008, 02:08:36 PM »
Now i think it's okay :).

(attached the updated version) ;)

Bye
DIN1031
Again... I'm having time problems...Normal Monday to Friday I'm at office from 6:00-16:00 (On my local time ;P).

Offline Kosedragen

  • Jr. Member
  • **
  • Posts: 87
  • Soft
Re: "Show unread since last visit" in User block?
« Reply #14 on: October 06, 2008, 02:13:43 PM »
PERFECT! : D Problem solved, thank you very much.