-
plaincraz posted an update
@justbishop @justbishop Hi Bishop, Riotcart looks very nice. Are you using buddypress? IF so can you share a tip on how u did the categories? Thanks!
-
christophg started the forum topic [an error occurred while processing this directive] in the group How-To and Troubleshooting
Hello all! So I have been tinkering with a feedback plugin designed by @justbishop (as described here: http://wordpress.org/support/topic/any-plugin-similar-to-ebays-user-feedback-member-rating-feedback?replies=2). […]
-
modemlooper replied to the forum topic Profile download as a shopping cart in the group How-To and Troubleshooting
No, there really isn’t a BuddyPress commerce solution for each individual.
You might want to connect with @justbishop who has created a Etsy […]
-
spoonjab posted an update
@justbishop @justbishop nevermind, i found your new shop. i was looking for something that included star ratings. good work tho!
-
spoonjab posted an update
@justbishop @justbishop was reading your post here: http://wordpress.org/support/topic/any-plugin-similar-to-ebays-user-feedback-member-rating-feedback?replies=6
I tried your example websites, but they didn’t resolve. Do you have another place its currently running?
you can reach me at spoon@spoonjab.com
Thanks!
-
Sofian J. Anom posted on the forum topic "Settings" Template? in the group How-To and Troubleshooting:
@justbishop — plugins.php
-
aljuk posted on the forum topic Limiting text length of activity update posts in the group Creating & Extending:
@nahummadrid @justbishop @modemlooper modemlooper – you’re totally right, the script should be called from the header or an external js. Placing it in post-form.php only calls it for the whats-new form, and placing it in entry.php calls it repeatedly for every comment reply, leading to multiple instances. I adapted your reset script suggestion for…[Read more]
-
pcwriter posted on the forum topic Template File For Single Activity? in the group How-To and Troubleshooting:
@justbishop Just checked too. Like @mercime said, adding the !important param to css style rules sometimes helps when you just can’t tighten up the specificity any more. If you ever run into a jam where the !important thing just doesn’t cut it, try “weighting” the specificity of the element you’re trying to style. Here’s a simple set [...]
-
pcwriter posted on the forum topic Template File For Single Activity? in the group How-To and Troubleshooting:
@mercime Thanks for the link…
@justbishop There’s your backup.
EDIT: just saw your edit… hi!
-
pcwriter posted on the forum topic Template File For Single Activity? in the group How-To and Troubleshooting:
@justbishop Sorry, forgot about the sidebar issue
The easiest way to duplicate the layout of your site pages in permalink.php is to copy page.php and replace the contents in that file with the contents from permalink.php, keeping the container structure and sidebar calls from page.php intact, then rename that new file permalink.php to…[Read more] -
pcwriter posted on the forum topic Template File For Single Activity? in the group How-To and Troubleshooting:
The “View” links lead to this:
members/activity/permalink.php -
onyx808 posted on the forum topic Filtering out Activity Stream stuff in the group How-To and Troubleshooting:
@justbishop the one lastest update where? in the activity or profile pages?
-
onyx808 posted on the forum topic Filtering out Activity Stream stuff in the group How-To and Troubleshooting:
@justbishop if you put it in the fuctions.php it will filter sitewide… so I guess you will have to put it in the activity loop…
-
christophg posted an update:
@justbishop Hello! I just found a thread you were part of entitled ”Any plugin similar to eBay’s User Feedback?”. It sounds so promising and EXACTLY what I need, alas the file you listed in ”step 2” is a broken link now. Is there any way you could send me the link to said file? It would be GREATLY appreciated.
Thanks so much!
Chris
-
Shifra posted an update:
@justbishop Could you tell me how you changed the word blogs to shops please?
-
Well, first and foremost, I’ve installed and made the eShop plugin available to my child blogs. Other than that, it’s been a lot of work, from writing several custom page templates to change how information displays, to installing many plugins to do things like collect and aggregate info from child blogs, to editing language files to change…[Read more]
-
ah, ok, I assumed you changed it using language translation.
-
Oh, hahaa yeah
-
also in wp-config.php, define( ’BP_BLOGS_SLUG’, ’shops’ );
-
-
-
-
-
laludia posted an update:
@justbishop I am a blogger and part-time writer. I have written several articles already and love to share my knowledge to anyone who needs it. Glad to be a member of this community. We have additional information on this subject you may be interested in reading Internet Phone Provider.
-
tislam100 posted an update:
@justbishop Hi I just saw this thread http://wordpress.org/support/topic/any-plugin-similar-to-ebays-user-feedback-member-rating-feedback?replies=3
where you accomplished something I am currently trying to accomplish the file you posted there:http://www.goashleygo.com/member_fb_post.zip
I need it badly, can you send me the file? the link is not…[Read more]
-
sorry about that, try http://www.unlabel.me/member_fb_post.zip
-
Awesome!! Thanks!! This function creates a new post whenever a new members registers right?I am tying to do this for days.Here, Look at this Question: http://wordpress.stackexchange.com/questions/6163/commenting-in-user-profile-page
Thanks for your help. I will play with it and see if it works properly in my theme.
-
Tested it for a while it works!! However I can’t seem to pull the post into the author page. Here is what I am trying:
-
Here’s what I have on my member_header.php for the “feedback” button and the number of feedback comments for the member: http://pastebin.com/RwtAR1JN
It hunges on the fact that the fb post plugin creates a post titled with the member’s login name, so as long as you haven’t messed with that feature, you should be OK to just change the URL in…[Read more]
-
-
-
-
-
@justbishop. I got it working Here is what I did in BP-newb terms: Created a blank php doc in the wp-content/plugins folder named bp-custom.php (You need to set up this blank doc with this: http://pastebin.com/GM269f2H) Between that paste : http://pastebin.com/Ct0HZV00 Then in the single.php of your these paste the following where you want the…[Read more]
-
Any updates on the number of favourties count code from earlier, I cant get it working either, and it looks like it needs a few extra bits and pieces.
This is what @danhay originally posted:
= ( $fav = bp_activity_get_meta( $activity_id, ‘favorite_count’ ) ) ? $fav : 0
- Load More