noobiestrikesagain
Forum Replies Created
-
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Echo Field through code.Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Echo Field through code.Hey @atallos,
Please help me.
Forum: Plugins
In reply to: [Mutual Buddies] Cannot retrieve users' namesForum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Echo Field through code.Forum: Themes and Templates
In reply to: CSS and PositioningHey @themesumo,
I was able to solve header problem by myself.
I used the same code from Plugin’s function.php to theme’s header.php. I was able to echo the image exactly where I wanted it to be.
Thank you very much for you help.
Forum: Themes and Templates
In reply to: CSS and PositioningHey,
@themesumo This works absolutely fine!
Thank you so much for the help.
I’m trying to solve the header issue but with no luck. Let me know if you find anything. Ping me if you need ftp access.
In the meantime, I’ll try it own my own.Once again, Thank you very much!
Forum: Themes and Templates
In reply to: CSS and PositioningHey, Thanks for the help.
I tried the code. This happened: Screenshot comments
Comments are not aligned properly with the avatar pic.For the header: I want to display the badge after the mention. I tried
add_filter( 'bp_get_displayed_user_mentionname', 'bp_show_verified_badge' );
I looked up my theme’s member-header for the same. My theme is usingbp_displayed_user_username();
to display the mentionname.- This reply was modified 8 years ago by noobiestrikesagain.
Forum: Themes and Templates
In reply to: CSS and PositioningHey @themesumo,
I’m using localhost as of right now. But I have setup a demo account online.
Here’s the link: Test website
Please have a look and let me know. Thanks!
Forum: Themes and Templates
In reply to: CSS and PositioningUPDATE: Screenshot Activity new
I tried fixing it but I’m still stuck with positioning of badge to bottom right of profile pic.
Forum: Themes and Templates
In reply to: CSS and Positioning@thepixelme Bro can you help me out with this? I could really use your help.
Forum: Plugins
In reply to: [WordPress Hashtags] Hashtag link leads to "page not found"@elhardoum +1 for this request.
- This reply was modified 8 years ago by noobiestrikesagain.
Forum: Plugins
In reply to: [BuddyPress Follow] Possibility to follow groups+1 for this request.
Plugin Authors, please consider as many of us are looking for business pages.
Although, A great plugin but there’s an opportunity to make it even better.Thanks
Forum: Fixing WordPress
In reply to: Connecting two wordpress sites.Yes, Both the sites are on the same server.
Their database is different. Site 1 is using prefix wp123_ and Site 2 is using wp321_
Thanks for the article, But don’t you think that this way Site 2 users will be allowed on site 1?
Forum: Networking WordPress
In reply to: Multisite Users HelpHey,
Can anyone suggest me if using
define('CUSTOM_USER_TABLE', 'wp_users'); define('CUSTOM_USERMETA_TABLE', 'wp_usermeta');
will do the trick for above problem?
Thanks in advance.
Forum: Hacks
In reply to: Allow Admin Options to EditorWorks like charm. Thank you very much.