We are using Vanilla Forums for a specific subject matter, but while there are lots of ways to customize the colors, there seems no way to edit the footer.
There is a logo down there, text, menus to pages that don't exist.
https://vanillaforums.org/
i've asked in here, but so far heard nothing.
Wondered if anyone here knows these forums and how to customize them.
If you google Vanilla Forums Footer Menus, you find nothing about it.
And if it is in a PHP file somewhere, good luck finding it as there are just so many folders and subfolders....
Does anyone know how to edit Vanilla Forums Footer Menus?
Moderator: General Moderators
-
simonmlewis
- DevNet Master
- Posts: 4435
- Joined: Wed Oct 08, 2008 3:39 pm
- Location: United Kingdom
- Contact:
Does anyone know how to edit Vanilla Forums Footer Menus?
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
All the best from the United Kingdom.
Re: Does anyone know how to edit Vanilla Forums Footer Menus
I just installed it. Not seeing anything amiss, just the logo. Custom theme?simonmlewis wrote:There is a logo down there, text, menus to pages that don't exist.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Does anyone know how to edit Vanilla Forums Footer Menus
A quick search found that the header and footer are in the master template: /themes/Bootstrap/views/default.master.tpl. Apparently there is a Theming Quickstart in the documentation that describes how to edit this file.
(#10850)
Re: Does anyone know how to edit Vanilla Forums Footer Menus
Specifically what you're looking for is [text]{asset name="Foot"}[/text]
as described in theming views. Out of the box, this doesn't do anything, so content appearing there would be the result of plugins or the like.
as described in theming views. Out of the box, this doesn't do anything, so content appearing there would be the result of plugins or the like.
-
simonmlewis
- DevNet Master
- Posts: 4435
- Joined: Wed Oct 08, 2008 3:39 pm
- Location: United Kingdom
- Contact:
Re: Does anyone know how to edit Vanilla Forums Footer Menus
Yes found it. Thanks.
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
All the best from the United Kingdom.