News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Updated Registration Agreement

Started by Daniel15, March 11, 2007, 11:26:05 PM

Previous topic - Next topic

RoarinRow

Quote from: brianjw on March 19, 2007, 02:01:29 PM
I need help really bad!!! I have this mod and even though i agree it wont accept. I cant access my admin or anything.

Username: test
Password: test
it only works when u are logged in!! HELP!!!!

or at least remove the mod from the index.php and index.template.php file so you can get back in.

SMF 2.0
TP 1.0 RC1.1
Wordpress 3.1.3

brianjw

I removed the code from the index.php and if you're talking about the default theme index.template.php, that file had nothing with this mod in it.

NOW... it brings it to the forum index when you go there but no other page, and i have TinyPortal so it should be showing blocks. :-\ Need help!!

RoarinRow

#22
Quote from: brianjw on March 19, 2007, 03:04:09 PM
I removed the code from the index.php and if you're talking about the default theme index.template.php, that file had nothing with this mod in it.

NOW... it brings it to the forum index when you go there but no other page, and i have TinyPortal so it should be showing blocks. :-\ Need help!!

but you can get into your control panel right.  So from there you can go to the Packages and go to this mod for the files that it modified and reverse everything out.

Edit - I got this from my package manager and install.xml file.   How bout removing this code from the Sources/Load.php file.

      // --- Begin modification - Updated registration agreement ---
      // Perhaps we've changed the agreement? Only redirect if:
      // 1. The registration agreement is enabled.
      // 2. The user's has not agreed to theh latest registration agreement
      // 3a. The action isn't set (ie. they're at the board index, and
      // 3b. They're not on the agreement pages themselves
      if (!empty($modSettings['requireAgreement']) && empty($user_settings['agreement_accepted']) && (!isset($_REQUEST['action']) || !in_array($_REQUEST['action'], array('accept_agreement', 'accept_agreement2', 'logout'))))
      {
         // Let's redirect.
         redirectexit('action=accept_agreement');
      }
      // --- End modification ---

SMF 2.0
TP 1.0 RC1.1
Wordpress 3.1.3

brianjw


RoarinRow


SMF 2.0
TP 1.0 RC1.1
Wordpress 3.1.3

Daniel15

Quote from: brianjw on March 19, 2007, 02:01:29 PM
I need help really bad!!! I have this mod and even though i agree it wont accept. I cant access my admin or anything.

Username: test
Password: test
it only works when u are logged in!! HELP!!!!
What other mods do you have installed? One of them may have been interfering with this mod...
Daniel15, former Customisation team member, resigned due to lack of time. I still love everyone here :D.
Go to smfshop.com for SMFshop support, do NOT email or PM me!

Mick.

I tried to uninstall 0.1 to update with 1.0 but i get the "pink warning sign" test failed in modificationsenglishphp



Quote<?php
// Version: 1.1; Modifications
$txt['submit'] = 'Submit';

$txt['warn'] = 'Warn User';
$txt['warnLog'] = 'Warning Log';

$txt['permissiongroup_vwarn'] = 'VWarn Mod';
$txt['permissionname_vwarn_warn'] = 'Warn users';
$txt['permissionhelp_vwarn_warn'] = 'Users with this permission may warn other users.';
$txt['cannot_vwarn_warn_any'] = 'You do not have the permission to warn users.';

$txt['permissionname_vwarn_viewlog'] = 'View warning log';
$txt['permissionhelp_vwarn_viewlog'] = 'Allows the user to view his own or any warning logs.';
$txt['permissionname_vwarn_viewlog_own'] = 'Own Log';
$txt['cannot_vwarn_viewlog_own'] = 'Sorry, you\'re not allowed to view your warning log.';
$txt['permissionname_vwarn_viewlog_any'] = 'Any Log';
$txt['cannot_vwarn_viewlog_any'] = 'Sorry, you\'re not allowed to view other members\' warning logs.';

$txt['warned_for'] = 'Lasting';
$txt['warned_days'] = 'days';
$txt['warned_by'] = 'By';
$txt['warned_until'] = 'Expires / Expired';
$txt['warn_group'] = 'Group';
$txt['warn_note'] = 'Note';
$txt['warn_notify'] = 'Send notification';
$txt['warn_post'] = 'Related post ID';
$txt['warn_infinite'] = 'Does not expire';
$txt['warn_info'] = '';
$txt['warn_related'] = 'Related Post';
$txt['warn_unwarned'] = 'Unwarned';

$txt['warn_subject'] = 'Your warning level changed';

$txt['nonexistantgroup'] = '[ Unknown ]';

$txt['warn_exp1'] = '<span style="color: grey;">';
$txt['warn_exp2'] = '</span>';

$txt['nowarninggroups'] = 'There are no "warning" type membergroups.';
$txt['postnotusers'] = 'Post doesn\'t match user or does not exist.';

$txt['membergroups_warning'] = 'Warning member groups';
$txt['membergroups_new_board_warning_desc'] = 'Boards the membergroup can NOT see';
$txt['membergroups_new_board_warning_groups'] = '<em>Note: for warning groups, you check all boards the member should NOT have access to!</em>';
$txt['membergroups_edit_warning_group'] = 'This group is a warning group';

$txt['warn_help'] = 'Specify the number of days each warning level is supposed to last. The user will be in all unexpired levels, though only the one with the shortest expiry time is shown in the post-profile.<br /><br />0 days = Not warned<br />-1 days = Does not expire<br /><br /><i>Set all levels to 0 to unwarn!</i>';


         
// Avatars at Index Mod By alperuzi
$txt['enable_mini_avatars'] = 'Enable displaying mini avatars at message index';
$txt['miniAvatarHeight'] = 'Avatar height (pixels)';
$txt['miniAvatarWidth'] = 'Avatar width (pixels)';
// End Of Avatars at Index Mod

// OB - Googlebot - Begin

// Boardindex Strings
$txt['ob_googlebot_modname'] = 'Googlebot & Spiders';
$txt['ob_googlebot_spider'] = 'Spider';
$txt['ob_googlebot_spiders'] = 'Spiders';
$txt['ob_googlebot_spiders_last_active'] = 'Spiders active in past ' . $modSettings['lastActive'] . ' minutes';

// ModSettings
$txt['ob_googlebot_count_all_instances'] = 'Count all instances of same spider';
$txt['ob_googlebot_display_all_instances'] = 'Display all instances of same spider <div class="smalltext">("' . $txt['ob_googlebot_count_all_instances'] . '" must be selected)</div>';
$txt['ob_googlebot_display_agent'] = 'Display agent instead of name';
$txt['ob_googlebot_display_own_list'] = 'Display spiders in its own list';
$txt['ob_googlebot_count_most_online'] = 'Count in "Most Online"';
$txt['ob_googlebot_redirect_phpsessid'] = 'Redirect PHPSESSID URLs';

// Stats
$txt['ob_googlebot_stats_lastvisit'] = 'Google visited last this page ';

// Permissions
$txt['permissiongroup_googlebot'] = $txt['ob_googlebot_modname'];
$txt['permissionname_googlebot_view'] = 'View Googlebot & Spiders';

// OB - Googlebot - End         

// Karma Blocks Package v0.3
$txt['karma_applauds'] = "Applauds";
$txt['karma_smites'] = "Smites";
$txt['karma_applaud_color'] = "green";
$txt['karma_smite_color'] = "red";
//Begin Sig Post Strings
$txt['show_sig'] = 'Show Signature';
$txt['sig_topic'] = 'Show Signature Checked?';
//END Sig Post Strings         

//Begin Contact Page Text Strings
$txt['smfcontact_contact'] = 'Contact';
$txt['permissionname_view_contact'] = 'View Contact Page';
$txt['permissionhelp_view_contact'] = 'Allows members to view contact page and send email.';
$txt['cannot_view_contact'] = 'You can not view the contact page.';
//END Contact Page Text Strings         


// Board Viewers Mod

$txt['enable_board_viewers'] = 'Enable displaying viewer numbers of boards';
$txt['boardViewersGuestsMembers'] = 'Seperate guest and member numbers';
$txt['boardViewersClickable'] = 'Enable pop-up list by clicking viewer numbers';
$txt['countChildPosts'] = 'Count child\'s viewers and posts in parent\'s totals';
$txt['bv_members_guests_none'] = 'There are no users viewing this board.';
$txt['bv_members_guests_this'] = 'There are %s members and %s guests viewing this board.';
$txt['bv_members_guests_child'] = '%s members and %s guests are viewing the child boards of this board.';
$txt['bv_members'] = 'Members';
$txt['viewersBrowsing'] = 'Viewers browsing this board';

$txt['board_v_members'] = 'members'; // 43 members
$txt['board_v_member'] = 'member'; // 1 member

$txt['board_v_guests'] = 'guests'; // 26 guests
$txt['board_v_guest'] = 'guest'; // 1 guest

$txt['board_viewers'] = 'viewing'; // 32 viewing
$txt['board_viewer'] = 'viewing'; // 1 viewing

$txt['board_viewers_child'] = 'Viewers'; // Viewers: 145
$txt['board_viewer_child'] = 'Viewer'; // Viewer: 1

// End Of Board Viewers Mod
$txt['uot_users_online_today']='Users Logged In Today';
$txt['uot_yesterday']='Yesterday at ';
$txt['uot_total']='Total';
$txt['uot_visible']='Visible';
$txt['uot_hidden']='Hidden';
         
//Begin SMF Gallery Text Strings
$txt['smfgallery_title'] = 'Gallery For SMF';
$txt['smfgallery_menu'] = 'Gallery';
$txt['smfgallery_version'] = '1.0 Lite';
$txt['smfgallery_admin'] = 'Gallery Configuration';

//Permissions
$txt['permissiongroup_smfgallery'] = '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.';

//END SMF Gallery Text Strings         

//Begin Simple Blog Text Strings

//Permissions
$txt['permissiongroup_pblog'] = 'Simple Blog';
$txt['permissionname_pblog_add'] = 'Allow blog';
$txt['permissionhelp_pblog_add'] = 'If the user is allowed to have a blog.';
$txt['permissionname_pblog_edit_own'] = 'Edit own blog';
$txt['permissionhelp_pblog_edit_own'] = 'Allows the user to edit their blog entries.';
$txt['permissionname_pblog_edit_any'] = 'Edit any blog';
$txt['permissionhelp_pblog_edit_any'] = 'Allows the user to edit any blog entries.';
$txt['permissionname_pblog_delete_own'] = 'Delete own blog';
$txt['permissionhelp_pblog_delete_own'] = 'Allows the user to delete their blog entries.';
$txt['permissionname_pblog_delete_any'] = 'Delete any blog';
$txt['permissionhelp_pblog_delete_any'] = 'Allows the user to delete any blog entries.';
$txt['cannot_pblog_add'] = 'You are not allowed to add a blog entry.';
$txt['cannot_pblog_edit_own'] = 'You are not allowed to edit your blog entries.';
$txt['cannot_pblog_edit_any'] = 'You are not allowed to edit any blog entries.';
$txt['cannot_pblog_delete_own'] = 'You are not allowed to delete your blog entries.';
$txt['cannot_pblog_delete_any'] = 'You are not allowed to delete any blog entries.';
$txt['permissiongroup_pcomments'] = 'Simple Blog Comments';
$txt['permissionname_pblogc_add'] = 'Allow add Comments';
$txt['permissionhelp_pblogc_add'] = 'If the user is allowed to enter comments in others blogs.';
$txt['permissionname_pblogc_edit_own'] = 'Edit own comments';
$txt['permissionhelp_pblogc_edit_own'] = 'Allows the user to edit their own comments.';
$txt['permissionname_pblogc_edit_any'] = 'Edit any comment';
$txt['permissionhelp_pblogc_edit_any'] = 'Allows the user to edit any comments within their own blog.';
$txt['permissionname_pblogc_delete_own'] = 'Delete own comment';
$txt['permissionhelp_pblogc_delete_own'] = 'Allows the user to delete their own comments.';
$txt['permissionname_pblogc_delete_any'] = 'Delete any comment';
$txt['permissionhelp_pblogc_delete_any'] = 'Allows the user to delete any comments within their own blog.';
$txt['cannot_pblogc_add'] = 'You are not allowed to add comments.';
$txt['cannot_pblogc_edit_own'] = 'You are not allowed to edit your own comment.';
$txt['cannot_pblogc_edit_any'] = 'You are not allowed to edit any comment.';
$txt['cannot_pblogc_delete_own'] = 'You are not allowed to delete own comment.';
$txt['cannot_pblogc_delete_any'] = 'You are not allowed to delete any comment.';
$txt['blog_archive'] = 'Archive';
$txt['blog_add_new_blog'] = 'Add New Blog Entry';
$txt['blog'] = 'Blog';
$txt['blog_view_all'] = 'View All Blog Entries';
$txt['blog_is_private'] = 'This blog is currently set to private.';
$txt['blog_edit'] = '[Edit]';
$txt['blog_delete'] = '[Delete]';
$txt['blog_options'] = 'Blog Options';
$txt['blog_private'] = 'Private';
$txt['blog_public'] = 'Public';
$txt['blog_edit_blog'] = 'Edit Blog Entry';
$txt['cblog_add_comment'] = 'Add Comment';
$txt['cblog_edit_comment'] = 'Edit Comment';
$txt['blog_post_new'] = 'Post New Blog';
$txt['blog_subject'] = 'Subject:';
$txt['blog_body'] ='Body:';
$txt['cblog_delete'] = '[Delete Comment]';
$txt['recent_blog'] = 'Recent Blogs';
$txt['blog_entry_views'] = ' views';
$txt['archive'] = 'Archive';
$txt['blog_count'] = ' Blog entries';
$txt['page_view_count'] = ' Page views';
$txt['comment_count'] = ' Comments';
$txt['blog_stats'] = 'Blog Stats';
$txt['blog_menu'] = 'Blog Menu';
$txt['view_profile'] = 'View Profile';
$txt['blog_subject_pm'] = 'A comment has been posted to your blog';
$txt['blog_message_pm'] =  '{$username} has posted a comment to your blog titled {$subject}.<br />You can view the comment by clicking on the following link.<br />{$subject}';
$txt['enable_recent_blogs'] = 'Enable recent blogs';
$txt['no_of_recent_blogs'] = 'Number of recent blogs';
$txt['no_of_days_recent_blogs'] = 'Number of days to show';
$txt['blogs_per_page'] = 'Number of blogs per page</div>';

//END Simple Blog Text Strings
//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         

//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 SMF Trader System Text Strings
$txt['smftrader_title'] = 'SMF Trader System';
$txt['smftrader_version'] = '1.0';
//Display text strings
$txt['smftrader_profile'] = 'Trade Count: ';
//Profile text strings
$txt['smftrader_submitfeedback'] = 'Submit feedback for ';
$txt['smftrader_totalfeedback'] = 'Total  Positive Feedback: ';
$txt['smftrader_positivefeedbackpercent'] = 'Positive Feedback: ';
$txt['smftrader_positivefeedback'] = '<span style="color: #006400;">Positive Feedback: </span>';
$txt['smftrader_neutralfeedback'] = 'Neutral Feedback: ';
$txt['smftrader_negativefeedback'] = '<span style="color: #FF0000;">Negative Feedback: </span>';
//Start trader.template

//Submit Transaction Rating
$txt['smftrader_whoareu'] = 'You were the:';
$txt['smftrader_buyer'] = 'Buyer';
$txt['smftrader_seller'] = 'Seller';
$txt['smftrader_trade'] = 'Trade';


$txt['smftrader_transaction'] = 'Transaction Rating:';
$txt['smftrader_positive'] = 'Positive';
$txt['smftrader_neutral'] = 'Neutral';
$txt['smftrader_negative'] = 'Negative';

$txt['smftrader_shortcomment'] = 'Short comment on your transaction:';
$txt['smftrader_shortcommentnote'] = 'Max: 100 characters';
$txt['smftrader_topicurl'] = 'Topic URL:';
$txt['smftrader_longcomment'] = 'Long comment on your transaction:';


//Rating Overview
$txt['smftrader_allfeedback'] = 'View All Feedback';
$txt['smftrader_sellerfeedback'] = 'View Seller Feedback';
$txt['smftrader_buyerfeedback'] = 'View Buyer Feedback';
$txt['smftrader_tradefeedback'] = 'View Trade Feedback';

//Page Titles
$txt['smftrader_feedbacktitle'] = 'SMF Trader System - Trader Overview';
$txt['smftrader_submittitle'] = 'SMF Trader System - Submit Feedback';
$txt['smftrader_reporttitle'] = 'SMF Trader System - Report Bad Feedback';


$txt['smftrader_contact'] = 'Contact';
$txt['smftrader_viewprofile'] = 'View full profile.';
$txt['smftrader_sendpm'] = 'Send this user a personal message.';
//End trader.template

//Permissions
$txt['permissiongroup_smftrader'] = 'SMF Trader';
$txt['permissionname_smftrader_feedback'] = 'Allow submit feedback';
$txt['permissionhelp_smftrader_feedback'] = 'Allows the user to submit trader fating feedback.';
$txt['permissionname_smftrader_deletefeed'] = 'Allow delete feedback.';
$txt['permissionhelp_smftrader_deletefeed'] = 'Allows the user to delete feedback.';
$txt['cannot_smftrader_feedback'] = 'You are not allowed to submit feedback.';
$txt['cannot_smftrader_deletefeed'] = 'You are not allowed to delete feedback.';

//END SMF Trader System Text Strings         

//text for Ultimate Shoutbox
$txt['shoutbox_0'] = 'Shoutbox';
$txt['shoutbox_1'] = 'Shoutbox Archive';
$txt['shoutbox_2'] = 'Delete shouts older than:';
$txt['shoutbox_3'] = 'days';
$txt['shoutbox_4'] = 'Delete all shouts over your current limit of';
$txt['shoutbox_5'] = 'Delete';
$txt['shoutbox_6'] = 'Name';
$txt['shoutbox_7'] = 'Email';
$txt['shoutbox_8'] = 'Message';
$txt['shoutbox_9'] = 'Shout';
$txt['shoutbox_10'] = 'Sorry, if you are a guest you must enter both your name and your email address';
$txt['shoutbox_11'] = 'Whoops, looks like you forgot to fill in one of the Shoutbox fields.  Please try again.';
$txt['shoutbox_12'] = 'Sorry, if you are a guest you must enter a valid email address when using the Shoutbox.';
$txt['shoutbox_13'] = 'Sorry, but you do not have the proper priveledges to delete that.';
$txt['shoutdir'] = 'Shout Direction';
$txt['shoutbox_19'] = 'Ascending';
$txt['shoutbox_20'] = 'Descending';
$txt['shoutsep'] = 'Shout Separator';
$txt['enablearchiveshout'] = 'Allow people to shout from the archive page?';
$txt['shoutlimit'] = 'Number of shouts to return';
$txt['shoutmaxchr'] = 'Max number of characters per line';
$txt['shoutsplitchr'] = 'Character number to split long words at (usually 3 less than max)';
$txt['enablescrollshout'] = 'Enable scrolling';
$txt['shoutbox_27'] = 'The following options are only available is scrolling is activated:';
$txt['shoutscrollwidth'] = 'Scroll box width (pixels)';
$txt['shoutscrollheight'] = 'Scroll box height (pixels)';
$txt['shoutscrollspeed'] = 'Scrolling speed';
$txt['shout_noGuestEmail'] = 'Don\'t require email address for guests';
$txt['shout_enableXML'] = 'Enable javascript XML refreshing of the shoutbox. (This will increase server load)';
$helptxt['shout_enableXML'] = 'Turning on this option will make the shoutbox refresh automatically every five seconds - but will increase the server load considerably.';
$txt['shoutbox_31'] = 'slowest';
$txt['shoutbox_32'] = 'slower';
$txt['shoutbox_33'] = 'medium';
$txt['shoutbox_34'] = 'faster';
$txt['shoutbox_35'] = 'fastest';
$txt['shoutscrolldir'] = 'Scrolling direction';
$txt['shoutbox_37'] = 'up';
$txt['shoutbox_38'] = 'down';
$txt['shoutbox_39'] = 'left';
$txt['shoutbox_40'] = 'right';
$txt['shoutscrolldelay'] = 'Scroll Delay (milliseconds - normal is 60)';
$txt['shoutbox_42'] = 'Delete Options';
$txt['shoutbox_43'] = 'View All';
$txt['permissiongroup_shout'] = 'Shoutbox';
$txt['permissionname_make_shout'] = 'Can Shout';
$txt['permissionname_delete_shout'] = 'Can Delete Shouts';
$txt['shout_delete_selected'] = 'Delete Selected';
$txt['cannot_delete_shout'] = 'You do not have permission to delete shouts.';
$txt['cannot_make_shout'] = 'You do not have permission to shout.';
$txt['MemberColorLinkHeadline'] = 'Member Color Link';
$txt['MemberColorLink'] = 'The display of the threadindex';
$txt['MemberColorThreadOwner'] = 'The thread owner at the boardindex';
$txt['MemberColorThreadLastPost'] = 'The last post member at the messageindex';
$txt['MemberColorThreadChild'] = 'The last post member at the childboard';
$txt['MemberColorBoardindex'] = 'The last post member at the boardindex';
$txt['MemberColorBirthday'] = 'The Birthday Links of the Members (Calendar and Boardindex)';
$txt['MemberColorRecentOwner'] = 'Recent posts, threadowner';
$txt['MemberColorRecentLastPost'] = 'Recent posts, the last poster';
$txt['MemberColorInbox'] = 'Change colors in the Instant Messages Inbox';
$txt['MemberColorOutbox'] = 'Change colors in the Instant Messages Outbox';
$txt['MemberColorLatestMember'] = 'Color the Latest Member';
$txt['MemberColorStats'] = 'Change color in the Boardstats.';
$txt['MemberColorWhoIsOnline'] = 'Color the Who is Online (Messagesindex and Threadindex)';
//Begin SMF Gallery Text Strings
$txt['smfgallery_menu'] = 'Gallery';
$txt['smfgallery_version'] = '1.0 Pro';
$txt['smfgallery_admin'] = 'Gallery Configuration';

//Permissions
$txt['permissiongroup_smfgallery'] = '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_bulk'] = 'Bulk Uploads';
$txt['permissionhelp_smfgallery_bulk'] = 'Allows the user to use the bulk upload feature.';
$txt['cannot_smfgallery_bulk'] = 'You are not allowed to bulk upload.';

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

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

$txt['permissionname_smfgallery_ratepic'] = 'Rate Picture';
$txt['permissionhelp_smfgallery_ratepic'] = 'Allows the user to rate a picture.';
$txt['cannot_smfgallery_ratepic'] = 'You are not allowed to rate that picture.';

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

$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_autocomment'] = 'Auto Approve Comments';
$txt['permissionhelp_smfgallery_autocomment'] = 'Comments do not need to wait for approval.';

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

$txt['permissionname_smfgallery_usergallery'] = 'Personal Gallery';
$txt['permissionhelp_smfgallery_usergallery'] = 'Allows the user to have a personal gallery';
$txt['cannot_smfgallery_usergallery'] = 'You are not allowed to have a gallery.';

$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.';

//END SMF Gallery Text Strings         


//Empty Boards Notifications v1.0 - Created by Sindorf
//Admin - Text Strings
$txt['EmptyBoards'] = 'Empty Boards Notifications';
$txt['EnableLinkMode'] = 'Enable Link Mode in Board Index';
$txt['EnableEmptyBoards'] = 'Enable Empty Boards Notifications';
$txt['EnableMessageIndex'] = 'Enable Empty Boards Notification in Message Index';
//Forum - Text Strings can be found in index.english.php

$txt['permissiongroup_arcade'] = "Arcade";
$txt['cannot_view_arcade'] = "You arent allowed to view arcade, sorry!";
$txt['permissionhelp_view_arcade'] = "Allow this if you want this group to access arcade";
$txt['permissionname_view_arcade'] = "Can view arcade (main)";
$txt['cannot_play_arcade'] = "You arent allowed to play on arcade, sorry!";
$txt['permissionhelp_play_arcade'] = "Allow this if you want this group to play in arcade";
$txt['permissionname_play_arcade'] = "Can play in arcade";
$txt['cannot_submit_score'] = "You arent allowed to submit scores on arcade, sorry!";
$txt['permissionhelp_submit_score'] = "Allow this if you want ALLOW this group to submit scores in arcade";
$txt['permissionname_submit_score'] = "Can Submit scores in arcade";
$txt['arcade_highscores_per_page'] = "Highscores per page in arcade";
$txt['admin_arcade'] = "Arcade";
$txt['admin_arcade2'] = "Arcade Admin";
$txt['cannot_admin_arcade'] = "You arent allowed to Admin Arcade!";
$txt['permissionname_admin_arcade'] = "Can Admin Arcade";
$txt['cannot_challenge_send'] = "You arent allowed to send challenges arcade, sorry!";
$txt['permissionhelp_challenge_send'] = "Allow this if you want this group to send challenges arcade";
$txt['permissionname_challenge_send'] = "Can send challenges";
$txt['cannot_challenge_view'] = "You arent allowed to view challenges arcade, sorry!";
$txt['permissionhelp_challenge_view'] = "Allow this if you want this group to view challenges arcade";
$txt['permissionname_challenge_view'] = "Can view challenges";
//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.';

$txt['staff_filter'] = 'SMF Staff - Filter groups on staff page. <br />(seperate each group name by a <b>comma</b>.)';   

//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.';
//END Begin User Email System Text Strings         

//Begin Regbar Text Strings
$txt['regbar_text'] = 'It appears you have not registered with our community. To register please click here ...';
//END Regbar Text Strings         

$txt['topblock_title'] = 'Top Block';
$txt['topblock'] = 'Enter what you want to appear on top of this board.';
//Begin SMF Gallery  Board Index Modt Strings
$txt['gallerymod_recent_pic'] = 'Recent Pictures';
//END SMF Gallery  Board Index Mod Strings         

//Begin Global Headers and Footers Text Strings
$txt['globalhf_title'] = 'Global Headers and Footers';
//END Global Headers and Footers Text Strings

//Begin SMF Gallery Profile Link Text Strings
$txt['smfgallery_profilelink'] = 'View Gallery';
$txt['smfgallery_profile_title'] = 'User Images';
//END SMF Gallery Profile Link Text Strings          

// Begin RSS FeedPoster Text Strings
$txt['smfrssposter_admin'] = 'Feed Poster Configuration';

// END  RSS FeedPoster      

// Begin RSS FeedPoster Text Strings
$txt['smfrssposter_admin'] = 'Feed Poster Configuration';

// END  RSS FeedPoster      


// Begin modification - Increase/Decrease postbox size
$txt['postbox_incdec'] = '+/- buttons change postbox size by';
$txt['postbox_incdec_rows'] = 'rows';
// End modification
$txt['float'] = 'Float';

// Affiliates
$txt['affiliates_modname'] = 'Affiliates';
$txt['permissionname_affiliates_view'] = 'View Affiliates';
$txt['affadmin'] = 'Affiliates Administration';
$txt['affadmd'] = 'Configure and Add your Affiliates.';
$txt['affconf'] = 'Configuration';
$txt['affacdc'] = 'Activate in Index:';
$txt['naffsn'] = 'How many Affiliates?';
$txt['affnlin'] = 'Links/Line:';
$txt['affnlindex'] = 'Lines in Index:';
$txt['affshowio'] = 'View In-Out:';
$txt['affshowbn'] = 'View Banners:';
$txt['affsort'] = 'Order by IN?';
$txt['affauto'] = 'Auto-Confirmation:';
$txt['affreq'] = 'Requirements:';
$txt['affcrank'] = 'PageRank Code:';
$txt['affid'] = 'ID';
$txt['affname'] = 'Name WEB';
$txt['affurl'] = 'URL';
$txt['affurldesc'] = 'Description:';
$txt['affurlbann'] = 'URL of Banner:';
$txt['affemail'] = 'Contact EMAIL';
$txt['affsend'] = 'Out';
$txt['affreceive'] = 'In';
$txt['affsndrec'] = 'In-Out:';
$txt['afftot'] = 'Totals:';
$txt['affconfir'] = 'Confirmed';
$txt['affyouaffs'] = 'Affiliate to';
$txt['affyouwant']  = 'Do you want to affiliate?';
$txt['affmsgok'] = '<b>Process Completed...</b><br /><br />';
$txt['affmsg1'] = 'Copy the following code in your web respecting the Affiliated IDdentifier.<br />Once verified by one of our administrators, we will activate your link.<br />Thanks.';
$txt['afferr1'] = 'WEB indexed previously.';
$txt['afferr2'] = 'Incorrect or nonexistent datas.';
$txt['afferr3'] = 'Incorrect EMAIL format.';
for ($cnum = 1; $cnum < ($modSettings['naffsn'] + 1); $cnum++)
{
$txt['affname'.$cnum.''] = $txt['affname'].':';
$txt['affid'.$cnum.''] = $txt['affid'].':';
$txt['affurl'.$cnum.''] = $txt['affurl'].':';
$txt['affurldesc'.$cnum.''] = $txt['affurldesc'];
$txt['affurlbann'.$cnum.''] = $txt['affurlbann'];
$txt['affemail'.$cnum.''] = $txt['affemail'].':';
$txt['affsend'.$cnum.''] = $txt['affsend'].':';
$txt['affreceive'.$cnum.''] = $txt['affreceive'].':';
$txt['affconfir'.$cnum.''] = $txt['affconfir'].':';
}
$txt['affnoconf1'] = 'Affiliate';
$txt['affnoconf2'] = 'waiting for APPROVAL.';
$txt['affvar'] = 's.';
// Affiliates - End
$txt['rename_topic'] = 'Rename Topic';
$txt['rename_topic_no_id'] = 'You must select a valid topic.';
$txt['rename_topic_current_subject'] = 'Current Subject';
$txt['rename_topic_new_subject'] = 'New Subject';

// Paid Subscriptions Mod
$txt['paid_subscriptions'] = 'Paid Subscriptions';
$txt['subscriptions'] = 'Subscriptions';
$txt['subscription'] = 'Subscription';
$txt['paid_subs_desc'] = 'Below is a list of all the subscriptions which are available on this forum.';
$txt['paid_subs_none'] = 'There are currently no paid subscriptions available!';

$txt['paid_current'] = 'Existing Subscriptions';

// Some errors.
$txt['paypal_could_not_connect'] = 'Could not connect to paypal server';
$txt['paypal_unverified_subject'] = 'Unverified Paypal Transaction';
$txt['paypal_unverified_body'] = 'A user attempted to add a paid subscription to your forum, but the transaction was unverified.';
$txt['paid_sub_not_active'] = 'That subscription is not taking any new users!';
$txt['paid_disabled'] = 'Paid subscriptions are currently disabled!';
$txt['worldpay_password_wrong'] = 'Payment ignored as WorldPay password is incorrect - please ensure you have the correct callback password set.';
$txt['2co_password_wrong'] = 'Payment ignored as 2co.com secret word is incorrect - please ensure you have the correct secret word and 2co.com ID set.';
$txt['paid_unknown_transaction_type'] = 'Unknown transaction type in ipn.php';
$txt['paid_missing_transaction_type'] = 'Cannot find transaction file %s.php';
$txt['paid_empty_member'] = 'Paid subscription handler could not recover member ID';
$txt['paid_could_not_find_member'] = 'Paid subscription handler could not find member with ID: %d';
$txt['paid_count_not_find_subscription'] = 'Paid subscription handler could not find subscription for member ID: %1$s, subscription ID: %2$s';
$txt['nochex_could_not_connect'] = 'Could not connect to nochex server';
$txt['nochex_unauthorised_subject'] = 'Unauthorised nochex Transaction';
$txt['nochex_unauthorised_body'] = 'A user attempted to add a paid subscription to your forum, but the transaction was rejected.';

// Invite MOD.
$txt['invite_title'] = 'Invite';
$txt['invite_only'] = 'Only allow registrations through invitation.';
$txt['invite_menu_title'] = 'Invite menu title.';
$txt['invite_days'] = 'Number of days for members to get a new invite credit.<div class="smalltext">(0 for no limit, admins are exempt)</div>';
$txt['invite_max'] = 'Max number of invite credits.<div class="smalltext">(0 for no limit, admins are exempt)</div>';
$txt['invite_expire'] = 'Number of days for an invite key to be valid.<div class="smalltext">(0 for no limit)</div>';
$txt['invite_group_settings'] = 'Set group permission for sending invites';

$txt['invite_email_disable'] = 'Disable mailing feature.';
$txt['invite_email_subject'] = 'E-mail subject.';
$txt['invite_email_message'] = 'E-mail message.
<div class="smalltext">{invitee} = Recipient\'s name</div>
<div class="smalltext">{inviter} = Inviter\'s memebername</div>
<div class="smalltext">{forum} = Forum name</div>
<div class="smalltext">{link} = Link to registration page (with key)</div>
<div class="smalltext">{message} = Message by inviter</div>';
$txt['invite_default_email_subject'] = '{invitee}, you have received an invitation to {forum} by {inviter}!';
$txt['invite_default_email_message'] = 'Hi {invitee},

You have received an invitation to {forum}, click the following link to register:

{link}

{inviter} also sent this comment to you:

{message}


This message is not spam.';

$txt['invite_someone'] = 'Invite someone';
$txt['invite_info'] = 'You can invite someone new if you have invite credits by making a new key and sending them the link.';
$txt['invitees'] = 'Invitees';
$txt['invitees_info'] = 'The following list which members you have invited.';
$txt['no_invitees'] = 'There are no invitees to display';
$txt['invite_unlimited'] = 'unlimited';
$txt['invite_max_reached'] = 'max reached';
$txt['make_new_invite_key'] = 'Make new invite key';
$txt['invite_credits'] = 'Invite credits';
$txt['next_invite_credit'] = 'Next credit';
$txt['invite_key'] = 'Invite Key';
$txt['invite_email'] = 'Invitation E-mail';
$txt['invite_send_email'] = 'Send invitation e-mail';
$txt['invite_expires'] = 'Expires';
$txt['invited_by'] = 'Invited by';
$txt['invitees_count'] = 'Members invited';
$txt['show_invitees'] = 'Show members invited by this person';

$txt['invite_email_info'] = 'Enter the name and email of the person you wish to invite, and the invite key and link will be sent to them.';
$txt['invite_recipient_name'] = 'Recipient\'s name';
$txt['invite_recipient_email'] = 'Recipient\'s e-mail';
$txt['invite_message'] = 'Personal message to recipient';

$txt['invite_no_name'] = 'You did not enter a name.';
$txt['invite_no_email'] = 'You did not enter a valid e-mail address.';
$txt['cannot_send_invite'] = 'Sorry, the invite key could not be sent (already sent maybe?).';

$txt['permissiongroup_invite'] = 'Invite';
$txt['permissionname_invite'] = 'Invite';
$txt['permissionhelp_invite'] = 'When the forum is set to accept registrations by invitation only, this permission will allow a membergroup to invite people to the forum so they can register.';
$txt['permissionname_invitees'] = 'View invitees';
$txt['permissionhelp_invitees'] = 'This will show a list of members that the user has invited to the forum using the Invite MOD.';
$txt['permissionname_invitees_own'] = 'Own invitees';
$txt['permissionname_invitees_any'] = 'Any invitees';

$txt['cannot_invite'] = 'Sorry, you\'re not allowed to send invitations.';
$txt['cannot_invite_as_other'] = 'Sorry, you can\'t send invitations as someone else.';
$txt['cannot_invitees_any'] = 'Sorry, you\'re not allowed to view this member\'s invitees.';
$txt['registration_invite_only'] = 'Sorry, registration is by invitation only.<br /><br />If you have a valid invite key enter it below:<br /><form method="POST" action="index.php?action=register"><input type="text" name="invite_key" size="40"> <input type="submit" value="Register"></form>';
$txt['registration_invite_expired'] = 'Sorry, the invite key has expired.';

$txt['top_inviters'] = 'Top Inviters (by Invitees)';
$txt['top_inviters_by_posts'] = 'Top Inviters (by Invitees\' Posts)';
// End Invite MOD.


// --- Begin modification - Updated registration agreement ---
$txt['agreement_no_exist'] = 'The registration agreement was not found!';
$txt['agreement_off'] = 'Registration agreements are turned off!';
$txt['agreement_updated'] = 'Updated Registration Agreement';
$txt['agreement_updated_descr'] = 'We have recently updated our registration agreement. In order to use our forum, you must agree to its terms, so please read through it carefully:';
$txt['agree'] = 'I Agree';



//View Single PM
$txt['singlepm_prange'] = 'Parameter p out of range. Please Go back and try again';
$txt['singlepm_vmsg'] = 'Viewing Message #';
$txt['enableSinglePM'] = 'Enable Single Personal Message View.';

//Global Announcements adminIndex text strings.
$txt['global_announcements_admin'] = 'Global Announcements';
$txt['global_announcements_mods'] = 'Mods';
$txt['whoallow_globalAnnouncementsAdmin'] = 'Managing the <a href="' . $scripturl . '?action=globalAnnouncementsAdmin">Global Announcements</a>.';
$txt['whoall_globalAnnouncements'] = 'Viewing a Global Announcement';

$txt['youtube'] = 'YouTube';

//Global Announcements adminIndex text strings.
$txt['global_announcements_admin'] = 'Global Announcements';
$txt['global_announcements_mods'] = 'Mods';
$txt['whoallow_globalAnnouncementsAdmin'] = 'Managing the <a href="' . $scripturl . '?action=globalAnnouncementsAdmin">Global Announcements</a>.';
$txt['whoall_globalAnnouncements'] = 'Viewing a Global Announcement';

?>

Mick.

Code is 5 from the bottom.  I didnt see anything wrong with it?  Any ideas?

RoarinRow

Quote from: BlueDevil on March 19, 2007, 11:32:19 PM
Code is 5 from the bottom.  I didnt see anything wrong with it?  Any ideas?

The new version should read like this:

// --- Begin modification - Updated registration agreement ---
$txt['agreement_no_exist'] = 'The registration agreement was not found!';
$txt['agreement_off'] = 'Registration agreements are turned off!';
$txt['agreement_updated'] = 'Updated Registration Agreement';
$txt['agreement_updated_descr'] = 'We have recently updated our registration agreement. In order to use our forum, you must agree to its terms, so please read through it carefully:';
$txt['agree'] = 'I Agree';
$txt['reset_agreement'] = 'Reset the agreement status for everyone';
$txt['reset_agreement_descr'] = 'This will force all users to re-read the registration agreement, and agree to it in order to continue using the forum.';

// --- End modification


SMF 2.0
TP 1.0 RC1.1
Wordpress 3.1.3

Daniel15

Oh my god, that's a huge Modifications.english.php file! :o

Anyways, you may uninstall the mod (ignore the error), and then remove this segment from Modifications.english.php manually:

// --- Begin modification - Updated registration agreement ---
$txt['agreement_no_exist'] = 'The registration agreement was not found!';
$txt['agreement_off'] = 'Registration agreements are turned off!';
$txt['agreement_updated'] = 'Updated Registration Agreement';
$txt['agreement_updated_descr'] = 'We have recently updated our registration agreement. In order to use our forum, you must agree to its terms, so please read through it carefully:';
$txt['agree'] = 'I Agree';


Then, install the new version ;)
Daniel15, former Customisation team member, resigned due to lack of time. I still love everyone here :D.
Go to smfshop.com for SMFshop support, do NOT email or PM me!

Mick.

Quote from: Daniel15 on March 19, 2007, 11:36:32 PM
Oh my god, that's a huge Modifications.english.php file! :o

Anyways, you may uninstall the mod (ignore the error), and then remove this segment from Modifications.english.php manually:

// --- Begin modification - Updated registration agreement ---
$txt['agreement_no_exist'] = 'The registration agreement was not found!';
$txt['agreement_off'] = 'Registration agreements are turned off!';
$txt['agreement_updated'] = 'Updated Registration Agreement';
$txt['agreement_updated_descr'] = 'We have recently updated our registration agreement. In order to use our forum, you must agree to its terms, so please read through it carefully:';
$txt['agree'] = 'I Agree';


Then, install the new version ;)

Thats what i thought.  Thnx Daniel.

...btw   theres a few mods that are not installed anymore that i just found in that file. Im deleting them as well.

Mick.


Mick.

OK. I had to dump this mod for now. I noticed that for the past week i havent got any new member arrivals.  I did my homework and noticed that this mod is not sending out emails for registration at all.

I tried using the "Invite" mod and it didnt send out emails either.   .....so i uninstalled the "agreement" mod and now im able to invite and send registration emails out when members sign up.

There is something with the "agreement" mod that is blocking my emails out.

Any ideas?  Did i missed a setting or something?

brianjw

I dumped mine because it didn't work. :-\

TrueSatan

Quote from: brianjw on March 20, 2007, 08:27:04 PM
I dumped mine because it didn't work. :-\

Like almost all mods if a particular forum has other mods installed then conflicts may ensue...this isn't the fault of the mod...it is because of such issues that you are advised to back up your files before adding a new mod.

Your call for help earlier need not have taken place had you firstly, tried it on a test forum (I try mods on both a brand new, mod free, test forum and a forum that is a copy of the live/production forum I intend to use the mod on) and secondly backed up your files prior to installation.

Saying that you dumped it because it didn't work makes it sound as though the mod is at fault...that does not appear to be the case.

On my forums this mod is working properly and without issues of any kind...thanks to Daniel's efforts in coding it.

Mick.

Quote from: TrueSatan on March 20, 2007, 08:38:44 PM
Quote from: brianjw on March 20, 2007, 08:27:04 PM
I dumped mine because it didn't work. :-\

Like almost all mods if a particular forum has other mods installed then conflicts may ensue...this isn't the fault of the mod...it is because of such issues that you are advised to back up your files before adding a new mod.

Your call for help earlier need not have taken place had you firstly, tried it on a test forum (I try mods on both a brand new, mod free, test forum and a forum that is a copy of the live/production forum I intend to use the mod on) and secondly backed up your files prior to installation.

Saying that you dumped it because it didn't work makes it sound as though the mod is at fault...that does not appear to be the case.

On my forums this mod is working properly and without issues of any kind...thanks to Daniel's efforts in coding it.

I have 78 working mods in my forum Hhehehehe  obviously 1 had to crack.

Yep. Is not the mod's fault at all.  Like i said.... i uninstalled it for now.

TrueSatan

 Actually BlueDevil I was able to replicate what looked to be the same problem you had on a test forum...I copied in some files I'd been working on and that upset the mod.

I couldn't uninstall via the package manager but as I had backups that wasn't a problem. Once the mod was removed I re-installed it and had no further problems.

I wonder if an uninstall, check to make sure all was really uninstalled, then a re-install might help you too.

RoarinRow

hmmm i tried to uninstall on my test site and i had a failures with index.php and load.php so i manually made those changes.  then i accepted the failures to uninstall.

however, when i tried to register as a test member i get this member.  any ideas:

Can't DROP 'agreement_accepted'; check that column/key exists
File: /forum/Packages/temp/uninstallScript.php
Line: 11

This is line 11 of the uninstallScript.php file:

require_once(dirname(__FILE__) . '/SSI.php');

SMF 2.0
TP 1.0 RC1.1
Wordpress 3.1.3

TrueSatan

 This one looks like it needs Daniel to sort it out but I'd be awfully tempted to empty that temp folder (having done a copy of the contents just in case.)

RoarinRow

I renamed that file to the uninstall script would not find it and the test registration just said there is a database error, see admin.

SMF 2.0
TP 1.0 RC1.1
Wordpress 3.1.3

Advertisement: