vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - Display Unread Posts and New Reputation Comments (https://vborg.vbsupport.ru/showthread.php?t=168303)

Paul M 06-25-2008 12:42 PM

Yes, it conflicts - if you look right at the bottom of the main post in Boofos mod, there is a link to a post that tells you how to fix the problem.

Ohiosweetheart 06-25-2008 01:36 PM

great, thanks Paul, worked beautifully! I really like this modification.

kansei 06-26-2008 09:20 PM

Anyone else having an issue with this plugin where on the homepage of the forum (which is running vbadvance) such as www.heyitstheforum.com it tries to link to www.heyitstheforum.com/search.php, but the forums are in /forums/ so search.php isn't there?

It works fine once you are in the /forums/ hierarchy of pages, just any page outside of that it won't work.

It's a vbulletin 3.7.1 patch level 2 forum btw

petersweb 06-27-2008 03:12 AM

Quote:

Originally Posted by kansei (Post 1559900)
Anyone else having an issue with this plugin where on the homepage of the forum (which is running vbadvance) such as www.heyitstheforum.com it tries to link to www.heyitstheforum.com/search.php, but the forums are in /forums/ so search.php isn't there?

It works fine once you are in the /forums/ hierarchy of pages, just any page outside of that it won't work.

It's a vbulletin 3.7.1 patch level 2 forum btw

I had a similar problem - Paul gave me the answer here : https://vborg.vbsupport.ru/showpost....&postcount=157

InoffLine 06-28-2008 06:21 AM

And is it possible to disable atm, and make templates changes by myself

theparentpack 07-01-2008 07:31 AM

After upgrading to this version my unread posts link on the vbadvanced CMPS page not working. Any ideas on how to fix this?

Paul M 07-01-2008 10:05 AM

<a href="https://vborg.vbsupport.ru/showthread.php?p=1426822&highlight=links+prefix#po st1426822" target="_blank">https://vborg.vbsupport.ru/showt...ix#post1426822</a>

Hund 07-02-2008 04:46 AM

When I click on unread posts it displays a list of threads that have unread posts. Is there a way to have it then take me to the first unread post in that thread when I click on the thread title?

Paul M 07-02-2008 10:34 AM

You click on the little icon at the start of the thread title - thats standard vb functionality.

theparentpack 07-03-2008 12:20 AM

Thanks!:D

madmax1228 07-08-2008 10:11 PM

....marks installed! Very nice!

balance12 07-10-2008 12:02 PM

Installed, but it dont show me nothing in navbar!

Paul M 07-10-2008 01:48 PM

and you have read the big note ?

Boosted Panda 07-13-2008 07:34 PM

I have some notifications that will not go away any solution to this? Love this mod!

Paul M 07-13-2008 09:15 PM

Can you be a little more specific please.

Boosted Panda 07-13-2008 10:24 PM

Ignore the PM but the notifications have been read and they won't go away.

Paul M 07-13-2008 11:15 PM

Sorry, that is unrelated to this mod, I cant help you.

Kamakazy 07-14-2008 08:07 PM

Hi Paul,

I installed the mod and it seems to be working fine...

In your old hack, i was able to see 'New Post' rather than 'Unread Posts'

New Posts will show all new posts (read and unread) <--- this is what i want to see...

Unread Posts only shows the unread post (duhh!)

How can i set your mod to show me 'New Posts'?

Thanks

Paul M 07-14-2008 09:08 PM

You cant.

Brandon Sheley 07-14-2008 09:34 PM

Thanks for the update Paul :)

Piccante 07-16-2008 12:22 PM

I'm having an issue that the new rep notification is not showing on my admin account on my board. Unread posts is working though, and for my registered members it is all working.

Any idea?

liwo 07-16-2008 05:59 PM

I have done a small patch to get this mod work together with Opt-Out Forums from Get New/Get Daily.

I post it here, it might be usefull for some people (or you might even include it in the hack)...

Code:

--- Unread-posts.xml    (Revision 10)
+++ Unread-posts.xml    (Arbeitskopie)
@@ -174,7 +174,23 @@
                        }
                        unset($fids[$eforum]);
                }
+
+              // Modification by liwo
+              // Exclude forums selected in addon optoutgnp (https://vborg.vbsupport.ru/showthread.php?t=91025)
+              if ($vbulletin->products['optoutgnp'])
+              {
+                      if ($vbulletin->userinfo['excludeforumsgnp'])
+                      {
+                              $optout_forums = explode(',', $vbulletin->userinfo['excludeforumsgnp']);
+                              foreach($optout_forums AS $id)
+                              {
+                                      unset($fids[$id]);
+                              }
+                      }
+              }
+              // End modfication by liwo

+
                $flist = implode(',', $fids);
                $elist = implode(',', $elista);


Paul M 07-16-2008 08:03 PM

Thank you.

I'll take a closer look at this when I next update the mod.

Piccante 07-17-2008 09:35 AM

Quote:

Originally Posted by Piccante (Post 1576767)
I'm having an issue that the new rep notification is not showing on my admin account on my board. Unread posts is working though, and for my registered members it is all working.

Any idea?

PS I've upgraded to lastest release and didn't make any difference.
And I realised I hadn't marked as installed - which I've rectified :D

Paul M 07-17-2008 09:55 AM

Are you sure your admin account is set to display reputation (its a user option).

Piccante 07-17-2008 06:59 PM

Quote:

Originally Posted by Paul M (Post 1577585)
Are you sure your admin account is set to display reputation (its a user option).

It was set to "no", but I hadn't realised as I could still always see my reputation on my posts :confused:

I've managed to change it now... after the trauma of finding I was an unalterable user.

Will see if it's sorted now. Thank you Paul.

lazytown 07-24-2008 09:41 PM

Great mod.. I am having a couple members say that for ex it shows "5 new posts since your last visit" and when they click the link it doesn't show any or shows 1 or 2. I figured it might be due to the mod section posts? However if I exclude them, then it will affect the count the mods see. If it's not due to the mod sections, can someone point me as to what the cause might be?

Thanks
-vissa

Paul M 07-24-2008 10:08 PM

Could be moderated threads perhaps ?

How many do you see when they tell you this.

lazytown 07-25-2008 07:37 AM

Ah, perhaps it is moderated threads (spambot). I wasn't online when they quoted the number, though I can try it through a test account.

-vissa

ePrOmD 07-30-2008 02:13 PM

Hi Paul
it is possible that through this hack can also see where there are post in social groups to which the user belongs? as well too, if someone responds to a blog ?

thank you very much again for your work
regards from argentina

Spank 07-30-2008 03:58 PM

I agree with the comments that it would be better to have this incorporated into notifications.

MDK-Indy 08-03-2008 11:48 PM

Salü,

the "new reputation comments" ar below of Welcom message.
The "AJAX Invisible Mode Switch" Icon to displace downward.

See at the Picture...

How i can the "new reputation comments" display below of the last visit line?

greeting Indy

JJ the Fox 08-04-2008 12:36 AM

Great mod but I'm having a problem, when a user receives reputation, it posts the notice twice like shown below:

https://vborg.vbsupport.ru/external/2008/08/35.gif

Paul M 08-04-2008 11:18 PM

Do you have more than one version installed ?

towermatt 08-11-2008 08:43 PM

Hello--I went through all my hacks and disabled them because the calendar.php on my site was drawing a blank page.

Disabled this one and it came back. I did not have a problem with it before I ugraded, any chance there is a solve?

I have version 3.7.007 loaded.

SSJB_7 08-11-2008 11:40 PM

Can We Have Some Screenshots I Don't See It Anywhere

SSJB_7 08-12-2008 12:53 AM

ok i found it and add it in my navbar2 thanks a lot

Paul M 08-12-2008 01:53 PM

Quote:

Originally Posted by towermatt (Post 1596491)
Hello--I went through all my hacks and disabled them because the calendar.php on my site was drawing a blank page.

Disabled this one and it came back. I did not have a problem with it before I ugraded, any chance there is a solve?

There is no chance unless you can give me repeatable steps to create the issue as my calendar works fine.

towermatt 08-12-2008 02:10 PM

I'm sure it does Paul, I certainly didn't mean to offend.

Basically, I upgraded to 3.7 and then made an effort to upgrade all my hacks. All seemed perfectly fine until someone mentioned to me that the default calendar for the board was drawing a blank page.

So I began turning them off one by one and testing it. The default board calendar would not come up until I got to the unread posts hack. I realize there is probably nothing wrong with your hack, just that they may conflict somehow...not sure. I could be crazy. LOL

Here is a link to my board: http://www.thedarktower.com/palaver

My members are going crazy without the "unread posts" modification so I'm putting it back on no matter what, calendar or no.

Paul M 08-12-2008 03:28 PM

I cant do anything as a guest :) I would need an admin login at the very least to see whats happening.


All times are GMT. The time now is 12:42 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01470 seconds
  • Memory Usage 1,814KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete