Show Posts

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.

Messages - Norodo
1
The Pub / [Suggestion] Re: HTML & PHP Blocks
« on February 27th, 2018, 10:26 PM »
Quote from Nao on February 20th, 2018, 03:25 PM
Thanks to everyone who reported the couple spammers from these last two weeks, BTW. Spam is rare on Wedge because it can't be automated, but it doesn't mean it's safe from real people who are adamant on posting on 'dead' forums (or so they think. Plus, links on Wedge.org are automatically marked with nofollow, meaning they're worthless when it comes to SEO.)
For some reason, I still moderate the documentation board, so I pop in and delete those when I get a report there.

It's not a failed project. I'm sure you had some fun and learnt a lot while making it. Hope you'll do well with rebuilding your life!
2
Off-topic / Re: Nao?
« on February 11th, 2014, 06:42 AM »
There's always the Ubuntu way of doing it where you're offered a chance of donating at the point of download.
3
Off-topic / Re: PHP | Learning
« on February 6th, 2014, 04:00 PM »
I think you should just start with PHP. It's an independent, simple to learn language.
4
The Pub / Re: Preparing for an 'official' public alpha...
« on February 6th, 2014, 03:41 PM »
Yeah I'm aware. But people will still be bothersome. Just check the alphas over at MyBB.

Anyway, the biggest reason to release an alpha would be to gather more bug reports and get more feedback, but currently, the main developer of Wedge is saying he's bogged down in things to do. Releasing another more easy to download alpha will only make the workload greater.
5
The Pub / Re: Preparing for an 'official' public alpha...
« on February 6th, 2014, 03:24 PM »
I don't think you should have one to be honest. People will be whining about database changes, not being able to upgrade easily, and everything else from heaven to hell.

I think once the DB is set and there is an upgrade path, the software is ready to be delivered in small packages to the general public.
6
Documentation / Re: Hooks
« on February 5th, 2014, 03:41 AM »
You'd have to ask Nao for that. But as of now I'm not done with this list. Gonna add details and style it a bit better. I think it will take some time. :^^;:
7
Documentation / Hooks
« 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',
8
Features / Re: +1 > Like
« on February 4th, 2014, 06:49 PM »
Can't you just change the language files to change this?
9
Importing into Wedge / Re: MyBB Import
« on February 2nd, 2014, 11:25 PM »
Don't worry. It's not like I need to switch anytime soon.
10
Importing into Wedge / Re: MyBB Import
« on February 2nd, 2014, 02:54 PM »
Ooooooh. There's a MyBB importer? Now I'm even more interested in getting Wedge to work.
11
Archived fixes / Re: Twice in online list?
« on January 29th, 2014, 10:34 PM »
Reminds me a bit of this actually: http://wedge.org/pub/off/6878/baidu-bloody-loves-me/
12
Archived fixes / Re: Twice in online list?
« on January 29th, 2014, 10:30 PM »
I'm known to have this effect.

Though I'm pretty sure the only browser I'm logged in on is Chrome. Maybe my cellphone, I guess?
13
The Pub / Re: Wedge repo -- installation feedback
« on January 27th, 2014, 01:46 AM »
Still doesn't seem to work: http://wedgetesting.nfshost.com/wedge/index.php

You have the other details. :)
14
The Pub / Re: Wedge repo -- installation feedback
« on January 27th, 2014, 01:13 AM »
Quote from Nao on January 26th, 2014, 10:44 PM
@Norodo, okay I'm getting lost... Is your install the broken one? The one with the errors 500? Do I still need to log into your site and look into that one? As for the errors here: I'm really, REALLY not getting them on a freshly installed Wedge forum... And the id_msg error, does your error log say where it's located?
My install is still broken. As I said I made a localhost install to see if it would work there, and it kind of did. I'd still prefer if it worked on my remote though. It's probably outdated by now.

But yes, if you would log in and have a look that'd probably be a good idea.

I just noticed someone talking about cloudflare. Maybe my issue lies there. brb testing.
15
The Pub / Re: Wedge repo -- installation feedback
« on January 26th, 2014, 03:00 PM »
Right so the first topic I created apparently DID get posted, but entering it is another story:

Code: [Select]
Warning: min(): Array must contain at least one element in /Users/Finn/Sites/wedge/gz/app/Display.php on line 794

Warning: max(): Array must contain at least one element in /Users/Finn/Sites/wedge/gz/app/Display.php on line 826

Code: [Select]
Wrong value type sent to the database. Integer expected. (id_msg)

Code: [Select]
Notice: Undefined index: nav_buttons in /Users/Finn/Sites/wedge/core/html/Display.template.php on line 374

Warning: Invalid argument supplied for foreach() in /Users/Finn/Sites/wedge/core/html/index.template.php on line 815
Pages: 1  Go Down

Notice: Undefined index: get_message in /Users/Finn/Sites/wedge/core/html/Display.template.php on line 40

Fatal error: Function name must be a string in /Users/Finn/Sites/wedge/core/html/Display.template.php on line 40