Is there a way to find a text string in a directory of .php files.
i.e. if I want to modify a string but I don't know in which file it is, how can I find it?
Is there a way to find a text string in a directory of .php files. i.e. if I want to modify a string but I don't know in which file it is, how can I find it? |
Most operating systems carry a powerful search feature these days. You can ever search within files. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Most operating systems carry a powerful search feature these days. You can ever search within files. no, it doesn't work for me, i tried to find a string in the whole directory "Dolphin-v.7.0.0" using find text of windows but no success. |
Most operating systems carry a powerful search feature these days. You can ever search within files. no, it doesn't work for me, i tried to find a string in the whole directory "Dolphin-v.7.0.0" using find text of windows but no success. Odd, it works just fine for me. If you are using Windows XP or lower, make sure you set the option to search within files. Windows Vista and higher automatically do this. If you want, you can tell me what you're searching for. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
sure, I'm trying to modify the message when a user join, I receive "new user confirmed" but it's not correct, I would like it "New user joined" or similar. I am looking for the script containing that string but no success. |
sure, I'm trying to modify the message when a user join, I receive "new user confirmed" but it's not correct, I would like it "New user joined" or similar. I am looking for the script containing that string but no success. Are you talking about the email messages? If so, you can modify these from administration, settings, email templates. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
sure, I'm trying to modify the message when a user join, I receive "new user confirmed" but it's not correct, I would like it "New user joined" or similar. I am looking for the script containing that string but no success. Are you talking about the email messages? If so, you can modify these from administration, settings, email templates. nope, those email messages templates aren't there |
Hm, if it's not there, then I do not know where it's located. However, I don't understand how it's not correct, since it sounds correct to me. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Hm, if it's not there, then I do not know where it's located. However, I don't understand how it's not correct, since it sounds correct to me. this is the reason why I was looking for something that can find strings in php files BTW the message "New user confirmed" arrives BEFORE he confirm his email address, and the same message arrives also after he does it, isn't it confusing? |
Normal the e-mail; templates are in administration - settings -email templates. Kids first |