Editing Panel asset
meta7gear
New
Which files do I need to edit to modify the HTML output of the Panel asset?
eg.
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>
Tagged:
0
Comments
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.
You probably need to make a custom view (in your theme) for whatever module you're trying to change.