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.
What .php file contains the content for the "Email Confirmed" page?
I can't find the file that generates the
"Confirm Email... Your email has been successfully confirmed."
page in Views or Modules folders of either GDN/Vanilla or my theme...
can someone direct me to this file? I'd like to add a button for "create new discussion" to it.
TIA.
0
Comments
my last attempt to show you grep
YWITP
you're welcome in the past
don't overlook the dashboard it has lots of views.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
your last attempt to show me grep? grep as in:
http://en.wikipedia.org/wiki/Grep ?
WHOAH.
I will seek out this grep you speak of. I didn't realize you showed me grep before. Sorry if I was obtuse.
I long for grep.
I have messed with various applications trying to find a simple way to search through codebases so I don't have to ask questions like this. So MANY thanks for the ref (unless it's only for linux, in which case still thanks but I'll be sad on my lame windowsness. Honestly I might reformat a computer just to get grep if it's needed.)
no Cygwin had a grep and la lot of other good utilities for windows. If you have a spare partition or harddisk I recommend dowloading ubuntu also and installing to an old pc, it is easier to install than vanilla. And there are thousands of free applications and utilities.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Awesome. Thx.
If you want to search through codebases on Windows use NotePad++ it's really easy.
There was an error rendering this rich post.
For Windows there is also AgentRansack which is quick and easy to use.
http://stackoverflow.com/questions/87350/what-are-good-grep-tool-for-windows
http://alternativeto.net/software/windows-grep/
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
You'll want to add a new translation for it in conf/locale.php, not edit the php files.
@lincoln, I'm not looking to simply change the language, I'm looking to add an html button link for Create New Discussion, similar to one on the main forum page.
@everyone, thanks for the great grep-tool references.
You can do that via the locale file.
Trust me. Do. Not. Edit. Core. Files. It leads only to a world of despair.
e.g. you could change things like this
try it - in your discussions page and see how most recent by changes.
Keep up the tips we never think about Lincoln. It would be cool if you guys started a Tips discussion and teach us new tricks like these.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.