-
modemlooper posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years ago
It doesn’t add .current-menu-item to those types of links. That’s what I meant before. Only pages add that class as well as .current_page_item to a menu li.
li id=”menu-item-91″ class=”menu-item menu-item-type-post_type menu-item-91″>Activity
li id=”menu-item-104″ class=”menu-item menu-item-type-post_type current-menu-item page_item…[Read more]
-
modemlooper posted on the forum topic Verified accounts? in the group Creating & Extending: 15 years ago
I think I may extend this a bit to allow admins to define user types. So they could add more than just verified. like a guru if it’s say a niche site for beer and a user is very knowlegeable in that topic.
-
modemlooper posted on the forum topic Rewrite the member page in the group How-To and Troubleshooting: 15 years ago
put all BP custom functions and such in a file named bp-custom.php and put that in your plugins folder. There might be an issue that your bp site is not in the root folder.
-
modemlooper posted on the forum topic please help me understand a wordpress/BP feature in the group Miscellaneous: 15 years ago
It’s no different than say twitter where you have your @username and then Joe User on your profile
-
modemlooper posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years ago
The current nav tabs has no hover state only a current. So are we adding one? If so suggest colors 😛
I played with a rounded bottom, not really a fan of the way it looks when you have a third ul but if everyone wants it then we should add it.
-
modemlooper posted on the forum topic Rewrite the member page in the group How-To and Troubleshooting: 15 years ago
If you mean url.com/username
https://codex.buddypress.org/buddypress-site-administration/changing-internal-configuration-settings/ -
modemlooper posted on the forum topic Verified accounts? in the group Creating & Extending: 15 years ago
ok created this but made it so you verify via the WP backend at the bottom of each user page there is a check and it will show a little verified in profile header. I’ll upload it to the plugin repo after I create a check graphic.


-
modemlooper posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years ago
No biggie for the IE6 display:none bug. I changed it per @hnla‘s suggestion.
@djpaul an issue: when creating a menu link thats not a page just a straight url link to say /activity it doesn’t add the class to make the tab look selected.
check it by clicking activity and then another tab http://tempsg.com/
-
modemlooper posted on the forum topic Verified accounts? in the group Creating & Extending: 15 years ago
https://wordpress.org/extend/plugins/user-role-editor/
Thats one but i’m not sure it will work with BP. My thought was you could create a “verified” role and then do an if statement for some code to show a verified check badge.
I may make a plugin that adds a verified check.
-
modemlooper posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years ago
I only messed with it yesterday as I wanted to add drop downs to my themes. I thought BP wasn’t going to work with IE6 anymore. Also that css is the 2010 with id’s edited. So why would BP fix IE bugs when 2010 does not? Fixed to accommodate out dated and broken IE6
-
modemlooper posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years ago
Issues with the way the nav is floated right and drop downs going off the edge. You might have to rethink the top nav to the left. This is really apparent when you double nest.
-
modemlooper posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 15 years ago
I’ve been working on this over here http://tempsg.com/
I was doing it with a if ( is_nav_menu( ‘BuddyPress’ ) )
show menu
else
show the hard coded links -
modemlooper posted on the forum topic Verified accounts? in the group Creating & Extending: 15 years ago
What abut using one of the member roles plugins? Then adding a code to a members profile that shows a check if they are verified or added to a certain role?
-
modemlooper posted on the forum topic Best Plugin for dropdown menus? in the group Requests & Feedback: 15 years ago
I think they want the main tabs to have drop downs. Search https://wordpress.org/extend/plugins/search.php?q=drop+down+menu&sort=
There are a bunch but the problem is they won’t match the BP default style. You’ll have to add the code to call the wp custom nav and delete the hard coded BP nav.
-
modemlooper posted a new activity comment 15 years ago
Possibly, I’m rewriting the theme so that it will look ok with most plugins. There is just too many plugins out there to consider it all. So if I can make it look 90% right for all plugins I think thats best.
-
modemlooper posted on the forum topic Blackberry 9800 Torch (and others) in the group BuddyPress Mobile: 15 years ago
True, but I wanted to give people the option to remove a certain string. Mostly iPad or and other tablet that comes out.
-
modemlooper posted on the forum topic BuddyPress child themes are getting rejected from WordPress repo. in the group Requests & Feedback: 15 years ago
I posted about it awhile back 😛 This happened on another theme and I added the page.php file but it should be in the default. I forgot about the issue until I just updated a child theme and they rejected again. The last time it happened it took 6 weeks to get the theme finally […]
-
modemlooper posted on the forum topic BuddyPress child themes are getting rejected from WordPress repo. in the group Requests & Feedback: 15 years ago
The page.php file for the default theme is missing comments_template(); So theme reviewers are rejecting BP child themes because they test a page and the comments are not showing. I’m not sure why now after months they have decided to reject any new themes due to this but it’s happening to themes already in the […]
-
modemlooper started the forum topic BuddyPress child themes are getting rejected from WordPress repo. in the group Requests & Feedback: 15 years ago
The page.php doesn’t include the comments coded. Can you add it to the default theme? I know I can add it myself to child theme but It kinda defeats the purpose of a child theme 🙂
-
modemlooper posted on the forum topic BP Columns theme issues in the group Creating & Extending: 15 years ago
If your columns are not equal height then the separator will never match unless you use images that span the height of the page. The tags issue is the tags plugin issue. I do not test themes for every plugin. If you use plugins and things go wonky you will need to edit to fix […]
- Load More
@modemlooper
Active 3 months, 2 weeks ago


That might be the best solution. (: