News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

SMF Media Gallery (SMG) - 2.0.5 is out! (December 2)

Started by SMGTeam, September 09, 2008, 03:14:05 PM

Previous topic - Next topic

afe

Quote from: afe on December 30, 2008, 02:30:06 PM
Quote from: SmokyBlue on December 30, 2008, 01:28:35 PM
QuoteI made a new album and when I went to it, I got "  The website is unable to display the webpage
HTTP 501/HTTP 505
   What you can try:
     Go back to the previous page.

     More information "

hey afe.. read this: http://support.microsoft.com/kb/811262

Followed the steps and now I get "Method Not Implemented
GET to /index.php not supported.


Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."

Anyone please. :(

Nao 尚

Quote from: afe on December 30, 2008, 05:05:44 PM
Anyone please. :(
How can I say that as simply as possible?

When I don't know something, or when I don't have time or willingness to give time on a problem, I tend not to answer. I'm afraid I'm a busy man.

I suppose this is the same for Dragooon. We have lifes to live. We're not paid for tech support. If you're having trouble with your particular implementation, read through the latest pages of the topic or some topics over at smf-media.com, maybe you'll find a solution. If you don't, and if you're not tech-savvy enough, just switch to another implementation. I know that SMF Gallery Lite isn't quite as feature-packed as SMG, and SMF Gallery Pro is very expensive, but there are other alternatives, like the Gallery2 bridge from oldiesmann which is quite okay I believe. (It's just that it's too complicated as a gallery itself, which is why I worked on my own gallery software.)

That's all I can say regarding our silence on some issues. It's pretty useless to bump the topic with a simple quote.

PS: it's a general comment. Regarding 50x server issues, an answer was already made earlier in the topic...
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

taha116

Quote from: LinK187 on December 30, 2008, 04:33:45 PM
Quote from: taha116 on December 30, 2008, 04:27:15 PM
Quote from: taha116 on December 28, 2008, 05:33:11 PM
Quote from: Dragooon on December 28, 2008, 02:42:30 AM
@taha116 - SMG is conflicting with another mod of yours, You will be needing to perform a manual installation.

I guessed so... Now I understand the basics of what im probably gona end up doing... Install it and then look for the arppopiate file then the section were the test failed and look for something that replaced what should be there and replace that with something that keeps both mods happy... But I can only pull of the steps till the last one if i have the time..

How about i install it and attach the failed files here and you edit them and attach them again?

Bump Can anyone possibly perform a manual edit for me?

The manual install instructions are right below the download link. Just use note/word pad and use the ctrl-f function to find the "find" code, and then add/replace the specified code before/after/in place of the "find" code.

Back up each of the files that need to be modded and if $hit hits the fan, just copy the original files back in place. Out of all the things one must do to admin/dev a smf forum, this procedure is far from rocket science.

I can do a manual install or edit if it was to remove something simply however with this confliction It means that removing the coresponing general area will mean another mod will be broken... I will need to look inside the code wich is were I will need someone esle.... anyways ill try but if no dice I have to ask for help again
"The man who smiles when things go wrong has though of someone to blame things on"
I forgot the name
BUY electronic cigarettes with rechargeable batteries as well as flavored refills for cheap prices and only 1-2 dollars of shipping!
http://www.ngcigarettes.com/
~Taha116

afe


Smoky "Rider" Blue

you really need to check the chhmod for the files and folders on your site.. if you have issues with that or dont know how, search here and /or ask your host..

you need to make sure if you are using a custom theme that you have edited the files in the theme to reflect your mods.. need help with that, you can post a help wanted ad in that section here..

if you want to hire someone to ad the mod for your site you can include it there as well..

i do wish you good luck with this..  ;)
**Take the time to remember friendships and family.. Sometimes it's all we have, and missed very much**

Nao 尚

Quote from: afe on December 30, 2008, 09:25:34 PM
Dude, how do I get my gallery to work??
Since when are we buddy-buddy? Do I know you?
Don't ever call me dude again.
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

Smoky "Rider" Blue

lol.. you dont surf Nao??

lol i hope that wasnt directed at me.. i dont have those kinds of body parts..  :P

but seriously afe, you will need to ask your host on this.. k??
**Take the time to remember friendships and family.. Sometimes it's all we have, and missed very much**

Nao 尚

Quote from: SmokyBlue on December 31, 2008, 07:03:15 AM
lol.. you dont surf Nao??
I don't surf. I don't even surf pages, I browse them. I try to stay away from water as much as I can.
(Casséééé !)
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

Chamaeleon

Fatal error, if I delete an album, after update to 1.5.2

Fatal error: require_once() [function.require]: Failed opening required '/Subs-Package.php' (include_path='.:/usr/local/lib/php') in /[...serverpfad].../Sources/MGallery-Admin.php on line 607

MGallery-Admin.php

old Part (1.5.1):

// Remove the directory
@rmdir($mgalSettings['data_dir_path'].'/'.$dir);


new Part (1.5.2):

// Remove the directory
require_once($sourcedir . '/Subs-Package.php');
deltree($mgalSettings['data_dir_path'] . '/' . $dir);



Dragooon

Uh that doesn't make sense. Is that a Subs-Package.php in your Sources directory?

Nao 尚

Check that $sourcedir is correctly set in Settings.php, and not a hack or something...
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

Dragooon

Actually its my mistake, it seems I forgot to have $sourcedir in globals in 1.5 branch.

Find
global $mgalFunc, $context, $mgalSettings, $user_info, $scripturl;
Replace with
global $mgalFunc, $context, $mgalSettings, $user_info, $scripturl, $sourcedir;

Chamaeleon


Syndel

#1593
Hi, Dragooon
Moving the thread like I said I would.
Mmmm i have altered the string as you suggested and it looks like this...:

My forum still has two galleries listed on the menu.. one is yours, the other is the SMF Gallery. What am I doing wrong?

Dragooon

Are you using caching? What language are you running in Admin > Server settings? Also please use code block rather then code.

Syndel

<?php
// Version: 2.0 Beta 4; Modifications

// Important! Before editing these language files please read the text at the top of index.english.php.

// Arcade start
// Arcade
$txt['arcade'] = 'Arcade';

// Admin
$txt['arcade_admin'] = 'Arcade';
$txt['arcade_manage_games'] = 'Games';
$txt['arcade_manage_games_list'] = 'List';
$txt['arcade_manage_games_install'] = 'Install';
$txt['arcade_manage_category'] = 'Categories';
$txt['arcade_manage_category_list'] = 'List';
$txt['arcade_manage_category_new'] = 'New';
$txt['arcade_settings'] = 'Settings';
$txt['arcade_settings_main'] = 'Main';
$txt['arcade_settings_permission'] = 'Permissions';
$txt['arcade_maintenance'] = 'Maintenance';
$txt['arcade_maintenance_main'] = 'Main';
$txt['arcade_maintenance_highscore'] = 'Highscore';

// Moderation Log
$txt['modlog_ac_arcade_install_game'] = 'Installed Game &quot;{game}&quot;';
$txt['modlog_ac_arcade_update_game'] = 'Updated Game &quot;{game}&quot;';
$txt['modlog_ac_arcade_delete_game'] = 'Deleted Game &quot;{game}&quot;';

// Profile
$txt['arcadeStats'] = 'Arcade Statistics';
$txt['arcadeChallenge'] = 'Arcade Arena';
$txt['sendArcadeChallenge'] = 'Send Challenge';
$txt['arcadeSettings'] = 'Arcade Settings';

// Arcade Admin Settings
$txt['arcade_admin_settings'] = 'Arcade Settings';
$txt['arcadeEnabled'] = 'Arcade Enabled';
$txt['arcadeArenaEnabled'] = 'Arena Enabled';
$txt['arcadeEnableFavorites'] = 'Allow users keep list of favorite games';
$txt['arcadeEnableRatings'] = 'Allow users to rate games';

$txt['arcadeCommentLen'] = 'Max Comment Length<div class="smalltext">(0 is unlimited)</div>';

$txt['gamesPerPage'] = 'Games per page';
$txt['matchesPerPage'] = 'Matches per page';
$txt['scoresPerPage'] = 'Scores per page';

$txt['arcadeGameInformationSide'] = 'Side of information box';
$txt['arcade_game_box_side_left'] = 'Left';
$txt['arcade_game_box_side_right'] = 'Right';

$txt['gamesUrl'] = 'Url to games';
$txt['gamesDirectory'] = 'Path to games directory';
$txt['arcadeGamecacheUpdate'] = 'Update Gamecache automatically';

$txt['arcadeCheckLevel'] = 'Cheating check mode';
$txt['arcade_check_level0'] = 'Basic (Warning only)';
$txt['arcade_check_level1'] = 'Default (Recommended)';
$txt['arcade_check_level2'] = 'Default plus (Not recommended)';

$txt['arcadeMaxScores'] = 'Maximum scores (per player per game)';

// Arcade Admin permissions
$txt['arcadePermissionMode'] = 'Permission mode';
$txt['arcade_permission_mode_none'] = 'None';
$txt['arcade_permission_mode_category'] = 'Category only';
$txt['arcade_permission_mode_game'] = 'Game only';
$txt['arcade_permission_mode_and_both'] = 'Category and game';
$txt['arcade_permission_mode_or_both'] = 'Category or game';
$txt['arcadePostPermission'] = 'Enable post count / post per day check';
$txt['arcadePostsPlay'] = 'Cumulative post needed to play';
$txt['arcadePostsLastDay'] = 'Posts in last 24 hours needed to play';
$txt['arcadePostsPlayAverage'] = 'Average post per day needed to play';

$txt['perm_arcade_view'] = 'View Arcade';
$txt['perm_arcade_play'] = 'Play in Arcade';
$txt['perm_arcade_submit'] = 'Save scores';

// Permission names and help
$txt['permissiongroup_arcade'] = 'Arcade';
$txt['permissionname_arcade_view'] = 'View Arcade';
$txt['permissionhelp_arcade_view'] = 'May access Arcade and use basic features like search and view highscores';
$txt['permissionname_arcade_play'] = 'Play on Arcade';
$txt['permissionhelp_arcade_play'] = 'Allows member to play, on Arcade, games which they have rights to';
$txt['permissionname_arcade_admin'] = 'Administrate arcade';
$txt['permissionhelp_arcade_admin'] = 'Arcade Administrator can Install/Edit/Delete game, Delete scores and edit settings for Arcade';
$txt['permissionname_arcade_submit'] = 'Save scores';
$txt['permissionhelp_arcade_submit'] = 'Allows users to save their scores.';
$txt['permissionname_arcade_comment'] = 'Edit Comments';
$txt['permissionhelp_arcade_comment'] = 'Allows user to edit comments, ';
$txt['permissionname_arcade_comment_own'] = 'Own';
$txt['permissionname_arcade_comment_any'] = 'Any';
$txt['permissionname_arcade_user_stats'] = 'View User Statistics';
$txt['permissionname_arcade_user_stats_own'] = 'Own';
$txt['permissionname_arcade_user_stats_any'] = 'Any';
$txt['permissionname_arcade_view_arena'] = 'View Arena';
$txt['permissionname_arcade_create_match'] = 'Create a new match on Arena';
$txt['permissionname_arcade_join_match'] = 'Join match on Arena';
$txt['permissionname_arcade_join_invite_match'] = 'Join match on Arena when invited';
$txt['permissionname_arcade_edit_settings'] = 'Edit Arcade Settings';
$txt['permissionname_arcade_edit_settings_own'] = 'Own';
$txt['permissionname_arcade_edit_settings_any'] = 'Any';

// Simple permission gropus
$txt['permissiongroup_simple_arcade'] = 'Use Arcade';
$txt['permissiongroup_simple_arcade_moderate'] = 'Moderate Arcade';

// Simple permission names
$txt['permissionname_simple_arcade_comment_own'] = 'Edit their own comments';
$txt['permissionname_simple_arcade_comment_any'] = 'Edit any comment';
$txt['permissionname_simple_arcade_user_stats_own'] = 'View their own statistics';
$txt['permissionname_simple_arcade_user_stats_any'] = 'View other people\'s statistics';
$txt['permissionname_simple_arcade_edit_settings_own'] = 'Edit their own Arcade Settings';
$txt['permissionname_simple_arcade_edit_settings_any'] = 'Edit other people\'s Arcade Settings';

// Errors if they can't do something
$txt['cannot_arcade_play'] = 'You are not allowed to play games!';
$txt['cannot_arcade_view'] = 'You are not allowed to access arcade.';
$txt['cannot_arcade_comment_own'] = 'You are not allowed to comment';
$txt['cannot_arcade_user_stats_any'] = 'You are not allowed to view statistics of any user';
$txt['cannot_arcade_user_stats_own'] = 'You are not allowed to view your statistics';

// Who's online
$txt['who_arcade'] = 'Viewing Arcade index';
$txt['who_arcade_play'] = 'Playing <a href="' . $scripturl . '?action=arcade;sa=play;game=%d">%s</a> on Arcade';
$txt['who_arcade_highscore'] = 'Viewing highscores of <a href="' . $scripturl . '?action=arcade;sa=play;game=%d">%s</a> on Arcade';

// Help
$txt['arcade_max_scores_help'] = 'Maximum scores that will be stored per member. (0 means unlimited)';
$txt['arcade_membergroups_help'] = 'These groups will be allowed to play and view highscores. Others will not see this game, only used if permission mode will use game permissions.';
// Arcade end
// Begin SMF Staff Page Text Strings
$txt['smfstaff_stafflist'] = 'Staff List';
$txt['smfstaff_admin'] = 'Staff Configuration';

$txt['permissionname_view_stafflist'] = 'View Staff List';
$txt['permissionhelp_view_stafflist'] = 'Staff List shows all members on your Staff. You can change which member groups are shown by going to Layout and Options and look for SMF Staff filter. This permission allows you to toggle who can view the staff list.';
$txt['cannot_view_stafflist'] = 'You can not view the staff list.';


// Begin SMF Articles Text Strings
$txt['smfarticles_menu'] = 'Articles';
$txt['smfarticles_admin'] = 'Articles Configuration';

$txt['smfarticles_articlessettings'] = 'Settings';
$txt['smfarticles_approvearticles'] = 'Approve Articles';
$txt['smfarticles_form_approvecomments'] = 'Approve Comments';
$txt['smfarticles_catpermlist'] = 'Category Permission List';
$txt['smfarticles_txt_import'] = 'Import';

$txt['permissiongroup_smfarticles'] = 'SMF Articles';

$txt['permissionname_view_articles'] = 'View Articles';
$txt['permissionhelp_view_articles'] = 'Sets if the user can view the articles.';
$txt['cannot_view_articles'] = 'You can not view the articles page.';

$txt['permissionname_add_articles'] = 'Add Article';
$txt['permissionhelp_add_articles'] = 'If the user is allowed to submit articles';

$txt['cannot_add_articles'] = 'You can not add articles.';
$txt['permissionname_edit_articles'] = 'Edit own Articles';
$txt['permissionhelp_edit_articles'] = 'If the user is allowed to edit articles';

$txt['cannot_edit_articles'] = 'You can not edit articles.';
$txt['permissionname_delete_articles'] = 'Delete own Articles';
$txt['permissionhelp_delete_articles'] = 'If the user is allowed to delete articles';
$txt['cannot_delete_articles'] = 'You can not delete articles.';

$txt['permissionname_articles_comment'] = 'Leave Comments';
$txt['permissionhelp_articles_comment'] = 'Allows the user to leave comments on an article.';
$txt['cannot_articles_comment'] = 'You are not allowed to leave comments.';


$txt['permissionname_articles_auto_approve'] = 'Articles Auto Approved';
$txt['permissionhelp_articles_auto_approve'] = 'If the users articles are auto approved when submitted.';

$txt['permissionname_articles_autocomment'] = 'Auto Approve Comments';
$txt['permissionhelp_articles_autocomment'] = 'Comments do not need to wait for approval.';

$txt['permissionname_rate_articles'] = 'Rate Articles';
$txt['permissionhelp_rate_articles'] = 'If the user is allowed to rate articles';
$txt['cannot_rate_articles'] = 'You are not allowed to rate articles.';

$txt['permissionname_articles_admin'] = 'Admin Articles';
$txt['permissionhelp_articles_admin'] = 'User can manage the articles';
$txt['cannot_articles_admin'] = 'You are not allowed to manage the articles.';
// END SMF Articles Strings        
// Begin Download System Text Strings
$txt['downloads_menu'] = 'Downloads';
$txt['downloads_admin'] = 'Downloads Configuration';
$txt['downloads_text_settings'] = 'Settings';

$txt['downloads_form_approvedownloads'] = 'Approve Downloads';
$txt['downloads_form_reportdownloads'] = 'Reported Downloads';
$txt['downloads_form_approvecomments'] = 'Approve Comments';
$txt['downloads_filespace'] = 'File Space Manager';
$txt['downloads_text_catpermlist2'] = 'Category Permissions';

// Permissions
$txt['permissiongroup_downloads'] = 'Downloads System';

$txt['permissionname_downloads_view'] = 'View Downloads';
$txt['permissionhelp_downloads_view'] = 'Allows the user to view the Downloads';
$txt['cannot_downloads_view'] = 'You are not allowed to view the Downloads';

$txt['permissionname_downloads_add'] = 'Add Download';
$txt['permissionhelp_downloads_add'] = 'Allows the user to add a download.';
$txt['cannot_downloads_add'] = 'You are not allowed to add a download.';

$txt['permissionname_downloads_edit'] = 'Edit own Download';
$txt['permissionhelp_downloads_edit'] = 'Allows the user to edit their own download.';
$txt['cannot_downloads_edit'] = 'You are not allowed to edit that download';

$txt['permissionname_downloads_delete'] = 'Delete own Download';
$txt['permissionhelp_downloads_delete'] = 'Allows the user to delete their own download.';
$txt['cannot_downloads_delete'] = 'You are not allowed to delete that download.';

$txt['permissionname_downloads_ratefile'] = 'Rate Downloads';
$txt['permissionhelp_downloads_ratefile'] = 'Allows the user to rate a file.';
$txt['cannot_downloads_ratefile'] = 'You are not allowed to rate that file.';

$txt['permissionname_downloads_editcomment'] = 'Edit own Comment';
$txt['permissionhelp_downloads_editcomment'] = 'Allows the user to edit their own comments.';
$txt['cannot_downloads_editcomment'] = 'You are not allowed to edit that comment.';

$txt['permissionname_downloads_comment'] = 'Leave Comments';
$txt['permissionhelp_downloads_comment'] = 'Allows the user to leave comments on a download.';
$txt['cannot_downloads_comment'] = 'You are not allowed to leave comments.';

$txt['permissionname_downloads_report'] = 'Report Pictures/Comments';
$txt['permissionhelp_downloads_report'] = 'Allows the user to report downloads and comments.';
$txt['cannot_downloads_report'] = 'You are not allowed to report content.';

$txt['permissionname_downloads_autocomment'] = 'Auto Approve Comments';
$txt['permissionhelp_downloads_autocomment'] = 'Comments do not need to wait for approval.';

$txt['permissionname_downloads_autoapprove'] = 'Auto Approve Downloads';
$txt['permissionhelp_downloads_autoapprove'] = 'Downloads do not need to wait for approval.';


$txt['permissionname_downloads_manage'] = 'Admin Download System';
$txt['permissionhelp_downloads_manage'] = 'Allows the user to add/delete/edit all catagories. Delete Comments, Delete Downloads, Approve Downloads';
$txt['cannot_downloads_manage'] = 'You are not allowed to manage the downloads.';

// END Download System Text Strings        


// ---- Begin modification - nneonneo's Shoutbox ----
$txt['yshout_shoutbox'] = 'Shout Box';
$txt['yshout_loading'] = '...loading shoutbox...';
$txt['yshout_rp_banned'] = "Sorry, you've been banned from the shoutbox.";
$txt['yshout_no_guests'] = 'Sorry, you must be logged in to use the shoutbox!';
$txt['yshout_ban_conf'] = 'Ban Confirmation';
$txt['yshout_select_mode'] = 'Select Ban Mode:';
$txt['yshout_rp'] = 'Reading and Posting';
$txt['yshout_p'] = 'Posting only';
$txt['yshout_error'] = 'ERROR: ';
$txt['yshout_no_user'] = 'User not found.';
$txt['yshout_del_success'] = 'Shout deleted.';
$txt['yshout_no_action'] = 'Nothing to do.';
$txt['yshout_history'] = 'History';
$txt['yshout_commands'] = 'Commands';
$txt['yshout_exthistory'] = 'ExtendedHistory';
$txt['yshout_hide'] = 'Hide';
$txt['yshout_show'] = 'Show';
$txt['yshout_admlinks'] = 'AdminLinks';
$txt['yshout_return'] = 'ReturnToShoutbox';
$txt['yshout_p_banned'] = 'You are banned from posting.';
$txt['yshout_banned'] = 'Banned';
$txt['yshout_shout_button'] = 'Shout!';
$txt['yshout_banlist_caption'] = 'Shout Box Bans (click to unban)';
$txt['yshout_ip_bans'] = 'IP Bans for ';
$txt['yshout_username_bans'] = 'Username Bans for ';
$txt['yshout_ban_type_error'] = 'use /banuser or /banip!';
$txt['yshout_ban_mode_error'] = 'Must have mode argument.';
$txt['yshout_imp_slash_error'] = 'Prefix shout with "/" (slash character)! See "/help impersonate" for details.';
$txt['yshout_imp_uname_error'] = 'No username given!';
$txt['yshout_imp_max4_error'] = 'Maximum 4 arguments!';
$txt['yshout_cmd_reference'] = 'Command Reference';
$txt['yshout_cmdlist'] = array(
             
'/help'      =>   ' [command]: Help on a command, or all if no command is specified.',
             
'/return'   =>   ': Go back to the Shout Box.',
             
'/pi'      =>   ' [digits]: What is the value of pi to the nth digit?',
             
'/me'      =>   ' &lt;message&gt;: Emotes the message (e.g. <span class="meaction"> * Nathaniel likes dogs</span>)');
$txt['yshout_cmdlistadmin'] = array(
                 
'/clear'      =>   ': Completely empty the Shout Box.',
                 
'/help'         =>   ' [command]: Help on a command, or all if no command is specified.',
                 
'/return'      =>   ': Go back to the Shout Box.',
                 
'/banlist'      =>   ': List all bans currently in place. Unban the users by clicking on their names.',
                 
'/banuser'      =>   ' &lt;mode&gt; &lt;username&gt;: Ban a user by name. You should use the user\'s real username, otherwise the ban can be evaded. Mode can be "u" to unban, "rp" for read and post bans, or "p" for a post ban.',
                 
'/banip'      =>   ' &lt;mode&gt; &lt;IP&gt;: Ban a user by IP. Mode can be "u" to unban, "rp" for read and post bans, or "p" for a post ban.',
                 
'/impersonate'   =>   ' &lt;user&gt; [userlevel] [ip] [userid] /[shout text]: Impersonate a user. Shout text must be prefixed by a "/" or else it will fail.<blockquote><div>
                 &lt;user&gt;: Username to use<br />
                 [userlevel]: User Level to use. 0=normal, 1=mod, 2=admin<br />
                 [ip]: IP address to use, as 1.2.3.4<br />
                 [userid]: User ID from forum, to fix profile link</div></blockquote>'
,
                 
'/lock'         =>   ' &lt;message&gt;: Lock the shoutbox for maintenance with the specified message.',
                 
'/unlock'      =>   ': Release the shoutbox from maintenance.');
$txt['yshout_maintenance'] = 'Locked';
$txt['yshout_lock_arg_error'] = 'You need to specify a reason for maintenance!';
$txt['yshout_lock_changed'] = 'Changed maintenance reason to "%s".';
$txt['yshout_lock_success'] = 'Locked shoutbox for maintenance with reason "%s".';
$txt['yshout_unlock_already'] = 'Failed to unlock: shoutbox isn\'t locked!';
$txt['yshout_unlock_success'] = 'Successfully unlocked shoutbox.';
$txt['yshout_no_posting'] = 'Sorry, you cannot post to the shoutbox.';
$txt['yshout_smilies'] = "Smilies";
// Permissions
$txt['permissiongroup_yshout'] = 'Shoutbox';
$txt['permissionname_yshout_view'] = 'View shoutbox';
$txt['permissionname_yshout_post'] = 'Post in shoutbox';
$txt['permissionname_yshout_moderate'] = 'Moderate shoutbox';
$txt['permissionhelp_yshout_view'] = 'This permission allows access to the shoutbox. If it is enabled, users will see the shoutbox and the chats in it.';
$txt['permissionhelp_yshout_post'] = 'This permission allows users to post messages to the shoutbox. If it is disabled, users cannot enter any messages.';
$txt['permissionhelp_yshout_moderate'] = 'If this permission is set, users will be allowed to moderate the shoutbox -- deleting, banning and clearing among other features.';
$txt['permissiongroup_simple_yshout'] = 'Shoutbox';
// ---- End modification - nneonneo's Shoutbox ----
$txt['enable_spiderAccess'] = 'Enable spider access';
$txt['enabled_spider'] = 'The spiders,which should be able to browse the site <br /><i> (As an example,for the spiders <b><font color="red">google and yahoo</font></b> you should write google,yahoo) ';


$txt['setting_cal_bdays_for_index'] = 'Days in advance to show birthdays';
//Begin SMF Gallery Text Strings
$txt['smfgallery_title'] = 'Gallery For SMF';
$txt['smfgallery_menu'] = 'Gallery';
$txt['smfgallery_version'] = '2.0 Lite';
$txt['smfgallery_admin'] = 'Gallery Configuration';

//Permissions
$txt['permissiongroup_smfgallery'] = 'SMF Gallery';
$txt['permissiongroup_simple_smfgallery'] = 'Use SMF Gallery.';

$txt['permissionname_smfgallery_view'] = 'View SMF Gallery';
$txt['permissionhelp_smfgallery_view'] = 'Allows the user to view the Gallery';
$txt['cannot_smfgallery_view'] = 'You are not allowed to view the Gallery';

$txt['permissionname_smfgallery_add'] = 'Add Picture';
$txt['permissionhelp_smfgallery_add'] = 'Allows the user to add a picture.';
$txt['cannot_smfgallery_add'] = 'You are not allowed to add a picture.';

$txt['permissionname_smfgallery_edit'] = 'Edit own Picture';
$txt['permissionhelp_smfgallery_edit'] = 'Allows the user to edit a picture.';
$txt['cannot_smfgallery_edit'] = 'You are not allowed to edit a picture.';

$txt['permissionname_smfgallery_delete'] = 'Delete own Picture';
$txt['permissionhelp_smfgallery_delete'] = 'Allows the user to delete a picture.';
$txt['cannot_smfgallery_delete'] = 'You are not allowed to delete a picture.';

$txt['permissionname_smfgallery_comment'] = 'Leave Comments';
$txt['permissionhelp_smfgallery_comment'] = 'Allows the user to leave comments on a picture.';
$txt['cannot_smfgallery_comment'] = 'You are not allowed to leave comments.';

$txt['permissionname_smfgallery_report'] = 'Report Pictures/Comments';
$txt['permissionhelp_smfgallery_report'] = 'Allows the user to report pictures and comments.';
$txt['cannot_smfgallery_report'] = 'You are not allowed to report content.';

$txt['permissionname_smfgallery_autoapprove'] = 'Auto Approve Pictures';
$txt['permissionhelp_smfgallery_autoapprove'] = 'Pictures do not need to wait for approval.';

$txt['permissionname_smfgallery_manage'] = 'Manage Gallery';
$txt['permissionhelp_smfgallery_manage'] = 'Allows the user to add/delete/edit all catagories. Delete Comments, Delete Pictures, Approve Pictures';
$txt['cannot_smfgallery_manage'] = 'You are not allowed to manage gallery.';


$txt['gallery_form_managecats'] = 'Manage Categories';
$txt['gallery_form_approveimages'] = 'Approve Images';
$txt['gallery_form_reportimages'] = 'Reported Images';
$txt['gallery_text_settings'] = 'Settings';

//END SMF Gallery Text Strings  


// Begin SMFShop code
$txt['shop_menu_button'] = 'Shop';
$txt['shop_profile_credits'] = 'Credits';
$txt['shop_display_view_inventory'] = 'View Inventory';
$txt['shop_display_send_money'] = 'Send Money To';
// End SMFShop code
$txt['bookmarks'] = 'My Bookmarks';
$txt['bookmark_list'] = 'Bookmarks';
$txt['bookmark_list_empty'] = 'You don\'t have any bookmarks at the moment. Add one by clicking \'Add bookmark\' in topics.';
$txt['bookmark_open_window'] = 'Open in new window';
$txt['bookmark_delete'] = 'Delete selected bookmarks';
$txt['bookmark_delete_success'] = '%1$s bookmarks were deleted successfully!';
$txt['bookmark_delete_failure'] = 'Not all bookmarks could be deleted.';
$txt['bookmark_add'] = 'Add bookmark';
$txt['bookmark_add_success'] = 'The topic was successfully added to your bookmarks!';
$txt['bookmark_add_exists'] = 'This topic is already listed in your bookmarks!';
$txt['bookmark_add_failed'] = 'Failed to add the topic to your bookmarks.';
$txt['permissionname_make_bookmarks'] = 'Create bookmarks for topics';
$txt['cannot_make_bookmarks'] = 'Sorry, you don\'t have permission to make bookmarks.';

$txt['contact'] = 'contact';
$txt['contact_form_default_dns_check'] = 'domain must have valid A or MX record';
$txt['contact_form_default_email_sender'] = 'Sender email address if none provided:';
$txt['contact_form_default_guest_access'] = 'no guest access';
$txt['contact_form_default_member_access'] = 'no member access';
$txt['contact_form_default_name'] = 'Sender name if none provided:';
$txt['contact_form_default_name_default'] = 'Anonymous';
$txt['contact_form_default_require_email'] = 'use email address settings below';
$txt['contact_form_default_require_name'] = 'use sender name settings below';
$txt['contact_form_default_require_subject'] = 'use subject line settings below';
$txt['contact_form_default_subject'] = 'Subject line if none provided:';
$txt['contact_form_default_subject_default'] = '(no subject)';
$txt['contact_form_default_tab_label'] = 'CONTACT';
$txt['contact_form_dest_email_addr'] = 'Send contact form replies to this email address:';
$txt['contact_form_display_title'] = 'Contact form page title:';
$txt['contact_form_enable_guest_access'] = 'Allow guest access:';
$txt['contact_form_enable_member_access'] = 'Allow member access:';
$txt['contact_form_error_invalid_email'] = 'Invalid email address entered.';
$txt['contact_form_error_no_email'] = 'No email address entered.';
$txt['contact_form_error_no_message'] = 'No message entered.';
$txt['contact_form_error_no_name'] = 'No name entered.';
$txt['contact_form_error_no_subject'] = 'No subject entered.';
$txt['contact_form_error_unable_to_send'] = 'Send mail failed. We were unable to send your message';
$txt['contact_form_field_optional'] = '(optional)';
$txt['contact_form_field_optional_email'] = '(if you want a reply)';
$txt['contact_form_field_required'] = '(required)';
$txt['contact_form_label_default'] = 'default: ';
$txt['contact_form_label_edit'] = '[edit]';
$txt['contact_form_label_email'] = 'Email ';
$txt['contact_form_label_ip'] = "\r\n\r\n-- \r\nIP: ";
$txt['contact_form_label_message'] = 'Message ';
$txt['contact_form_label_name'] = 'Name ';
$txt['contact_form_label_rdns'] = "\r\nrDNS: ";
$txt['contact_form_label_sender'] = "\r\nSender: ";
$txt['contact_form_label_status_email'] = 'Email: ';
$txt['contact_form_label_status_name'] = 'Name: ';
$txt['contact_form_label_status_separator'] = "------\r\n\r\n";
$txt['contact_form_label_status_subject'] = 'Subject: ';
$txt['contact_form_label_subject'] = 'Subject ';
$txt['contact_form_label_submit_button'] = 'Send Message';
$txt['contact_form_label_unchecked'] = 'unchecked: ';
$txt['contact_form_label_verification'] = 'Verification ';
$txt['contact_form_message_sent'] = 'Message sent. Thank you for your comments.';
$txt['contact_form_mods_cat'] = 'Contact Form';
$txt['contact_form_require_email'] = 'Require email address:';
$txt['contact_form_require_name'] = 'Require sender name:';
$txt['contact_form_require_subject'] = 'Require subject line:';
$txt['contact_form_result_error'] = 'Error';
$txt['contact_form_result_message_sent'] = 'Message Sent';
$txt['contact_form_result_send_mail_failed'] = 'Send Mail Failed';
$txt['contact_form_sender_email_dont_use_form'] = 'Don\'t use contact form email address as sender email address:';
$txt['contact_form_sender_email_dont_use_form_default'] = 'use email address from form if provided';
$txt['contact_form_sender_is_guest'] = 'guest';
$txt['contact_form_sender_name_dont_use_form'] = 'Don\'t use contact form name as sender name:';
$txt['contact_form_sender_name_dont_use_form_default'] = 'use name from form if provided';
$txt['contact_form_sender_subject_dont_use_form'] = 'Don\'t use contact form subject line as sender subject line:';
$txt['contact_form_sender_subject_dont_use_form_default'] = 'use subject line from form if provided';
$txt['contact_form_skip_dns_check'] = 'Skip sender email address domain record check:';
$txt['contact_form_subject_prefix'] = 'Subject line optional prefix:';
$txt['contact_form_subject_prefix_default'] = 'no prefix';
$txt['contact_form_tab_label'] = 'Contact form tab label:';
$txt['contact_form_title']='Contact Form';

$txt['contact'] = 'contact';
$txt['contact_form_default_dns_check'] = 'domain must have valid A or MX record';
$txt['contact_form_default_email_sender'] = 'Sender email address if none provided:';
$txt['contact_form_default_guest_access'] = 'no guest access';
$txt['contact_form_default_member_access'] = 'no member access';
$txt['contact_form_default_name'] = 'Sender name if none provided:';
$txt['contact_form_default_name_default'] = 'Anonymous';
$txt['contact_form_default_require_email'] = 'use email address settings below';
$txt['contact_form_default_require_name'] = 'use sender name settings below';
$txt['contact_form_default_require_subject'] = 'use subject line settings below';
$txt['contact_form_default_subject'] = 'Subject line if none provided:';
$txt['contact_form_default_subject_default'] = '(no subject)';
$txt['contact_form_default_tab_label'] = 'CONTACT';
$txt['contact_form_dest_email_addr'] = 'Send contact form replies to this email address:';
$txt['contact_form_display_title'] = 'Contact form page title:';
$txt['contact_form_enable_guest_access'] = 'Allow guest access:';
$txt['contact_form_enable_member_access'] = 'Allow member access:';
$txt['contact_form_error_invalid_email'] = 'Invalid email address entered.';
$txt['contact_form_error_no_email'] = 'No email address entered.';
$txt['contact_form_error_no_message'] = 'No message entered.';
$txt['contact_form_error_no_name'] = 'No name entered.';
$txt['contact_form_error_no_subject'] = 'No subject entered.';
$txt['contact_form_error_unable_to_send'] = 'Send mail failed. We were unable to send your message';
$txt['contact_form_field_optional'] = '(optional)';
$txt['contact_form_field_optional_email'] = '(if you want a reply)';
$txt['contact_form_field_required'] = '(required)';
$txt['contact_form_label_default'] = 'default: ';
$txt['contact_form_label_edit'] = '[edit]';
$txt['contact_form_label_email'] = 'Email ';
$txt['contact_form_label_ip'] = "\r\n\r\n-- \r\nIP: ";
$txt['contact_form_label_message'] = 'Message ';
$txt['contact_form_label_name'] = 'Name ';
$txt['contact_form_label_rdns'] = "\r\nrDNS: ";
$txt['contact_form_label_sender'] = "\r\nSender: ";
$txt['contact_form_label_status_email'] = 'Email: ';
$txt['contact_form_label_status_name'] = 'Name: ';
$txt['contact_form_label_status_separator'] = "------\r\n\r\n";
$txt['contact_form_label_status_subject'] = 'Subject: ';
$txt['contact_form_label_subject'] = 'Subject ';
$txt['contact_form_label_submit_button'] = 'Send Message';
$txt['contact_form_label_unchecked'] = 'unchecked: ';
$txt['contact_form_label_verification'] = 'Verification ';
$txt['contact_form_message_sent'] = 'Message sent. Thank you for your comments.';
$txt['contact_form_mods_cat'] = 'Contact Form';
$txt['contact_form_require_email'] = 'Require email address:';
$txt['contact_form_require_name'] = 'Require sender name:';
$txt['contact_form_require_subject'] = 'Require subject line:';
$txt['contact_form_result_error'] = 'Error';
$txt['contact_form_result_message_sent'] = 'Message Sent';
$txt['contact_form_result_send_mail_failed'] = 'Send Mail Failed';
$txt['contact_form_sender_email_dont_use_form'] = 'Don\'t use contact form email address as sender email address:';
$txt['contact_form_sender_email_dont_use_form_default'] = 'use email address from form if provided';
$txt['contact_form_sender_is_guest'] = 'guest';
$txt['contact_form_sender_name_dont_use_form'] = 'Don\'t use contact form name as sender name:';
$txt['contact_form_sender_name_dont_use_form_default'] = 'use name from form if provided';
$txt['contact_form_sender_subject_dont_use_form'] = 'Don\'t use contact form subject line as sender subject line:';
$txt['contact_form_sender_subject_dont_use_form_default'] = 'use subject line from form if provided';
$txt['contact_form_skip_dns_check'] = 'Skip sender email address domain record check:';
$txt['contact_form_subject_prefix'] = 'Subject line optional prefix:';
$txt['contact_form_subject_prefix_default'] = 'no prefix';
$txt['contact_form_tab_label'] = 'Contact form tab label:';
$txt['contact_form_title']='Contact Form';

// SMF Media Gallery extra strings
$txt['mgallery_gallery'] = 'Media';
$txt['mgallery_profile_sum'] = 'Summary';
$txt['mgallery_view_items'] = 'View items';
$txt['mgallery_view_coms'] = 'View comments';
$txt['mgallery_gotolink'] = 'More details...';
$txt['permissiongroup_mgallery'] = 'SMF Media Gallery';
$txt['permissiongroup_simple_mgallery'] = 'SMF Media Gallery';
$txt['permissionname_mgallery_access'] = 'Access Gallery';
$txt['permissionname_mgallery_moderate'] = 'Moderate Gallery';
$txt['permissionname_mgallery_manage'] = 'Administrate Gallery';
$txt['permissionname_mgallery_access_unseen'] = 'Access unseen area';
$txt['permissionname_mgallery_search'] = 'Search in Gallery';
$txt['permissionname_mgallery_download_item'] = 'Download items';
$txt['permissionname_mgallery_add_user_album'] = 'Add User Albums';
$txt['permissionname_mgallery_auto_approve_albums'] = 'Auto-approve User Albums';
$txt['permissionname_mgallery_add_videos'] = 'Add videos';
$txt['permissionname_mgallery_add_audios'] = 'Add audio files';
$txt['permissionname_mgallery_add_images'] = 'Add pictures';
$txt['permissionname_mgallery_rate_items'] = 'Rate items';
$txt['permissionname_mgallery_edit_own_com'] = 'Edit own comments';
$txt['permissionname_mgallery_report_com'] = 'Report comment';
$txt['permissionname_mgallery_edit_own_item'] = 'Edit own items';
$txt['permissionname_mgallery_comment'] = 'Comment in items';
$txt['permissionname_mgallery_report_item'] = 'Report items';
$txt['permissionname_mgallery_auto_approve_com'] = 'Auto-approve comments';
$txt['permissionname_mgallery_auto_approve_item'] = 'Auto-approve items';
$txt['permissionname_mgallery_multi_upload'] = 'Mass Upload';
$txt['permissionname_mgallery_viewprofile'] = 'View anyone\'s Gallery profile';
$txt['permissionname_mgallery_whoratedwhat'] = 'View who rated what';
$txt['cannot_mgallery_viewprofile'] = 'You cannot view Gallery profiles';
// End SMF Media Gallery strings

?>


Sorry about that.
I am running the Default theme in English. No caching that I know of.

Kindred

???   a double button has nothignt o do with your language strings, especially not in 2.0
If you have an extra button, then the code is in subs.php
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Syndel

It is not a double button... it is two different mods that generate the same button name.

Kindred

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

[unplugged]

If you are wanting to completely remove the SMF Gallery button, open Subs.php, find and remove:

// [SMF Gallery] button
'gallery' => array(
'title' => $txt['smfgallery_menu'],
'href' => $scripturl . '?action=gallery',
'show' => $context['allow_smfgallery_view'],
'icon' => '',
),


This will leave the SMF Media Gallery button untouched.
« Next Edit: Tomorrow at 08:34:45 PM by SunKing »   <---- « someone stole my sig... :o »



Advertisement: