Search Results for 'buddypress'
-
AuthorSearch Results
-
November 6, 2009 at 6:33 am #56050
levin
ParticipantWhao, it looks GREAT!, would anyone tried and could tell me is it quota aware for user’s upload?
November 6, 2009 at 6:12 am #56049vick717
ParticipantNovember 6, 2009 at 2:57 am #56043In reply to: Trouble with accepting friendship requests
brentcee234
ParticipantThe plugins I am using are:
Bp Paginated posts
Buddypress facebook connect
Fast and secure form
BP Groupblog
WP Super Cache
Si-Captcha
Unfiltered MU
November 6, 2009 at 1:29 am #56037stwc
ParticipantLooks great — I await a release that’s good to go with 1.1.2 with anticipation!
November 6, 2009 at 12:55 am #56036In reply to: New Plugin – BuddyPress Links – Beta Support
stwc
ParticipantThanks! I just found the Manage Categories tool in the Dashboard as well, which was going to be my next question.
Nice work, man.
November 6, 2009 at 12:49 am #56035In reply to: New Plugin – BuddyPress Links – Beta Support
MrMaz
ParticipantTo fix the smiley issue you need to move the two ‘convert_smilies’ filters all the way to the bottom of the list in bp-links-filters.php. I updated my local copy and that will make it into the next commit.
I am scared of XSS so you can see that I ended up just escaping all html for now until someone can help me figure out the best filtering strategy.
November 6, 2009 at 12:43 am #56034In reply to: New Plugin – BuddyPress Links – Beta Support
stwc
ParticipantNo worries — I take the Sitewide Activity Filter problem back — I had a caching issue, and it’s all good now.
My site’s here, in case you still want a look. Buddypress is at /community.
November 6, 2009 at 12:40 am #56033In reply to: New Plugin – BuddyPress Links – Beta Support
stwc
ParticipantAnother minor bug — when embedding a smiley in the description of a link, the buddy autoreplacement that replaces it with an icon just shows the html code rather than the actual image. (Can’t find any edit/delete functionality…)
Edit: found the admin functionality on the Home for the link item. Sorry, I’m just figuring out where stuff is (and it’s all quite logical according to Buddypress conventions!)
November 6, 2009 at 12:39 am #56032In reply to: New Plugin – BuddyPress Links – Beta Support
MrMaz
Participantstwc,
I have been having trouble with messaging as well!
That is strange that you aren’t seeing the filter button on the sitewide activity widget. That button html is automatically generated by the activity filter widget. The only thing in the plugin related to that is the CSS on line 36 of links/_inc/css/screen.css (v0.1)
Are you sure that link activity has been recorded? Is your site publicly accessible so I can take a look?
-M
November 6, 2009 at 12:24 am #56031In reply to: New Plugin – BuddyPress Links – Beta Support
stwc
ParticipantI just came to your profile to request friending, and you’d sent one to me already!
For some reason Private Messaging seems to be broken here at the moment.One other thing I just noticed — I don’t see a Links filter button on my Sitewide Activity widget, but there’s one on your site… Is there a config page I missed somewhere or maybe a small bug?
November 6, 2009 at 12:22 am #56030In reply to: New Plugin – BuddyPress Links – Beta Support
MrMaz
Participantstwc,
Thanks for the kind words and the bug report. I’m thinking I need to make it so the filter buttons wrap, unless anyone else has a better idea for how to lay out that directory header? I didn’t really spend much time on the layout of that one to be honest. It could be a lot better.
-M
November 6, 2009 at 12:14 am #56029In reply to: New Plugin – BuddyPress Links – Beta Support
stwc
ParticipantOK, added it to my site — I must say, I’m very very impressed. If only all plugins were this polished and had as much attention to detail.
Minor bug — on the Links page (for me), the dropdown filter for Link types is misplaced at 1024×768 screensize, but that’s a minor CSS tweak, so no worries.
November 5, 2009 at 11:52 pm #56028In reply to: New Plugin – BuddyPress Links – Beta Support
stwc
ParticipantWow, this looks very very nice. Thanks for the work — I’ll be throwing it into the mix right away!
November 5, 2009 at 11:04 pm #56027In reply to: WordCamp NY BP get together – Who's In?
peterverkooijen
ParticipantI won’t be at Wordcamp NY, too many other conferences and deadlines, but I’d certainly attend a Buddypress meetup.
I organize monthly networking events for web startups in New York, under the name Web2NewYork – a Buddypress site of course.

Keep me posted!
November 5, 2009 at 10:16 pm #56026In reply to: New Plugin – BuddyPress Links – Beta Support
bpisimone
ParticipantThis looks very interesting, well done MrMaz. Now let’s see where you can take it from here!
November 5, 2009 at 9:03 pm #56025In reply to: New Plugin – BuddyPress Links – Beta Support
r-a-y
KeymasterDisregard my initial thoughts about Links being a news aggregator plugin!
Just me posting my first impressions without looking into it.
Custom bookmarklet / remote submit sounds cool.
I guess the reason why I thought automation would be nice is not every community will be constantly active with activity.
People are lazy. Well I know I am! I don’t submit articles on Digg, but I go there to read what people submitted!
November 5, 2009 at 8:14 pm #56021In reply to: New Plugin – BuddyPress Links – Beta Support
MrMaz
ParticipantJJJ,
I read your post about i18n, and followed it to the letter
Thank you for saving me the leg work.Every string is already in the text domain ‘buddypress-links’ (great minds think alike). I guess it must be up to the translators to use their translation tools in a way that avoids duplicate work, because it seems like a tall order for a plugin developer to monitor which strings are duplicates and constantly add and remove strings from their custom domain as the parent plugin changes (in this case BuddyPress and WordPress).
I really need to read up on this, lol.
-M
November 5, 2009 at 8:02 pm #56019In reply to: New Plugin – BuddyPress Links – Beta Support
John James Jacoby
KeymasterMrMaz, if you need help getting your plugin i18n friendly, let me know, I’m happy to kick through the code and clean it up.
Basically just make sure all of your text uses a textdomain like “bp-links” or “buddypress-links” then use a program like po-edit to comb through the source folder and it will sniff the strings and compile them into the po/mo/pot file.
Textdomains are important because if you use “buddypress” for your textdomain, and the buddypress-en_US.po/mo file doesn’t have a translation for it, it won’t get translated. It’s important to use your own. The only reason NOT to use your own is if the string matches EXACTLY the BuddyPress or WordPress strings already.
November 5, 2009 at 7:48 pm #56016In reply to: New Plugin – BuddyPress Links – Beta Support
MrMaz
Participant@r-a-y: believe it or not, all of those submissions were manual, although they were imported from the first version of my site that supported remote submit via a custom bookmarklet. I plan to incorporate some sort of remote submit and/or bookmarklet features soon.
November 5, 2009 at 7:44 pm #56015In reply to: New Plugin – BuddyPress Links – Beta Support
MrMaz
ParticipantOriginally this plugin was inspired by social bookmarking and news sharing from more of an editorial standpoint than an automated one. There are many WordPress plugins that handle external RSS feeds, so I am curious what it is about Links that makes you want to use it for slurping RSS?
November 5, 2009 at 7:40 pm #56014In reply to: New Plugin – BuddyPress Links – Beta Support
danbpfr
ParticipantTo avoid that ? Of course, if the strings are identical to buddypress existing one, use ‘buddypress’ as text domain.
If your added strings, use ‘buddypress-links’ and make the accordingly .pot file
I never encountered problems with overlapping strings with the plugins i translated. So i don’t know if it’s possible or not.
November 5, 2009 at 7:38 pm #56013In reply to: New Plugin – BuddyPress Links – Beta Support
r-a-y
KeymasterHey Chouf1,
Andy’s plugin is for groups though.
I like the general idea of MrMaz’s plugin; I need to give it a test install to see for myself because it looks like it takes RSS feeds as MrMaz’s site has a ton of article submissions already and they can’t all be manual submissions!
November 5, 2009 at 7:30 pm #56012In reply to: New Plugin – BuddyPress Links – Beta Support
MrMaz
ParticipantI am happy that you are interested in helping with the translation of BuddyPress Links. I am new to i18n and I want to make sure I am doing it right.
I have a .pot file, but many of the strings are the same as the ‘buddypress’ text domain. Is there a way to avoid this when generating the .pot file, or do the translation tools automatically ignore these overlapping strings?
I would like to send you the .pot file so you can go over it and give feedback, what is the best way to get you the file?
November 5, 2009 at 7:29 pm #56011In reply to: New Plugin – BuddyPress Links – Beta Support
danbpfr
Participant@ Ray
For RSS linking, there is already an existing plugin who do that:
external-blog-feeds by…Andy P !
not motivated by copy/paste the whole things. I wait for next release
November 5, 2009 at 7:17 pm #56009In reply to: New Plugin – BuddyPress Links – Beta Support
r-a-y
KeymasterIs it easy to change the lexicon from “Links” to something else?
I can see this being used as a news aggregator.
I’ll probably rename the slug to “News” when I install your plugin, but great work dude!
EDIT: Okay, I see that these articles are manual submissions like Digg. It would be awesome if your plugin could take RSS feeds.
-
AuthorSearch Results
