Resource icon

[bd] Widget Framework 2.6.6

No permission to download
Code:
<xen:if hascontent="true">
<div class="sp_mall"><center><img src="http://i28.photobucket.com.jpg"></center><b><center><big>Hi! of the Month!</big></center></b><br /><center><BIG><B>'LIAM'</B></BIG></center><a href="http://www.s.com/community/threads/hi-my-name-is-/"><br /><b><center>Click Here!</center></b></a> <br /><br />
    <ul>
        <xen:contentcheck>

                    </li>
                </xen:if>
            </xen:foreach>
        </xen:contentcheck>
    </ul>
</div>
</xen:if>
I am not that good with html - this code has worked for me and looks correct on site, is there anything i "don't" need in this code, or need to add? i copied it from staff online template.
 
Code:
<xen:if hascontent="true">
<div class="sp_mall"><center><img src="http://i28.photobucket.com.jpg"></center><b><center><big>Hi! of the Month!</big></center></b><br /><center><BIG><B>'LIAM'</B></BIG></center><a href="http://www.s.com/community/threads/hi-my-name-is-/"><br /><b><center>Click Here!</center></b></a> <br /><br />
    <ul>
        <xen:contentcheck>

                    </li>
                </xen:if>
            </xen:foreach>
        </xen:contentcheck>
    </ul>
</div>
</xen:if>
I am not that good with html - this code has worked for me and looks correct on site, is there anything i "don't" need in this code, or need to add? i copied it from staff online template.
What are you trying to do?
 
Congratulations on one of the best XenForo plugins out there, @xfrocks. This is the exact functionality I was looking for and it was such a treat to find something which does the job! :D

Your focus on performance and caching is also a very pleasant surprise and a necessity for those of us with larger boards. I'm curious, what is the cache expiration time, exactly?

EDIT: Never mind, I found the cache expiration times here.
 
Last edited:
Hmm, the tabs in a group have their header already, if we put another <h3 /> on top of them, I think they will look pretty bad?
Maybe I am missing something then - when tabbed I get no header just the TABs with titles... An overall header with something like 'Latest Activity' would be good.
 
Quick question - in the templates there is a note to change wf_default_extra.css only (not wf_default.css).

What reference do I use to style each widget? At the moment I am trying to style the stats widget but don't know what to use.
At present the wf_default_extra.css only has:

.Tinhte_XenTag_WidgetRenderer_Cloud h3 { display: none }

But not sure what the equivalent would be to style the stats widget...
 
Quick question - in the templates there is a note to change wf_default_extra.css only (not wf_default.css).

What reference do I use to style each widget? At the moment I am trying to style the stats widget but don't know what to use.
At present the wf_default_extra.css only has:

.Tinhte_XenTag_WidgetRenderer_Cloud h3 { display: none }

But not sure what the equivalent would be to style the stats widget...
The equivalent for stats widget is

Code:
.WidgetFramework_WidgetRenderer_Stats { background: black; }

That looks correct. The tab headers are title of those widgets. They looked nicely in your screenshot :D You want to put a header above those tab headers?
 
That looks correct. The tab headers are title of those widgets. They looked nicely in your screenshot :D You want to put a header above those tab headers?

I did yes, but its probably not quite so simple as the tabs would also need a line under them to avoid them looking as they were floating... It looks ok as it is but it also breaks the collapsible option that I have on all my other widgets (another add on)
 
Last edited:
I did yes, but its probably not quite so simple as the tabs would also need a line under them to avoid them looking as they were floating... It looks ok as it is but it also breaks the collapsible option that I have on all my other widgets (another add on)
To be honest, I still can't imagine what you want to achieve. Probably put together a mockup?
 
Not too sure how to sort this. This add-on seems to be messing with the root domain path / and I got no idea why.
Basically, I have the Index Page Route of my site set to pages/home. Without this add-on, it works flawlessly.
However, with this on, connecting to the front page shows up 'Widget page not found' Now this is a normal page I have set for the root of the domain.
Am I doing something wrong here, or is this a bug? I do have widgets set to pagenode_container with an expression to make it only show on the home page ID.

And yes, I am a complete newbie to Xenforo (using 1.2.1 btw) and web development in general. Idiot's terms please :p
 
Not too sure how to sort this. This add-on seems to be messing with the root domain path / and I got no idea why.
Basically, I have the Index Page Route of my site set to pages/home. Without this add-on, it works flawlessly.
However, with this on, connecting to the front page shows up 'Widget page not found' Now this is a normal page I have set for the root of the domain.
Am I doing something wrong here, or is this a bug? I do have widgets set to pagenode_container with an expression to make it only show on the home page ID.

And yes, I am a complete newbie to Xenforo (using 1.2.1 btw) and web development in general. Idiot's terms please :p
Have you created a widget page and set it as index? Then you deleted it?
 
Top Bottom