vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Private Messages Enhancements - Show PM postbit rewrite (https://vborg.vbsupport.ru/showthread.php?t=148505)

SBlueman 03-08-2008 07:08 AM

Anyone?

SBlueman 03-11-2008 04:59 AM

Is this modification supported?

mahmuttunc 03-11-2008 10:12 AM

looks good might try it out.

MissKalunji 03-13-2008 03:00 AM

Quote:

Originally Posted by SBlueman (Post 1455505)
I am having problems with this modification. It seems to be showing the PM twice. Here are some screenshots (all from one page):

http://img150.imageshack.us/img150/8...blemlo8.th.jpg
http://img150.imageshack.us/img150/3...lem2yd0.th.jpg
http://img150.imageshack.us/img150/4...lem3yy2.th.jpg

Attached is my postbit in a .txt file. Any help is greatly appreciated.

Code:

<if condition="(!$GLOBALS['FIRSTPOSTID'] and !$GLOBALS['vbulletin']->GPC['ajax'])">

$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
    <td class="thead" align="left">Please Help Support GridironFans.com And Visit Our Sponsors.</td>
</tr>
<tr>
      <td class="alt1" align="center">
<!-- Begin: AdBrite -->
<script type="text/javascript">
  var AdBrite_Title_Color = '8b0000';
  var AdBrite_Text_Color = '000000';
  var AdBrite_Background_Color = 'FFFFFF';
  var AdBrite_Border_Color = '8b0000';
</script>
<span style="white-space:nowrap;"><script src="http://ads.adbrite.com/mb/text_group.php?sid=487147&zs=3732385f3930" type="text/javascript"></script><!--
--><a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=487147&afsid=1"><img src="http://files.adbrite.com/mb/images/adbrite-your-ad-here-leaderboard-w.gif" style="background-color:#8b0000;border:none;padding:0;margin:0;" alt="Your Ad Here" width="14" height="90" border="0" /></a></span>
<!-- End: AdBrite -->
</if>
    </td>
</tr>
</table>

</div>
$spacer_close

</if>

This is ur problem. The Code probably isn't written properly when i remove it it doesn't show twice

here's how i put mine

Code:

<if condition="THIS_SCRIPT == 'showthread' AND !$GLOBALS['FIRSTPOSTID']">
 <!-- GOOGLE AD -->
 <br/>
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
    <td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" colspan="2">       
        Advertisement
    </td>
</tr>
<tr>
    <td class="alt1" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px">
    <center>
<IFRAME src="xxxx" name="adsense" width="728" height="90" frameborder="no" border="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="no"></IFRAME>
</center>
    </td>
</tr>
</table>
 
<!-- / GOOGLE AD --></if>


SBlueman 03-13-2008 05:12 AM

Thank you for your reply but what am I removing? I am confused after reading your post.

MissKalunji 03-13-2008 12:38 PM

Quote:

Originally Posted by SBlueman (Post 1463547)
Thank you for your reply but what am I removing? I am confused after reading your post.

The advertisement code is your problem.

i've showed you in the previous post what MINE looked like (the second set of code)

This is the code to remove test it and you'll see your private message back to normal.
Code:

<if condition="(!$GLOBALS['FIRSTPOSTID'] and !$GLOBALS['vbulletin']->GPC['ajax'])">

$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
    <td class="thead" align="left">Please Help Support GridironFans.com And Visit Our Sponsors.</td>
</tr>
<tr>
      <td class="alt1" align="center">
<!-- Begin: AdBrite -->
<script type="text/javascript">
  var AdBrite_Title_Color = '8b0000';
  var AdBrite_Text_Color = '000000';
  var AdBrite_Background_Color = 'FFFFFF';
  var AdBrite_Border_Color = '8b0000';
</script>
<span style="white-space:nowrap;"><script src="http://ads.adbrite.com/mb/text_group.php?sid=487147&zs=3732385f3930" type="text/javascript"></script><!--
--><a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=487147&afsid=1"><img src="http://files.adbrite.com/mb/images/adbrite-your-ad-here-leaderboard-w.gif" style="background-color:#8b0000;border:none;padding:0;margin:0;" alt="Your Ad Here" width="14" height="90" border="0" /></a></span>
<!-- End: AdBrite -->
</if>
    </td>
</tr>
</table>

</div>
$spacer_close

</if>


SBlueman 03-13-2008 01:01 PM

I removed that snippet of code and am still getting the same problem with the message showing twice. The only thing that changed was the ad is not showing now...

MissKalunji 03-13-2008 01:34 PM

uh weird :-/ when i tested it in my forum with ur postbit it was working fine :-/ without the add

SBlueman 03-14-2008 08:14 AM

Must be something else....anyone else want to take a crack at it?

MissKalunji 03-14-2008 01:46 PM

if you want send me the skin xml and i'll test it on my forum and try for you?


All times are GMT. The time now is 05: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.01213 seconds
  • Memory Usage 1,751KB
  • 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
  • (3)bbcode_code_printable
  • (2)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
  • (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