Results 1 to 12 of 12

why is it showing?

This is a discussion on why is it showing? within the General Discussion forums, part of the vBulletin SEO Discussion category; how come everytime i post my url to facebook for example. this text shows first before the description of the ...

  1. #1
    Senior Member tunedtech's Avatar
    Real Name
    Raid3n
    Join Date
    May 2009
    Location
    Canada
    Posts
    117
    Liked
    0 times
    Blog Entries
    1

    why is it showing?

    how come everytime i post my url to facebook for example. this text shows first before the description of the post "This ad is not displayed to registered members. Register your free account today and become part of the Community."

    And this text is located to my google ads that only shows for my guest view. any help how to now show this? thanks guys
    Car tuners & Enthusiasts forum community online....

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Hello,

    you are inserting the ad with mentioned text in the first post (it goes before the actual message in html code), that's why it's picked up by vBSEO's relevant replacement. You can either remove [first_X_words] from relevant replacement definition in vBSEO CP, or relocate the ad so that it's not included in the postbit.

  3. #3
    Senior Member tunedtech's Avatar
    Real Name
    Raid3n
    Join Date
    May 2009
    Location
    Canada
    Posts
    117
    Liked
    0 times
    Blog Entries
    1
    here is the code that located in my postbit legacy:

    <if condition="$show['guest'] AND ($post[postcount] % $vboptions[maxposts] == 1)">
    <span style="margin: 2px; float:right; width: 255px; text-align: center;"><script type="text/javascript"><!--
    google_ad_client = "pub-2657159394848468";
    /* 250x250, 1st Post inside Thread */
    google_ad_slot = "2554501284";
    google_ad_width = 250;
    google_ad_height = 250;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script><br /><br />
    <font size="1">This ad is not displayed to registered members. <a href="register.php">Register</a> your free account today and become part of the Community.</font>
    </span>
    </if>
    so which one here should i edit to not show the "This ad is not displayed to registered members. <a href="register.php">Register</a> your free account today and become part of the Community" in the VBseo relavant replacement? but i still want to keep that text for guest view

    thanks,
    Car tuners & Enthusiasts forum community online....

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    You can try to move it *below* the post message.

  5. #5
    Senior Member tunedtech's Avatar
    Real Name
    Raid3n
    Join Date
    May 2009
    Location
    Canada
    Posts
    117
    Liked
    0 times
    Blog Entries
    1
    what do you mean.. sorry!
    Car tuners & Enthusiasts forum community online....

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Do you insert the code from why is it showing? in postbit template in vB admincp?

  7. #7
    Senior Member tunedtech's Avatar
    Real Name
    Raid3n
    Join Date
    May 2009
    Location
    Canada
    Posts
    117
    Liked
    0 times
    Blog Entries
    1
    yes.. i did inside that code in the VB admincp postbit legacy template, the only way i know how to insert it.
    Car tuners & Enthusiasts forum community online....

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Try to enter it below $post[message] in that template.

  9. #9
    Senior Member tunedtech's Avatar
    Real Name
    Raid3n
    Join Date
    May 2009
    Location
    Canada
    Posts
    117
    Liked
    0 times
    Blog Entries
    1
    here is the code.. could you please edit it for me to the right coding?

    <!--VBSEO_VIRTUAL_HTML-->
    <!-- message -->
    <div id="post_message_$post[postid]" style="color:#FFFFFF">

    <if condition="$show['guest'] AND ($post[postcount] % $vboptions[maxposts] == 1)">
    <span style="margin: 2px; float:right; width: 255px; text-align: center;"><script type="text/javascript"><!--
    google_ad_client = "pub-2657159394848468";
    /* 250x250, 1st Post inside Thread */
    google_ad_slot = "2554501284";
    google_ad_width = 250;
    google_ad_height = 250;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script><br /><br />
    <font size="1">This ad is not displayed to registered members. <a href="register.php">Register</a> your free account today and become part of the Community.</font>
    </span>
    </if>
    $ad_location[ad_showthread_firstpost_start]
    $post[message]
    </div>
    <!-- / message -->
    <!--/VBSEO_VIRTUAL_HTML-->

    Thank you,
    Car tuners & Enthusiasts forum community online....

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Try this:
    HTML Code:
    <!-- message -->
    <div id="post_message_$post[postid]" style="color:#FFFFFF">
    
    $ad_location[ad_showthread_firstpost_start]
    $post[message]
    
    <if condition="$show['guest'] AND ($post[postcount] % $vboptions[maxposts] == 1)">
    <!--VBSEO_VIRTUAL_HTML-->
    
    <span style="margin: 2px; float:right; width: 255px; text-align: center;"><script type="text/javascript"><!--
    google_ad_client = "pub-2657159394848468";
    /* 250x250, 1st Post inside Thread */
    google_ad_slot = "2554501284";
    google_ad_width = 250;
    google_ad_height = 250;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script><br /><br />
    <font size="1">This ad is not displayed to registered members. <a href="register.php">Register</a> your free account today and become part of the Community.</font>
    </span>
    <!--/VBSEO_VIRTUAL_HTML--> 
    </if>
    </div>
    <!-- / message -->

  11. #11
    Senior Member tunedtech's Avatar
    Real Name
    Raid3n
    Join Date
    May 2009
    Location
    Canada
    Posts
    117
    Liked
    0 times
    Blog Entries
    1
    it works.. thank you very much oleg
    Car tuners & Enthusiasts forum community online....

  12. #12
    Senior Member tunedtech's Avatar
    Real Name
    Raid3n
    Join Date
    May 2009
    Location
    Canada
    Posts
    117
    Liked
    0 times
    Blog Entries
    1
    Hello, Just noticed that the google ads (250x250) that suppose to show inside the first post right top side is now showing in the bottom inside first post.

    for example this page. http://forums.tunedtech.ca/f44/2000-honda-ek4-964.html

    how do i make this show to the top again? in the right side?
    Car tuners & Enthusiasts forum community online....

Similar Threads

  1. Replies: 1
    Last Post: 01-29-2010, 08:03 AM
  2. vb icon not showing! showing as a link?
    By Julio in forum Troubleshooting
    Replies: 3
    Last Post: 02-12-2008, 09:49 AM
  3. Ad not showing up
    By sportsmedjosh in forum Off-Topic & Chit Chat
    Replies: 1
    Last Post: 02-02-2007, 08:16 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •