Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 32 total)
  • @snapstart

    Participant

    ty, i didnt realize it was just css, lol – looking for everything to be more complicated!

    @snapstart

    Participant

    ty so much for this!

    @snapstart

    Participant

    ok that works for that part – now i prob need to hack the Site Wide Activity stream a little to prevent it form showing there?

    @snapstart

    Participant

    how do i do that? i see privacy options, but it just talks about it being spidered by bots –

    @snapstart

    Participant

    I mean bp-sn-parent and bp-default

    you are using 1.1.1 or up right?

    @snapstart

    Participant

    well there are members plugins that wont allow the nav to show if the member isnt logged in, one is user access manager – you can specify pages to not show all together, in nav as well – would this work?

    @snapstart

    Participant

    where are the theme files located?

    what happens if you revert to the stock theme 100%?

    @snapstart

    Participant

    why not just add them from the signup page then if you have to add all the fields?

    @snapstart

    Participant

    take a look here

    http://successiqu.com

    that is the home page of a wpmu/buddypress install, we are just using a different template, and setting the ‘reading’ option to have the home page a static page

    @snapstart

    Participant

    it is triggered off the wp_footer call – some themes down have it at all in the footer, in that case, put it in – i found some themes have it called in the wrong spot, and have to have it moved up higher(i have gotten the bar at the bottom of the page sometimes) play with the footer, the answer is there!

    @snapstart

    Participant

    those files are in the main parent theme of bp – and called in individual files, like profile/index.php

    @snapstart

    Participant

    this happened when my functions.php was wrong – try reverting back to the bp-parent original functions, and no function.php in the child theme and see if it clears up

    @snapstart

    Participant

    yes, options bar – i did alot of work on those over the weekend to make them narrower, if they is what you are doing let me know and i will share that code!

    @snapstart

    Participant

    thank you! that fixed it

    @snapstart

    Participant

    For the templates? The profile directory

    @snapstart

    Participant

    but, the exact file works from within the bp parent theme, which would suggest not syntax but paths, correct?

    @snapstart

    Participant

    actually, you can just make the new blog – and make the new user the admin on the same page – and a password link will be sent them if they are already not a member –

    @snapstart

    Participant

    well, i still cannot get this to work! when i upload it in my child theme, it just results in a totally blank page

    here is the file if you want to take a look–

    http://successiqu.com/communityfiles/functions.php.txt

    @snapstart

    Participant

    oof – not up to deep integration right now, took forever to get this site live!

    so..

    I did some edits in the templates for both the user and the forums, and it now fits much better- i really like the newer userpage,

    http://successiqu.com/members/larrytyler/

    see i got the avatar down in the profile section istead of taking up a column by itself –

    for the groups/forums i took the large avatar out and moved everything up

    http://successiqu.com/groups/the-holidays-are-coming/forum/topic/test-2

    @snapstart

    Participant

    I am not unhappy with my integration – I just would like a more standard forum, everything is so tight into the groups – i guess i could just make a custom forum template without the optionsbar

    @snapstart

    Participant

    i moved it – and it fixed it, it was being called too late in the footer i guess, TY, i didnt know how that tied in together!

    @snapstart

    Participant

    <?php wp_footer(); ?> it has it – any other suggestions?

    @snapstart

    Participant

    it has to be this part that is causing the problem, any ideas how to make it work called from the child theme folder? i am afraid to do the upgrade to 1.1.2 from 1.1.1 with stuff in the parent them!

    function postimage($width,$height) {

    $scriptpath = get_bloginfo(‘template_directory’);

    $attachments = get_children(array(‘post_parent’ => get_the_ID(), ‘post_type’ => ‘attachment’, ‘post_mime_type’ => ‘image’, ‘orderby’ => ‘menu_order’));

    if (!is_array($attachments)) {

    $image = $scriptpath.”/images/empty.gif”;

    echo ‘<img style=”border:none;margin:0;” src=”‘.$scriptpath.’/scripts/timthumb.php?src=’.$image.’&zc=1″ alt=”” />’;

    }

    else {

    $img = array_shift($attachments);

    $imagelink = wp_get_attachment_image_src($img->ID,’full’);

    $image = $imagelink[0];

    echo ‘<img src=”‘.$scriptpath.’/scripts/timthumb.php?src=’.$image.’&w=’.$width.’&h=’.$height.’&zc=1″ alt=”” />’;

    }

    }’

    @snapstart

    Participant

    I believe it was actually a propegation issue, although the site was resolving, it was calling to the old database at times- weird! SO i changed localhost to the new site IP and it seems to be fixed-

    @snapstart

    Participant

    i have a post below about the same thing – the columns are not in the right place, everything is shifted over to the right…

Viewing 25 replies - 1 through 25 (of 32 total)
Skip to toolbar