-
James posted on the forum topic Facebook like for BuddyPress in the group How-To and Troubleshooting: 14 years ago
hi all, I was able to add facebook like button to activities (simple facebook script to entry.php). Know experience is that like button in activities slows down www a lot. Is there any way (where to add script) to have like button only in single view of activity (permalinks)? think it won’t make so big […]
-
James posted on the forum topic autocomplete not functioning when composing message in the group How-To and Troubleshooting: 14 years ago
hi, have Wp 3.0.5 BP 1.2.7 and for me autocomplete works only for admin (code for all users by ray works too). tried all the methods above and not only, except @xavieremerson , could you be more specific please, since I am unable to understand what exactly/how/where should be changed. do not have any errors, simply […]
-
James posted on the forum topic Single activity item display layout and style discrepencies in the group How-To and Troubleshooting: 14 years ago
hi @nexia,
wouldn’t you mind sharing your approach on activity-popup, or at least some direction on how to do it?
thanks.
-
janismo started the forum topic Profile CSS in the group How-To and Troubleshooting: 14 years ago
hi, wanted to remove sidebar in profiles, checked home.php and understood that it uses all the same css as all other pages (content, padder, item-tabs etc.). issue is that if in home.php I start changing div names, it works fine for build in navigation tabs/pages (activity, friends etc.), but if I have plugins like bp […]
-
janismo posted on the forum topic Buddypress login by facebook, twitter etc in the group How-To and Troubleshooting: 14 years ago
with bc-oauth I get this error during login:
Fatal error: Call to undefined function curl_init() in Z:homeexample.comwwwwp-contentpluginsbc-oauthliboauth-phplibraryOAuthRequester.php on line 307
can it be localhost issue?
thanks -
janismo posted on the forum topic Translation in the group Invite Anyone: 14 years ago
this is not a question to invite anyone, one day I started topic re this issue, but no one has replied:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-localization-issues/#post-88985 -
janismo started the forum topic What is the difference in the group How-To and Troubleshooting: 14 years ago
could someone please explain, what is the important difference (from question of localizaion) of: `function bpxs_check_email_confirm() { global $bp, $bpxs; if( $bpxs->options->email_confirmation == true ) { // unset any existing errors unset( $bp->signup->errors ); //check if email address is correct and set an error message for the first field if…[Read more]
-
James posted an update 14 years ago
@travel-junkie sorry for previous posts, xtra signup localization works fine, simply I use plugin transposh and xtra signup is the only plugin with some textdomain loading method, which is not compatible with transposh. now I’m trying to change it, but success is only partial – strength indicator already is multilingual
-
janismo posted on the forum topic Change Default Avatar for User in the group How-To and Troubleshooting: 14 years ago
If someone, who actually understands at least something from php would point on mistake, it would be highly appreciated.
-
janismo posted on the forum topic Change Default Avatar for User in the group How-To and Troubleshooting: 14 years ago
what I want is to have set of default avatars, with random one for every user. idea was to have additional function: `function randnum() { // Range creates an array from a range (in this case 1 – 10) $b = range(1,10); // So the array looks like – array(1,2,3,4,5,6,7,8,9,10) shuffle($b); $r = array_values($b); echo […]
-
James posted an update 14 years ago
@travel-junkie hi,
is it known issue, or you just don’t want to deal with it?
https://buddypress.org/community/members/janismo/activity/137927
thanks.
-
janismo started the forum topic Change Default Avatar for User in the group How-To and Troubleshooting: 14 years ago
since topic re group avatar was closed, start new one for single avatar.
if you want to change default avatar, below is a link to the code by travel-junkie:
-
James posted an update 14 years ago
@travel-junkie sorry for third post, don’t know how important is this info, but codestyle localization shows that xtra signup has load_textdomain instead of load_plugin_textdomain and has not one (bpxs), but four textdomains (jobs, bpxs, bpgs and default), however, manually I can not find them in plugin’s directory.
Is it the case?
btw, Boris -…[Read more]
-
James posted an update 14 years ago
@travel-junkie ok, just checked again. even if I add only one language, it will replace english too, so, at the moment plugin does not work as multilingual.
thanks again.
-
James posted an update 14 years ago
@travel-junkie hi,
few issues re BP Xtra Signup:
– probably you have seen replies on wp repository…wp backend help section disappears after plugin is activated (not important at all);
– localization issue. when I add two more languages, second one starts working as the only language.
thanks.
-
James started the forum topic Permanent link to this post (forum topic) issue in the group How-To and Troubleshooting: 14 years ago
hi, could anyone point me please on the template file for this url (?): example.com/groups/name/forum/topic/check/#post-1 issue is that all www works fine, but when I press # sign near forum topic, and get redirected to url above, my content seems to go some 600px up behind header. this only happends with permalinks of forum topics, […]
-
James started the forum topic Sidebar Height in the group How-To and Troubleshooting: 14 years ago
hi,
is there any way to make sidebar height same as content height (taking into account that content height is not fixed, e.g. load more etc.)?
found few wordpress posts re faux sidebar, but isn’t there some already existing method inside bp-default?
thanks.
-
James posted on the forum topic oEmbed for BP 0.6-beta available! in the group oEmbed for BuddyPress: 14 years ago
@r-a-y couldn’t you please confirm whether development is stoped or not? thanks.
small question re 0.6 beta and previous versions.
is there any way to limit number of embedable videos/links per activity?thanks again.
-
James started the forum topic Limit links in activities in the group How-To and Troubleshooting: 14 years ago
hi,
is there any way to limit number of allowed links to be posted in activities (activity boxes)?
this is not bp question, but maybe someone knows some easy way. probably, some way to limit number of
http://
text.thank you.
-
janismo posted on the forum topic Theme Protection in the group How-To and Troubleshooting: 14 years ago
thanks to both, something new is always highly appreciated. as I am new in php, question is not very important, simple interest of what happends in this area. what I understand from firebug work is that it shows where (css file) css id of particular site’s area is located. comparing to what mercime wrote, as […]
- Load More
@janismo
Active 8 years, 5 months ago
Sorry, don’t know the transposh plugin…