Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'toolbar'

Viewing 25 results - 776 through 800 (of 803 total)
  • Author
    Search Results
  • #55105
    jazgold
    Participant

    yeah, it seems strange to turn everything off.

    but i too have some things i didn’t want to appear in the interface for users – sometimes disabling leaves the button but returns a “you can’t create a new blog” message (for example).

    and it’s definitely not a bulletproof solution, but what i’m doing is just hiding those buttons, forms, etc. via CSS, or removing post-load with jquery calls. it’s true that with any developer plugins, they could turn off javascript or tweak the css, but that doesn’t bother me. if they find a way to get in there and post content that no one can see, sure it’ll get added to the database… but it’s kind of like the tree that fell in the forest that no one was there to hear. other things like the toolbar at the top you can remove via plugins.

    #6927

    Topic: New Theme

    in group forum Installing BuddyPress
    lewbell
    Participant

    Hi

    I installed 1.1.1 and with the BP default theme most everything works well enough for now. I activated a new theme (Studiopress Magazine), and maintained the BP templates as active, but the BP functionality from the BP toolbar at the top calls pages that don’t exist.

    How do I combine the 2 functions–BP and “appropriate” theme?

    Thanks,

    #53663
    4727579
    Inactive

    OK Andy solved this one for me in this thread. The answer is this: xprofile_get_field_data( $field_name_or_id, $user_id );

    Where $user_id is (in this case) $member and $field_name_or_id is (in my case) 61. I got the number by looking at the Profile Field I was after in Firefox with the Web Developer toolbar and it showed me the number in the class. I can’t work out another way of seeing a custom profile field’s id.. Off we go!!!

    #6551

    Topic: WPMU 2.8.4

    in group forum Installing BuddyPress
    aero7
    Participant

    Does it work with WPMU 2.8.4 ? Im asking because I have problems with the links in the toolbar :(

    #6550
    aero7
    Participant

    The links in the buddypress toolbar is not working for me. Should I do some edits in the htaccess file too ?

    Like this link from the menu just takes me back to website root

    http://www.librarium-online.com/members/admin/profile/edit

    so does all the other, except the links in the MyBlogs part.

    Hope anyone have the time to help on this one. Thanks for reading

    4069034
    Inactive

    Unfortunately the generated signup form is breaking my wp theme. Using the Firefox Web Developer toolbar I am able to correct the problem by changing the .mu_register class width to a fixed pixel size. However I am UNABLE to find the actual embedded style to make this change permanent, can anyone tell me where I can locate this style?

    Thank you in advance.

    http://mmagrid.com/wp-signup.php

    _________________________________________

    .mu_register { width: 90%; margin:0 auto; }

    .mu_register form { margin-top: 2em; }

    .mu_register .error { font-weight:700; padding:10px; color:#333333; background:#FFEBE8; border:1px solid #CC0000; }

    .mu_register #submit,

    .mu_register #blog_title,

    .mu_register #user_email,

    .mu_register #blogname,

    .mu_register #user_name { width:100%; font-size: 24px; margin:5px 0; }

    .mu_register .prefix_address,

    .mu_register .suffix_address {font-size: 18px;display:inline; }

    .mu_register label { font-weight:700; font-size:15px; display:block; margin:10px 0; }

    .mu_register label.checkbox { display:inline; }

    .mu_register .mu_alert { font-weight:700; padding:10px; color:#333333; background:#ffffe0; border:1px solid #e6db55; }

    ______________________________________________________

    #50567
    r-a-y
    Keymaster

    I have WPMU setup in the root, but wanted to have the “community” page on a different page as well.

    Here’s what I did:

    1. Create a new WordPress page template with the BP widget toolbar calls in it.
    2. Create a new WordPress page and apply the page template you created in step #1.
    3. Add BP widgets to the BP widget toolbar.

    That should be it!

    #50556
    meenotuss
    Participant

    got it to work

    #6094
    meenotuss
    Participant

    I found the logo image but it will not let me change, even changing file permissions, am i missing something?

    #50035
    Korhan Ekinci
    Participant

    thanks again r-a-y, It worked when I moved the bbcode-buttons toolbar plugin from “my-plugins folder” to “bb-plugins folder”!

    I have bbcode-lite lying in “my-plugins folder” and bbcode-buttons doing the job in “bb-plugins folder” :)))

    Interesting that, i had the similar problem with lookslike buddypress theme, when I had it in my-templates folder it would not activate, but activated when I moved it to bb-templates!

    #49996
    r-a-y
    Keymaster

    It works for me… I’m using bbPress 1.0.1 as well.

    FYI, I’m using _ck_’s BBcode Lite and BBcode Buttons Toolbar plugins.

    #49269

    Using Comment Form Quicktags (which puts it for the blog), I was able to tweak a little and get it to work by manually editing files.

    For the Wire, I edited my theme’s membertheme/wire/post-forum.php from

    <textarea name="wire-post-textarea" id="wire-post-textarea"></textarea>

    to

    <script type="text/javascript">edToolbar();</script>
    <textarea name="wire-post-textarea" id="wire-post-textarea"></textarea>
    <script type="text/javascript">var edCanvas = document.getElementById('wire-post-textarea');</script>

    In theory the plugin should be hackable, but adding this:

    add_action('wire-post-textarea', array(&$this, 'detect_end'));

    to

    /**
    * Start to detect <textarea>.
    */
    function detect_start($file) {
    ob_start(array(&$this, 'add_tags'));
    $this->ended = false;
    add_action('comment_form', array(&$this, 'detect_end'));
    add_action('wp_footer', array(&$this, 'detect_end'));

    return $file;
    }

    didn’t work so I’ll have to keep poking around.

    #46447

    In reply to: CSS-Editing

    stecklars
    Participant

    thanks :-)

    the dev toolbar helped a lot :-)

    #46441

    In reply to: CSS-Editing

    takuya
    Participant

    just like you did it with your logo, simply modify css classes for navigation.

    Using dev toolbar on firefox helps you find css functions. I highly recommend this.

    #5179
    Will White
    Participant

    As I was working with some of the css files etc I realized I needed to log into the dashboard and alter some settings.

    When I went to login I get the login screen, enter my information, and it takes me to a blank page. (It doesn’t even have a source or page loaded). I re-uploaded the default wp-admin folder that I had in my backup but it’s still not working.

    All I can think of that I have done that might have affected it in any way was I tried adding a bp-custom.php to plugins earlier to replace the toolbar image and it just gave me the code along the top of the screen under the toolbar – including in the dashboard areas. I removed the bp-custom.php and just uploaded a new gif over the old one using the same name. Not idea, but it works.

    Now I can’t log into the dashboard area.

    Any ideas what could have happenned?

    Thanks in advance.

    WPMU 2.7.1

    BP 1.0

    Viewing the site in Firefox

    No extra plugins or anything.

    Default themes- bphome and bpmember

    #44401
    Will White
    Participant

    Pages that seem to work

    members/

    members/blog

    members/members

    members/groups

    members/blogs

    Pages that don’t work

    members/activity

    members/wire

    members/friends

    members/admin

    members/admin/profile

    members/admin/messages

    members/admin/settings

    members/admin/groups

    members/members/admin/profile/change-avatar

    members/members/admin/activity/just-me

    members/members/admin/activity/my-friends

    (and the rest of the links at the top left on the toolbar dropdowns)

    #41960
    mypop
    Participant

    Well, complete clean install from scratch followed instructions to the letter and it still doesn’t work……..

    Haven’t integrated the cookies yet, shared user log-on works though….

    I’m at a complete loss, if burtadsit or Andy Peatling want full access to the system and ftp access, I am more than happy to let them at it, because something isn’t working.

    They only thing I can think is that is something to do with the configuration of my shared host, and I don’t know where to start solving that.

    I have Firebug and Firefox Webdeveloper toolbar installed if that can help anyone…

    @burtadsit – do you have your xml-rpc testing kit available will that help?

    It’s 2:15 am in the UK, I’m turning in…….! Will pick up on tips.suggestions etc in about 8 hours time. All suggestions welcome.

    #40270
    Marco72
    Participant

    If you use Firefox add the Web Developer toolbar. It saves me a lot of time when I need to understand how things work .

    #39526

    In reply to: BP-FBConnect Plugin

    clompers
    Member

    The test site is acting a bit odd when I login with my Facebook account. It thinks my profile is http://testbp.org/members/facebookuser/ which belongs to a Trent Adams. Trying to view settings redirects back to http://testbp.org/members/facebookuser/, as does trying to logout through the top grey toolbar.

    I’ve restricted my facebook profile quite a bit so maybe its relying on information facebook isn’t providing.

    #36554

    In reply to: Forum bbcode toolbar

    Burt Adsit
    Participant

    Anything is possible. There is a feature freeze until 1.0 is released. Fine idea though.

    #36540

    In reply to: Forum bbcode toolbar

    westpointer
    Participant

    Yes, please. That would be awesome.

    #36518
    fishbowl81
    Participant

    check out this plugin:

    https://wordpress.org/extend/plugins/tinymcecomments/

    Why the need of a preview box if you have the What You See Is What You Get Editor in the same place as your visitors type in the comments?

    This plugin turns the comment field from a primitive into a WYSIWYG editor, using the internal TinyMCE library bundled with WordPress 2.0 or up, without the need of another separate installation. Functions that only available to writers like adding images were removed and will not show up in the toolbar.

    If you add to the mu-plugins and add this line to the end of the plugin file:

    add_action(‘template_notices’, ‘mcecomment_init’);

    This is only the concept, I have not tested it, and don’t have the time but wanted to point you in a direction.

    Brad

    http://gorgeosgamers.com/beta/

    #2824
    Marcin Biegun
    Participant

    is it possible to get bbcode toolbar pluging for bbpress running also in group forums?

    #34970

    In reply to: Installed Forum but…

    Burt Adsit
    Participant

    Which ‘toolbar’ are you talking about. We have three that might be the one you are talking about. We have the ‘member adminbar’ which has ‘my account’ ‘my blogs’…, the member and home theme ‘button bar’ which have ‘news’, ‘groups’…

    In all cases you have to modify the code or develop a plugin to make additions or modifications.

    #2745
    frugalers
    Member

    I installed the forum and it is working at http://www.frugalers.com/forums/. My problem is I don’t have a forum button on my toolbar to get there. In addition how do you add additional buttons to toolbar for navigation?

Viewing 25 results - 776 through 800 (of 803 total)
Skip to toolbar