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)

yinyang 03-17-2008 04:35 PM

Quote:

Originally Posted by Dismounted (Post 1466805)
This probably won't work in 3.7.

yup, doesn't work in 3.7... damn.

Iron Guard 03-18-2008 04:36 AM

Whoa! Finally got it sorted out and it is working fine. The issue was a matter of having the admin cp open when i typed the url into the browser, it then refreshed the bitfield and presto I was up and running.

Thanks for the tip and all the help.

Todd

Dismounted 03-18-2008 05:57 AM

Quote:

Originally Posted by Iron Guard (Post 1467071)
Hmmmm well I put in the URL (with my site) and attached is a screenshot of the error message.

You copied the displayed version of the URL because it was deemed too long by vBulletin. You should used the full URL, as below:
Code:

http://www.yoursite.com/forums/admincp/index.php?do=buildbitfields

UltraFanatics 03-20-2008 12:27 PM

Quote:

Originally Posted by yinyang (Post 1467133)
yup, doesn't work in 3.7... damn.

I know :(

Skierpetros 03-20-2008 03:30 PM

i have install it but nothing happen why???

Dismounted 03-21-2008 11:49 AM

Have you read the readme?

masterross 03-21-2008 10:56 PM

Code:

Database error in vBulletin 3.6.8:

Invalid SQL:
SELECT gfpoforumoptions FROM vb_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        : Saturday, March 22nd 2008 @ 12:45:47 AM
Script      : http://www.my-forum.com/usernote.php?u=205025
Referrer    :

mean this code:

Code:

global $db, $isnotpost;

if ($isnotpost != 1)
{
        $gfpo_query = $db->query_read("SELECT gfpoforumoptions FROM " . TABLE_PREFIX . "forum WHERE forumid = " . $thread['forumid'] . "");
        $gfpo = $db->fetch_row($gfpo_query);
        $gfpo = $gfpo[0];
}

should be modified to exclude User Notes?

plz check

R34GTT 03-21-2008 11:05 PM

Tried installing but no joy (using 3.6.8)

the options arent coming up in the "forum manager>>edit forum" page?

Any advice please?

do you want to look at the post bit and legacy code?

thanks

masterross 03-21-2008 11:07 PM

fixed!

use this:

Code:

global $db, $isnotpost;

if ($isnotpost != 1)
{    $tid = $thread['forumid'];
    $gfpo_query = $db->query_read("SELECT gfpoforumoptions FROM " . TABLE_PREFIX . "forum WHERE forumid = '$tid'");
    $gfpo = $db->fetch_row($gfpo_query);
    $gfpo = $gfpo[0];
}


masterross 03-21-2008 11:11 PM

Quote:

Originally Posted by R34GTT (Post 1471150)
Tried installing but no joy (using 3.6.8)

the options arent coming up in the "forum manager>>edit forum" page?

Any advice please?

do you want to look at the post bit and legacy code?

thanks

the option to activate is here:
ACP > Forums & Moderators > Forum Manager

and choose On/Off for every forum u want

R34GTT 03-21-2008 11:19 PM

Quote:

Originally Posted by masterross (Post 1471153)
the option to activate is here:
ACP > Forums & Moderators > Forum Manager

and choose On/Off for every forum u want

thats the page I meant, sorry.

The options arent coming up :(

did you want to look at my code?

many thanks

masterross 03-21-2008 11:22 PM

probably u forgot to upload bitfield_guests_first_post_only.xml?
in includes/xml

R34GTT 03-21-2008 11:28 PM

Fixed, many thanks to you :)

masterross 03-21-2008 11:29 PM

n/p
ur welcome

R34GTT 03-22-2008 12:13 AM

Quote:

Originally Posted by kube (Post 1429923)
You an all others also have another big problem ! :eek:

http://www.sdphotoforum.com/digital-...ml?mode=hybrid

Switch to hybrid mode an then click on one post.....

You can read all - not together, but every post by clicking.

I already posted it here:
https://vborg.vbsupport.ru/showpost....&postcount=240


For a quick solution go to your template "showthread"
search for:
Code:

$show['hybridmode']
and set that whole part in a
Code:

<if condition="$show[access]">

Also do it for the prinable version - there you also can read ALL !
http://www.sdphotoforum.com/digital-...-ib-print.html


I use that not for guests - I use it for groups they pay to read all - and it`s really bad, when the non-payers can also read....
I found out by having an eye on my who is online list....and saw one, who always looked on printable versions of every thread.....


And - don`t you all do not change your logo also in the printable version ???
http://www.pieppiep.nl/forum/printthread.php?t=2036
http://www.sdphotoforum.com/digital-...-ib-print.html
.....
is always shown the vbulletin logo !



Regarding this, can anyone give me an example of the code you change please as I don't get which parts to change?

for the hybrid view and printable version

thanks

R34GTT 03-22-2008 12:41 PM

anyone?

thanks

UltraFanatics 04-07-2008 12:29 PM

I see it says 3.6x

Does that now mean its ok on 3.7?

Dismounted 04-08-2008 06:25 AM

I have not tested it on 3.7 yet.

cjwinternet 04-09-2008 04:28 PM

I'm getting hundreds of guests that don't need to see replies, and its putting an incredible strain on the server.

Could this mod be used to reduce memory usage on my board ?

codershark 04-09-2008 05:34 PM

not works on 3.7 :(

Dismounted 04-10-2008 05:33 AM

Quote:

Originally Posted by cjwinternet (Post 1486825)
I'm getting hundreds of guests that don't need to see replies, and its putting an incredible strain on the server.

Could this mod be used to reduce memory usage on my board ?

Not really. The posts still load, they are just not shown to guests.

glenvw 04-10-2008 03:31 PM

Subscribing to receive alert when it works on 3.7 (using Candidate 2)

stonner 05-01-2008 07:00 PM

since the update to 3.7 it doesnt work anymore...
will it be updated?

It's one of my most important mods!
thank you!

Dismounted 05-02-2008 11:27 AM

When I get around to it, yes.

R34GTT 05-03-2008 01:19 PM

Anyway to make guests and registered users not see these posts? as I have additional usergroups that will only be allowed to view

nitromethane126 05-05-2008 01:08 AM

I installed this hack on vB 3.6.5 and the current version of PhotoPost vbGallery.

Now I can't see any of the posts undearneath the pictures, even logged in.

I did a search but cant find this issue addressed aynwhere. Did I miss something? Is there a fix?

nitromethane126 05-05-2008 11:04 AM

Don't know if its been posted already somewhere, but I figured it out. I'll post it here in case it's of benefit to anyone in future. Afterall, nothing is more annoying than unanswered questions on forums when you're trying to find the answers ;)

This code will fix the problem that PhotoPost's vBGallery has, where it won't display the posts underneath the photos even to registered users.

Replace the code that goes at the top of postbit and postbit_legacy with:

HTML Code:

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


jasculs 05-08-2008 11:26 AM

Quote:

Originally Posted by R34GTT (Post 1506825)
Anyway to make guests and registered users not see these posts? as I have additional usergroups that will only be allowed to view

I would like to know the answer to this also. Thanks

Deimos 05-10-2008 03:47 PM

Anyone managed to get this working for 3.7?

stonner 05-11-2008 03:20 PM

Quote:

Originally Posted by Deimos (Post 1515028)
Anyone managed to get this working for 3.7?

I'm also waiting for an update to vb3.7...

stonner 05-13-2008 06:31 PM

I dont know why, but after re-installing it's working again with vb 3.7.0

Mecho 05-16-2008 12:39 PM

it just works fine in 3.7 :)

Thanks

SEOvB 06-07-2008 12:54 AM

Works good in 3.7!

UltraFanatics 06-10-2008 10:32 AM

Hi mate,

I see people have got this working now, I tried again but it wasn't working could it be due to the fact I have this mod running? https://vborg.vbsupport.ru/showthread.php?t=131985

Dismounted 06-11-2008 06:57 AM

It may be possible - try disabling that modification.

freebiesrfun 06-11-2008 06:03 PM

This doesn't work for me on 3.7. I thought I had the other limited viewing mod installed, but I just checked, and I never installed it.

Dismounted 06-12-2008 06:17 AM

Try re-installing the modification - as that has worked for others.

UltraFanatics 06-13-2008 08:09 AM

Quote:

Originally Posted by Dismounted (Post 1546448)
It may be possible - try disabling that modification.

Still doesn't work mate, such a bugger as this was the best mod I had ever installed :(

karnevil 06-19-2008 05:06 PM

Re-installed and still didnt work.

Removed Limited Guest Viewing hack and it worked a treat.

Running on 3.7

Thanks guys

mikkitine 07-06-2008 12:55 AM

Want Limited Guest Viewer and this to work? Install and set this up first before doing the same for Limited Guest Viewer and you will have them working side-by-side without a problem.


All times are GMT. The time now is 01:25 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.01632 seconds
  • Memory Usage 1,819KB
  • 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
  • (1)bbcode_html_printable
  • (10)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