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.
[Solved] I need a plugin that can create external pages*
Hello all,
how can I create link to external page as part of my theme. Like I want to have external page (like in views), that will act like forum view. E.g. as you have Profile page, I would like one page that will have custom header, explanations what not, and below list of discussions for example. I have added this in my master view but have no idea where to create link and how to find page what I want to use
Also, is it possible to override plugins as you do with css, php files by putting them in your theme directory, since I need some modifications on how specific plugins render code, which I would like to preserve in theme directory if possible, rather than pack whole plugin directory separately...
Thanks in advance
how can I create link to external page as part of my theme. Like I want to have external page (like in views), that will act like forum view. E.g. as you have Profile page, I would like one page that will have custom header, explanations what not, and below list of discussions for example. I have added this in my master view but have no idea where to create link and how to find page what I want to use
$this->Menu->AddLink('Test', 'How it works', '<dont_know_path_to_file>', FALSE, array('class' => 'External'));
Also, is it possible to override plugins as you do with css, php files by putting them in your theme directory, since I need some modifications on how specific plugins render code, which I would like to preserve in theme directory if possible, rather than pack whole plugin directory separately...
Thanks in advance
Tagged:
0
Answers
http://vanillaforums.org/addon/custompages-plugin
I guess plugins can be edited only on their native location...