-
pcwriter posted on the forum topic Howto : put a picture between header and content in the group Creating & Extending: 14 years, 1 month ago
Oh crap, you’re absolutely right! That should have read position:absolute; 🙁
(Now that I’ve had my nap, my brain is working better.)
-
pcwriter posted on the forum topic Howto : put a picture between header and content in the group Creating & Extending: 14 years, 1 month ago
@askunky The image should be contained within a div whose precise placement in the header can be controlled with position:relative; Here’s an example styleset to get you started:
.my-header-image { position:relative; left:-50px; top:150px; z-index:1; }
In the above example, the top-left corner of the div will sit 50px to the left of the left edge of […] -
pcwriter started the forum topic Anyone seen Dribbble? in the group Miscellaneous: 14 years, 1 month ago
Designer?
Here’s a cool site to strut your stuff or to get some ideas. I’m liking it 🙂
http://dribbble.com -
pcwriter posted on the forum topic Is buddypress for me? in the group Miscellaneous: 14 years, 2 months ago
Recipe for your success:
WordPress for basic framework https://wordpress.org/download/ (Free)
Buddypress for community https://buddypress.org/download/ (Free)
s2member plugin for membership http://www.primothemes.com/post/product/s2member-membership-plugin-with-paypal/ (Free or Pro versions)
Videopress for awesome video functions…[Read more] -
pcwriter posted on the forum topic BP-Slick – Probably THE BEST BP theme I’ve ever seen. in the group Creating & Extending: 14 years, 2 months ago
@Bowe
Damn! After looking through the screenshots, I want one!
Just sent you my contact info through the pre-order form.
Very, very cool stuff. Thanks! -
pcwriter posted on the forum topic BuddyPress Spam in the group How-To and Troubleshooting: 14 years, 2 months ago
Thanks for pointing that out… clears things up! 🙂
-
pcwriter posted on the forum topic jerseys in the group Requests & Feedback: 14 years, 2 months ago
Please spam this user.
-
pcwriter posted on the forum topic Adding static featured blogs with dynamic authors avatar on home page? in the group How-To and Troubleshooting: 14 years, 2 months ago
Here are good places to get you started:
https://codex.wordpress.org/Function_Reference -
pcwriter posted on the forum topic Updated the beta in the group Add All Nav Links to BP Adminbar: 14 years, 2 months ago
No. This plugin only modifies the bp-adminbar. However, depending on your theme, you can replace the main theme navigation with your customized adminbar.
If the main nav of your theme disappears after enabling the “Hide main nav” feature, you can reposition the adminbar on your main site to replace the main nav.
-
pcwriter posted on the forum topic How to make pages like Groups, Forums, members and updates only accessible to members? in the group How-To and Troubleshooting: 14 years, 2 months ago
@bgiddings Yup, it works fine. I like simple solutions. I’m still playing with s2member, and learning about the amazing amount of customization it allows. For example, I’ve set up a membership/upgrade page where the displayed content changes according to logged-in status and subscription level. The same can be done for any page, post, category,…[Read more]
-
pcwriter posted on the forum topic Show Categories in tabs and drop down menus at top? in the group How-To and Troubleshooting: 14 years, 2 months ago
@dotman As @rogercoathup suggested, using a child theme is THE way to go. You’ll find all the info you need to learn how to create one (and why you should) here: https://codex.buddypress.org/extending-buddypress/building-a-buddypress-child-theme/ (Watch out… shameless self-promotion coming up 🙂 ) Once you have your child theme up and running…[Read more]
-
pcwriter posted on the forum topic Auto install onto local machine problem, asks for FTP Username & password. in the group Installing BuddyPress: 14 years, 2 months ago
If you’ve used XAMP/WAMP for your local install, look for a text file called (predictably) “passwords”. You’ll find the info you need there.
-
pcwriter posted on the forum topic Show Categories in tabs and drop down menus at top? in the group How-To and Troubleshooting: 14 years, 2 months ago
If you’re running WP3, go to “Appearance” > “Menus”. There, you can create menus with pages, custom links, or post categories.
-
pcwriter posted on the forum topic Updated the beta in the group Add All Nav Links to BP Adminbar: 14 years, 2 months ago
@justinbrock Sorry for taking so long to respond… missed this post 🙁 The plugin has been successfully tested with Fishbook and Darwin themes from WPMU2.9.2 to WP3.0.1-MS (not too sure about Facelook though, never tested it). What versions of WP/BP are you running? Do you have any other plugins installed that affect the adminbar? Have you […]
-
pcwriter posted a new activity comment 14 years, 2 months ago
Wow, that looks like a really cool plugin! Thanks for the heads up!
-
pcwriter posted on the forum topic Limit the size of user updates in the group How-To and Troubleshooting: 14 years, 2 months ago
Correction: the char limit DOES work throughout the page.
It’s thecharlimitinfo
that displays the char countdown ONLY on the first activity item.Any ideas?
-
pcwriter posted on the forum topic Limit the size of user updates in the group How-To and Troubleshooting: 14 years, 2 months ago
@thelandman Thanks for the reminder, but here’s something odd: I can only get the char limit to work on the first activity item. The script is between the
tags, and this is my textarea.
<textarea id="ac-input-" class="ac-input" name="ac_input_ " onkeyup="limitChars(this, 500, 'charlimitinfo')">
Did you do any mods to the script or textarea…[Read more] -
pcwriter posted on the forum topic Posts and replys on home page in the group Creating & Extending: 14 years, 2 months ago
I just thought of an alternative solution. You can always try the Buddypress Widget Theme for what you want to accomplish.
https://wordpress.org/extend/themes/buddypress-widget-theme -
pcwriter posted on the forum topic Limit the size of user updates in the group How-To and Troubleshooting: 14 years, 2 months ago
@latenitebooks To get you started, here’s a replacement file for activity/post-form.php with a 500 character textarea limit. http://pastebin.com/eXuSa4iK Adjust to taste on line 52. With an if/else conditional, you could set it so different roles have different limits. Simply create a new post-form.php file in your child theme, copy/paste the…[Read more]
-
pcwriter posted on the forum topic Limit the size of user updates in the group How-To and Troubleshooting: 14 years, 2 months ago
See the 2nd example on this page: http://www.ajaxray.com/blog/2007/11/09/interactive-character-limit-for-textarea-using-jquery/ …and view the source of this page: http://www.ajaxray.com/Examples/charLimit2.html Just a few lines of javascript added to your page/template and an onkeyup event added to each textarea. This works just dandy 🙂 To see…[Read more]
- Load More
@pcwriter
Active 1 month ago
🙂