1 daveydk May 29, 2007 08:04
3 personman May 29, 2007 14:51
3. It is a span with class "notes". You can change the color with css, but it will change several other places if you do it that way. Do you want that email message to be a different color from the Allowed XHTML tags, etc? If so, you can give it another class in skins/_feedback.php.
4 personman May 29, 2007 15:07
4. The $notify_from variable is set it conf/_advanced.php
5 personman May 29, 2007 15:10
5. I think you mean the validation email. The text is created in inc/MODEL/users/_user.class.php inside the send_validate_email() method.
When you edit any of these core files it's always a good idea to create a backup of the file before changing it. You should also know that the next time you upgrade you'll need to redo these changes.
Actually, if all you want to do is change the name b2evolution, then you can just change the $app_name variable in conf/_application.php.
Better yet, create a file in the conf folder called _overrides.php and put all of your variable overrides that you've made in the conf folder into that one file. Then when you upgrade, you won't lose those changes.
6 personman May 29, 2007 15:20
1. Those links are created in inc/VIEW/login/_footer.php
You can comment out that line or do a conditional statement to not show it on the registration page. As the code in that file says, removing the links can prevent your site from being listed in the b2evolution recently updated blogs section
7 daveydk May 29, 2007 18:25
Okay just one more question personman.
Do you have a mailing address so I can send you a coffee? hehe
Thanks a million for your help (and speedy reply too). This software is pretty amazing however truth be told it's the support that makes it worth while.
Good job. :)
~ Dave
8 personman May 29, 2007 18:40
Dave,
I'm happy to hear that those answers were helpful. I don't drink coffee :P but maybe as you get the hang of b2evolution you'll pop in once in a while and check the [url=http://forums.b2evolution.net//search.php?search_id=unanswered]unanswered posts[/url] and offer some help to other users.
Good luck with your project.
9 daveydk May 29, 2007 19:49
2. Find this part in your skin:
PHP:
// Call the Categories plugin:
$Plugins->call_by_code( 'evo_Cats', array( // Add parameters below:
) );
What .php file would that be?
Cheers!
~ Dave
Nevermind .. found it in the main.php (I looked in there before but didnt find it).
Thank!
2. Find this part in your skin:
and make it look like this: