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.
196
Development blog / Re: The obligatory Christmas update.
« on December 10th, 2014, 08:23 PM »
It works :cool:
https://github.com/C3realGuy/we_HideMod/commit/8670a371ba7b60cc87c1e1c606c5cd576cc2d605
Whats the proper way to do stuff with variables? Just passed it to a function and overwrote the variable with the return value. Dont know if its the right way to do it.
Thanks @Nao for that great work. Only one error appeared,
Code: [Select]
EDIT: What's about profile fields? They are set in Profile.template.php therefore theres no way to modify (cant find them in gz folder).
https://github.com/C3realGuy/we_HideMod/commit/8670a371ba7b60cc87c1e1c606c5cd576cc2d605
Whats the proper way to do stuff with variables? Just passed it to a function and overwrote the variable with the return value. Dont know if its the right way to do it.
Thanks @Nao for that great work. Only one error appeared,
http://localhost:8080/wedge/?action=admin;area=plugins;sa=disable;plugin=hide;bc…
Filter einschalten: Nur die Fehler mit der selben Nachricht anzeigen 8: Undefined variable: flushed
Filter einschalten: Nur Fehler von dieser Datei anzeigen Datei: /usr/share/nginx/html/wedge/gz/app/ManagePlugins.php
Zeile: 1136
EDIT: What's about profile fields? They are set in Profile.template.php therefore theres no way to modify (cant find them in gz folder).
197
Development blog / Re: The obligatory Christmas update.
« on December 10th, 2014, 05:08 PM »
I really love the idea behind it, but didnt test it yet. But will be definetly useful for me. It will replace some "additional hooks" :cool:. Never coded for SMF, whats the proper way to use it? Something like loadPluginSource('...', '...); somePluginFunction($arg1, $arg2...);?
198
Bug reports / Re: Moved Topic not being marked as 'Read'
« on December 3rd, 2014, 08:35 PM »
Can confirm this too, but only appears when "Should users be automatically redirected to the new topic?" is activated.
199
Archived fixes / Re: viewremote latest-news.js error
« on December 1st, 2014, 03:32 PM »
Looks like app/ViewRemote.php is sometimes not properly loaded :hmm:
Dont know why this happens only sometimes...
Dont know why this happens only sometimes...
200
Features / [Hook] Re: Custom Fields
« on November 17th, 2014, 05:59 PM »
Thought about this again, and didnt found a way to integrate it in a good way. Some problems i found regarding this problem.
There are some areas where it would be nice to modify the fields. Just some which popped up in my mind are memberlists, membersearch, short summary on topics, normal profile summary.
In normal profile summarys its only possible to hook onto $custom_fields, but thats ugly, because its to hard to rework the way of how custom fields work. For example privacy would not work properly, you would need to hook there in too. A in my opinion better solution would be for example an array like menu_items for all profile fields (in summary).
Code: [Select]
As you see it would be easy to create a new profile area and manipulate them. Privacy true/false would just set if privacy is enabled or not for that field. Show same like in menu_items. Another idea is that you could set names for different areas to seperate them more. Also custom fields could just extend profile_fields[customfields].
Yeah some more or less crazy ideas, dont know what you think about them. Would love to read some comments on this.
There are some areas where it would be nice to modify the fields. Just some which popped up in my mind are memberlists, membersearch, short summary on topics, normal profile summary.
In normal profile summarys its only possible to hook onto $custom_fields, but thats ugly, because its to hard to rework the way of how custom fields work. For example privacy would not work properly, you would need to hook there in too. A in my opinion better solution would be for example an array like menu_items for all profile fields (in summary).
profile_fields = {"general" = {"title" = "General",
"fields" = {"username" = {"name" = "Username", value="CerealGuy", privacy = false},
"location" = {"name" = "Location", value="Germany", privacy = true}
}
},
"userspecific" = {"title" = null,
"fields" = {"ip" = {"name" = "IP", "value"="127.0.0.1", "show"=$context['can_see_ip']},
"language" = {"name" = "Language", "value"="German", "privacy" = true}
}
},
"custom_fields" = {"title" = null,
"fields" = {"likes_recieved" = {name= "Likes recieved", value="<a href=........>15</a>", "privacy" = false}
}
"invites" = {"title" = "Invites",
"fields" = {"invited_by" = {"name" = "Invited by", value = "<a href.....>Blubb</a>", "privacy" = true},
"invited_users = {"name" = "Invited users", value = "<a href.....>User1</a></br><a href....>User2.....", "privacy" = true}
}
}
}
As you see it would be easy to create a new profile area and manipulate them. Privacy true/false would just set if privacy is enabled or not for that field. Show same like in menu_items. Another idea is that you could set names for different areas to seperate them more. Also custom fields could just extend profile_fields[customfields].
Yeah some more or less crazy ideas, dont know what you think about them. Would love to read some comments on this.
201
Features / Quick Reply - Switch to "real" editor
« on November 17th, 2014, 05:03 PM »
Found no way to switch from quick reply to the real full editor. Only if you press preview you can add some attachements for example. Perhaps there would be a better way?
202
Bug reports / Re: Collapse Forum
« on November 12th, 2014, 09:29 AM »Is this a bug or feature request?
203
Support / Re: Editing keeps redirecting all images to the website domain
« on November 5th, 2014, 05:13 PM »
Test

EDIT
Hmm can't reproduce that, whether here or local. Do you have any plugins enabled, latest rev..?

EDIT
Hmm can't reproduce that, whether here or local. Do you have any plugins enabled, latest rev..?
204
Off-topic / Re: SMF«»Wedge
« on October 26th, 2014, 12:25 PM »
Also i would suggest that you create a header image with the title in it. Logo + Written name in header is often bad in my opinion.
The result of that is that your header is ways to big.
The result of that is that your header is ways to big.
205
Off-topic / Re: SMF«»Wedge
« on October 26th, 2014, 11:43 AM »
Why do you have those recent posts in your sidebar? It's a bit useless in my opionion, because there is already the recent posts block on the main page and both display the same information ^^
206
Features: Posts & Topics / Re: Likes
« on October 24th, 2014, 01:52 PM »
I understand your arguments but an overloaded core is not desirable.
Look at aeva media gallery. Its a good idea and probably useful for some forums,
but most don't need it. While nearly everyone uses mentions and thats not in core.
Dont get me wrong, aeva is a part of wedge for long, and it should be in the future.
But the few moments when i looked at the gallery, it felt for me strange. I missed
multiple integrations into the forum, which could be important.
Look at aeva media gallery. Its a good idea and probably useful for some forums,
but most don't need it. While nearly everyone uses mentions and thats not in core.
Dont get me wrong, aeva is a part of wedge for long, and it should be in the future.
But the few moments when i looked at the gallery, it felt for me strange. I missed
multiple integrations into the forum, which could be important.
207
Features: Posts & Topics / Re: Likes
« on October 23rd, 2014, 12:14 AM »
Looks like you really struggle about that thing :hmm:.
I'm not sure but as a plugin that would be quite nice.
Don't think that its really core stuff that everyone needs.
But what wedge needs are more plugins :D
Kill two birds with one stone?!
I'm not sure but as a plugin that would be quite nice.
Don't think that its really core stuff that everyone needs.
But what wedge needs are more plugins :D
Kill two birds with one stone?!
208
Plugins / [Plugin] Re: No Print for Guests
« on October 22nd, 2014, 04:29 PM »
I will have a look at it, should not be that hard :hmm:
209
Plugins / Re: Plugin Request - RSS Feed Poster
« on October 21st, 2014, 02:12 PM »
Should be possible, only thing is how to do the grabbing.
Best way would be via cronjob, but thats not always possible.
Another way would be via scheduled tasks. Didnt look at it yet but i could imagine that if the page isnt visited for some time, those scheduled tasks wouldnt get run and we would miss some news.
Perhaps implement both?!
Best way would be via cronjob, but thats not always possible.
Another way would be via scheduled tasks. Didnt look at it yet but i could imagine that if the page isnt visited for some time, those scheduled tasks wouldnt get run and we would miss some news.
Perhaps implement both?!
210
Plugins / [Plugin] Re: No Print for Guests
« on October 19th, 2014, 04:04 PM »
Oh thats some debug stuff :whistle:.
Latest commit removes that line.
Latest commit removes that line.