vb.org Archive

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

jorgejgm 07-10-2008 10:27 AM

I do not find the code in the postbit:

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 -->

you use a new code?because de mod work

Thankyou

UltraFanatics 07-10-2008 10:47 AM

Does anyone actually know how bad this affects engines and vbseo?

I really dont want to uninstall this mod but if it realy does affect them then I think I will have too :(

Dismounted 07-10-2008 12:22 PM

Quote:

Originally Posted by jorgejgm (Post 1571832)
I do not find the code in the postbit:

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 -->

you use a new code?because de mod work

Thankyou

Please read the ReadMe carefully. If you are installing a new copy - read the "Installation" section. If you are upgrading from 1.4/1.3/1.2/1.1, read the "Upgrading from Pre-1.5" section. If you are upgrading from 1.5, read the "Upgrading After 1.5" section.
Quote:

Originally Posted by UltraFanatics (Post 1571836)
Does anyone actually know how bad this affects engines and vbseo?

The only thing that happens is that SEs don't see your second, third, etc. posts, only the first. Therefore, they will only index the first post of a thread.

jorgejgm 07-10-2008 04:27 PM

Hello,
In the readme.html does not say anything, ultimately investigating I have seen that is necessary to modify postbit_gfpo for the last version.

Regards.

Dismounted 07-11-2008 05:02 AM

You should have said you wanted to modify the message. You seemed like you were upgrading and couldn't find the old code to remove.

You can modify the phrases "gfpo_login_or_register" and "gfpo_welcome" to change the messages. These phrases are used in three places (postbit_gfpo, printthread_gfpo, and in the archive).

jorgejgm 07-11-2008 06:48 AM

Sorry, my english bad bad bad

Koroku 07-16-2008 10:23 PM

Is there a way of installing this so that by default, all forums are visible?

I have a single forum that I would like to use this on, and about 100 that I don't... so I don't really want to have to go and manually edit the 100 others. >_>

Otherwise, this sounds like a great mod :D

Dismounted 07-17-2008 11:15 AM

One moment, everyone wants it all on by default, the next, everyone wants it off. :D

In the XML, find:
Code:

        $db_alter->add_field(array(
                'name' => 'gfpo_enabled',
                'type' => 'smallint',
                'attributes' => 'unsigned',
                'null' => false,
                'default' => 1
        ));

Replace With:
Code:

        $db_alter->add_field(array(
                'name' => 'gfpo_enabled',
                'type' => 'smallint',
                'attributes' => 'unsigned',
                'null' => false,
                'default' => 0
        ));

Find:
Code:

$forum = array_merge($forum, array('gfpo_enabled' => 1, 'gfpo_enabled_archive' => 0));
Replace With:
Code:

$forum = array_merge($forum, array('gfpo_enabled' => 0, 'gfpo_enabled_archive' => 0));

glenvw 07-17-2008 07:07 PM

I have a lot of trouble getting people to register. Do you that use this find this helps?

Also, does this prevent the search engines from spidering?

Koroku 07-17-2008 07:48 PM

Quote:

Originally Posted by Dismounted (Post 1577650)
One moment, everyone wants it all on by default, the next, everyone wants it off. :D

Thanks!

Maybe you could do something like have two versions of the mod - one with it on by default, one with it off. :D
Quote:

Originally Posted by glenvw (Post 1577911)
Also, does this prevent the search engines from spidering?

Read the thread~


All times are GMT. The time now is 03:42 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.01109 seconds
  • Memory Usage 1,744KB
  • 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
  • (4)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
  • (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