The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have Photopost VBGallery installed, but I'm having a problem where the comments are not showing. I sent this to the photopost support, but they did not have a suggestion to fix the problem.
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 HTML Code:
<!-- Start Guests First Post Only Hack --> <if condition="$memid == 1 || $memid == 2"> <!-- End Guests First Post Only Hack --> HTML Code:
<!-- Start Guests First Post Only Hack --> <if condition="$memid == 1"> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat">Welcome!</td> </tr> <tr> <td class="alt1">To see more of this thread, please login or <a href="register.php">register</a>.</td> </tr> </table> </if> </if> <!-- End Guests First Post Only Hack --> HTML Code:
<!-- Start Guests First Post Only Hack --> <if condition="VBA_SCRIPT == 'dynamics' OR $memid == 1 || $memid == 2"> <!-- End Guests First Post Only Hack --> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|