Show Likes

This section allows you to view all posts where this member received or gave a like to.

1
Other software / Re: Arantor back on SMF Team!
Norodo « on October 20th, 2013, 12:21 PM »
How about we wait until the software is released, then we let the users decide? Right now this is not much more than a pissing contest.
2
Documentation / Hooks
Norodo « on February 5th, 2014, 01:48 AM »
This topic might be a little barebones for now. Taken from file wedge/core/ManagePlugins.php on 5feb2014

Language hooks

'lang_help'
Found in: core/app/ManageServer.php && core/app/Help.php
Called when: Loading the admin help language file and template || Loading the help items, plus any from plugins for (?) icons.

'lang_who'
Found in: core/app/Who.php
Called when: Viewing the "Who's Online page"?

'lang_modlog'
Found in: core/app/Modlog.php
Called when: Displaying the moderation and administration logs

Foundation stone items

'pre_load'
Found in: core/app/Load.php
Called when: Load.php is used for a lot of database interaction. It is loaded on nearly every page. When loading from database.

'determine_location',
Found in: core/app/QueryString.php
Called when: Handling URLs?


'detect_browser',
'load_theme',
'menu_items',
'action_list',
'behavior',
'skin_parser',

Threads and posts display
'post_bbc_parse',
'display_prepare_post',
'display_post_done',
'messageindex_buttons',
'display_message_list',
'display_main',

// Admin
'admin_areas',
'admin_search',
'admin_intro',
'moderation_rules',
'output_error',
'settings_spam',
'settings_bans',
'remove_boards',
'repair_errors_tests',
'repair_errors_finished',
'member_options',
'maintenance_routine',

// User related
'login',
'validate_login',
'logout',
'change_member_data',
'verify_password',
'verify_user',
'reset_pass',
'other_passwords',
'register',
'register_validate',
'register_post',
'activate',
'delete_member',
'delete_member_multiple',
'track_ip',
'reattribute_posts',

// User permissions
'load_permissions',
'illegal_perms',
'illegal_guest_perms',
'banned_perms',
'settings_infraction_levels',

// Content creation
'outgoing_email',
'personal_message',
'create_post_before',
'create_post_after',
'modify_post_before',
'modify_post_after',
'move_topics',
'remove_topics',
'merge_topics',
'post_mod_actions',
'post_form_pre',
'post_form',
'post_form_load_draft',
'post_pre_validate',
'post_post_validate',
'save_post_draft',
'save_pm_draft',

// Likes
'like_handler',
'liked_content',

// Thoughts
'thought_add',
'thought_update',
'thought_delete',

// Process flow and execution
'default_action',
'fallback_action',
'buffer',
'redirect',
'exit',
'dynamic_rewrite',

// Verification/CAPTCHA points
'add_captcha',
'verification_setup',
'verification_test',
'verification_refresh',
'verification_display',

// Who's Online
'who_allowed',
'whos_online',
'whos_online_complete',

// Miscellaneous
'ssi',
'feed',
'buddy',
'css_color',
'bbc_buttons',
'place_credit',
'get_boardindex',
'info_center',
'media_areas',
'profile_areas',
'suggest',
'thought',
'select_quickmod',
'apply_quickmod',

// Notifications
'notification_callback',
'notification_new',
'notification_subscription',

// Infractions
'infraction_view',
'infraction_issue_pre',
'infraction_issue_content',
3
Off-topic / Re: Arantor's bad faith
Norodo « on February 12th, 2014, 07:37 PM »
Quote
Opinions..?
Are you a coder? Or are you a politician? Give zero fucks about this noise and make Wedge what you want it to be.
4
Off-topic / Re: Arantor's bad faith
Norodo « on February 12th, 2014, 07:37 PM »
Quote
Opinions..?
Are you a coder? Or are you a politician? Give zero fucks about this noise and make Wedge what you want it to be.
5
Off-topic / Re: Just an FYI!
Norodo « on February 12th, 2014, 03:02 PM »
6
Plugins / Re: Plugin request - Ad Management
Norodo « on January 24th, 2014, 01:20 AM »
Make a paid advert module man. It seems like a good idea for everyone. :)

(That is, everyone except for people like me who would rather you work on Wedge, because we don't advertise on our forums.)

But for you and the adverts gang, it's a win win!
7
Off-topic / Re: PHP | Learning
Norodo « on February 6th, 2014, 04:00 PM »
I think you should just start with PHP. It's an independent, simple to learn language.
8
Documentation / Hooks
Norodo « on February 5th, 2014, 01:48 AM »
This topic might be a little barebones for now. Taken from file wedge/core/ManagePlugins.php on 5feb2014

Language hooks

'lang_help'
Found in: core/app/ManageServer.php && core/app/Help.php
Called when: Loading the admin help language file and template || Loading the help items, plus any from plugins for (?) icons.

'lang_who'
Found in: core/app/Who.php
Called when: Viewing the "Who's Online page"?

'lang_modlog'
Found in: core/app/Modlog.php
Called when: Displaying the moderation and administration logs

Foundation stone items

'pre_load'
Found in: core/app/Load.php
Called when: Load.php is used for a lot of database interaction. It is loaded on nearly every page. When loading from database.

'determine_location',
Found in: core/app/QueryString.php
Called when: Handling URLs?


'detect_browser',
'load_theme',
'menu_items',
'action_list',
'behavior',
'skin_parser',

Threads and posts display
'post_bbc_parse',
'display_prepare_post',
'display_post_done',
'messageindex_buttons',
'display_message_list',
'display_main',

// Admin
'admin_areas',
'admin_search',
'admin_intro',
'moderation_rules',
'output_error',
'settings_spam',
'settings_bans',
'remove_boards',
'repair_errors_tests',
'repair_errors_finished',
'member_options',
'maintenance_routine',

// User related
'login',
'validate_login',
'logout',
'change_member_data',
'verify_password',
'verify_user',
'reset_pass',
'other_passwords',
'register',
'register_validate',
'register_post',
'activate',
'delete_member',
'delete_member_multiple',
'track_ip',
'reattribute_posts',

// User permissions
'load_permissions',
'illegal_perms',
'illegal_guest_perms',
'banned_perms',
'settings_infraction_levels',

// Content creation
'outgoing_email',
'personal_message',
'create_post_before',
'create_post_after',
'modify_post_before',
'modify_post_after',
'move_topics',
'remove_topics',
'merge_topics',
'post_mod_actions',
'post_form_pre',
'post_form',
'post_form_load_draft',
'post_pre_validate',
'post_post_validate',
'save_post_draft',
'save_pm_draft',

// Likes
'like_handler',
'liked_content',

// Thoughts
'thought_add',
'thought_update',
'thought_delete',

// Process flow and execution
'default_action',
'fallback_action',
'buffer',
'redirect',
'exit',
'dynamic_rewrite',

// Verification/CAPTCHA points
'add_captcha',
'verification_setup',
'verification_test',
'verification_refresh',
'verification_display',

// Who's Online
'who_allowed',
'whos_online',
'whos_online_complete',

// Miscellaneous
'ssi',
'feed',
'buddy',
'css_color',
'bbc_buttons',
'place_credit',
'get_boardindex',
'info_center',
'media_areas',
'profile_areas',
'suggest',
'thought',
'select_quickmod',
'apply_quickmod',

// Notifications
'notification_callback',
'notification_new',
'notification_subscription',

// Infractions
'infraction_view',
'infraction_issue_pre',
'infraction_issue_content',
9
Importing into Wedge / Re: MyBB Import
Norodo « on February 2nd, 2014, 02:54 PM »
Ooooooh. There's a MyBB importer? Now I'm even more interested in getting Wedge to work.
10
The Pub / Re: What I LIKE in Wedge!
Norodo « on January 22nd, 2014, 02:25 AM »
It's being developed by the coolest developer I know. I really like how it looks and feels when installed :)