vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Show Thread Enhancements - Guests First Post Only (https://vborg.vbsupport.ru/showthread.php?t=135016)

Mecho 04-15-2007 10:24 AM

Dismounted , is this use much cpu loading or these stuff ???

Dismounted 04-16-2007 06:07 AM

No, this hack uses very little resources.

eurofunny 04-16-2007 07:45 PM

Hi very nice Hack but i have a style problem see at here http://www.my-checkpoint.de/ich-hab-meine-t816.html

What can i do??

thx from Germany

Dismounted 04-17-2007 06:21 AM

You have a unclosed <if> tag in your template, this is what happened with Mecho. Look through your postbit_legacy template and match all <if>'s to a closing one.

eurofunny 04-17-2007 06:51 AM

Hello, okay thx for the quick help. The Style is now ok but when a guest comes on this site then comes the first post then the message and then all the last messages. What is wrong here. Have a nice day.

Dismounted 04-18-2007 06:38 AM

That was the problem I was referring to. You have edited your style wrong and forgot to put a closing if tag (</if>).

eurofunny 04-18-2007 10:38 AM

Hi,

i have this code at my postbit
at the top
Code:

<!-- Start Guests First Post Only Hack -->
<if condition="$memid == 1 || $memid == 2"></if>
<!-- End Guests First Post Only Hack -->

and at the bottom

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">Willkommen lieber Besucher!</td>
</tr>
<tr>
<td class="alt1">Als registriertes Mitglied bei My-CheckPoint.de kannst Du alles ?ber dieses Thema lesen. Bitte logge Dich mit Deinen Userdaten ein oder melde Dich jetzt kostenlos an und werde ein Teil unserer tollen Community. <a href="register.php"><font color="#0099FF"><span style="background-color:white;"><b>Jetzt kostenlos anmelden und alles lesen</b></span></font></a></td>
</tr>
</table>
</if>
</if>
<!-- End Guests First Post Only Hack -->


Dismounted 04-18-2007 11:41 AM

That doesn't matter. The problem is that you have an if condition that is closing mine, therefore my hack cancels out.

eurofunny 04-18-2007 12:08 PM

Ok and what can i do :confused: Where is the error, Can you post me the right code?? Thx for your help

Dismounted 04-19-2007 06:26 AM

I can't 'post' the right code as I do not have your postbit template. Do you even understand the problem?

eurofunny 04-19-2007 06:47 AM

Quote:

Originally Posted by Dismounted (Post 1231035)
I can't 'post' the right code as I do not have your postbit template. Do you even understand the problem?

Hi, ok here is my postbit template, sorry for the trouble :)

Code:

<!-- Start Guests First Post Only Hack -->
<if condition="$memid == 1 || $memid == 2"></if>
<!-- End Guests First Post Only Hack -->
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
        <if condition="$show['announcement']">
                <td class="thead" style="font-weight:normal" colspan="2">
                        <div align="center"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" />
                  </div>
                        <phrase 1="$post[startdate]" 2="$post[enddate]">
                          <div align="center">$vbphrase[x_until_y]</div>
                        </phrase></td>
        <else />
                <td class="thead" style="font-weight:normal" $post[scrolltothis]>               
                        <!-- status icon and date -->
                        <a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
                        $post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
                        $post[firstnewinsert]
                        <!-- / status icon and date -->                               
                </td>
                <td class="thead" style="font-weight:normal" align="$stylevar[right]">
                        &nbsp;
                        <if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
                        <if condition="$show['inlinemod']">
                                <input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" />
                        </if>
                </td>
        </if>
</tr>
<tr valign="top">
        <td class="alt2" width="175">
                       
                        <div id="postmenu_$post[postid]">
                                <if condition="$show['profile']">
                                <div class="pbit">
                                  <div align="center"><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a></div>
                                </div>
                                <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
                                <else />
                                <div class="pbit">
                                  <div align="center">$post[musername]</div>
                                </div>
                                </if>
                        </div>
                       
                        <if condition="$post['usertitle']"><div class="pbit">
                          <div align="center">$post[usertitle]</div>
                        </div></if>
                        <if condition="$post['rank']"><div class="pbit">
                          <div align="center">$post[rank]</div>
                        </div></if>
               
                        <if condition="$show['avatar']">
                                <div class="pbit">
                                        &nbsp;
                                        <div align="center"><br />
                                            <a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]
                                        </phrase>
                                        " border="0" /></a>
                                      </div>
                                </div>
                        </if>
                                <div class="smallfont">
                                <if condition="$post['joindate']"><div class="pbit" align="center">
                                  $vbphrase[join_date]: $post[joindate]
                                </div></if>
                                <if condition="$post['field2']"><div class="pbit" align="center">
                                  $vbphrase[location_perm]: $post[field2]
                                </div></if>
                                <if condition="$post['age']"><div class="pbit" align="center">
                                  $vbphrase[age]: $post[age]
                                </div></if>
                                <div class="pbit" align="center">
                                  $vbphrase[posts]: $post[posts]
                                </div>
                                        </if>
$post[crowns]$post[champtext]<br />
<if condition="$show['zointsprofile']">
                                                <div><a href="$vboptions[zointsprofile_zurl]?id=$post[userid]" target="_blank">$vboptions[zointsprofile_postbit]</a></div>
</if>
                                <if condition="$show['infraction']"><div class="pbit" align="center">
                                  $vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])
                                </div></if>
                                <if condition="$show['reputation']"><div class="pbit" align="center"><if condition="$show['reppower']">
                                  <span id="reppower_$post[postid]_$post[userid]">$vbphrase[reppower]</span>: $post[reppower]
                                </if>
                                    <div align="center"><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span>
                                </div></if>
                                <if condition="$post['icqicon'] or $post['aimicon'] or $post['msnicon'] or $post['skypeicon']">
                                <div class="pbit" align="center">
                                  $post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
                                </div>
                                </if>
                        </div>                                       
                <div>
        </td>
        <if condition="$show['moderated']">
        <td class="alt2" id="td_post_$post[postid]">
        <else />
        <td class="alt1" id="td_post_$post[postid]">
        </if>
       
                <if condition="$show['messageicon'] OR $post['title']">
                        <!-- icon and title -->
                        <div class="smallfont">
                                <if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
                                <if condition="$post['title']"><strong>$post[title]</strong></if>
                        </div>
                        <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
                        <!-- / icon and title -->
                </if>
               
                <!-- message -->
                <div id="post_message_$post[postid]">$post[message]</div>
                <!-- / message -->
       
                <if condition="$show['attachments']">
                <!-- attachments -->
                        <div style="padding:$stylevar[cellpadding]px">
                       
                        <if condition="$show['thumbnailattachment']">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[attached_thumbnails]</legend>
                                        <div style="padding:$stylevar[formspacer]px">
                                        $post[thumbnailattachments]
                                        </div>
                                </fieldset>
                        </if>
               
                        <if condition="$show['imageattachment']">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[attached_images]</legend>
                                        <div style="padding:$stylevar[formspacer]px">
                                        $post[imageattachments]
                                        </div>
                                </fieldset>
                        </if>
                       
                        <if condition="$show['imageattachmentlink']">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[attached_images]</legend>
                                        <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                        $post[imageattachmentlinks]
                                        </table>
                                        </fieldset>
                        </if>
                       
                        <if condition="$show['otherattachment']">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[attached_files]</legend>
                                        <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                        $post[otherattachments]
                                        </table>
                                </fieldset>
                        </if>
                       
                        <if condition="$show['moderatedattachment']">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[attachments_pending_approval]</legend>
                                        <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                        $post[moderatedattachments]
                                        </table>
                                </fieldset>               
                        </if>
                       
                        </div>
                <!-- / attachments -->
                </if>
               
                <if condition="$post['signature']">
                <!-- sig -->
<div>
<br />
<fieldset class="fieldset">
<legend><b><font color="#DF1818">$post[username]</font>'s Signatur</b></legend>
$post[signature]<br />
</fieldset>
</div>
 
<!-- / sig -->
                </if>
               
                <if condition="$show['postedited']">
                <!-- edit note -->
                        <div class="smallfont">                        <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
                                <em>
                                <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
                                <if condition="$post['edit_reason']">$vbphrase[reason]: $post[edit_reason]</if>
                                </em>
                        </div>
                <!-- / edit note -->
                </if>
       
        </td>
</tr>
<tr>
        <td class="alt2" align="center">
                $post[onlinestatus]
                <if condition="$show['reputationlink']">
                        <span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
                        <if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if>
                </if>                               
                <if condition="$show['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&amp;p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a></if>
                <if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
                $post[iplogged]
                &nbsp;
        </td>
        <if condition="$show['moderated']">
        <td class="alt2" align="$stylevar[right]">
        <else />
        <td class="alt1" align="$stylevar[right]">
        </if>
                <!-- controls -->
                <if condition="$post['editlink']">
                        <img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
                        <a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
                </if>
                <if condition="$post['forwardlink']">
                        <a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
                </if>
                <if condition="$post['replylink']">
                        <a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
                </if>
                <if condition="$show['multiquote_post']">
                        <a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
                </if>
                <if condition="$show['quickreply'] AND !$show['threadedmode']">
                        <a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
                </if>
                <if condition="$show['moderated']">
                        <img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
                </if>
                <if condition="$show['deletedpost']">
                        <img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" />
                </if>
                <if condition="$show['redcard']">
                        <a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a>
                <else />
                        <if condition="$show['yellowcard']">
                                <a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a>
                </if>
                        </if>
                <!-- / controls -->
        </td>
</tr>
</table>

<!-- post $post[postid] popup menu -->
<div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
        <tr>
                <td class="thead">$post[username]</td>
        </tr>
        <if condition="$show['profile']">
                <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
        </if>
        <if condition="$show['pmlink']">
                <tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
        </if>
        <if condition="$show['emaillink']">
                <tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr>
        </if>
        <if condition="$show['homepage']">
                <tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
        </if>
        <if condition="$show['search']">
                <tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
        </if>
        <if condition="$post['userid'] AND $show['member']">
        <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
        </if>
        </table>
</div>
<!-- / post $post[postid] popup menu -->
<!-- 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">Willkommen lieber Besucher!</td>
</tr>
<tr>
<td class="alt1">Als registriertes Mitglied bei My-CheckPoint.de kannst Du alles ?ber dieses Thema lesen. Bitte logge Dich mit Deinen Userdaten ein oder melde Dich jetzt kostenlos an und werde ein Teil unserer tollen Community. <a href="register.php"><font color="#0099FF"><span style="background-color:white;"><b>Jetzt kostenlos anmelden und alles lesen</b></span></font></a></td>
</tr>
</table>
</if>
</if>
<!-- End Guests First Post Only Hack -->


Dismounted 04-19-2007 07:21 AM

I need postbit_legacy as this is the one you are using. I am busy currently busy with alot of things so I might not be able to look at your template.

eurofunny 04-19-2007 07:36 AM

Quote:

Originally Posted by Dismounted (Post 1231055)
I need postbit_legacy as this is the one you are using. I am busy currently busy with alot of things so I might not be able to look at your template.

The code that i post is the postbit_legacy :)

Terminatoronly 04-22-2007 07:48 PM

i installed it but its not working for me i edited the templates too

Dismounted 04-23-2007 06:16 AM

I reckon it's because you have an extra end if condition.

Terminatoronly 04-28-2007 04:49 PM

i cant get this mod working please help well you please install it for me i will be much appreciated

princeedward 04-28-2007 09:57 PM

..many thanks....for this...work like a charm to my vb forum v3.6.5 ...easy to install without any problem...
great idea bro...wonderful mod hack...

keep it up...and best regards...

:p

Mum 05-29-2007 08:08 AM

Doesn't work for me, all edits done correct and product installed, but still shows everything to guests.

Dismounted 05-29-2007 09:28 AM

As above, check that you don't have loose </if>'s in your postbit (or postbit_legacy).

nymyth 07-06-2007 02:20 PM

installed....love the mod.....a great feature to have would be if we can enable it to all forums....it takes a while to go through every forum and enable it...lol

jasculs 07-08-2007 07:34 PM

I have a custom profile using the Interactive Profiles Mod and when I install this mod it makes a database error when you click on a users profile. It is definitely this mod that is conflicting with it because when I disable your mod the profiles show up just fine without the database errors. Here is the error I'm getting:

Code:

Database error in vBulletin 3.6.7:

Invalid SQL:
SELECT gfpoforumoptions FROM forum WHERE forumid =;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Date        : Sunday, July 8th 2007 @ 03:31:11 PM
Script      : http://www.mysite.com/forums/member.php?find=lastposter&f=13
Referrer    : http://www.mysite.com/forums/index.php
IP Address  : xx.xxx.xxx.xx
Username    : MyUserName
Classname    : vb_database

Help fixing this would be great as I could really use this mod that you are offering here.

My profile is using these two mods also:

vS - Interactive Profiles

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

MySpace Profile Re-Write PRO 1.0.0

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

Thank you for any help

Dismounted 07-09-2007 05:39 AM

I'll have a look.

EDIT: Create a plugin at the hook: 'profile_start' and set the Execution Order to 1. Enter this for the PHP code.
PHP Code:

$isnotpost 1


jasculs 07-09-2007 12:12 PM

Quote:

Originally Posted by Dismounted (Post 1286466)
I'll have a look.

EDIT: Create a plugin at the hook: 'profile_start' and set the Execution Order to 1. Enter this for the PHP code.
PHP Code:

$isnotpost 1


Ok will I did that and the same problem is happening, however it isn't happening with all of the profiles I try to visit some profiles work and some don't. It doesn't seem to have a pattern either as far as which ones work an which ones don't

Dismounted 07-10-2007 05:41 AM

Hmmm, weird. Are you sure there's no pattern?

jasculs 07-10-2007 05:56 AM

Unfortunately I can't notice any type of pattern. People from different usergroups are getting the errors while others are not. Also I was checking the username numbers and there isn't a pattern. It is pretty weird. I was trying to find it there was a pattern or not but I couldn't. I could really use this mod too.

quiklink 07-11-2007 07:51 PM

Here is your problem eurofunny:

Code:

<if condition="$memid == 1 || $memid == 2"></if>
you are closing off the very first if statement (line 2 in your postbit template)

Now I am having the same problem with the mod not working. I have repeatedly checked my open and closing IF statements. I have 53 opening and 53 closing. Yet it won't work.

quiklink 07-11-2007 08:14 PM

Ever have one of those days when your brain just doesn't work? Disregard my last post saying it wouldn't work...It helps if you actually enable the mod for the forum you want it to work for...DOH!

nymyth 07-11-2007 08:17 PM

^^have you enabled this inside of each individual forum??

quiklink 07-11-2007 08:42 PM

Quote:

Originally Posted by nymyth (Post 1288582)
^^have you enabled this inside of each individual forum??

That's what I was saying I forgot to do until my brain quit being on strike ;)

All is working fine now. Great mod! Hopefully this will get those members who don't bother to log in to do so now.

nymyth 07-12-2007 02:29 AM

yeah I totally missed that post...lol....good to see you got it working...

quiklink 07-12-2007 05:01 AM

I did notice that it reset the Viewing Order, the Order Threads By, and the Show Last X Posts in every forum I turned it on in. No biggie, just had to go back and reset 50 or so forums ;)

jasculs 07-12-2007 12:05 PM

Dismounted,

Did you have happen to figured out why a SQL error shows up when you click on the profiles if someone has the vs- Interactive Profiles mod installed on their site? Thanks

nymyth 07-12-2007 12:25 PM

Quote:

Originally Posted by quiklink (Post 1288898)
I did notice that it reset the Viewing Order, the Order Threads By, and the Show Last X Posts in every forum I turned it on in. No biggie, just had to go back and reset 50 or so forums ;)

confused....could u explain please?

quiklink 07-12-2007 06:13 PM

Quote:

Originally Posted by nymyth (Post 1289140)
confused....could u explain please?

In the AdminCP for each forum you can set what date range of posts are displayed, what order (Ascending or Descending) and what the posts are sorted on (Title, Last Post, etc.). These were reset to the first option for each in every forum I turned this mod on in. So instead of showing All Entries, Sorted By Last Post Time (Descending) each forum changed to showing All Post from Last Day, Sorted By Title (Ascending).

G0F0RBR0KE 07-21-2007 08:38 AM

It's working now.
Silly me :)

Dismounted 07-21-2007 10:28 AM

Quote:

Originally Posted by quiklink (Post 1288563)
Now I am having the same problem with the mod not working. I have repeatedly checked my open and closing IF statements. I have 53 opening and 53 closing. Yet it won't work.

Are they opened and closed in the correct order?

quiklink 07-21-2007 05:01 PM

Quote:

Originally Posted by Dismounted (Post 1297291)
Are they opened and closed in the correct order?

Note my follow-up post after that one ;) All is working, I had a brain cramp at the time!

jasculs 07-21-2007 05:14 PM

Still no way to find out why this isn't working with vS-Interactive Profiles huh?

soletrader 07-22-2007 02:13 AM

hello, how can i add another usergroup besides guests into this hack? thanks

Dismounted 07-22-2007 07:02 AM

Quote:

Originally Posted by jasculs (Post 1297530)
Still no way to find out why this isn't working with vS-Interactive Profiles huh?

If it working sometimes and sometimes not, without a pattern, then I have no clue.
Quote:

Originally Posted by soletrader (Post 1297879)
hello, how can i add another usergroup besides guests into this hack? thanks

You must change the plugin to check for other usergroups. Frankly, I don't know why you'd want to be blocking actual members...


All times are GMT. The time now is 02:01 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.01894 seconds
  • Memory Usage 1,932KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_php_printable
  • (10)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