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


All times are GMT. The time now is 09:32 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.01397 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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