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 - [AJAX] Post Thank You Hack (https://vborg.vbsupport.ru/showthread.php?t=122944)

boing 10-29-2006 06:19 AM

Okay here are some minor bugs that I found, its not about how it works but how it looks. You will not see any different untill you use some VB skin

Original code on line 111 -> v5.3
PHP Code:

<![CDATA[<div style="padding:$stylevar[cellpadding]px 0px 0px 0px">
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center"

The right one (IMO)
PHP Code:

<![CDATA[<div style="padding:5px 0px $stylevar[cellpadding]px 0px">
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center"

Original code on line 131 v5.3
PHP Code:

<![CDATA[<div style="padding:$stylevar[cellpadding]px 0px 0px 0px">
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="100%" align="center"


The right one (IMO)
PHP Code:

<![CDATA[<div style="padding:4px 0px 0px 0px">
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center"

Hope it helps

Abe1 10-29-2006 11:09 AM

Quote:

Originally Posted by boing
Okay here are some minor bugs that I found, its not about how it works but how it looks. You will not see any different untill you use some VB skin

These corrections were made vary carefully. If I do make these changes, then there is a bigger area then normal under the thanks box. Having it like this, makes it show up perfect.

Targowski 10-30-2006 12:08 AM

Very nice hack, I'll be sure to download this one.

grc 10-31-2006 12:10 PM

Quote:

Originally Posted by GearTripper
post vB 3.6.1 upgrade, i am receiving this message atop my forums when a user clicks Find All Thanked Posts from within the navbar search and/or memberinfo...

Did this ever get resolved? I get the same error message - although things do go right on working.

grc 10-31-2006 12:11 PM

Quote:

Originally Posted by GearTripper
post vB 3.6.1 upgrade, i am receiving this message atop my forums when a user clicks Find All Thanked Posts from within the navbar search and/or memberinfo...

Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 648



Did this ever get resolved? I get the same error message - although things do go right on working.

Abe1 10-31-2006 09:30 PM

Quote:

Originally Posted by grc
Did this ever get resolved? I get the same error message - although things do go right on working.

I never looked into this. I need a way to reproduce it.

Th3_Ch@H@N^ 11-01-2006 01:28 PM

excellent mod thank a lot

Markith 11-01-2006 04:43 PM

Is there a way to take that navbar search option out????

Abe1 11-01-2006 05:51 PM

Quote:

Originally Posted by Markith
Is there a way to take that navbar search option out????

Sure. Just dont do the template edit for it.

ninjamaster 11-02-2006 09:49 AM

thanks m8 nice work :)


All times are GMT. The time now is 02:39 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.02600 seconds
  • Memory Usage 1,753KB
  • 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_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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