Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-24-2011, 11:53 PM
inphoenix inphoenix is offline
 
Join Date: Sep 2011
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Question about the ad banner in first post for guests.

I remember seeing a big square banner for guests in the first post of thread. I for a new style installed for me. Now I see that banner ad for guests is missing and this is affecting my revenue. Can someone tell me how do I add that banner back (for guests only) ?
Reply With Quote
  #2  
Old 09-25-2011, 01:00 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Put the ad code in the template ad_showthread_firstpost_start

Wrap the ad code in this template conditional:

Code:
<vb:if condition="$show['guest']">

Ad code here

</vb:if>
and it will only show to guests.

-[edited post with correct template]-
Reply With Quote
  #3  
Old 09-25-2011, 05:43 PM
inphoenix inphoenix is offline
 
Join Date: Sep 2011
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried this but it does not work. Is it possible that a certain template or style does not support this? Also, I am trying to use an adsense code in there (not sure if that's an issue).
Reply With Quote
  #4  
Old 09-25-2011, 05:55 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's possible if you have a custom style the author didn't properly program the ad location into the template.

If that is so you either need to manually add it back in or just put the code directly in the postbit (or postbit_legacy) template...

Code:
<vb:if condition="$show['guest'] AND $post['isfirstshown']">

Ad code here

</vb:if>
Reply With Quote
  #5  
Old 09-25-2011, 06:10 PM
inphoenix inphoenix is offline
 
Join Date: Sep 2011
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am very new to this, so bear with me. When I edit postbit_legacy, I see a bunch of code. Where exactly do I add this new code?

I do see this code in there :

-- <vb:if condition="$post['isfirstshown']">
-- {vb:raw ad_location.ad_showthread_firstpost_start}
-- {vb:raw ad_location.thread_first_post_content}

(I added the -- infront in this post)
Reply With Quote
  #6  
Old 09-25-2011, 06:33 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by inphoenix View Post
I am very new to this, so bear with me. When I edit postbit_legacy, I see a bunch of code. Where exactly do I add this new code?


I do see this code in there :

<vb:if condition="$post['isfirstshown']">
{vb:raw ad_location.ad_showthread_firstpost_start}
{vb:raw ad_location.thread_first_post_content}
Then it should be working... Can you just put some text in the ad_location.ad_showthread_firstpost_start template like:

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


and see if that shows up?
Reply With Quote
  #7  
Old 09-25-2011, 06:53 PM
inphoenix inphoenix is offline
 
Join Date: Sep 2011
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BirdOPrey5 View Post
Then it should be working... Can you just put some text in the ad_location.ad_showthread_firstpost_start template like:

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


and see if that shows up?
No. It does not !!
Reply With Quote
  #8  
Old 09-25-2011, 06:54 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How many styles you have installed?
Reply With Quote
  #9  
Old 09-25-2011, 07:07 PM
inphoenix inphoenix is offline
 
Join Date: Sep 2011
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just one in addition to default but now both of them show the same thing. User does not have option to change them.

Also, I was trying to install the mobile style and that does not work either. Thankfully, the forum is still functional. I can PM you details if you want to take a look.

Your help is greatly appreciated.
Reply With Quote
  #10  
Old 09-25-2011, 08:06 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I gave you the wrong template back in my first post, the correct one is actually: ad_showthread_firstpost_start.

That's why it wasn't showing up.
Reply With Quote
Благодарность от:
inphoenix
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:41 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04946 seconds
  • Memory Usage 2,254KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete