News:

Wondering if this will always be free?  See why free is better.

Main Menu

ApolloBB

Started by zwaldowski, September 06, 2007, 09:40:37 AM

Previous topic - Next topic

m@d

I have updated the Theme, but this time i have got  errors

Undefined index: apollobb_footer_sql
Undefined index: apollobb_footer_php
Undefined index: apollobb_footer_css
Undefined index: apollobb_footer_xhtml

zwaldowski

Check our your Modifications.english.php theme for ApolloBB (upload the new one, too).  Make sure there is the stuff for your language in it.

------------------------
Help me win an iPod, or maybe a Wii!

slowpoke

 it seems that "quote" do not work ... any solution???

thx

mpw

#103
Hi there,

first of all thanks for a really nice designed theme!!!
i just have a few problems wih some mods that i want to implement.
the links for gallery & links are not visible in the admin page (see pic)
and also not accessible from backend set to the theme.



Also i want to use the dropdown language select. it works in the default theme but not in Apollo.


Thanks for your help & the great work

zwaldowski

These blank issues mean that you are having are problems with your language file.  Please read my instructions at the bottom of this post.

------------------------
Help me win an iPod, or maybe a Wii!

mpw

Hi Zwaldowski,

thanks for your quick reply. will go thru the post you mentioned.
I´m still new to SMF so its learning in progress.  ;)

Thanks for your help.

mpw

Hi Zwaldowski,

i overwrote the files mentioned in the post & also put the language files in the folders.
So now the links & also the >>save note<< showed up, but if i log out & log back in it is gone again. Am I doing something wrong??

Thanks
Marc

samames

Quote from: zwaldowski on October 08, 2007, 04:26:14 PM
Alright, then.  It looks like it might be a problem with ads.  But to make sure, re-upload all of the CSS files from ApolloBB's default distribution.
nope, I just did a fresh SMF and installed apolloBB and e-arcade and the same thing happened.
Firefox 3 user. Mac user. Pc user.

zwaldowski

It must be something wrong.  Can you post for me the contents of the files "smf_root/Themes/default/Modifications.english.php" and "smf_root/Themes/ApolloBB/Modifications.english.php".  Please, if you can, put them in [ code][/ code] tags.  Also do this for any other languages you have installed.

@samames: I'll check this out further, then.  Can you send me a link to the mod?

------------------------
Help me win an iPod, or maybe a Wii!

mpw

here are the snips from

smf_root/Themes/default/Modifications.english.php

but here it is located in smf_root/Themes/default/languages/Modifications.english.php (same goes for apollo)
might that be already the problem, that i put the modification.php files in the wrong place?

//Begin SMF Links Text Strings
$txt['smflinks_menu'] = 'Links';
$txt['smflinks_admin'] = 'Links Configuration';


$txt['permissiongroup_smflinks'] = 'SMF Links';
$txt['permissionname_view_smflinks'] = 'View Links Page';
$txt['permissionhelp_view_smflinks'] = 'Sets if the user can view the links page.';
$txt['cannot_view_smflinks'] = 'You can not view the links page.';
$txt['permissionname_add_links'] = 'Add Links';
$txt['permissionhelp_add_links'] = 'If the user is allowed to submit links';
$txt['cannot_add_links'] = 'You can not add links.';
$txt['permissionname_edit_links'] = 'Edit Links';
$txt['permissionhelp_edit_links'] = 'If the user is allowed to edit links';
$txt['cannot_edit_links'] = 'You can not edit links.';
$txt['permissionname_delete_links'] = 'Delete Links';
$txt['permissionhelp_delete_links'] = 'If the user is allowed to delete links';
$txt['cannot_delete_links'] = 'You can not delete links.';
$txt['permissionname_approve_links'] = 'Approve Links';
$txt['permissionhelp_approve_links'] = 'If the user is allowed to approve links';
$txt['cannot_approve_links'] = 'You can not approve links.';
$txt['permissionname_links_auto_approve'] = 'Links Auto Approved';
$txt['permissionhelp_links_auto_approve'] = 'If the users links are auto approved when submitted.';
$txt['permissionname_rate_links'] = 'Rate Links';
$txt['permissionhelp_rate_links'] = 'If the user is allowed to rate links';
$txt['cannot_rate_links'] = 'You are not allowed to rate links.';
$txt['permissionname_links_manage_cat'] = 'Manage Categories';
$txt['permissionhelp_links_manage_cat'] = 'User can add/remove/edit/reorder categories';
$txt['cannot_links_manage_cat'] = 'You are not allowed to manage categories.';
//END SMF Links Strings



and smf_root/Themes/ApolloBB/Modifications.english.php


//Begin SMF Links Text Strings
$txt['smflinks_menu'] = 'Links';
$txt['smflinks_admin'] = 'Links Configuration';


$txt['permissiongroup_smflinks'] = 'SMF Links';
$txt['permissionname_view_smflinks'] = 'View Links Page';
$txt['permissionhelp_view_smflinks'] = 'Sets if the user can view the links page.';
$txt['cannot_view_smflinks'] = 'You can not view the links page.';
$txt['permissionname_add_links'] = 'Add Links';
$txt['permissionhelp_add_links'] = 'If the user is allowed to submit links';
$txt['cannot_add_links'] = 'You can not add links.';
$txt['permissionname_edit_links'] = 'Edit Links';
$txt['permissionhelp_edit_links'] = 'If the user is allowed to edit links';
$txt['cannot_edit_links'] = 'You can not edit links.';
$txt['permissionname_delete_links'] = 'Delete Links';
$txt['permissionhelp_delete_links'] = 'If the user is allowed to delete links';
$txt['cannot_delete_links'] = 'You can not delete links.';
$txt['permissionname_approve_links'] = 'Approve Links';
$txt['permissionhelp_approve_links'] = 'If the user is allowed to approve links';
$txt['cannot_approve_links'] = 'You can not approve links.';
$txt['permissionname_links_auto_approve'] = 'Links Auto Approved';
$txt['permissionhelp_links_auto_approve'] = 'If the users links are auto approved when submitted.';
$txt['permissionname_rate_links'] = 'Rate Links';
$txt['permissionhelp_rate_links'] = 'If the user is allowed to rate links';
$txt['cannot_rate_links'] = 'You are not allowed to rate links.';
$txt['permissionname_links_manage_cat'] = 'Manage Categories';
$txt['permissionhelp_links_manage_cat'] = 'User can add/remove/edit/reorder categories';
$txt['cannot_links_manage_cat'] = 'You are not allowed to manage categories.';
//END SMF Links Strings

zwaldowski

That was my bad.  Yes, it is in languages/.

Is that all, or just snips?

------------------------
Help me win an iPod, or maybe a Wii!

mpw

that were just snips

here comes the full stuff now.

smf_root/Themes/default/Modifications.english.php


<?php
// Version: 1.1; Modifications


// --- Begin modification - Gravatar ---
$txt['gravatar'] = 'Gravatar';
$txt['gravatar_desc'] = 'This will use the <a href="http://www.gravatar.com/">Gravatar</a> (globally recognised avatar) service.';

// Admin panel settings
$txt['gravatar_all'] = 'Use Gravatar for all users?';
$txt['gravatar_all_desc'] = 'If this option is enabled, Gravatar will be used for all users of the forum, and the avatar settings (under <i>Forum Profile Information</i> in the user\'s profile) will be disabled.<br />If this option is disabled, users are able to choose (via their profile) whether they want to use Gravatar or not.';

$txt['gravatar_default'] = 'Default image';
$txt['gravatar_default_desc'] = 'Default image to use when the requested user doesn\'t have an associated Gravatar, or its rating is beyond the allowed rating (currently ' $GLOBALS['modSettings']['gravatar_rating'] . ').<br /> Leave this blank to use the default Gravatar image, or set it to <b>' $GLOBALS['modSettings']['avatar_url'] . '/blank.gif</b> to not show anything.';
$txt['gravatar_default_reset'] = 'Reset to blank image';

$txt['gravatar_rating'] = 'Maximum rating';
$txt['gravatar_rating_desc'] = 'Each avatar uploaded to the Gravatar service has a corresponding <a href="http://en.wikipedia.org/wiki/Motion_Picture_Association_of_America_film_rating_system">MPAA-style</a> rating specified. This setting allows you to specify the highest rating permitted on your forum.';
// --- End modification ---
//Begin Admin Notepad Text Strings
$txt['notepad_title'] = 'Admin Notepad';
$txt['notepad_des'] = 'Place to leave notes to your fellow admins on your forum.';
$txt['notepad_save'] = 'Save Notes';


//END Admin Notepad Text Strings

//Begin Member Notepad Text Strings
$txt['mempad_title'] = 'Personal Notes';
$txt['mempad_save'] = 'Save Notes';
$txt['mempad_error'] = 'You are not allowed to edit this user\'s notepad.';

//END Member Notepad Text Strings

$txt['setting_cal_bdays_for_index'] = 'Days in advance to show birthdays';
// Page Number MOD - rockinaway
  $txt['page'] = 'Page';
// Page Number MOD - rockinaway

$txt['myspace'] = 'MySpace';

$txt['youtube'] = 'YouTube';
$txt['youtube_invalid'] = '#Invalid YouTube Link#';

// Country Flag mod
$txt['country_flag_label'] = 'Please select your country';
$txt['country_flag_error_required'] = 'You must select the country that you visit us from';
$txt['country_flag_ask'] = 'Ask for country flag on';
$txt['country_flag_disabled'] = 'Don\'t show (Disabled)';
$txt['country_flag_profile'] = 'Profile';
$txt['country_flag_registration'] = 'Registration';
$txt['country_flag_both'] = 'Both';
$txt['country_flag_required'] = 'Require a member to select a location?';
$txt['country_flag_show'] = 'Show flags on Display page (Where posts are shown).';
$txt['country_flag'] = 'Country';

//Begin SMF Links Text Strings
$txt['smflinks_menu'] = 'Links';
$txt['smflinks_admin'] = 'Links Configuration';


$txt['permissiongroup_smflinks'] = 'SMF Links';
$txt['permissionname_view_smflinks'] = 'View Links Page';
$txt['permissionhelp_view_smflinks'] = 'Sets if the user can view the links page.';
$txt['cannot_view_smflinks'] = 'You can not view the links page.';
$txt['permissionname_add_links'] = 'Add Links';
$txt['permissionhelp_add_links'] = 'If the user is allowed to submit links';
$txt['cannot_add_links'] = 'You can not add links.';
$txt['permissionname_edit_links'] = 'Edit Links';
$txt['permissionhelp_edit_links'] = 'If the user is allowed to edit links';
$txt['cannot_edit_links'] = 'You can not edit links.';
$txt['permissionname_delete_links'] = 'Delete Links';
$txt['permissionhelp_delete_links'] = 'If the user is allowed to delete links';
$txt['cannot_delete_links'] = 'You can not delete links.';
$txt['permissionname_approve_links'] = 'Approve Links';
$txt['permissionhelp_approve_links'] = 'If the user is allowed to approve links';
$txt['cannot_approve_links'] = 'You can not approve links.';
$txt['permissionname_links_auto_approve'] = 'Links Auto Approved';
$txt['permissionhelp_links_auto_approve'] = 'If the users links are auto approved when submitted.';
$txt['permissionname_rate_links'] = 'Rate Links';
$txt['permissionhelp_rate_links'] = 'If the user is allowed to rate links';
$txt['cannot_rate_links'] = 'You are not allowed to rate links.';
$txt['permissionname_links_manage_cat'] = 'Manage Categories';
$txt['permissionhelp_links_manage_cat'] = 'User can add/remove/edit/reorder categories';
$txt['cannot_links_manage_cat'] = 'You are not allowed to manage categories.';
//END SMF Links Strings

$txt['xblgt_note'] = 'This is your Xbox Live gamer tag.';
// Pretty URLs mod
$txt['pretty_root_url'] = 'Pretty URLs root URL<div class="smalltext">(Without a final slash)</div>';
$txt['pretty_enable_filters'] = 'Enable URL filters<div class="smalltext">This may be a substantial performance hit</div>';

$txt['remove_modified'] = 'Remove this line';
// Begin User Email System Text Strings
$txt['user_email_title'] = 'User Email System';
$txt['permissionname_send_useremail'] = 'Send User Email';
$txt['permissionhelp_send_useremail'] = 'See if the user is allowed to send email.';
$txt['cannot_send_useremail'] = 'You can not send email.';

$txt['user_email_sendtitle'] = 'Send an e-mail message';
$txt['user_email_recipient'] = 'Recipient';
$txt['user_email_youremail'] = 'Your Email';
$txt['user_email_subject'] = 'Subject';
$txt['user_email_body'] = 'Message body';
$txt['user_email_options'] = 'Options';
$txt['user_email_sendcopy'] = 'Send a copy of this e-mail to yourself';
$txt['user_email_sendemail'] = 'Send e-mail';
$txt['user_email_emailsent'] = 'Your email has been sent!';
$txt['user_email_emailreturn'] = 'Your email has been sent! Click <a href="' $scripturl '">here</a> to return to the board.';
$txt['user_email_errsubject'] = 'You need to enter a subject.';
$txt['user_email_errmessage'] = 'You need to enter a message.';
$txt['user_email_errnouser'] = 'No user selected.';
$txt['user_email_errnousersend'] = 'This user has hidden their email and you can not email them.';
$txt['user_email_errnoemail'] = 'Your email address is required.';
$txt['user_email_err_invalidemail'] = 'Your email address is not valid. Check your input.';
$txt['user_email_hello'] = "Hello ";
$txt['user_email_emailsentby'] = ',

The following is an email sent to you by '
;
$txt['user_email_viaaccount'] = ' via your account on ';
$txt['user_email_ifmsgspam'] = ' . If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address at ';
$txt['user_email_msgsentas'] = 'Message sent to you follows';
$txt['user_email_emailsent'] = ' - Email sent.';
$txt['user_email_guest'] = 'Guest';


// END Begin User Email System Text Strings

?>



and

smf_root/Themes/ApolloBB/Modifications.english.php


<?php
// Version: 1.1; Modifications


// --- Begin modification - Gravatar ---
$txt['gravatar'] = 'Gravatar';
$txt['gravatar_desc'] = 'This will use the <a href="http://www.gravatar.com/">Gravatar</a> (globally recognised avatar) service.';

// Admin panel settings
$txt['gravatar_all'] = 'Use Gravatar for all users?';
$txt['gravatar_all_desc'] = 'If this option is enabled, Gravatar will be used for all users of the forum, and the avatar settings (under <i>Forum Profile Information</i> in the user\'s profile) will be disabled.<br />If this option is disabled, users are able to choose (via their profile) whether they want to use Gravatar or not.';

$txt['gravatar_default'] = 'Default image';
$txt['gravatar_default_desc'] = 'Default image to use when the requested user doesn\'t have an associated Gravatar, or its rating is beyond the allowed rating (currently ' $GLOBALS['modSettings']['gravatar_rating'] . ').<br /> Leave this blank to use the default Gravatar image, or set it to <b>' $GLOBALS['modSettings']['avatar_url'] . '/blank.gif</b> to not show anything.';
$txt['gravatar_default_reset'] = 'Reset to blank image';

$txt['gravatar_rating'] = 'Maximum rating';
$txt['gravatar_rating_desc'] = 'Each avatar uploaded to the Gravatar service has a corresponding <a href="http://en.wikipedia.org/wiki/Motion_Picture_Association_of_America_film_rating_system">MPAA-style</a> rating specified. This setting allows you to specify the highest rating permitted on your forum.';
// --- End modification ---
//Begin Admin Notepad Text Strings
$txt['notepad_title'] = 'Admin Notepad';
$txt['notepad_des'] = 'Place to leave notes to your fellow admins on your forum.';
$txt['notepad_save'] = 'Save Notes';


//END Admin Notepad Text Strings

//Begin Member Notepad Text Strings
$txt['mempad_title'] = 'Personal Notes';
$txt['mempad_save'] = 'Save Notes';
$txt['mempad_error'] = 'You are not allowed to edit this user\'s notepad.';

//END Member Notepad Text Strings

$txt['setting_cal_bdays_for_index'] = 'Days in advance to show birthdays';
// Page Number MOD - rockinaway
  $txt['page'] = 'Page';
// Page Number MOD - rockinaway

$txt['myspace'] = 'MySpace';

$txt['youtube'] = 'YouTube';
$txt['youtube_invalid'] = '#Invalid YouTube Link#';

// Country Flag mod
$txt['country_flag_label'] = 'Please select your country';
$txt['country_flag_error_required'] = 'You must select the country that you visit us from';
$txt['country_flag_ask'] = 'Ask for country flag on';
$txt['country_flag_disabled'] = 'Don\'t show (Disabled)';
$txt['country_flag_profile'] = 'Profile';
$txt['country_flag_registration'] = 'Registration';
$txt['country_flag_both'] = 'Both';
$txt['country_flag_required'] = 'Require a member to select a location?';
$txt['country_flag_show'] = 'Show flags on Display page (Where posts are shown).';
$txt['country_flag'] = 'Country';

//Begin SMF Links Text Strings
$txt['smflinks_menu'] = 'Links';
$txt['smflinks_admin'] = 'Links Configuration';


$txt['permissiongroup_smflinks'] = 'SMF Links';
$txt['permissionname_view_smflinks'] = 'View Links Page';
$txt['permissionhelp_view_smflinks'] = 'Sets if the user can view the links page.';
$txt['cannot_view_smflinks'] = 'You can not view the links page.';
$txt['permissionname_add_links'] = 'Add Links';
$txt['permissionhelp_add_links'] = 'If the user is allowed to submit links';
$txt['cannot_add_links'] = 'You can not add links.';
$txt['permissionname_edit_links'] = 'Edit Links';
$txt['permissionhelp_edit_links'] = 'If the user is allowed to edit links';
$txt['cannot_edit_links'] = 'You can not edit links.';
$txt['permissionname_delete_links'] = 'Delete Links';
$txt['permissionhelp_delete_links'] = 'If the user is allowed to delete links';
$txt['cannot_delete_links'] = 'You can not delete links.';
$txt['permissionname_approve_links'] = 'Approve Links';
$txt['permissionhelp_approve_links'] = 'If the user is allowed to approve links';
$txt['cannot_approve_links'] = 'You can not approve links.';
$txt['permissionname_links_auto_approve'] = 'Links Auto Approved';
$txt['permissionhelp_links_auto_approve'] = 'If the users links are auto approved when submitted.';
$txt['permissionname_rate_links'] = 'Rate Links';
$txt['permissionhelp_rate_links'] = 'If the user is allowed to rate links';
$txt['cannot_rate_links'] = 'You are not allowed to rate links.';
$txt['permissionname_links_manage_cat'] = 'Manage Categories';
$txt['permissionhelp_links_manage_cat'] = 'User can add/remove/edit/reorder categories';
$txt['cannot_links_manage_cat'] = 'You are not allowed to manage categories.';
//END SMF Links Strings

$txt['xblgt_note'] = 'This is your Xbox Live gamer tag.';
// Pretty URLs mod
$txt['pretty_root_url'] = 'Pretty URLs root URL<div class="smalltext">(Without a final slash)</div>';
$txt['pretty_enable_filters'] = 'Enable URL filters<div class="smalltext">This may be a substantial performance hit</div>';

$txt['remove_modified'] = 'Remove this line';
// Begin User Email System Text Strings
$txt['user_email_title'] = 'User Email System';
$txt['permissionname_send_useremail'] = 'Send User Email';
$txt['permissionhelp_send_useremail'] = 'See if the user is allowed to send email.';
$txt['cannot_send_useremail'] = 'You can not send email.';

$txt['user_email_sendtitle'] = 'Send an e-mail message';
$txt['user_email_recipient'] = 'Recipient';
$txt['user_email_youremail'] = 'Your Email';
$txt['user_email_subject'] = 'Subject';
$txt['user_email_body'] = 'Message body';
$txt['user_email_options'] = 'Options';
$txt['user_email_sendcopy'] = 'Send a copy of this e-mail to yourself';
$txt['user_email_sendemail'] = 'Send e-mail';
$txt['user_email_emailsent'] = 'Your email has been sent!';
$txt['user_email_emailreturn'] = 'Your email has been sent! Click <a href="' $scripturl '">here</a> to return to the board.';
$txt['user_email_errsubject'] = 'You need to enter a subject.';
$txt['user_email_errmessage'] = 'You need to enter a message.';
$txt['user_email_errnouser'] = 'No user selected.';
$txt['user_email_errnousersend'] = 'This user has hidden their email and you can not email them.';
$txt['user_email_errnoemail'] = 'Your email address is required.';
$txt['user_email_err_invalidemail'] = 'Your email address is not valid. Check your input.';
$txt['user_email_hello'] = "Hello ";
$txt['user_email_emailsentby'] = ',

The following is an email sent to you by '
;
$txt['user_email_viaaccount'] = ' via your account on ';
$txt['user_email_ifmsgspam'] = ' . If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address at ';
$txt['user_email_msgsentas'] = 'Message sent to you follows';
$txt['user_email_emailsent'] = ' - Email sent.';
$txt['user_email_guest'] = 'Guest';


// END Begin User Email System Text Strings

?>



so thats the full code from both files now. As you will see I also have other mods intalled & am still working on it to make it work with the Apollo Theme.

Some things are still disapering ( Email Field Description, and some fields & checkboxes in the Backend).  Work in progress.

Thanks again.

zwaldowski

What the ApolloBB file needs to be is:
<?php
// Version: 1.1; Modifications


// --- Begin modification - Gravatar ---
$txt['gravatar'] = 'Gravatar';
$txt['gravatar_desc'] = 'This will use the <a href="http://www.gravatar.com/">Gravatar</a> (globally recognised avatar) service.';

// Admin panel settings
$txt['gravatar_all'] = 'Use Gravatar for all users?';
$txt['gravatar_all_desc'] = 'If this option is enabled, Gravatar will be used for all users of the forum, and the avatar settings (under <i>Forum Profile Information</i> in the user\'s profile) will be disabled.<br />If this option is disabled, users are able to choose (via their profile) whether they want to use Gravatar or not.';

$txt['gravatar_default'] = 'Default image';
$txt['gravatar_default_desc'] = 'Default image to use when the requested user doesn\'t have an associated Gravatar, or its rating is beyond the allowed rating (currently ' $GLOBALS['modSettings']['gravatar_rating'] . ').<br /> Leave this blank to use the default Gravatar image, or set it to <b>' $GLOBALS['modSettings']['avatar_url'] . '/blank.gif</b> to not show anything.';
$txt['gravatar_default_reset'] = 'Reset to blank image';

$txt['gravatar_rating'] = 'Maximum rating';
$txt['gravatar_rating_desc'] = 'Each avatar uploaded to the Gravatar service has a corresponding <a href="http://en.wikipedia.org/wiki/Motion_Picture_Association_of_America_film_rating_system">MPAA-style</a> rating specified. This setting allows you to specify the highest rating permitted on your forum.';
// --- End modification ---
//Begin Admin Notepad Text Strings
$txt['notepad_title'] = 'Admin Notepad';
$txt['notepad_des'] = 'Place to leave notes to your fellow admins on your forum.';
$txt['notepad_save'] = 'Save Notes';


//END Admin Notepad Text Strings

//Begin Member Notepad Text Strings
$txt['mempad_title'] = 'Personal Notes';
$txt['mempad_save'] = 'Save Notes';
$txt['mempad_error'] = 'You are not allowed to edit this user\'s notepad.';

//END Member Notepad Text Strings

$txt['setting_cal_bdays_for_index'] = 'Days in advance to show birthdays';
// Page Number MOD - rockinaway
  $txt['page'] = 'Page';
// Page Number MOD - rockinaway

$txt['myspace'] = 'MySpace';

$txt['youtube'] = 'YouTube';
$txt['youtube_invalid'] = '#Invalid YouTube Link#';

// Country Flag mod
$txt['country_flag_label'] = 'Please select your country';
$txt['country_flag_error_required'] = 'You must select the country that you visit us from';
$txt['country_flag_ask'] = 'Ask for country flag on';
$txt['country_flag_disabled'] = 'Don\'t show (Disabled)';
$txt['country_flag_profile'] = 'Profile';
$txt['country_flag_registration'] = 'Registration';
$txt['country_flag_both'] = 'Both';
$txt['country_flag_required'] = 'Require a member to select a location?';
$txt['country_flag_show'] = 'Show flags on Display page (Where posts are shown).';
$txt['country_flag'] = 'Country';

//Begin SMF Links Text Strings
$txt['smflinks_menu'] = 'Links';
$txt['smflinks_admin'] = 'Links Configuration';


$txt['permissiongroup_smflinks'] = 'SMF Links';
$txt['permissionname_view_smflinks'] = 'View Links Page';
$txt['permissionhelp_view_smflinks'] = 'Sets if the user can view the links page.';
$txt['cannot_view_smflinks'] = 'You can not view the links page.';
$txt['permissionname_add_links'] = 'Add Links';
$txt['permissionhelp_add_links'] = 'If the user is allowed to submit links';
$txt['cannot_add_links'] = 'You can not add links.';
$txt['permissionname_edit_links'] = 'Edit Links';
$txt['permissionhelp_edit_links'] = 'If the user is allowed to edit links';
$txt['cannot_edit_links'] = 'You can not edit links.';
$txt['permissionname_delete_links'] = 'Delete Links';
$txt['permissionhelp_delete_links'] = 'If the user is allowed to delete links';
$txt['cannot_delete_links'] = 'You can not delete links.';
$txt['permissionname_approve_links'] = 'Approve Links';
$txt['permissionhelp_approve_links'] = 'If the user is allowed to approve links';
$txt['cannot_approve_links'] = 'You can not approve links.';
$txt['permissionname_links_auto_approve'] = 'Links Auto Approved';
$txt['permissionhelp_links_auto_approve'] = 'If the users links are auto approved when submitted.';
$txt['permissionname_rate_links'] = 'Rate Links';
$txt['permissionhelp_rate_links'] = 'If the user is allowed to rate links';
$txt['cannot_rate_links'] = 'You are not allowed to rate links.';
$txt['permissionname_links_manage_cat'] = 'Manage Categories';
$txt['permissionhelp_links_manage_cat'] = 'User can add/remove/edit/reorder categories';
$txt['cannot_links_manage_cat'] = 'You are not allowed to manage categories.';
//END SMF Links Strings

$txt['xblgt_note'] = 'This is your Xbox Live gamer tag.';
// Pretty URLs mod
$txt['pretty_root_url'] = 'Pretty URLs root URL<div class="smalltext">(Without a final slash)</div>';
$txt['pretty_enable_filters'] = 'Enable URL filters<div class="smalltext">This may be a substantial performance hit</div>';

$txt['remove_modified'] = 'Remove this line';
// Begin User Email System Text Strings
$txt['user_email_title'] = 'User Email System';
$txt['permissionname_send_useremail'] = 'Send User Email';
$txt['permissionhelp_send_useremail'] = 'See if the user is allowed to send email.';
$txt['cannot_send_useremail'] = 'You can not send email.';

$txt['user_email_sendtitle'] = 'Send an e-mail message';
$txt['user_email_recipient'] = 'Recipient';
$txt['user_email_youremail'] = 'Your Email';
$txt['user_email_subject'] = 'Subject';
$txt['user_email_body'] = 'Message body';
$txt['user_email_options'] = 'Options';
$txt['user_email_sendcopy'] = 'Send a copy of this e-mail to yourself';
$txt['user_email_sendemail'] = 'Send e-mail';
$txt['user_email_emailsent'] = 'Your email has been sent!';
$txt['user_email_emailreturn'] = 'Your email has been sent! Click <a href="' $scripturl '">here</a> to return to the board.';
$txt['user_email_errsubject'] = 'You need to enter a subject.';
$txt['user_email_errmessage'] = 'You need to enter a message.';
$txt['user_email_errnouser'] = 'No user selected.';
$txt['user_email_errnousersend'] = 'This user has hidden their email and you can not email them.';
$txt['user_email_errnoemail'] = 'Your email address is required.';
$txt['user_email_err_invalidemail'] = 'Your email address is not valid. Check your input.';
$txt['user_email_hello'] = "Hello ";
$txt['user_email_emailsentby'] = ',

The following is an email sent to you by '
;
$txt['user_email_viaaccount'] = ' via your account on ';
$txt['user_email_ifmsgspam'] = ' . If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address at ';
$txt['user_email_msgsentas'] = 'Message sent to you follows';
$txt['user_email_emailsent'] = ' - Email sent.';
$txt['user_email_guest'] = 'Guest';


// END Begin User Email System Text Strings

$txt['apollobb_color_black'] = 'Black';

$txt['apollobb_color_blue'] = 'Blue';
$txt['apollobb_color_green'] = 'Green';
$txt['apollobb_color_purple'] = 'Purple';
$txt['apollobb_color_red'] = 'Red';

$txt['apollobb_footer_php'] = 'PHP';
$txt['apollobb_footer_sql'] = 'SQL';
$txt['apollobb_footer_xhtml'] = 'XHTML';
$txt['apollobb_footer_css'] = 'CSS';


$txt['apollobb_topic_stickies'] = 'Important Topics';
$txt['apollobb_topic_normal'] = 'Normal Topics';

?>



That should be all.  Just replace the full file with the code above.  If you're still having problems, make sure it doesn't occur with the Core theme and then check out the error log (it's the last link at the bottom in the admin panel).

------------------------
Help me win an iPod, or maybe a Wii!

Kencelot

#113
I love this theme, it matches my overall site's colors perfectly! However I do have an error in IE7:

Line: 0
Char:0
Error: Access is denied to:
          http://www.***.com/forum/Themes/ApolloBB/pseudo-hover.htc
Code:0
URL: http//***.com/index.php?option=com_smf$Itemid=28

I went back to the default theme from smf just to be sure it is not my site, and no errors there, when using this theme the errors appear.

Any idea what is wrong?

TIA, Ken

Rumbaar

Have you confirmed the file is actually present on your server at that location?
"An important reward for a job well done is a personal sense of worthwhile achievement."

[ Themes ]

Kencelot

Yes, it sure is there.

zwaldowski

The access denied is a permissions problem.  Try visting the actual .htc file... you'll probably get a 403 error.  In a Linux host, you probably need to give it 0755 permissions.  Toy with it, and keep visiting it until you get a screen of code instead of an error.

------------------------
Help me win an iPod, or maybe a Wii!

Kencelot

Okay, I have tried CHMOD'ing all different permissions for the file. Each time I try to visit that file, it asks me if I want to download it or open it. No 403 error page or similar.

I tested the page in Firefox, and no errors are present, so it must be an IE problem. Unfortunately, I prefer IE over FF.

Any other thoughts as to what it might be that is causing this?

zwaldowski

#118
It might just be a Mambo/Joomla component problem.  I'll look into it more.

------------------------
Help me win an iPod, or maybe a Wii!

Kencelot

Quote from: zwaldowski on October 24, 2007, 04:10:54 PM
It might just be a Mambo/Joomla component program.  I'll look into it more.

Thank you very much!  I'll be standing by... kinda :)

Advertisement: