PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   How Do I? - vBulletin 3.6x (http://www.photopost.com/forum/how-do-i-vbulletin-3-6x/)
-   -   Comments Not Showing - Guest First Post Add-On (http://www.photopost.com/forum/how-do-i-vbulletin-3-6x/135424-comments-not-showing-guest-first-post-add.html)

JoeThaMan February 14th, 2008 09:03 PM

Comments Not Showing - Guest First Post Add-On
 
I have your product installed, but I'm having a problem where the comments are not showing.

Running: VB 3.7 Beta 4
Photopost VBGallery 2.4.2
(Had same problem with 3.6.8)

I have a plug-in called "Guest First Post Only" that only allows guests to view the first post on the forum and it requires you to add these lines. The first at the very beginning of postbit and postbit_legacy and the second at the very end of postbit and postbit_legacy

Code:

Content visible to verified customers only.
Code:

Content visible to verified customers only.
I also had the same problem with VBadvanced Dynamics and the had me do this to the beginning and it now works.

Code:

Content visible to verified customers only.
If there is a way to add another "OR" statement to that to allow me to show comments, it would be appreciated.

MikeS-WDF May 5th, 2008 06:58 AM

This thread is kinda old, but I just had the same problem with vBGallery and the First Post hack. Even if you dont need it, I figure maybe it will help someone else.

The code that goes at the top of postbit and postbit_legacy, use this instead:

Code:

Content visible to verified customers only.
In your case since you have 2 scripts that need to bypass the First Post Only code, I am GUESSING this would work. Bare in mind I dont have any way to test this and I'm not a master at vBulletin by any means, but this seems logical to me:

Code:

Content visible to verified customers only.
I hope I helped someone out with this :) It's this thread that gave me the clue to how to bypass it, so thankyou!

I have subscribed to this thread with instant email notification, so if this has been useful to anyone I would appreciate them posting here to let me know if it worked :)


All times are GMT -5. The time now is 07:14 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97