-
@mercime posted a new activity comment 15 years, 3 months ago
How time flies π
I gave a plugin solution in your other update which would be much easier for you to implement. Try it out.
In that WP.org solution, you just replace http://example.com/ with your URL of choice and you have to choose that template in Page Write panel before you publish the page. Note that HTML structure in example could very…[Read more]
-
@mercime posted a new activity comment 15 years, 3 months ago
@justwondering. Hi there. One of the simpler ways to implement an iframe is via this plugin https://wordpress.org/extend/plugins/embed-iframe/
-
mercime posted on the forum topic BP Sections? in the group Creating & Extending: 15 years, 3 months ago
@PiManIII The plugin works with WordPress multisite, whether BP is installed or not.
-
mercime posted on the forum topic BP Sections? in the group Creating & Extending: 15 years, 3 months ago
@nahummadrid this would help with directing user to his/her site https://wordpress.org/extend/plugins/primary-blog-switcher-for-superadmins/
-
mercime posted on the forum topic wp-admin login screen in the group How-To and Troubleshooting: 15 years, 3 months ago
Default login URL http://yourwordpress.com/wp-login.php or http://yourwordpress.com/wp-admin/
so unless you placed a redirect script to log in at front end, those are the links. -
mercime posted on the forum topic Removing the new "dashboard" tab from admin bar in Buddypress latest version… in the group How-To and Troubleshooting: 15 years, 3 months ago
@hnla I didn’t think to ask if it was clear that the new dashboard link only shows up for super admins everywhere and for blog owners only if they’re in their blog site π
-
mercime posted on the forum topic Why shold I choose BP? in the group Gallery: 15 years, 3 months ago
@abhis20 different strokes for different folks, both win in different market areas. I wonder at your skepticism, who is forcing you to use BP for a project? A web developer chooses appropriate tools/applications to implement what’s needed to engage users for own site or for client’s site. There’s no conflict.
-
mercime posted on the forum topic Any successful Buddypress site? in the group Miscellaneous: 15 years, 3 months ago
-
mercime posted on the forum topic Avatar Cropping Page wonβt load site images in the group How-To and Troubleshooting: 15 years, 3 months ago
Deactivate BuddyPress and BP-dependent plugins. See if your media upload works in the first place. Before installing BuddyPress – https://codex.buddypress.org/getting-started/before-installing/#wp-configuration re media uploading
Is your install multisite? If so, post content of your .htaccess file
-
mercime posted on the forum topic Removing the new "dashboard" tab from admin bar in Buddypress latest version… in the group How-To and Troubleshooting: 15 years, 3 months ago
-
mercime posted on the forum topic Members, groups, forums link are not working after updating Buddypress to 1.2.7 in the group Installing BuddyPress: 15 years, 3 months ago
De nada, glad you resolved the issue on your own, and a Happy New Year to you too π One way to change member list presentation without touching core file is by adding some tweaks below any other styling in your active theme’s style.css. Something like : `ul#members-list li { border: 1px solid #cccccc; width: […]
-
mercime posted on the forum topic How to move the admin bar functions into the template and remove the admin bar in the group Creating & Extending: 15 years, 3 months ago
To remove the admin bar completely
https://codex.buddypress.org/theme-development/modifying-the-buddypress-admin-bar/hiding-the-buddypress-admin-bar/Happy New Year !
-
@mercime posted a new activity comment 15 years, 3 months ago
10-4 Andrea_r. Happy New Year!
-
mercime posted on the forum topic BuddyPress is Awesome! in the group Miscellaneous: 15 years, 3 months ago
No worries. I agree, BuddyPress is awesome π
-
mercime posted on the forum topic The wire won't update… in the group How-To and Troubleshooting: 15 years, 3 months ago
Looks like it’s the Activity Stream in the home page. @sbrajesh‘s free BP Wire plugin has different markup.
-
mercime posted on the forum topic Buddypress integration with PageLines WhiteHouse Pro 3 Theme in the group How-To and Troubleshooting: 15 years, 3 months ago
Check out this walkthrough to get a bird’s eye view of what kind of work is entailed and some tips to ensure compatibility with BP Template Pack.
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/Btw, BP Template Pack still needs to be upgraded to BP 1.2.7 version.
-
@mercime posted a new activity comment 15 years, 3 months ago
So you upgraded p2 theme to latest version? Cool.
I can check it out over the weekend. Cheers. -
mercime posted on the forum topic Editing Creat New Blog Signup in the group How-To and Troubleshooting: 15 years, 3 months ago
You’re welcome.
P.S. Just in case you were thinking of changing the text about the blog creation in core file, you should instead change it either this way – http://blog.ftwr.co.uk/archives/2010/01/02/mangling-strings-for-fun-and-profit/ – or this way – https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
-
mercime posted on the forum topic Disable "Links" Tab in BP-Default in the group How-To and Troubleshooting: 15 years, 3 months ago
No worries π You’re welcome.
-
@mercime replied to the topic Adding Register Notice to Admin Bar? in the forum How-to & Troubleshooting 15 years, 3 months ago
What I posted was an example of adding a link to the adminbar, in this case, the Dashboard link for a Super Admin only, not for your specific scenario. Assuming you didn’t change the registration slug, it would be something like this
function register_link_adminbar() {[Read more]
if (!is_user_logged_in()) {
echo '<li><a href="/register/">Use this link to… - Load More
@mercime
Active 5 years, 7 months ago