vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Show Thread Enhancements - Who has read a Thread (https://vborg.vbsupport.ru/showthread.php?t=197487)

Mellymonster 01-31-2009 03:13 AM

some reason its not working for me :( I've upgraded from 3.7.5 to 3.8.1 and its not working :(

Paul M 01-31-2009 10:14 AM

Most likely you are using a customised showthread template, therefore missing the template hook added in 3.8.0

Mellymonster 01-31-2009 05:58 PM

How do i go about fixing it if so?

oicyu8chu 02-01-2009 05:27 AM

Quote:

Originally Posted by Mellymonster (Post 1730150)
How do i go about fixing it if so?

Just add:

$template_hook[showthread_after_activeusers]

after:

<!-- end currently active users -->
</if>

I manually did this myself after I noticed the same thing you did.

Mellymonster 02-01-2009 06:30 AM

Thanks so much, it worked :)

bchertov 02-04-2009 04:57 AM

Does this track views by un-registered guests?

yahoooh 02-04-2009 06:36 AM

i suggest to make new feature :

block in profile for every user and he has option to show his recent xx thread reading
and this is will be great feature for user profile if it will be depend on the who read thread hack from paul

Paul M 02-04-2009 07:13 AM

Quote:

Originally Posted by bchertov (Post 1733821)
Does this track views by un-registered guests?

All guests are unregistered ??

Merjawy 02-07-2009 01:14 PM

for the life of me I can't see it.. I have the hook in showthread already (I didn't have to edit)

Paul M 02-07-2009 02:01 PM

There is nothing I can tell you without admin access to your forum.

araliun 02-14-2009 11:56 AM

Quote:

Originally Posted by michi123 (Post 1715603)
hell ye! i always searched in the profiles of the members lol, so i didnt find anything! didnt know where to find who read a thread... sry i deleted my other post overthere! cuz it was just a dumb question... now i?ve found it! thx 4 help..

Well - I'm having a hard time - it's probably right in front of my nose - but I do not see it.

Everything is installed. Hooks are in place in the templates.

I have set all view permissions to 0.

Help? :)

thanks.

Paul M 02-14-2009 01:40 PM

See the post above yours.

araliun 02-14-2009 05:39 PM

Can you provide a screen shot of what and where it's supposed to be? That would be very handy - then we can assess if our sites are working correctly or not. If not - THEN we can discuss that admin access stuff.

Thanks for your patience.

Paul M 02-14-2009 05:48 PM

There is a screenshot in the old 3.5 thread.

https://vborg.vbsupport.ru/showthread.php?t=112192

araliun 02-15-2009 02:33 PM

Ok. Thank you so much. Now I know where to look - and yes - my site is working fine and I can see it on my site working correctly.

Thank you for posting this.

Fynnon 02-16-2009 01:02 PM

Can you add to this "Who has voted in topic poll" (with usergroups permissions)

Paul M 02-17-2009 04:09 PM

Sorry, I dont understand your question / request.

Sunka 02-23-2009 06:36 PM

When I click on username in Members who have read this thread window, it open smilies page in new window with this error on very top:

Code:

Parse error:  syntax error, unexpected ';' in /home/pijanitv/public_html/forum/misc.php(100) : eval()'d code(402) : eval()'d code on line 18

Paul M 02-23-2009 07:30 PM

Looks like you have a broken plugin somewhere, running on the misc_start hook.

Sunka 02-24-2009 08:51 AM

Please, tell me what to look, how to fix

Paul M 02-24-2009 09:01 AM

There is nothing more I can tell you - I cannot fix problems with your forum or other modifications.

Sunka 02-24-2009 10:52 PM

No I do not asking you to fix my board, I asked you nicely, do you know how to fix error which produce your MOD.
I see that same error have 3 another users, so it is not because my forum...

I found this is plugin which couse error:

Product: Who Has Read a Thread
Hook location: misc_start

When I disable that one, syntax eror gone, but still when youclick on username in Members who have read this thread window, it open smilies page in new window.


Hope it will help!
Thanks for your effort.

Paul M 02-25-2009 11:24 AM

I have no idea what you mean by "I see that same error have 3 another users" - but I will repeat - this is caused by something on your forum - otherwise everyone who had this installed (including me) would have the same error.

I cannot look at problems i cannot replicate.

p@ndu 02-25-2009 11:49 AM

can i have this mod seen above quick reply

Paul M 02-25-2009 02:01 PM

No.

alexquattro 02-28-2009 02:01 AM

Hello,

I have exactly the same error when I open "View all" window...

Code:

Parse error: syntax error, unexpected ';' in /home/webmaster/www/------.net/forum/misc.php(100) : eval()'d code(1360) : eval()'d code on line 18
I tried to disable all products and modules - but it didnt help.

Vbulletin 3.8.1.

Thanks.

Paul M 02-28-2009 08:16 AM

Like I said, I cannot replicate this, therefore I cannot tell you the cause.

JFYI, If you disable every other mod, and then post the error, it will at least tell me which line of the plugin (I can see that multiple mods are using that plugin atm). However, there really isnt much I can tell you unless I have access to your forum.

nikosb 02-28-2009 02:46 PM

when i click on the "view all" that transfer me on the smileys page and show me error message:
Code:

Parse error: syntax error, unexpected ';' in /home/supagr/public_html/forums/misc.php(100) : eval()'d code(2099) : eval()'d code on line 18
how can i solve this problem?

my url page http://www.supa.gr/forums

Paul M 02-28-2009 05:29 PM

Does anybody read previous posts ?

Please read the post above yours - I cannot replicate this.

Unless someone gives me access to a forum with this error, nothing will happen.

Paul M 02-28-2009 10:37 PM

Thank you to nikosb for giving me access to his forum.

The problem is that on some forums vbulletin is not importing one of the product templates correctly - they seem to be tripping up on the copyright symbol © - as a result, the product template is malformed and gives the reported error. I assume this is some sort of bug in vbulletin - possibly language related as nikosb's forum is not english.

I have changed the template to use the html entity for the © symbol, as this should allow the template to be correctly imported. The changed version is now attached. Several other of my mods also use contain the symbol in a template - I will be updating them soon.

Bruce1984 02-28-2009 11:55 PM

Thanks for your continuous hard work on the mod Paul :)

nikosb 03-01-2009 12:26 AM

:up:
thank you Paul M

Switch02 03-01-2009 09:00 AM

nice job Paul

Sunka 03-01-2009 08:10 PM

Now it is working OK Paul.
Thanks

alexquattro 03-03-2009 03:46 AM

Thank you Paul. It works!

RaSa 03-04-2009 12:03 AM

Hello,

what I really miss is "show all threads read by xxx" in memberinfo. Please see attachement. How can I get that?

Thank you!

Paul M 03-04-2009 07:15 AM

This has never had such an option.

duditas 03-05-2009 08:02 PM

It seems to work perfectly well. Thanks

RaSa 03-07-2009 02:14 PM

Quote:

Originally Posted by Paul M (Post 1759882)
This has never had such an option.

Sorry, this option in memberinfo was avalaible only in the german version. See: http://www.vbulletin-germany.org/showthread.php?t=3573

Would be nice to get it here too.

snake-boy 03-08-2009 12:18 PM

How could I move the display from below the post to above it? With the Quick Reply Box enabled, this data is moved way down where I don't want it.

Is it OK to move the hook?

Code:

$template_hook[showthread_after_activeusers]
From beneath:

Code:

<!-- end currently active users -->
to:

Code:

<!-- / controls above postbits -->

It does appear to work, but I'm concerned there my be caveats I'm not aware of doing this. I'd appreciate any help.


All times are GMT. The time now is 04:35 PM.

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.01526 seconds
  • Memory Usage 1,792KB
  • 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
  • (6)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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