vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   vBulletin CMS Widgets - YoWindow Weather Widget (https://vborg.vbsupport.ru/showthread.php?t=265918)

Gemma 05-23-2013 06:29 PM

Quote:

Originally Posted by Toorak Times (Post 2423758)
Really confused, how do I change weather back to Celsius please?

Can you post the code that you are using?

Bowlsworld 02-05-2014 05:29 AM

Got this working beautifully on a site I built recently for a client, www.bowlsworld.com.au.

Thanks Gemma!

Toorak Times 02-18-2015 01:46 PM

<a href="http://www.tooraktimes.com.au/content.php" target="_blank">http://www.tooraktimes.com.au/content.php</a>

Hi Gemma, or anyone, This is working fine on 4.2.3beta3, except I cant work out how to move the radio buttons and close that gap at the bottom. Help would be greatly appreciated, great mod.

BTW is there anyway to lose the vB widget frame from this template?

Fizzgig 09-04-2015 05:41 PM

Quote:

Originally Posted by Gemma (Post 2303541)
There are two ways you could do this. One would be to find amp;us=metric&amp; in the code and after that add landscape=AAAAAAA&amp; where AAAAAAA would be either village, seaside, airport or oriental. This would however set all the location scenery to whatever option you choose.

Or you could do it this way.

Create a new user profile field.

Profile Field Type: Single-Selection Radio ButtonTitle: Weather Location Scene
Description: Choose from Village, Seaside, Airport and Oriental imagery for the background of your weather forecast report.
Options:
village
seaside
airport
oriental

Set Default: Yes
Field Required: No
Field Editable By User: Yes
Private Field: Yes
Field Searchable on Members List: No
Show on Members List: No

Take note of the profile field number.
Save
Note: the scenery options must be in lowercase letters (village, seaside, airport or oriental).

In your template find
Code:

amp;us=metric&amp;
Right after that put (where YY is the profile field number)
Code:

{vb:raw bbuserinfo.fieldYY}
So it looks like
Code:

amp;us=metric&amp;{vb:raw bbuserinfo.fieldYY}
Save the template.



landscape={vb:raw bbuserinfo.fieldxx}&amp;

Fizzgig 09-04-2015 06:09 PM

This is smashin.... thanks


All times are GMT. The time now is 10:10 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.01183 seconds
  • Memory Usage 1,729KB
  • 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
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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