-
kunalb posted a new activity comment 14 years, 2 months ago
this shouldn’t be an issue with the latest version of EventPress and BuddyPress Custom Posts (0.1.2.1)
-
kunalb posted a new activity comment 14 years, 2 months ago
Can you give a few more details about what is happening?
-
when i go to the “set featured image” under the thumbnail option, it only lets me upload a picture to my website, but it doesn’t allow me to use this pic as an avatar, am i doing something wrong?
-
or is there another way to set an avatar?
-
this shouldn’t be an issue with the latest version of EventPress and BuddyPress Custom Posts (0.1.2.1)
-
i have both the latest versions =/.
here is what it looks likehttp://rebellefleur.net/wp-content/uploads/classifieds/2010/09/uploader.jpg
-
Strange. I can’t actually replicate this on my test BP install with the 0.1.2.1 versions installed. This was a bug in 0.1, but I had assumed that this was resolved.
Is anyone else facing the same problem?
-
do you have a screenshot of what its supposed to look like? ahh what do you recommend for me to do?
-
Essentially, what should be happening is that you get a “set as thumbnail link” — the uploader is the same as that in the backend. Could you try re-installing the plugins?
Also, it might be something to do with roles — what user role are you logging in from?
-
if i reinstall the plugin would my events disappear? I am logging on from admin
-
-
-
-
-
-
-
-
Replying separately so that I don’t feel so boxed in ;). So uninstalling/reinstalling the plugin will (*should*) not touch your events or registration in any way. I would still recommend a backup to avoid any untoward incidents happening; but there’s no code in there to delete events.
-
-
kunalb posted on the forum topic Need help learning plugin development in the group Third Party Components & Plugins: 14 years, 2 months ago
Personally, I found the best resource ever for PHP to be php.net — for any function I need to get into, etc. Plus the code snippets people leave on the php.net sites are awesome. For exploring BP’s available API and how to go about doing anything I’d suggest diving into the Core Code of a […]
-
kunalb joined the group buddypress.org Ninjas 14 years, 2 months ago
-
kunalb posted on the forum topic EventPress in the group Third Party Components & Plugins: 14 years, 2 months ago
Hi Sven β Thanks! I replied to your question on the google group. Copy/pasting here for the sake of completion: Hi On Thu, Sep 16, 2010 at 3:10 PM, svenl77 wrote: > first of all, thanks for the nice powerful plugin. Brilliant work! Thanks! > I have a question. how can I display the event […]
-
kunalb posted on the forum topic events plugin? in the group How-To and Troubleshooting: 14 years, 2 months ago
Capital P please! π
On a more serious note — for those wondering about the future of EP — I have no intention of abandoning the project; drop in for feature requests, bug reports and discussions at http://code.google.com/p/eventpress/ and http://groups.google.com/group/eventpress.
-
kunalb joined the group How-To and Troubleshooting 14 years, 2 months ago
-
kunalb posted a new activity comment 14 years, 2 months ago
@Corinne In v0.2 I guess.
-
kunalb posted a new activity comment 14 years, 2 months ago
MVC was kind of my indulgence — I find it really convenient to think that way. Mixing event driven and MVC resulted in the mess you see in BPCP and EventPress ;). I’ve made a Google Code Project for this — to get my own wiki, issue tracker, etc. Please add any issues you find here — http://code.google.com/p/eventpress/
-
kunalb posted a new activity comment 14 years, 2 months ago
Stylesheets — simplest would be to simply dequeue them and enqueue your own :). Thanks, though “without issue” isn’t exactly true. As soon as my exams get over (ie tomorrow afternoon) I’m going to start formalizing a test system so that I stop shipping buggy releases and end up having to do 2 bugfix .1.x releases, one after the other.
-
the bug fix for the bug fix release π In fairness these bugs? are not overly prominent- I will endeavor to report any issues I do come across though.
yep denqueue/re-enqueue sounds like an approach.
Interested in the fact that suddenly we seem to have leap forward to a MVC pattern, that threw me somewhat π
thanks for the help.
-
MVC was kind of my indulgence — I find it really convenient to think that way. Mixing event driven and MVC resulted in the mess you see in BPCP and EventPress ;). I’ve made a Google Code Project for this — to get my own wiki, issue tracker, etc. Please add any issues you find here — http://code.google.com/p/eventpress/
-
-
-
kunalb posted a new activity comment 14 years, 2 months ago
BPCP actually looks for post_type/page — so for certain pages you could add ep_event/page to your theme and that would override the EventPress theme. To write general theme files, youi could also go for type/page — which will affect any plugins using BPCP. Have a look at all possibilities here: buddypress-custom-posts/themes/
EventPress has a…[Read more]
-
@kunalb thanks for the reply, Have only just started to look at custom post types, so slightly unfamiliar with them at the moment and they are a somewhat complex edition to WP to understand, will delve further now though. One last thing how does one override the stylesheets? Oh and ought to say well done it’s a great plugin seems to function…[Read more]
-
Stylesheets — simplest would be to simply dequeue them and enqueue your own :). Thanks, though “without issue” isn’t exactly true. As soon as my exams get over (ie tomorrow afternoon) I’m going to start formalizing a test system so that I stop shipping buggy releases and end up having to do 2 bugfix .1.x releases, one after the other.
-
the bug fix for the bug fix release π In fairness these bugs? are not overly prominent- I will endeavor to report any issues I do come across though.
yep denqueue/re-enqueue sounds like an approach.
Interested in the fact that suddenly we seem to have leap forward to a MVC pattern, that threw me somewhat π
thanks for the help.
-
MVC was kind of my indulgence — I find it really convenient to think that way. Mixing event driven and MVC resulted in the mess you see in BPCP and EventPress ;). I’ve made a Google Code Project for this — to get my own wiki, issue tracker, etc. Please add any issues you find here — http://code.google.com/p/eventpress/
-
-
-
-
-
kunalb posted on the forum topic EventPress in the group Third Party Components & Plugins: 14 years, 2 months ago
1. I’ll check about the invite tab, that is strange behaviour (I haven’t been able to to do that much as I have exams this week — I’ll be addressing all bugfixes for 0.1.2 from Monday onwards. 2. If an event creator invites someone, then the registrations get auto approved. If someone else (apart from […]
-
kunalb posted a new activity comment 14 years, 2 months ago
Thanks for the review: I’ll just check my plugin (on Windows right now, can’t check code) and post a reply about.
-
kunalb posted a new activity comment 14 years, 2 months ago
@Corinne Thanks! About setting it as a thumbnail, the option seems to disappear (I directly use wp’s inbuilt media uploader, but apparently I’m not setting some external variably properly for it to display the set as thumbnail button). I’ll check that out and reply.
-
Great! Also – would there be a way to disable registration on a per-event basis?
-
@Corinne In v0.2 I guess.
-
-
-
kunalb posted a new activity comment 14 years, 2 months ago
1) Custom registration form is very complex . My members wonβt understand how to create these (regular expressions???)
> I wanted to give as much control as possible to users, though very few non-geeks would understand arcane regexes I guess. I’m still confused about how many options for validation to provide — and whether to give a general r…[Read more] -
kunalb posted on the forum topic EventPress in the group Third Party Components & Plugins: 14 years, 3 months ago
@Anointed: Ah, ok. I haven’t actually updated the gsoc repository for quite some time now. I also thought about moving to git but decided against it in the end — WordPress’s repositories will be the sole location for up to date versions of EventPress and BuddyPress Custom Posts.
-
kunalb posted on the forum topic EventPress in the group Third Party Components & Plugins: 14 years, 3 months ago
@Anointed: Apart from EventPress, you’ll also need BPCP
https://wordpress.org/extend/plugins/buddypress-custom-posts/download/@Luccame: Thanks.
-
kunalb posted on the forum topic EventPress in the group Third Party Components & Plugins: 14 years, 3 months ago
@PJ: If you haven’t yet, try getting a new version of EP and BPCP from the plugin repos. That should solve the problems.
-
kunalb joined the group BuddyPress Custom Posts 14 years, 3 months ago
-
kunalb posted on the forum topic EventPress in the group Third Party Components & Plugins: 14 years, 3 months ago
@PJ: Just eliminated the called — that debug fn slipped through the cracks — had used it while modifying the posts query for sorting thru eventpress. That would probably also explain the issue with the theme, I guess. I’ve removed that call — can you check if that stops breaking the theme: http://kunal-b.in/0.1/debug/EventPress.tar.gz . (This is […]
- Load More
@kunalb
Not recently active
i have both the latest versions =/.
here is what it looks like
http://rebellefleur.net/wp-content/uploads/classifieds/2010/09/uploader.jpg
Strange. I can’t actually replicate this on my test BP install with the 0.1.2.1 versions installed. This was a bug in 0.1, but I had assumed that this was resolved.
Is anyone else facing the same problem?
do you have a screenshot of what its supposed to look like? ahh what do you recommend for me to do?
Essentially, what should be happening is that you get a “set as thumbnail link” — the uploader is the same as that in the backend. Could you try re-installing the plugins?
Also, it might be something to do with roles — what user role are you logging in from?
if i reinstall the plugin would my events disappear? I am logging on from admin