Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 12

ChanuxCurtisOdenMaluchiTorbjornafiqasyraf93ericgillette +6 guests

Editing Panel asset

Which files do I need to edit to modify the HTML output of the Panel asset?

eg.

<div id="Panel">
{asset name="Panel"}
</div><!--End Panel-->
I need to edit what's being produced by {asset name="Panel"} specifically the Categories list and the Start New Discussion button.

<div id="Panel">
<a href="/gpn/vanilla/post/discussion" class="BigButton NewDiscussion">Start a New Discussion...
<h4><a href="/gpn/vanilla/categories/all">Categories</a></h4>
<ul class="PanelInfo PanelCategories">
<li class="Active"><span><strong><a h...
<li class="Depth1"><strong><a href="/...
<li class="Depth1"><strong><a href="/...
<li class="Depth1"><strong><a href="/...
<li class="Depth1"><strong><a href="/...
</ul>
</div>

Comments

  • Bump ... can anyone answer this?

    okay nevermind, found it for some reason the folder these files were in was showing up blank in SublimeTexts folder explorer.
  • Where did you find it? I'm working on a similar problem.

  • Posts: 2,058

    You probably need to make a custom view (in your theme) for whatever module you're trying to change.

    Vanilla developer [GitHub, Twitter]

Sign In or Register to comment.