vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - [DBTech] Original Poster In Postbit v1 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=299130)

DragonByte Tech 06-15-2013 12:52 AM

highlight_background can be found under the group Common but that is for the other display locations. For the postbit control area it is the stylevars,
postbit_control_background and postbit_control_hover_background they are in the group, Postbit.

The text does indeed change color in the postbit control area, if you did not edit the phrase and change the color. The image will not change color cause it is built more like the one for vBDonate, not vBSuper PM's.

Chris

Nirjonadda 06-15-2013 06:09 AM

1 Attachment(s)
My Bad ,Any update for mouseovers working?

Ex: Attachment 145420

DragonByte Tech 06-15-2013 09:27 AM

If you are saying there is no text that appears when hovering, that is not a bug, I did not add that. I can get it added in the next update.

Chris

datoneer 06-15-2013 11:44 AM

Thanks dbtech you're the best. In a few days i will buy 4 dbtech mods pro version

DragonByte Tech 06-17-2013 06:48 PM

Glad ya found it useful.

Chris

lasalle6969 08-31-2013 09:03 PM

Very original jajajaja

rinkrat 10-10-2013 12:43 AM

Getting this error on new thread creation after upgrade to VB 4.22

Warning: Creating default object from empty value in ..../dbtech/original_poster/hooks/postbit_display_complete.php on line 37

I'm sure you're busy, but thought I'd let you know!

ozzy47 10-10-2013 01:10 AM

Quote:

Originally Posted by rinkrat (Post 2451551)
Getting this error on new thread creation after upgrade to VB 4.22

Warning: Creating default object from empty value in ..../dbtech/original_poster/hooks/postbit_display_complete.php on line 37

I'm sure you're busy, but thought I'd let you know!

I can't replicate that error, i am still on php v5.3, so could you test something for me?

Open the file, dbtech/original_poster/hooks/postbit_display_complete.php and find this:

Code:

if (!$vbulletin->condition = $post['postcount'] == '1')
And change it to this:

Code:

if ($post['postcount'] != '1')
Then see if you still get the error.

rinkrat 10-10-2013 04:22 PM

That worked!! :)

Thanks!

ozzy47 10-10-2013 04:37 PM

Cool, I'll update the files as soon as I can.


All times are GMT. The time now is 01:54 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.01066 seconds
  • Memory Usage 1,730KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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