Quote:
Originally Posted by expediteinsight
Edit:
I figured it out. I was going to delete this, but in case anyone has the same problem, I will explain what I did.
I was confusing "new style" with "new template" for an existing style. If you go to Style Manager > Drop-down menu for your current style > Add new template, you will be able to add vbcms_widget_weather and paste the code into the large text box.
Then, when you create the new widget, click Configure. Once again paste the code into this text box (I'm not sure why it needs to be in both places, but I just started using vbulletin today so I am very new). Then below the Static html box, there is a "template name" field. Paste vbcms_widget_weather into this field.
|
You don't need it in both places.
I copied this into the widget which I think just calls out the template.
PHP Code:
<div class="cms_widget">
<div class="block">
<div class="cms_widget_header">
<h3>{vb:raw widget_title}</h3>
</div>
<div class="cms_widget_content">
The I created the template as written, but I did it in my parent style so I didn't have to create it in all my styles.
It works. Thanks.