Forum Replies Created
-
All names are just wrong now.. it shows normal names on the profile page instead of usernames, same for in the forums at the ‘Freshness’.
I will just reinstall buddypress I think..
I set Usergroups in Buddypress Settings to active (no idea why I tried this, but I did), now it does show a name but a lot uglier than before..
I can not find page.php to be honest, nor know what to do with that if I do find it.
I found the home.php and it has the line
<div id="content"> <div class="padder"> <?php do_action( 'bp_before_member_home_content' ); ?> <div id="item-header" role="complementary"> <?php locate_template( array( 'members/single/member-header.php' ), true ); ?> </div><!-- #item-header -->
That looks like it should work right?
But you say to replace the use of it with index.php, could you explain me how to?I am not running the older bp-default templates I guess, as I do not have that folder.
Might just backup my database and delete buddypress to do a clean install once again, will just have to save some of my custom functions then. Because I can not seem to find anything wrong anywhere. (Yes I am kind of a noob when it comes to this 🙂 )
Thanks for the reply.
I have no idea whether I have overridden default and if I have, I can not remember as to where I did.
I thought so as well, but I can’t seem to find anything when I look at some php files I remember editing. Any way to find out what is overriding this function?And is it not possible to override this possible override again posting it in another php script? (although this sounds hacky, I just want it to work 😀 )
Yes the site is under development, I installed the cache plugin because I was told it was a cache error and if the cache was deleted the name would appear again. Well I deleted the cache using WP Super Cache and nothing happened so far.
BTW:
The exact error is:
Uncaught SyntaxError: Unexpected identifierAnd it refers to lines::
<div id="item-header" role="complementary"> <div id="item-header-avatar"> <a href="http://allforfun-gaming.com/users/bas/"> <img src="https://secure.gravatar.com/avatar/218d45d5cd0d17744625a0834a89d9e2?d=mm&s=150&r=G" class="avatar user-1-avatar avatar- photo" width="150" height="150" alt="Profile picture of Woooooo"> </a> </div><!-- #item-header-avatar --> <div id="item-header-content"> <span class="activity">active right now</span> <div id="mycred-my-rank"><span>Rank</span>: Newbie </div><div class="mycred-balance mycred-mycred_default">Points balance: 26.00</div> <div id="item-meta"> <div id="item-buttons"> </div><!-- #item-buttons --> </div><!-- #item-meta --> </div><!-- #item-header-content --> </div>
As you can see, the entire title with the h2’s is missing in here, while I can find it in member-header.php as you can see here
<div id="item-header-content"> <h2> <a href="<?php bp_displayed_user_link(); ?>"><?php bp_displayed_user_fullname(); ?></a> </h2> <?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?> <span class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></span> <?php endif; ?>