Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Editing Panel asset

meta7gearmeta7gear New
edited December 2011 in Vanilla 2.0 - 2.8
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

  • meta7gearmeta7gear New
    edited March 2011
    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.

  • LincLinc Detroit Admin

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

Sign In or Register to comment.