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] Profile Hover v1 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=257579)

zonaenlinea 01-25-2011 08:02 PM

thanks very good

DragonByte Tech 01-26-2011 12:05 AM

Quote:

Originally Posted by DjEddie (Post 2154395)
hi this works with no problems of the actual mod .. but i need to change the color on the background of the pop up as its transparent ..so I can't read anything in the box..

please can you point me to how to do this?

thanks you

The template to edit is dbt_ph_profile
You can either edit each div that has a "td" class and add the background color to the style or you could try doing an inline td style change before the table starts.

DragonByte Tech 01-26-2011 12:08 AM

Quote:

Originally Posted by BadgerDog (Post 2154489)
Installed for testing with thanks ... :)

Seems to have a problem when names are located near right edge of forums. The pop-up window opens to the right and most of the box (and text) don't display properly. ;)

Regards,
Doug

I'll see if I can fix that. I checked and it does it on my dev sometimes, depending on what side of the name you hover over. Hover over the name from the left and it goes off screen, hover over from the right and it forces the popup over so it's all visible.
Thanks for letting me know

Dylan

starman? 01-26-2011 12:44 AM

How about changing the code to display the profile pic instead of the avatar?

DragonByte Tech 01-26-2011 02:35 AM

Quote:

Originally Posted by starman? (Post 2154643)
How about changing the code to display the profile pic instead of the avatar?

It's on the list of features for the next pro release, there aren't any plans on adding it to the lite version though, sorry.

Dylan

BadgerDog 01-26-2011 09:59 AM

Quote:

Originally Posted by DragonByte Tech (Post 2154633)
I'll see if I can fix that. I checked and it does it on my dev sometimes, depending on what side of the name you hover over. Hover over the name from the left and it goes off screen, hover over from the right and it forces the popup over so it's all visible.
Thanks for letting me know

Dylan

You're welcome .. :)

We'd be interested in pro version once you have it out of beta and all sorted out ... :up:

Regards,
Doug

DjEddie 01-26-2011 12:23 PM

Quote:

Originally Posted by DragonByte Tech (Post 2154632)
The template to edit is dbt_ph_profile
You can either edit each div that has a "td" class and add the background color to the style or you could try doing an inline td style change before the table starts.

Hi, and thanks for your help :) .. please could u expand in ur meaning as to where I would put bgcolor="#000000" in the coding to give it a black background ..

I've tried to put it in between this coding that appears through out the template ..

Code:

<div class="td blockrow" bgcolor="#000000" style="vertical-align:
with no luck .. I'm sure thats totally wrong too lol

Thanks for your help :)

DragonByte Tech 01-27-2011 06:36 PM

Quote:

Originally Posted by DjEddie (Post 2154833)
Hi, and thanks for your help :) .. please could u expand in ur meaning as to where I would put bgcolor="#000000" in the coding to give it a black background ..

I've tried to put it in between this coding that appears through out the template ..

Code:

<div class="td blockrow" bgcolor="#000000" style="vertical-align:
with no luck .. I'm sure thats totally wrong too lol

Thanks for your help :)

Open the template dbt_ph_profile
At the very top put
Code:

<STYLE TYPE="text/css">
  div.td.blockrow {background-color: #000;}
</STYLE>

That worked on my dev site.

OldSchoolDSL 01-28-2011 02:24 PM

Anyone have a demo?

DjEddie 01-28-2011 08:29 PM

Quote:

Originally Posted by DragonByte Tech (Post 2155370)
Open the template dbt_ph_profile
At the very top put
Code:

<STYLE TYPE="text/css">
  div.td.blockrow {background-color: #000;}
</STYLE>

That worked on my dev site.

Works perfect for the background color nice one :) thanks!


All times are GMT. The time now is 02:05 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.01210 seconds
  • Memory Usage 1,744KB
  • 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_code_printable
  • (7)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