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 - CerealGuy
301
Archived fixes / Language fallback
« on April 22nd, 2014, 12:17 PM »
There are some problems when a plugin doesnt provide the correct language files.
I only see that error in Plugin Settings, but perhaps it occurs also somewhere else.

/plugins/invitemod/lang:
...german.php
...german.php

Unable to load the "(CerealGuy:InviteMod) lang/InviteMod-Admin.english" language file.
If i switch to english and try to change something in the plugin settings theres no text. I think it would be better it it would switch to a available language if possible. Perhaps with some prioritys (default language, english).
302
Development blog / Re: Alphababy!
« on April 15th, 2014, 05:10 PM »
Congrats :)
I totally agree, Wedge is really stable for an alpha and totally able for "more experimental" productional use.
303
Archived fixes / Re: Broken Privacy Topic
« on April 14th, 2014, 03:40 PM »
Admins should totally be able to see private topics. Moderators perhaps not (permission), but admins should.
304
Bug reports / Re: add_plugin_css_file issues
« on April 13th, 2014, 07:07 PM »
Im not sure if i understood the topic correctly, but in the moment im trying to do some jquery.tab() stuff with jquery-ui etc. I tried to add the sample css files via add_plugin_css_file but it throws errors
Code: [Select]
8: Undefined index: selector
Filter einschalten: Nur Fehler von dieser Datei anzeigen Datei: /home/killtwba/www.killthebit.w2.ms5.eu/wedge/gz/app/Class-CSS.php
Zeile: 1077
I already deleted {,},; but is it perhaps not enough for the wedge minimization?!
Perhaps a fallback function for normal css files would be nice, something like an fopen add_css wrapper or some stuff.
305
Plugins / [Plugin] DefaultAvatar
« on April 8th, 2014, 10:17 PM »
There are already some starts in core for setting a default avatar, but i think its not really a core feature.
First time that i really used jquery, and its awesome, but hacky :geek:.

In the moment it only changes the avatar in Topics, not in Profiles and not in sidebar. Perhaps im going to add it, but its not that important i think.

https://github.com/C3realGuy/we_DefaultAvatar

Its not a big deal but some feedback would be nice :^^;:
306
Features / Registration Hooks
« on April 7th, 2014, 11:11 AM »
EDIT: Only one registration hook is missing, registration_form or something like that. In the moment its not possible to add html via jquery to the registration form, which is quite useful for an invite mod :whistle:.
And not only for an invite mod, i think there are some other things for which this would be useful.
307
Features / [Poll] Re: Board status icons: what's the point?
« on April 6th, 2014, 12:58 PM »
Theres too much lookin the same. Messages & Notifications & Likes in Thoughts have the same style. I prefered the old way of the look. But the feature at itself is nice, even if i think its only interesting for latest topics or topics where i have "contact" to. For example if i replied on it or liked something of it. Otherwise its too much information.
308
Plugins / [Plugin] Re: HideMod
« on March 28th, 2014, 11:13 PM »
Quote from Nao on March 27th, 2014, 10:51 PM
Quote from Nao on March 15th, 2014, 01:58 PM
That would require adding a 'bypass grace period' permission, I guess.
Done!

I need to test it, though...
Anyone wants to have permission to edit their own posts forever? :P

Gave permission to CerealGuy, in case he wants to confirm it works!
Aaand im not able to edit it or i dont see the option...
309
Support / [Aeva] Re: Soundcloud
« on March 27th, 2014, 07:52 PM »
I understand you totally ^^ Some debug features for aeva would be nice, otherwise its just try and error. But perhaps a small plugin is easier to embed soundcloud, same like twitter. Thanks for having a look at it :)
310
Features / Re: Own table for custom field values?
« on March 27th, 2014, 06:34 PM »
Hmm okay :D
Its a bit confusing but good ^^
Another thing, but its more a bug:
Custom fields and show_mlist isnt working correct. The table is broken for some reasons, probably only a small html fix.
311
Features / Own table for custom field values?
« on March 27th, 2014, 06:28 PM »
In the moment all custom field values are in {dbprefix}_themes. And themes is probably the wrong word for it?!
I would suggest to rename it to variables or split it up into _themes and _custom_field_values.
312
Archived fixes / Re: Undefined index & Undefined Constant
« on March 26th, 2014, 11:27 PM »
http://wedge.org/profile/Nao/


Notice: Undefined index: notifications_all in /home/sxxxxxxxxxxxxxxxxx/wedge/gz/app/Profile.php on line 194

Notice: Undefined index: notifications_general in /home/sxxxxxxxxxxxxx/wedge/gz/app/Profile.php on line 198

Notice: Undefined index: notifications_posts in /home/sxxxxxxxxxxxxxxxxxx/wedge/gz/app/Profile.php on line 199
313
Archived fixes / Undefined index & Undefined Constant
« on March 23rd, 2014, 02:19 PM »
Looks like this commit:
https://github.com/Wedge/wedge/commit/8da1e8078ffc9345e4b5213945bc33215d20ef38

Throws some errors.
8: Use of undefined constant AJAX - assumed 'AJAX'
8: Use of undefined constant SKINS_DIR - assumed 'SKINS_DIR'
8: Use of undefined constant TEMPLATES_DIR - assumed 'TEMPLATES_DIR'

Im sure there are more but looks like a general problem.

Aaaand theres another but looks a bit different:
url: xxx/index.php?action=notification;sa=unread
Kann das "Errors" Template nicht laden.
314
Plugins / Re: Embed tweets
« on March 18th, 2014, 11:59 PM »
Why the hell was the link broken oO Uploaded it again...
http://www.xup.in/dl,89763542/twitter_bbc.tar.gz/
315
Plugins / Re: Embed tweets
« on March 18th, 2014, 09:12 PM »
You cant embed html in a post or normally not ^^ But should be possible with a small plugin, i will have a look on it.

EDIT: Quick & Dirty version http://www.xup.in/dl,89763542/twitter_bbc.tar.gz/ Should have problems with multiple tweets in same post :^^;: You just need to insert https://twitter.com/MooseAllain/statuses/444912811849056256 in your post and normally the embedded twitter thing should appear.