Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 18 replies - 26 through 43 (of 43 total)
  • @edinchez

    Participant

    anyone, please, really need this fixed!

    @edinchez

    Participant

    @edinchez

    Participant

    Not much done, just the same thing I mentioned in my second post. Only thing was that if the category wasn’t full of posts enough to make it so it slides down, it comes out a bit out of place. But when you fill it with a bit more posts, it gets fixed.

    @edinchez

    Participant

    nvm, fixed it. you can delete this thread.

    @edinchez

    Participant

    Okay, as there was no archive.php file in the BP-Columns theme folder, I copied the one from the default BP theme and just added this line in it:

    ` `

    It worked, but now the category page isn’t full width like the pages. How can I fix that?

    @edinchez

    Participant

    hmarshall, just make a new blank file called bp-custom.php, paste the code in that file and upload it to wp-custom/plugins.

    @edinchez

    Participant

    anyone?

    @edinchez

    Participant

    well i’m not sure if it’s implemented to work especially with buddypress, but i’ve been using it with BP and it works just fine.

    @edinchez

    Participant

    no no no, you should upload it by using an FTP program, like FileZilla for example (it’s free).
    just upload it on your root folder (which is where the files like wp-config.php and the folders wp-admin, wp-includes, and wp-content are). after that, you can use this plugin to set your favicon:

    https://wordpress.org/extend/plugins/shockingly-simple-favicon/

    It works, as I’m using it for myself.

    @edinchez

    Participant

    It’s not working :(

    I’m using this code for the links in the adminbar:

    function pages(){
    ?>
    
    <li class="no-arrow"><a href="http://www.authentic-pictures.com/activity/">Activity</a>
    
    <li class="no-arrow"><a href="http://www.authentic-pictures.com/members/">Members</a>
    
    <?php
    }
    add_action( 'bp_adminbar_menus', 'pages', 15 );
    
    ?>

    And when I tried to add those like this:

    if ( is_user_logged_in() ) {
    function pages(){
    ?>
    
    <li class="no-arrow"><a href="http://www.authentic-pictures.com/activity/">Activity</a>
    
    <li class="no-arrow"><a href="http://www.authentic-pictures.com/members/">Members</a>
    
    <?php
    }
    add_action( 'bp_adminbar_menus', 'pages', 15 );
    }
    
    ?>

    It didn’t work..

    I also tried like this:

    function pages(){
    ?>
    
    if ( is_user_logged_in() ) {
    <li class="no-arrow"><a href="yoursite.com/activity">Activity</a>
    
    <li class="no-arrow"><a href="yoursite.com/groups/">Groups</a>
    }
    
    <?php
    }
    add_action( 'bp_adminbar_menus', 'pages', 15 );

    Still didn’t work.. any ideas? :(

    @edinchez

    Participant

    anyone?

    @edinchez

    Participant

    Okay, turns out my friend got a notification when i mentioned him, but i’m not getting any… What can be the problem? perhaps some setting of mine?

    @edinchez

    Participant

    it works but i said i wanted the default wp search, not the bp search (like searching for members), because i want it to be able to search the whole site, not just members. by the way, the “submit” button is blank, and it’s a bit bigger than the adminbar.

    Btw, how can i make it so those links i added on the adminbar, only show to logged in people? because the current ones are showing to logged out people too..

    @edinchez

    Participant

    thanks a loooot! anything on how to add the searchbar in the adminbar?

    @edinchez

    Participant

    “That is what Buddypress does currently. It displays their “RealName” rather than their Username across the site.”

    But I want it to display their usernames instead of their RealNames. And the code is giving me an error:

    Parse error: syntax error, unexpected ‘}’ in xxx/public_html/wp-content/plugins/bp-custom.php on line 9

    Note that I just created the bp-custom.php file. Oh, and, how can I add a search bar in the adminbar? but not the BP searchbar, i want to add the wordpress default searchbar. Thanks!

    @edinchez

    Participant

    anyone? please!

    @edinchez

    Participant

    works! thanks <img src="smileys/heart.gif" width="" height="" alt="<3" title="

    @edinchez

    Participant

    anyone? please! i really need this

Viewing 18 replies - 26 through 43 (of 43 total)
Skip to toolbar