vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Timezone Image In Profile (https://vborg.vbsupport.ru/showthread.php?t=101415)

Danny Diamond 01-08-2006 11:12 AM

installed and works fine. thanks

Nutz 01-14-2006 07:56 AM

Glad to hear it :)

Thanks,
Mat

bashy 01-14-2006 02:50 PM

Hi

I have installed this but please see image and let me kow how to resolve it if you can please, anyone :)

Club3G 01-14-2006 05:15 PM

It's appearing outside of the main profile field box for me. Any way to move it to where Group Memberships is now?

Example:
http://www.sevenstring.org/forum/member.php?u=23

Working fine otherwise, thanks. :)

[high]* Club3G clicks install[/high]

bashy 01-15-2006 04:30 PM

Sounds like the same problem i have (cant check as i have to reg on your site)

To get rid of the error error ENABLE the product :)

Can anyone advise on the other problem please?

Quote:

Originally Posted by Club3G
It's appearing outside of the main profile field box for me. Any way to move it to where Group Memberships is now?

Example:
http://www.sevenstring.org/forum/member.php?u=23

Working fine otherwise, thanks. :)

[high]* Club3G clicks install[/high]


docvader 01-15-2006 04:52 PM

I fixed it by reinstalling the product.

docvader 01-15-2006 05:49 PM

Quote:

Originally Posted by bashy
Hi

I have installed this but please see image and let me kow how to resolve it if you can please, anyone :)

Bashy
I'm far from being an html god, but, what I do in these situations, is I use either FrontPage or Dreamweaver, put that vb code into the BODY of a NEW FP page, and then redesigin the page so that it looks good.

Then take the finished FP code from between the body tags, and that's your updated template. Your issue just has to do with table tags.

http://russbo.org/vb/member.php?u=1

rich

bashy 01-15-2006 06:07 PM

Nice one m8 well done..Tis all sorted now :)
Thanks alot :)


Quote:

Originally Posted by docvader
Bashy
I'm far from being an html god, but, what I do in these situations, is I use either FrontPage or Dreamweaver, put that vb code into the BODY of a NEW FP page, and then redesigin the page so that it looks good.

Then take the finished FP code from between the body tags, and that's your updated template. Your issue just has to do with table tags.

http://russbo.org/vb/member.php?u=1

rich


Boofo 01-15-2006 09:01 PM

Quote:

Originally Posted by Club3G
It's appearing outside of the main profile field box for me. Any way to move it to where Group Memberships is now?

Example:
http://www.sevenstring.org/forum/member.php?u=23

Working fine otherwise, thanks. :)

[high]* Club3G clicks install[/high]

That's how I did it. Just FIND:

PHP Code:

 <td class="tcat" width="50%">$vbphrase[group_memberships]</td

REPLACE it with:

PHP Code:

 <td class="tcat" width="50%">$vbphrase[timezone_image]</td

Then FIND:

PHP Code:

 <td class="panelsurround" align="center">
<
div class="panel">
<
div align="$stylevar[left]">
 
<
div class="fieldset">
    <
table cellpadding="0" cellspacing="$stylevar[formspacer]px" border="0">
    <
tr>
     <if 
condition="$show['membergroups']">
     <
td></td>
     <else />
     <
td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>
     </if>
    </
tr>
    
$membergroupbits
    
</table>
</
div>
 
</
div>
</
div>
</
td

REPLACE it with:

PHP Code:

 <td class="panelsurround" align="center">
<
div class="panel">
<
div align="$stylevar[center]">
 
<
div class="fieldset">
    <
table cellpadding="0" cellspacing="$stylevar[formspacer]px" border="0">
    <
tr>
     <
td><img src="gmtimage.php?gmt=$userinfo[timezoneoffset]&localtime=$userinfo[localtime]&localdate=$userinfo[localdate]#gif.gif" alt="$vbphrase[timezone_image]"/></td>
    </
tr>
    </
table>
</
div>
 
</
div>
</
div>
</
td

and you should be all set. ;)

Nutz 01-16-2006 02:08 PM

Thanks for that Boofo :)

Thanks,
Mat


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