Search Results for 'toolbar'
-
AuthorSearch Results
-
March 8, 2010 at 6:49 pm #67238
In reply to: Getting theme to work (infocus)
kingfelix23MemberI just managet to get one page to work, however that was a hardcoded link I did for http://mysite.org/wp/members/member/groups/create
That page used my index.php in my groups theme folder.
however if I use the toolbar it seem to use another index.php, I then tried to make a hardcoded activity page but that again doesn’t seem to use my file in the theme folder.
Are there some settings someplace that says where the items in the toolbar gets and creates the url:s?
March 4, 2010 at 7:31 pm #66735In reply to: Some CSS troubles
r-a-yKeymasterAdd these to your theme’s stylesheet.
form.dir-form div.dir-search {margin:0 !important; width:auto !important;}
I’d recommend using a web developer toolbar like Firebug for Firefox to debug these things.
March 3, 2010 at 1:46 am #66456March 2, 2010 at 6:06 pm #66369In reply to: How do users make blog posts?
kmpoaquestsMemberIs there any way to get a full version of the post area that the admins get with the tinymce toolbar (including any plugin icons that are added within the toolbar) as well as Custom fields and the ability to upload an image and insert into post , that would be crucial
March 2, 2010 at 12:59 am #66242In reply to: Facebook-Like-Chat Plugin for Buddypress?
edelwaterParticipantSo… I had bowob on my site which I still think is the most fastest and the one users most like. Its also the simplest to install: just activate the plugin sitewide and presto. It was however also the most expensive it costs 40 dollar per 150.000 loads. I think they need to change their pricing schema because that is really a) expensive b) confusing. The cost was mainly why I looked for another solution.
– arrowchat does not have a teamroom and no bp integration and as far as i can see its not out yet
– wibiya provides a nice toolbar but the login is a hassle to login via e.g. facebook and another via twitter, i want to have the user account from my own site
– i now have cometchat enabled but users find the “common chatroom” almost never. I currently have the problem that it keeps counting online users even when they are long gone
I have not tried webbychat yet maybe thats an idea to test that one also concerning the load. Bowob took abou 50% of my server resources when people where chatting happily away and basically cometchat does the same.
also notice that ALL of these even bowob which resides on another server take a huge load on your server. It pretty much does not matter which one you choose.
February 23, 2010 at 6:56 am #64975In reply to: Admin Bar Notification Link
Diesel LawsParticipantI did the same thing. It works now, but I have a notification that is ‘stuck’ on 1. How do you refresh those tables/drop bad ones in mysql?
EDIT: All fixed now – it was a Javascript conflict with the Wibiya toolbar.
February 19, 2010 at 4:11 pm #64184In reply to: Tweetstream (twitter plugin) Beta testers needed!
geoffm33ParticipantAlso, the tweetstream settings page is returning a 404 server response though the page still loads for me in FF.
This is causing an issue with one of my users, his ISP intercepts 404’s I think and is redirecting him to Yahoo (or it’s a yahoo toolbar thing).
Edit: I also wanted to say thanks for developing this plugin!
February 16, 2010 at 3:29 pm #63523In reply to: Facebook-Like-Chat Plugin for Buddypress?
Diesel LawsParticipantI use the chat add on from Wibiya Toolbar (Tiny Chat) and we had a big event with over 30 people in the chat room at once(http://freelancerunplugged.com/blog/chat-your-face-off-review/)! it worked great but there is no friend feature. The good thing though is that it puts a little number in brackets next to the Join Chat button on the bottom toolbar so you know how many people are in the chat – but would love a buddypress chat option – it would surely kick Facebooks dodgy chat!
February 4, 2010 at 9:59 pm #62419In reply to: Color Codes
catinw12Participantif you have adobe photoshop or adobe illustrator, those colors are defined in every spectrum you can imagine. just hit on the color swatch from the toolbar, not the admin bar, and pick a color and look for the code
December 2, 2009 at 10:14 pm #57920In reply to: Anyone else working on integrating Gigya?
designodysseyParticipantThanks for sharing regarding RPXNOW. After a quick review, I think their model will probably keep them around, but I’m concerned about the limited functionality at the free level. Most of it requires $10/mo. or more https://rpxnow.com/get. Gigya’s model seems to allow them to provide a free service with much more customization and features. The fact they have many major partners also suggests staying power. http://www.gigya.com/public/Content/GS/Implementation.aspx. THey even have an interesting toolbar, but I probably won’t use it.
Unless something changes, I’m leaning toward gigya. However, there are issues. Last I checked, they were just finishing the MU version of their plugin (even though some had gotten the .org version working). Also, the biggest complaint I saw was an inability to restrict people from creating multiple logins with each of their identities (e.g. Yahoo, Google). Also, getting users to fill out detailed profiles was more problematic. I would want to see these addressed (although I don’t see how the former could be addressed technologically).
Regarding OpenID, as with the liquor store, allowing multiple forms of payment is a must. Cash only will restrict customers.
November 30, 2009 at 12:48 pm #57714In reply to: A BuddyPress Site in Indonesia
swingJazz (Jimmy Saputra)ParticipantHi Svenl77,
You only need to install it from WPMU admin page. Click plugin > install plugin > insert keyword gigya > click gigya toolbar > install > done.
I am hopeful this will help.
Jazz regards.
November 5, 2009 at 7:22 pm #56010In reply to: My adminbar
TwittrblogParticipantupdate… it seems to have effected all the javascript pop”ups” like the menu it is also effecting the toolbar at the bottom…. ahhh… must be the bp upgrade?….unactivated unfiltered mu plugin and reactivated… and that didnt solve the problem…
October 24, 2009 at 12:08 pm #55105In reply to: Minimal, less "social" BuddyPress?
jazgoldParticipantyeah, 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.
October 3, 2009 at 2:12 am #53663In reply to: Extending Featured Member Widget
4727579InactiveOK 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!!!August 3, 2009 at 7:35 pm #50567r-a-yKeymasterI have WPMU setup in the root, but wanted to have the “community” page on a different page as well.
Here’s what I did:
- Create a new WordPress page template with the BP widget toolbar calls in it.
- Create a new WordPress page and apply the page template you created in step #1.
- Add BP widgets to the BP widget toolbar.
That should be it!
August 3, 2009 at 3:26 pm #50556In reply to: Changing the toolbar logo
meenotussParticipantgot it to work
July 25, 2009 at 7:44 pm #50035In reply to: how can i add buttons like this post area?
Korhan EkinciParticipantthanks 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!
July 25, 2009 at 12:56 am #49996In reply to: how can i add buttons like this post area?
r-a-yKeymasterIt 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.
July 14, 2009 at 1:52 pm #49269In reply to: how can i add buttons like this post area?
Ipstenu (Mika Epstein)ParticipantUsing 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.
June 1, 2009 at 3:31 pm #46447In reply to: CSS-Editing
stecklarsParticipantthanks
the dev toolbar helped a lot
June 1, 2009 at 2:50 pm #46441In reply to: CSS-Editing
takuyaParticipantjust 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.
May 4, 2009 at 7:56 pm #44401In reply to: The page you were looking for was not found.
Will WhiteParticipantPages 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)
April 7, 2009 at 1:18 am #41960In reply to: Forums Not Being Created
mypopParticipantWell, 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.
March 18, 2009 at 9:50 am #40270In reply to: How to hide/delete “Forum” link in Group sidebar?
Marco72ParticipantIf you use Firefox add the Web Developer toolbar. It saves me a lot of time when I need to understand how things work .
March 9, 2009 at 6:13 am #39526In reply to: BP-FBConnect Plugin
clompersMemberThe 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.
-
AuthorSearch Results