Author |
Message |
p17blo
Regular


Joined: Jul 27, 2007
Posts: 77
|
Posted:
Sat Aug 25, 2007 4:19 pm |
|
Quick Reply mod is integrated into 2.1 and the viewtopic_body makes reference to a definition of {QUICK_REPLY_FORM}.
In which file is this defined? I would like to make some changes to it?
Thanks
Paul |
|
|
|
 |
Susann
Moderator

Joined: Dec 19, 2004
Posts: 3191
Location: Germany:Moderator German NukeSentinel Support
|
Posted:
Sat Aug 25, 2007 5:04 pm |
|
Some defines are in /modules/Forums/language/your language/lang_main.php |
|
|
|
 |
p17blo

|
Posted:
Sun Aug 26, 2007 3:18 am |
|
it doesn't appear to be in that file.
I have just found it having fully FTS index my hard drive. It is actually defined within the viewtopic.php file.
Paul |
|
|
|
 |
Susann

|
Posted:
Sun Aug 26, 2007 4:04 am |
|
So you don´t have this defines in lang_main.php ?
// Quick Reply Mod
$lang['Quick_Reply'] = 'Quick Reply';
$lang['Quick_quote'] = 'Quote the last message'; |
|
|
|
 |
p17blo

|
Posted:
Sun Aug 26, 2007 4:10 am |
|
Yes, but I didn't ask where Quick_Reply or Quick_Quote was defined, I asked where {QUICK_REPLY_FORM} was defined, which I have now found in viewtopic.php
Paul |
|
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Sun Aug 26, 2007 7:54 am |
|
p17blo, many of the really good editors these days (I personally like TextPad) have really good textual search tools within them to find things just like this. Windows file search tools sucks at this. I would get yourself one of the good tools as they are invaluable, along with a good file comparison tool such as Beyond Compare 2 or Winmerge. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
 |
p17blo

|
Posted:
Sun Aug 26, 2007 9:37 am |
|
Do you mean a search functionality that searches files on a hard drive for contents of those files? ie, so I can search all my files on my hard disk for a file containing text {QUICK_REPLY_FORM}?
If so, please let me know which ones will. I am using Vista and have been strugling with this functionality since loading it up. I have only just found out that I can change the indexing options within Vista so I have just told my PC that I want all php and html files indexed for content which has help greatly, but before this I was reliant on Google Desktop with some add in.
I didn't think that Textpad for instance could search for anything other that the file it had open.
Paul |
|
|
|
 |
montego

|
Posted:
Sun Aug 26, 2007 9:38 am |
|
Yes, TextPad can, which is why I mentioned it. I found your answer in a matter of 10 seconds...  |
|
|
|
 |
p17blo

|
Posted:
Sun Aug 26, 2007 10:00 am |
|
Unbelievable. It has taken me nearly 6 months of using Vista trying various different FTS engines and all the time I could have been using Textpad. I just downloaded the latest version and tested it. Took slightly longer than 10 seconds but at least it works!
Thanks for the tip
Paul |
|
|
|
 |
montego

|
Posted:
Mon Aug 27, 2007 5:34 am |
|
BTW, we suggest other good tools within the HowToInstall manual.  |
|
|
|
 |
|