Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'change buddypress menu'

Viewing 25 results - 726 through 750 (of 845 total)
  • Author
    Search Results
  • #69921
    arezki
    Participant

    yes, correct assessment, but there is a potential solution, if i am right. first about BP: the default theme used to be “widget” ready or friendly, meaning that you can decide what goes in there from the Widget Admin area. This latest version brings essentially major changes in the codes that organize user behavior, but not so easy on the theme side. In fact, there aren’t any themes, may be 2 or 3, that are BP1.2.2.1 compliant and easy to just deploy. However, the Buddypress creators and developers say that you have to create what they call a child theme and then make whatever changes you want from there, probably including making the first “Activity” page as your landing page. Now, one very smart developer released this base theme, http://freebpthemes.com/onsite/sense-sensibility/ If you have bandwidth, time and some technical capabilities, I would recommend having a look.

    Now WordPress(MU) may allow u to pick your activity page as the landing page. In your WP Admin section, scroll down to the Settings area (left column). You see “Reading”. In it, it will let you choose “Front Page Display.” You may try to select “Static Page” and open the drop down menu for Front Page and select the Activity Stream page. Then save. By doing, I suspect, since I did not try it, the Activity Stream page (Facebook-like section) will be what your visitors will see when they hit your website.

    One think you may want to consider. The Activity Page puts any acvity across your site on that page. If you have a lot of people, that could be overwhelming. There is, however, one plugin u should find on this site called: BuddyPress Friends Only Activity Stream. It essentially should show only activity from the memeber’s friends. Again, I did not try it, but I plan so.

    Good luck

    Arezki

    #9922
    chopo87
    Participant

    Hi

    I recently Installed “BuddyPress Links” which is a grate plug-in.

    However I’d like to rename the menu link it creates from “Links” to “Media”. I seem to have read somewhere that rather than modifying the plug-in source code it is safer to create a new language file with these custom changes. Could someone walk me through how I would go about doing this?

    wandilly
    Participant

    Greetings everyone,

    I am a member of Marin Professionals Association, which is a non profit community of unemployed professionals sponsored by EDD .Since April I have been searching and testing different formats of WordPress templates but recently in their website showcase, I found an incredible website: “”www.umwblogs.org” that our community would really benefit from .So now I am trying to recreate our “marinprofessionals.com” website with the same capabilities that http://www.umwblogs.org” has.

    1) I have registered the domain (marinprofessionals.com) and am hosting it with Godaddy,

    2) Instead of downloading wordpress to my PC and then uploading to Godaddy(I ran into all kinds of problems that way…)

    On january of 2010 I used godaddy automated script from hosting control center to automatically install wordpress 2.9.1 into my hosting account. My current account detail in godaddy for marinprofessionals.com is as follows:

    Domain : marinprofessionals.com

    Hosting Login : wandilly

    Server IP Address : 97.74.215.63

    Dedicated Hosting IP : 173.201.83.101

    On January 2010 I also was able to upload the Current free WordPress Theme to the marinprofessionals.com hosting account in godaddy is called :

    Sliding Door 1.8.7 by Wayne Connor which I believe was the one used to create http://www.umwblogs.org.

    3) As far as Buddypress, back in October of 2009, I downloaded the version of I downloaded the bpress 1.1.1zip version and uploaded to godaddy and then unzipped there which create a buddypress folder in the html directory of godaddy. Nevertheless, in February 2010 I followed “Andrea_r” from BuddyPress’ advise She told me that the plugin folder needed to go in wp-content/plugins/ and said i should installing it from the admin area of WordPress…so, I went to the plugin menu and picked Install New.

    So, then, you may ask yourself, why I am still whining?

    As you know, we are trying to develop a publishing platform for the Marin Professionals Community at EDD, where members can be trained on WEB 2.0 and social network while using the association as means of networking into their next job experience.

    Liability is one of the major concerns that Norma Wilcox (the head mater of Marin Professionals Association – EDD) has, and the main challenge on my research has been to find and deliver a solution that is not only reliable and easy to maintain but most of all, one that is able to provide security, or in other words, the ability to control and maintain all the private information CONFIDENTIAL.

    Last year I decided to start over from a new perspective and use WordPress MU and BuddyPress, after coming to a conclusion that it should a relatively easy and inexpensive way to accomplish such a task. After searching and testing different formats of WordPress templates and trying to recreate our “marinprofessionals” website with the same database capabilities for information retrieval, I came across an incredible website: http://www.umwblogs.org which I believe our community could really benefit from.

    Keeping that in mind, belllow is what I have accomplished so far:

    On the marinprofessonals website, I was able to change the appearance of the WP sliding doors template but am not sure if it was done correctly.

    I need help understanding how to add a directory capability and enable the creation of individuals blogs per each user registration…similar to what’s is available for the ” http://www.umwblogs.org” website …

    During 2009 I have tried to get help/answers from different forums but was not able to make it work…

    IN SHORT: I am trying to enable multiple users registration capability available wih WPMU+BPRESS so that each registered MARIN PROFESSIONAL user is able to create their own Blog and manage them. By doing so, I can have each registered user to be added to a directory of users on a more secure form.

    I would appreciate if you would be able to give me an idea ON HOW TO MOVE FORWARD by pointing me on the right direction.

    I’ll be looking forward to hearing back from you.

    #68535

    In reply to: Custom Group Pages

    Peter Anselmo
    Participant

    I don’t know of any existing efforts to customize group images or backgrounds, but it does sounds like a good idea for a plugin. Using the group exension API (https://codex.buddypress.org/developer-docs/group-extension-api/) it’s fairly easy to add another page to the group admin menu. You could call this menu “Display options” and let group mods change settings. You’re plugin could then check the settings, and display stylesheets/banners as appropriate. It would take some development time, but I think it could work smoothly.

    This would of course be heavily theme-dependent, not only for the implementation (div position and such) but also for the design (changing the backgrounds while keeping the feel of the theme).

    #9782
    Jens Wedin
    Participant

    I was trying to make changes to the admin bar according to the tutorial written here

    http://codex.buddypress.org/how-to-guides/modifying-the-buddypress-admin-bar/

    I want to remove the logo text and the login and only have the register button.

    Wonder where to put the bp-custom.php, according to the tutorial it should be put in wp-content/plugins, is that correct?

    Right now I don’t get any changes when I have this in my bp-content.php

    <?php
    function bp_remove_login_adminbar(){
    remove_action('bp_adminbar_menus', 'bp_adminbar_login_menu', 6);
    }
    add_action('wp_footer','bp_remove_login_adminbar',1);
    ?>

    I’m on WP single 2.9.2 and the BP plugin with my own custom theme.

    Cheers,

    Jens

    #68337
    rich! @ etiviti
    Participant

    I’ve installed the plugins but when I click ‘Forum Extra’ link in dashboard, the plugins admin page doesn’t show up.

    A blank page with just a title (or a WSOD)? make sure you enable the subplugins (ie, BuddyPress Forums Extras – Quote)

    If it works, then the Forums Extra admin page would look like this:

    Group Forum Extras

    Ajaxed Quote enabled.

    where do users enter their signatures? I don’t see the field anywhere:

    Under the member profile page, click the profile tab, then in the subnav menu – next to Change Avatar is ‘Change Signature’

    mybuddypressurl/members/memberusername/profile/forum-signature/

    silversurferes
    Participant

    Hi

    my question is, how can i change the header menu from the fishbook Template?

    wmpu 2.9.2

    buddypress 1.2.1

    #67624
    r-a-y
    Keymaster

    Unfortunately, there’s no hook in the “My Account” menu to add custom items so you’ll basically need to duplicate the bp_adminbar_account_menu() and add your changes, then remove the bp_adminbar_account_menu() function and add your custom function.

    The following guide tells you how to do this:

    https://codex.buddypress.org/how-to-guides/modifying-the-buddypress-admin-bar/

    #9640
    sameast
    Participant

    Hi everyone

    Im having real problems getting this plugin to function properly i am new to wordpress plugin development so im just starting to get my head into action hooks and filters.

    After installing the plugin and adding the following as the plugin install notes suggest.

    Add a textbox field called Latitude to the same group as the location field

    Add a textbox field called Longitude to the same group as the location field

    I then get the plugin to show on the main page under a menu item of Geo as show below.

    http://buddy2.users31.interdns.co.uk/geo

    I have added various location to some dummy members profiles and you can search say canada and you can see in the address bar that it seems to be working out the Latitude and Longitude as far as i know but it can never find any members.

    All my main big problem is the plugin admin menu after install a menu appears saying Global Search Setting every time i clicked this it did a redirect and took me back to the dashboard page with this appended to the url.

    /wp-admin/?c=1

    I search forums about this and found that the problem is the add_action fucntion in the plugin it is current set like this after install at the bottom of the code.

    add_action( ‘wp’, ‘bp_geo_wp’ );

    add_action( ‘wp_head’, ‘bp_geo_head’ );

    add_action( ‘admin_head’, ‘bp_geo_admin_head’ );

    add_action( ‘admin_init’, ‘bp_geo_admin_init’ );

    add_action( ‘xprofile_updated_profile’, ‘bp_geo_updated_profile’ );

    register_activation_hook( __FILE__, ‘bp_geo_check_install’ );

    If i change the: add_action( ‘admin_head’, ‘bp_geo_admin_head’ );

    To this: add_action( ‘admin_menu’, ‘bp_geo_admin_head’ );

    This solves the problem to a degree but i have another one i no longer get the:

    http://buddy2.users31.interdns.co.uk/wp-admin/?c=1

    I know after click the menu get this in the url:

    http://buddy2.users31.interdns.co.uk/wp-admin/admin.php?page=buddypress-geo/buddypress-geo.php

    But it just shows a blank page anyone else struggled with this, i would really like some help or input ive hit a wall.

    thanks

    #66712
    fostertime
    Participant

    Actually. It also does not update the title within the My Blog, buddypress dropdown menu either.

    #66472
    jalien
    Participant

    Actually thanks for the post. This is a something I have been doing (trying to do) since wpmu 1.0. I use WPMU / Buddypress with young (elementary school students 6-12 years old) so simplicity is a must. The New Blog Options plugin (if it works as it says it will) would make make perfect customization possible. Here are a list of WPMU plugins that I use or have used that might help. I am in the process of retrying everything to achieve exactly what you are trying to do. Let everyone on the forums know how your testing goes. Hope this isn’t too long. I added links to save time since there are sometimes plugins with similar names).

    New Blog Options – this one is fairly new (still beta), and I haven’t tried it extensively yet, but it will allow you to clone on blog setup with it’s plugin options etc. to all new blogs.

    https://wordpress.org/extend/plugins/default-blog-options/

    Limit Blogs per User – if you don’t want them making more than one blog (set to 2, one is the main buddypress blog and 2 is their own blog)

    https://wordpress.org/extend/plugins/limit-blogs-per-user/

    WPMU New Blog Defaults – this will allow you to restrict menus, change default links, etc under the Options in the Site Admin menu

    https://wordpress.org/extend/plugins/wpmu-new-blog-defaults/

    Members – this one takes over where the old Role-manager plugin left off. Haven’t had time to check it out yet, but if you could use this with New Blog Options it would allow you to very finally tune what your users could do and see.

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

    Adminimize – again I haven’t played with this for a while, but if you could use it with New Blog Options, then you could simplify the look of the menus for your users too.

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

    Default User Role – will set the user role when a new blog is created

    https://wordpress.org/extend/plugins/wpmu-default-user-role/

    Plugin Manager – does what it says, allows you to manage which plugins users can set, which ones are automatically turned on, and which regular users cannot see

    http://wpmudev.org/project/wpmu-plugin-manager

    download link is: http://wpmudev.org/download/946613807_mp-plugin-manager.php

    Of course with young people you might want to consider a privacy plugin like:

    More Privacy Options – this doesn’t work with the feed on Buddypress, but if you search the forums it can be made to work or you can use the following plugin for feed privacy (Buddypress privacy should be coming soon)

    http://wpmudev.org/project/More-Privacy-Options/

    download link is: http://wpmudev.org/download/999830698_ds_private_blog.php

    BP MPO Activity Filter – This plugin, BP MPO Activity Filter, does just what the name suggests: it filters BuddyPress activity feeds. Used with More Privacy Options.

    https://wordpress.org/extend/plugins/bp-mpo-activity-filter/

    Tosh
    Participant

    When I’m on the activity page (http://mysite.net/activity) or any page that has “activity”.

    The filters like the following just change all the activity to be blank, instead of “filtering” it.

    * All Members (391)

    * My Friends (1)

    * My Groups (2)

    * @testuser Mentions

    The dropdown filter box does not work either. Just changes all the activity to blank. Everything else in the buddypress works fine.

    Just a question, on the black drop down menu at the very top. How would I change it so when they user click on Activity it goes to the global activity page instead of there own activity page. Groups to, when they click groups it goes to there own groups page instead of the global groups page.

    For example:

    http://test.mysite.net/groups/ – this

    http://test.mysite.net/members/username/groups/ – not this

    http://test.mysite.net/activity/ – this

    http://test.mysite.net/members/username/activity/ – not this

    Sorry make any sense? lol

    1. Which version of WP/MU are you running? 2.9.1 Single WP

    2. Did you install WP/MU as a directory or subdomain install? http://www.mysite.com

    3. If a directory install, is it in root or in a subdirectory? root

    4. Did you upgraded from a previous version of WP/MU? If so, from which version? No

    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes

    6. Which version of BP are you running? Version 1.2.1

    7. Did you upgraded from a previous version of BP? If so, from which version? No

    8. Do you have any plugins other than BuddyPress installed and activated? Yes

    9. Are you using the standard BuddyPress themes or customized themes? Using BuddyPress Template Pack

    10. Have you modified the core files in any way? Yes, to fix the avatar upload issue:

    bp-core-avatars.php line 389

    Replace:

    if ( !$path = get_option( ‘upload_path’ ) )

    $path = WP_CONTENT_DIR . ‘/uploads’;

    With:

    if ( !$path = get_option( ‘upload_path’ ) )

    $path = WP_CONTENT_DIR . ‘/uploads’;

    else

    $path = ABSPATH . $path;

    …and report back?

    http://trac.buddypress.org/ticket/1970

    11. Do you have any custom functions in bp-custom.php? No

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Not using bbPress.

    13. Please provide a list of any errors in your server’s log files. – Nope, shared server.

    14. Which company provides your hosting? Hostgator

    #9218
    sporty
    Participant

    Hi, sorry for such a newbie question but does BuddyPress 1.2.1 come with built in Forums? or does it come with forum integration and there is some other plug-in that I need to install that I may have missed.

    There is a sticky topic I see “Forum Integration: HELPING HINTS” which implies forums is something seperate but it is also a year old so confused as to if it is still relevant in my situation? I assume given it’s still a sticky it’s still relevant but then again everything else seems to imply forums are built in?

    In any regard I see the “forums setup” option inside buddypress, I choose “set up a new bbpress installation” and it said “All done! Configuration settings have been saved to the file..” but where are my forums? No new forum menu options appeared, are they supposed to?

    I see there is a sub-folder called bp-forums under the plugins directory.

    these two paths don’t seem to connect to anything.

    http://doc.onesportevent.com/forums

    http://doc.onesportevent.com/register

    these paths do seem to work just fine

    http://doc.onesportevent.com/activity

    http://doc.onesportevent.com/members/

    the groups path below works but I just noticed (seperate issue, sigh) that I can create a group ok but when posting to it it says “There was a problem posting your update, please try again.”

    http://doc.onesportevent.com/groups/

    happy to PM an admin password if it comes to that but hopefully something simple. I otherwise have a pretty clean install. using WordPress 2.9.1. (can’t qute figure out that auto-update to 2.9.2 yet!). I have BuddyPress 1.21 and BudyPress TemplatePack 1.0.2 I have not changed any files in source directories or anything like that. THe theme I’m using is Garland-revisited 1.75 by Simon Prosser.

    I am using the wordpress custom permalink structure /%postname%/ and the web.config below (I’m running on an IIS7.5 box). I’ve tried using the default permalink option.

    <?xml version=”1.0″ encoding=”UTF-8″?>

    <configuration>

    <system.webServer>

    <rewrite>

    <rules>

    <rule name=”wordpress” patternSyntax=”Wildcard”>

    <match url=”*”/>

    <conditions>

    <add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true”/>

    <add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true”/>

    </conditions>

    <action type=”Rewrite” url=”index.php”/>

    </rule>

    </rules>

    </rewrite>

    </system.webServer>

    </configuration>

    Any help muchly apreciated, I’m otherwise loving the looks of things on WP.

    #9167
    davidnobrega
    Member

    First of all: BuddyPress is amazing. I´m a WP noob, and step-by-step, I´m doing my job here.

    I did my first WPMU+BP install a ouple days ago and (lucky?), today I have made the update. The new theme is great and I did some css custom (just css) changes. It´s working fine, but at the new theme my home page change to 3 columns. It was what I was looking for.

    My bug: Just one lil thing isn´t working here, the [blog] tab. [Blogs] are ok, but the main blog not. I put a journal plugin at new home page, so I cant see all topics, but not join this blog.

    If I could delete this [blog] tab, it´s fine for me. Any help?

    PS: Advice – If you try update Buddypress+ WMPU with any plugin activate, will crash. Disable ALL of them, not just BP plugins.

    wandilly
    Participant

    Instead of downloading wordpress to my PC and then uploading to Godaddy(I ran into all kinds of problems that way…)

    On january of 2010 I used godaddy automated script from hosting control center to automatically install wordpress 2.9.1 into my hosting account. My current account detail in godaddy for marinprofessionals.com is as follows:

    Domain : marinprofessionals.com

    Hosting Login : wandilly

    Server IP Address : 97.74.215.63

    Dedicated Hosting IP : 173.201.83.101

    On January 2010 I also was able to upload the Current Theme to the marinprofessionals.com hosting account in godaddy is called :

    Sliding Door 1.8.7 by Wayne Connor

    (A unique template featuring sliding images in the header based on phatfusion imagemenu. Look at theme homepage to see the menu in action – the preview does not work on wordpress.org!!!! Sliding images in header link to pages, or can be redirected using the Page Links To plugin. The theme has a comprehensive support forum to help you get started at http://mac-host.com/support)

    As far as Buddypress, back in October of 2009, I downloaded the version of I downloaded the bpress 1.1.1zip version and uploaded to godaddy and then unzipped there which create a buddypress folder in the html directory of godaddy. Nevertheless, I also see another version of bpress zip (1.0.2) which was uploaded in January 2010…

    My website I was able to change the appearance of the sliling door of marinprofessionals but am not sure if it was done correctly. I would like help adding a directory capability and enable the creation of individuals blogs per each user registration…similar to what’s is avalable for the ” http://www.umwblogs.org&#8221; website … During 2009 I have tried to get help/answers from dirrent forums but was not able to make it work, could you please help??

    #8935
    stwc
    Participant

    Buddypress 1.2, WordPress MU 2.9.1.1, External Group Blogs plugin 1.1.

    Version 1.1 of the plugin according to the changelog was released to support BP1.2, but I’m having some issues I hope someone can help with on my 1.2 testbed. Grabbing RSS items and throwing them into the global activity stream is essential to the functionality of the site I’m working on.

    With the previous version of BP, you could navigate directly to the list of recent RSS items. Here’s an example from the live site in question: http://jobsee.kr/community/groups/jobs-and-work/external-blog-feeds/

    Notice it’s just adding ‘external-blog-feeds’ to the Group home URL and that there’s a ‘Blog feeds’ item in the Group Menu.

    That doesn’t seem to work anymore with the latest version, which seems like a fairly significant loss of functionality. There’s no item in the UI for the Group to get there, nor does manually typing in ‘external-blog-feeds’ at the tail end of the URL get you to a list of recent RSS items.

    But this isn’t just a matter of aesthetics or loss of functionality, it’s also a pretty big problem of having the plugin actually work, because the only way I ever found to get the plugin to actually pull in new RSS items was to visit that page, and it would kick off, and update the list. Annoying and clumsy, but it worked, more or less. Without anywhere to visit now to manually kick off an update, I’m at a loss!

    Am I missing something, or doing something wrong here? I’m deep into redesigning a new child theme for BP1.2, but I’d really like make this work before I upgrade on the live site.

    I’ve tried going into the admin panel where you add RSS urls (http://localhost.localdomain/community/groups/jobs-and-work/admin/external-blog-feeds on my testbed) and updating that doesn’t seem to update the RSS feeds either, sadly. Functionality is pretty comprehensively broken for me, then.

    Anyone else having these issues? @andy any ideas what’s happening there? Thanks in advance.

    #8920
    edelwater
    Participant

    Sorry, I just began using BuddyPress so I probably havent completely figured out how it works. Maybe it is in a FAQ so a link would also be helpful:

    If I have a user on a subdomain who selects the buddypress theme as uhm theme he has at the top the menu items they refer however to http://USER.mainblog.com/activity etc,,, which when clicked show “The page you were looking for was not found. ” so probably this needs to be a link to http://mainblog.com/activity instead

    I was just wondering how to change this or if maybe I do something wrong here.

    #63218

    In reply to: register.php

    osasko
    Participant

    Hi,

    Thanks , Ok will do it from Buddypress.

    197 Countries in a drop-down list will take a bit of time=)

    Just one question – how do you change “name” to “full name” , because I don’t think you can edit that from Buddypress menu area?

    #62708
    Mike Pratt
    Participant

    @David I just created a page called ‘blog’ (which defaults to ‘blog’ for that page’s slug

    The following menu item in header.php:

    <li<?php if ( bp_is_page( BP_HOME_BLOG_SLUG ) || bp_is_blog_page() &&
    !is_front_page() && !is_page() )
    : ?> class="selected"<?php endif; ?>>
    <a>/<?php echo BP_HOME_BLOG_SLUG ?>/" title="<?php _e( 'Blog', 'buddypress' ) ?>">
    <?php _e( 'Blog', 'buddypress' ) ?></a>

    renders a menu item domain.com/blog, just like it used to.

    You need to make sure you choose that page in Settings>Reading ‘Posts page’

    On further reading of your post, maybe I don’t understand. I just know, what I described produces the exact same results as prior to the change (and removal of home.php)

    #62414
    danbpfr
    Participant

    Open the pot file in a text editor and search for the expression you want to change.

    Near it you can see the file name and the line where it is located

    #62409
    zastrow
    Participant

    Thanks.

    Where is the Language File ? I want to change the verbage of the menu.

    Like Blog —> Latest Updates

    I found a BuddyPress.Pot file, but this doesn’t seem like a language file to me.

    #61964
    Mark
    Participant

    @MariusOoms – no need to apologize. It’s the price we pay to use open source. If it’s a mission critical feature, upgrades can be done on a test server or backups allow for rolling back until all is good to go live. It’s appreciated that you got this plugin established. Anything you can do in the future will also be appreciated.

    When upgrading for bp 1.2, take a look at JJJ’s comments regarding hooking dependent plugins in to bp_int. It sounds like it’s the preferred way (over what I posted earlier) to load bp first:

    https://buddypress.org/forums/topic/important-plugin-devs-read-this

    Best of luck with your move!

    @nonegiven – I’m now having no problems with groupblogs. Old Group Blog pages are recognized and all the Blog Menu Options within the Group are associated with the correct group blog. I’d also love to see the groupblog function as part of the core bp.

    @Andy – Still confused by your comment but it may not matter given the change JJJ has made to the trunk.

    #61391
    r-a-y
    Keymaster

    Here’s a writeup I made awhile back:

    https://buddypress.org/forums/topic/bp-admin-bar-on-bbpress-front-page-1#post-18626

    For the require_once line, if that line doesn’t work change it to the absolute file path.

    If you’re using single WP, delete these lines:

    bp_adminbar_blogs_menu();

    bp_adminbar_authors_menu();

    #8438
    surfartculture
    Participant

    How to create a sidebar in profile page for let members change his own widgets sidebar by “Widgets” menu on backend of wpmu?

    Ex. Member 1 wanna add RSS widget on his sidebar in profile page

    Member 2 wanna add FRIENDS widget on his sidebar in profile page

    How can i do that witout plugin? I was trying to widgetize theme, trhu wp codex, but isn´t work.

    Any suggestion, i´m trying for long time already.

    I´m using wp-mu 2.9.1 and buddypress 1.1.3.

    Where can I donload the buddypress 1.2 version?

    Thank you very much

Viewing 25 results - 726 through 750 (of 845 total)
Skip to toolbar