This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
4906
Off-topic / Re: What the...
« on June 12th, 2012, 08:51 AM »
Removing these...
It's been like this since at least RC1.
In fact, in SMF 1.1, it was this instead:
Code: [Select]
I guess it was a temp fix... And never got properly cleaned up.
It's been like this since at least RC1.
In fact, in SMF 1.1, it was this instead:
$word = stripslashes($word);I guess it was a temp fix... And never got properly cleaned up.
4907
Plugins / Re: Plugin Development
« on June 12th, 2012, 08:43 AM »
The #1 reason for me agreeing to ditch file edits in plugins is that -- you can update Wedge without having to re-do the file edits.
Sure, SMF 'tries' to re-apply mod edits after updates. But first of all, they're not guaranteed to work, and secondly you have to package your own custom edits into a mod if you want it to work... Noisen.com had thousands of custom edits (the patch file for it was 600+KB), and as a result it took me weeks to make the switch from SMF 1.1 to SMF 2 back in the day...
Basically, going from a SMF2 RC to Final was also going to be too long a job if I wanted to just apply the Final changes to my codebase. It was, simply put, a nightmare. And it's the same for most web software out there.
So, with Wedge, of course I'm in a position where I can simply commit my own code edits and pass them off as a "general feature" for the betterment of Wedge, but I think that the structural change makes it easier to encourage people to use hooks rather than file edits.
Also, one of the parts that get edited the most in SMF is the template, obviously. This is one of the reasons why I spent so much time tweaking the template system to allow for easy overriding of pretty much everything in it. You don't need to 'target' a specific hook when you just want to overload an element in the template. You can add CSS code or CSS files at will, you can add a custom file with functions to be executed before or after a template function, and you can even override these functions... Heck, if you really want you can even override a function that asks to be executed after the 'before' function of a stock template function. You can disable and enable template functions at will -- you can reorder them, enable them based on whether the current skin is marked as mobile-targeted or not, etc.
In fact, Wedge has so much to offer in that area, that I would feel VERY bad if I ever had to go back to silly file edits. (I did do that for a few parts of Wedge.org, like the Facebook link in the footer, but they'll be gone by the time we go public...)
Sure, SMF 'tries' to re-apply mod edits after updates. But first of all, they're not guaranteed to work, and secondly you have to package your own custom edits into a mod if you want it to work... Noisen.com had thousands of custom edits (the patch file for it was 600+KB), and as a result it took me weeks to make the switch from SMF 1.1 to SMF 2 back in the day...
Basically, going from a SMF2 RC to Final was also going to be too long a job if I wanted to just apply the Final changes to my codebase. It was, simply put, a nightmare. And it's the same for most web software out there.
So, with Wedge, of course I'm in a position where I can simply commit my own code edits and pass them off as a "general feature" for the betterment of Wedge, but I think that the structural change makes it easier to encourage people to use hooks rather than file edits.
Also, one of the parts that get edited the most in SMF is the template, obviously. This is one of the reasons why I spent so much time tweaking the template system to allow for easy overriding of pretty much everything in it. You don't need to 'target' a specific hook when you just want to overload an element in the template. You can add CSS code or CSS files at will, you can add a custom file with functions to be executed before or after a template function, and you can even override these functions... Heck, if you really want you can even override a function that asks to be executed after the 'before' function of a stock template function. You can disable and enable template functions at will -- you can reorder them, enable them based on whether the current skin is marked as mobile-targeted or not, etc.
In fact, Wedge has so much to offer in that area, that I would feel VERY bad if I ever had to go back to silly file edits. (I did do that for a few parts of Wedge.org, like the Facebook link in the footer, but they'll be gone by the time we go public...)
4908
Off-topic / Re: The 10 Year Sigh
« on June 12th, 2012, 07:58 AM »
Eurostar is fully booked? Sounds surprising...
And what about ferries?
And what about ferries?
4909
Archived fixes / Re: Fatal error (was Re: Optimizing parse_bbc() and Aeva)
« on June 12th, 2012, 07:56 AM »
I said I'm not the type of guy who locks topics without a good reason... :whistle:
4910
Archived fixes / Re: Fatal error (was Re: Optimizing parse_bbc() and Aeva)
« on June 12th, 2012, 12:16 AM »
I'm not a lock-type person :lol:
4911
Off-topic / Re: Euro 2012
« on June 12th, 2012, 12:15 AM »
Oh... Then I indirectly saw you on TV today :P
They even showed a map of Ukraine with Donetsk on it. It's in the bottom right corner if I'm not mistaken, near the Black Sea.
They even showed a map of Ukraine with Donetsk on it. It's in the bottom right corner if I'm not mistaken, near the Black Sea.
4912
Features / Re: New revs
« on June 12th, 2012, 12:11 AM »
rev 1612
(3 files, 2kb)
! Fixed admin internal search when going through arrays (e.g. numbered strings). (Admin.php)
! Fixed some html_to_bbc calls that weren't using the wedit object. (Aeva-Gallery.php, Aeva-Gallery2.php)
(3 files, 2kb)
! Fixed admin internal search when going through arrays (e.g. numbered strings). (Admin.php)
! Fixed some html_to_bbc calls that weren't using the wedit object. (Aeva-Gallery.php, Aeva-Gallery2.php)
4913
Archived fixes / Re: Fatal error (was Re: Optimizing parse_bbc() and Aeva)
« on June 12th, 2012, 12:10 AM »
Okay, my bad -- fixed in r1612.
Was due to these being called only in some situations...
Was due to these being called only in some situations...
4915
Archived fixes / Re: Fatal error (was Re: Optimizing parse_bbc() and Aeva)
« on June 11th, 2012, 11:50 PM »
I didnt upload anything in the last few hours. Was busy irl. And I didn't change anything re: Aeva for a couple of weeks at least. And didnt get any errors when posting a Merlin screenshot this week.
4917
Plugins / Re: Plugin Development
« on June 11th, 2012, 09:18 PM »
Plus it gives us an opportunity to suggest a better alternative ;)
4918
Archived fixes / Re: Admin search issues
« on June 11th, 2012, 06:13 PM »
So, how do you manage the case where a matching setting is found, but another language file already overwrote it from the text strings..?
Search for "visible" and it'll match signature_minposts but you'll get some contents that doesn't have "visible" in it... :-/
Search for "visible" and it'll match signature_minposts but you'll get some contents that doesn't have "visible" in it... :-/
4919
Bug reports / Re: Cleaning up duplicate language strings
« on June 11th, 2012, 06:11 PM »
Obviously, some of these strings have no reason to stay (yes/no for ManagePaid...), others have no reason to go (lang_rtl?), others are buggy above (the media tag, uh... if you see an empty key, it's because it's a media tag or something else.)
For the record, here are the EXACT matches between various files (key + content). I think they have the upper priority when it comes to determining what should go:
/Admin.english.php
/Login.english.php
(
[registration_agreement] => Registration Agreement
)
/Admin.english.php
/ManageMembers.english.php
(
[not_activated] => Not activated
[membergroups_add_group] => Add group
)
/Admin.english.php
/ManagePaid.english.php
(
[paid_subs_view] => View Subscriptions
)
/Admin.english.php
/Profile.english.php
(
[display_name] => Display name
[ip_address] => IP address
)
/Admin.english.php
/index.english.php
(
[search_for] => Search for
[spiders] => Spiders
)
/Install.english.php
/index.english.php
(
[lang_rtl] =>
[error_invalid_characters_username] => Invalid character used in Username.
)
/Login.english.php
/Admin.english.php
(
[registration_agreement] => Registration Agreement
)
/ManageMembers.english.php
/Admin.english.php
(
[membergroups_add_group] => Add group
[not_activated] => Not activated
)
/ManagePaid.english.php
/Admin.english.php
(
[paid_subs_view] => View Subscriptions
)
/ManagePaid.english.php
/index.english.php
(
[yes] => Yes
[no] => No
)
/Packages.english.php
/index.english.php
(
[remove] => Remove
)
/PersonalMessage.english.php
/Profile.english.php
(
[pm_display_mode_all] => All at once
[pm_display_mode_one] => One at a time
[pm_display_mode_linked] => As a conversation
[showDrafts] => Show Drafts
[show_drafts_none] => You have no draft messages saved at this time.
[edit_draft] => Edit draft
[draftAutoPurge] => (
[1] => Drafts are stored on the server for up to a day, and if not posted or modified in that time, they will be removed.
[n] => Drafts are stored on the server for up to %s days, and if not posted or modified in that time, they will be removed.
)
[remove_all_drafts] => Remove all drafts
[remove_all_drafts_confirm] => Are you sure you want to remove all of your draft messages? (This operation is not reversible.)
)
/Post.english.php
/index.english.php
(
[regards_team] => Regards,
The {forum_name} Team.
[change_color] => Change Color
)
/Profile.english.php
/Admin.english.php
(
[display_name] => Display name
[ip_address] => IP address
)
/Profile.english.php
/PersonalMessage.english.php
(
[showDrafts] => Show Drafts
[show_drafts_none] => You have no draft messages saved at this time.
[edit_draft] => Edit draft
[draftAutoPurge] => (
[1] => Drafts are stored on the server for up to a day, and if not posted or modified in that time, they will be removed.
[n] => Drafts are stored on the server for up to %s days, and if not posted or modified in that time, they will be removed.
)
[remove_all_drafts] => Remove all drafts
[remove_all_drafts_confirm] => Are you sure you want to remove all of your draft messages? (This operation is not reversible.)
[pm_display_mode_all] => All at once
[pm_display_mode_one] => One at a time
[pm_display_mode_linked] => As a conversation
)
/Profile.english.php
/Reports.english.php
(
[none] => None
)
/Reports.english.php
/Profile.english.php
(
[none] => None
)
/Search.english.php
/index.english.php
(
[spider] => Spider
)
/index.english.php
/Admin.english.php
(
[search_for] => Search for
[spiders] => Spiders
)
/index.english.php
/Install.english.php
(
[lang_rtl] =>
[error_invalid_characters_username] => Invalid character used in Username.
)
/index.english.php
/ManagePaid.english.php
(
[yes] => Yes
[no] => No
)
/index.english.php
/Packages.english.php
(
[remove] => Remove
)
/index.english.php
/Post.english.php
(
[regards_team] => Regards,
The {forum_name} Team.
[change_color] => Change Color
)
/index.english.php
/Search.english.php
(
[spider] => Spider
)
For the record, here are the EXACT matches between various files (key + content). I think they have the upper priority when it comes to determining what should go:
/Admin.english.php
/Login.english.php
(
[registration_agreement] => Registration Agreement
)
/Admin.english.php
/ManageMembers.english.php
(
[not_activated] => Not activated
[membergroups_add_group] => Add group
)
/Admin.english.php
/ManagePaid.english.php
(
[paid_subs_view] => View Subscriptions
)
/Admin.english.php
/Profile.english.php
(
[display_name] => Display name
[ip_address] => IP address
)
/Admin.english.php
/index.english.php
(
[search_for] => Search for
[spiders] => Spiders
)
/Install.english.php
/index.english.php
(
[lang_rtl] =>
[error_invalid_characters_username] => Invalid character used in Username.
)
/Login.english.php
/Admin.english.php
(
[registration_agreement] => Registration Agreement
)
/ManageMembers.english.php
/Admin.english.php
(
[membergroups_add_group] => Add group
[not_activated] => Not activated
)
/ManagePaid.english.php
/Admin.english.php
(
[paid_subs_view] => View Subscriptions
)
/ManagePaid.english.php
/index.english.php
(
[yes] => Yes
[no] => No
)
/Packages.english.php
/index.english.php
(
[remove] => Remove
)
/PersonalMessage.english.php
/Profile.english.php
(
[pm_display_mode_all] => All at once
[pm_display_mode_one] => One at a time
[pm_display_mode_linked] => As a conversation
[showDrafts] => Show Drafts
[show_drafts_none] => You have no draft messages saved at this time.
[edit_draft] => Edit draft
[draftAutoPurge] => (
[1] => Drafts are stored on the server for up to a day, and if not posted or modified in that time, they will be removed.
[n] => Drafts are stored on the server for up to %s days, and if not posted or modified in that time, they will be removed.
)
[remove_all_drafts] => Remove all drafts
[remove_all_drafts_confirm] => Are you sure you want to remove all of your draft messages? (This operation is not reversible.)
)
/Post.english.php
/index.english.php
(
[regards_team] => Regards,
The {forum_name} Team.
[change_color] => Change Color
)
/Profile.english.php
/Admin.english.php
(
[display_name] => Display name
[ip_address] => IP address
)
/Profile.english.php
/PersonalMessage.english.php
(
[showDrafts] => Show Drafts
[show_drafts_none] => You have no draft messages saved at this time.
[edit_draft] => Edit draft
[draftAutoPurge] => (
[1] => Drafts are stored on the server for up to a day, and if not posted or modified in that time, they will be removed.
[n] => Drafts are stored on the server for up to %s days, and if not posted or modified in that time, they will be removed.
)
[remove_all_drafts] => Remove all drafts
[remove_all_drafts_confirm] => Are you sure you want to remove all of your draft messages? (This operation is not reversible.)
[pm_display_mode_all] => All at once
[pm_display_mode_one] => One at a time
[pm_display_mode_linked] => As a conversation
)
/Profile.english.php
/Reports.english.php
(
[none] => None
)
/Reports.english.php
/Profile.english.php
(
[none] => None
)
/Search.english.php
/index.english.php
(
[spider] => Spider
)
/index.english.php
/Admin.english.php
(
[search_for] => Search for
[spiders] => Spiders
)
/index.english.php
/Install.english.php
(
[lang_rtl] =>
[error_invalid_characters_username] => Invalid character used in Username.
)
/index.english.php
/ManagePaid.english.php
(
[yes] => Yes
[no] => No
)
/index.english.php
/Packages.english.php
(
[remove] => Remove
)
/index.english.php
/Post.english.php
(
[regards_team] => Regards,
The {forum_name} Team.
[change_color] => Change Color
)
/index.english.php
/Search.english.php
(
[spider] => Spider
)
4920
Bug reports / Cleaning up duplicate language strings
« on June 11th, 2012, 06:06 PM »
So, I made a quick and dirty script to find duplicate keys in the language folder...
There are PLENTY, actually.
And some of them do look like they should be removed.
I'm just going to ask: are there any strings below which you think are safe to remove, and if yes, from which files...?
/Admin.english.php
/Login.english.php
(
[registration_agreement] => Registration Agreement
)
/Admin.english.php
/ManageMembers.english.php
(
[not_activated] => Not activated
[membergroups_add_group] => Add group
)
/Admin.english.php
/ManagePaid.english.php
(
[paid_subs_view] => View Subscriptions
)
/Admin.english.php
/Profile.english.php
(
[display_name] => Display name
[ip_address] => IP address
[date_format] => (YYYY-MM-DD)
[age] => User age
)
/Admin.english.php
/index.english.php
(
[search_for] => Search for
[spiders] => Spiders
)
/Errors.english.php
/Login.english.php
(
[no_password] => Password field empty
)
/Errors.english.php
/Profile.english.php
(
[incorrect_answer] => Sorry, but you did not answer your question correctly. Please click back to try again, or click back twice to use the default method of obtaining your password.
)
/Install.english.php
/index.english.php
(
[lang_rtl] =>
[error_invalid_characters_username] => Invalid character used in Username.
)
/Login.english.php
/Admin.english.php
(
[registration_agreement] => Registration Agreement
)
/Login.english.php
/Errors.english.php
(
[no_password] => You didn't enter your password.
)
/ManageMembers.english.php
/Admin.english.php
(
[membergroups_add_group] => Add group
[not_activated] => Not activated
)
/ManagePaid.english.php
/Admin.english.php
(
[paid_subs_view] => View Subscriptions
)
/ManagePaid.english.php
/Profile.english.php
(
[subscriptions] => Subscriptions
)
/ManagePaid.english.php
/index.english.php
(
[yes] => Yes
[no] => No
)
/ManageSettings.english.php
/PersonalMessage.english.php
(
[pm_read] => Groups allowed to read their messages
)
/ManageSettings.english.php
/Profile.english.php
(
[signature_minposts] => Minimum number of posts for signatures to be visible
)
/Media.english.php
/Post.english.php
(
=> Media
)
/Packages.english.php
/index.english.php
(
[remove] => Remove
)
/PersonalMessage.english.php
/ManageSettings.english.php
(
[pm_read] => Read
)
/PersonalMessage.english.php
/Profile.english.php
(
[pm_display_mode_all] => All at once
[pm_display_mode_one] => One at a time
[pm_display_mode_linked] => As a conversation
[showDrafts] => Show Drafts
[showDrafts_desc] => This section shows you all the draft messages you have saved, or were saved on your behalf.
[show_drafts_none] => You have no draft messages saved at this time.
[edit_draft] => Edit draft
[draftAutoPurge] => (
[1] => Drafts are stored on the server for up to a day, and if not posted or modified in that time, they will be removed.
[n] => Drafts are stored on the server for up to %s days, and if not posted or modified in that time, they will be removed.
)
[remove_all_drafts] => Remove all drafts
[remove_all_drafts_confirm] => Are you sure you want to remove all of your draft messages? (This operation is not reversible.)
)
/Post.english.php
/Media.english.php
(
=> Upload a media file
)
/Post.english.php
/index.english.php
(
[message_icon] => Message icon
[regards_team] => Regards,
The {forum_name} Team.
[change_color] => Change Color
[notify_replies] => Notify me of replies.
[awaiting_approval] => Awaiting approval
)
/Profile.english.php
/Admin.english.php
(
[age] => Age
[date_format] => The format here will be used to show dates throughout this forum.
[display_name] => Display name
[ip_address] => IP address
)
/Profile.english.php
/Errors.english.php
(
[incorrect_answer] => Sorry, but you did not specify a valid combination of Secret Question and Answer in your profile. Please click on the back button, and use the default method of obtaining your password.
)
/Profile.english.php
/ManagePaid.english.php
(
[subscriptions] => Paid Subscriptions
)
/Profile.english.php
/ManageSettings.english.php
(
[signature_minposts] => (
[1] => Your signature will not be shown to other members until you have made at least 1 post.
[n] => Your signature will not be shown to other members until you have made at least %s posts.
)
)
/Profile.english.php
/PersonalMessage.english.php
(
[showDrafts] => Show Drafts
[showDrafts_desc] => This section shows you all the draft posts you have saved, or were saved on your behalf.
[show_drafts_none] => You have no draft messages saved at this time.
[edit_draft] => Edit draft
[draftAutoPurge] => (
[1] => Drafts are stored on the server for up to a day, and if not posted or modified in that time, they will be removed.
[n] => Drafts are stored on the server for up to %s days, and if not posted or modified in that time, they will be removed.
)
[remove_all_drafts] => Remove all drafts
[remove_all_drafts_confirm] => Are you sure you want to remove all of your draft messages? (This operation is not reversible.)
[pm_display_mode_all] => All at once
[pm_display_mode_one] => One at a time
[pm_display_mode_linked] => As a conversation
)
/Profile.english.php
/Reports.english.php
(
[none] => None
)
/Profile.english.php
/index.english.php
(
[hidden] => hidden
[notification] => Notifications
)
/Reports.english.php
/Profile.english.php
(
[none] => None
)
/Search.english.php
/index.english.php
(
[search_date_posted] => Date Posted
[spider] => Spider
)
/index.english.php
/Admin.english.php
(
[search_for] => Search for
[spiders] => Spiders
)
/index.english.php
/Install.english.php
(
[lang_rtl] =>
[error_invalid_characters_username] => Invalid character used in Username.
)
/index.english.php
/ManagePaid.english.php
(
[yes] => Yes
[no] => No
)
/index.english.php
/Packages.english.php
(
[remove] => Remove
)
/index.english.php
/Post.english.php
(
[regards_team] => Regards,
The {forum_name} Team.
[notify_replies] => Notify of replies
[awaiting_approval] => Awaiting Approval
[message_icon] => Message Icon
[change_color] => Change Color
)
/index.english.php
/Profile.english.php
(
[notification] => Notification
[hidden] => Hidden
)
/index.english.php
/Search.english.php
(
[spider] => Spider
[search_date_posted] => Posted:
)
There are PLENTY, actually.
And some of them do look like they should be removed.
I'm just going to ask: are there any strings below which you think are safe to remove, and if yes, from which files...?
/Admin.english.php
/Login.english.php
(
[registration_agreement] => Registration Agreement
)
/Admin.english.php
/ManageMembers.english.php
(
[not_activated] => Not activated
[membergroups_add_group] => Add group
)
/Admin.english.php
/ManagePaid.english.php
(
[paid_subs_view] => View Subscriptions
)
/Admin.english.php
/Profile.english.php
(
[display_name] => Display name
[ip_address] => IP address
[date_format] => (YYYY-MM-DD)
[age] => User age
)
/Admin.english.php
/index.english.php
(
[search_for] => Search for
[spiders] => Spiders
)
/Errors.english.php
/Login.english.php
(
[no_password] => Password field empty
)
/Errors.english.php
/Profile.english.php
(
[incorrect_answer] => Sorry, but you did not answer your question correctly. Please click back to try again, or click back twice to use the default method of obtaining your password.
)
/Install.english.php
/index.english.php
(
[lang_rtl] =>
[error_invalid_characters_username] => Invalid character used in Username.
)
/Login.english.php
/Admin.english.php
(
[registration_agreement] => Registration Agreement
)
/Login.english.php
/Errors.english.php
(
[no_password] => You didn't enter your password.
)
/ManageMembers.english.php
/Admin.english.php
(
[membergroups_add_group] => Add group
[not_activated] => Not activated
)
/ManagePaid.english.php
/Admin.english.php
(
[paid_subs_view] => View Subscriptions
)
/ManagePaid.english.php
/Profile.english.php
(
[subscriptions] => Subscriptions
)
/ManagePaid.english.php
/index.english.php
(
[yes] => Yes
[no] => No
)
/ManageSettings.english.php
/PersonalMessage.english.php
(
[pm_read] => Groups allowed to read their messages
)
/ManageSettings.english.php
/Profile.english.php
(
[signature_minposts] => Minimum number of posts for signatures to be visible
)
/Media.english.php
/Post.english.php
(
=> Media
)
/Packages.english.php
/index.english.php
(
[remove] => Remove
)
/PersonalMessage.english.php
/ManageSettings.english.php
(
[pm_read] => Read
)
/PersonalMessage.english.php
/Profile.english.php
(
[pm_display_mode_all] => All at once
[pm_display_mode_one] => One at a time
[pm_display_mode_linked] => As a conversation
[showDrafts] => Show Drafts
[showDrafts_desc] => This section shows you all the draft messages you have saved, or were saved on your behalf.
[show_drafts_none] => You have no draft messages saved at this time.
[edit_draft] => Edit draft
[draftAutoPurge] => (
[1] => Drafts are stored on the server for up to a day, and if not posted or modified in that time, they will be removed.
[n] => Drafts are stored on the server for up to %s days, and if not posted or modified in that time, they will be removed.
)
[remove_all_drafts] => Remove all drafts
[remove_all_drafts_confirm] => Are you sure you want to remove all of your draft messages? (This operation is not reversible.)
)
/Post.english.php
/Media.english.php
(
=> Upload a media file
)
/Post.english.php
/index.english.php
(
[message_icon] => Message icon
[regards_team] => Regards,
The {forum_name} Team.
[change_color] => Change Color
[notify_replies] => Notify me of replies.
[awaiting_approval] => Awaiting approval
)
/Profile.english.php
/Admin.english.php
(
[age] => Age
[date_format] => The format here will be used to show dates throughout this forum.
[display_name] => Display name
[ip_address] => IP address
)
/Profile.english.php
/Errors.english.php
(
[incorrect_answer] => Sorry, but you did not specify a valid combination of Secret Question and Answer in your profile. Please click on the back button, and use the default method of obtaining your password.
)
/Profile.english.php
/ManagePaid.english.php
(
[subscriptions] => Paid Subscriptions
)
/Profile.english.php
/ManageSettings.english.php
(
[signature_minposts] => (
[1] => Your signature will not be shown to other members until you have made at least 1 post.
[n] => Your signature will not be shown to other members until you have made at least %s posts.
)
)
/Profile.english.php
/PersonalMessage.english.php
(
[showDrafts] => Show Drafts
[showDrafts_desc] => This section shows you all the draft posts you have saved, or were saved on your behalf.
[show_drafts_none] => You have no draft messages saved at this time.
[edit_draft] => Edit draft
[draftAutoPurge] => (
[1] => Drafts are stored on the server for up to a day, and if not posted or modified in that time, they will be removed.
[n] => Drafts are stored on the server for up to %s days, and if not posted or modified in that time, they will be removed.
)
[remove_all_drafts] => Remove all drafts
[remove_all_drafts_confirm] => Are you sure you want to remove all of your draft messages? (This operation is not reversible.)
[pm_display_mode_all] => All at once
[pm_display_mode_one] => One at a time
[pm_display_mode_linked] => As a conversation
)
/Profile.english.php
/Reports.english.php
(
[none] => None
)
/Profile.english.php
/index.english.php
(
[hidden] => hidden
[notification] => Notifications
)
/Reports.english.php
/Profile.english.php
(
[none] => None
)
/Search.english.php
/index.english.php
(
[search_date_posted] => Date Posted
[spider] => Spider
)
/index.english.php
/Admin.english.php
(
[search_for] => Search for
[spiders] => Spiders
)
/index.english.php
/Install.english.php
(
[lang_rtl] =>
[error_invalid_characters_username] => Invalid character used in Username.
)
/index.english.php
/ManagePaid.english.php
(
[yes] => Yes
[no] => No
)
/index.english.php
/Packages.english.php
(
[remove] => Remove
)
/index.english.php
/Post.english.php
(
[regards_team] => Regards,
The {forum_name} Team.
[notify_replies] => Notify of replies
[awaiting_approval] => Awaiting Approval
[message_icon] => Message Icon
[change_color] => Change Color
)
/index.english.php
/Profile.english.php
(
[notification] => Notification
[hidden] => Hidden
)
/index.english.php
/Search.english.php
(
[spider] => Spider
[search_date_posted] => Posted:
)