-
ultimateuser posted on the forum topic How display login form on website in the group How-To and Troubleshooting: 13 years, 8 months ago
Still get the error. this is de code I am using now: http://pastebin.com/Yv1kTt8e
-
ultimateuser posted on the forum topic How display login form on website in the group How-To and Troubleshooting: 13 years, 8 months ago
Thanks for your reply.
If I copy/paste the code on my page I get the following error:
Parse error: syntax error, unexpected T_ELSE in /home/domain.nl/public_html/page.php on line 204
Just to be clear I dont want the login form on a wordpress/bp page but on my own site.
Hope you can help
-
ultimateuser started the forum topic How display login form on website in the group How-To and Troubleshooting: 13 years, 8 months ago
I am trying to dispay the login form for buddypress on my website (e.g. http://www.mydomain.com/page.html)
Does anyone know the code I need to achieve this?
-
ultimateuser started the forum topic Editing of RSS feed in the group How-To and Troubleshooting: 13 years, 8 months ago
I am displaying the RSS sitewide activity feed on my website. When clicking on the link within the feed it will not open in a new browser window/tab. Instead it opens in the inline frame of my RSS parser. Does anyone know which file I need to edit to make it open in a new […]
-
ultimateuser started the forum topic Block replies in forum in the group How-To and Troubleshooting: 13 years, 8 months ago
Does anyone know if there’s a way to allow members only to create a new Topic and a Post – but block replies from members through the forum (I want them to reply using the messaging system). I’ve already looked at Buddypress Announce Group plugin but its not exactly what Im looking for…
-
ultimateuser started the forum topic Upload of picture during registration in the group How-To and Troubleshooting: 13 years, 9 months ago
Ive been trying to find out if this is possible for quite a while now – but no luck. I would like users to be able to upload a picture (NO avatar) during the registration process which will then appear on their profile page. I thought this would be relatively easy to do – maybe […]
-
ultimateuser reviewed the plugin BP Profile Search: 13 years, 9 months ago
Great Plugin. Is there a way to remove the ‘Field Description’ of certain fields within the search form?
-
ultimateuser started the forum topic Edit signup form in the group Creating & Extending: 13 years, 10 months ago
I have a multiselectbox where Id like to add OPTGROUP labels to the options availabe, so the dropdown list of apples bananas pears I would like to give a heading ‘Fruit’ (which on its own is not selectable). Ive been browing the web for the last hours to find where I can edit this, as […]
-
ultimateuser started the forum topic Group Forum Directory -button shows up when it shoudnt in the group How-To and Troubleshooting: 13 years, 10 months ago
Onn my dashboard under ‘Disable global forum directory?’ ive ticked ‘Yes’. However when I go to ../groups/group2/forum/topic/ the button GROUP FORUM DIRECTORY shows up. When clicking it – its brings me to my homepage.
Is there a way to manually delete this button??
Thank you
-
ultimateuser started the forum topic How to delete topics on this forum? in the group Miscellaneous: 13 years, 10 months ago
Probably a really silly question but is it possible to create a topic I created myself. Ive posted several questions which have been resolved by now / or not relevant. How do I remove these from this forum?
-
ultimateuser joined the group Miscellaneous 13 years, 10 months ago
-
ultimateuser posted an update 13 years, 10 months ago
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz…[Read more]
-
ultimateuser started the forum topic It works! in the group BP Lotsa Feeds: 13 years, 10 months ago
Great plugin!
-
ultimateuser joined the group BP Lotsa Feeds 13 years, 10 months ago
-
ultimateuser posted an update 13 years, 10 months ago
Any idea when we can expect an update on this great plugin so it will work with the laters version of WordPress and Buddpress?
-
ultimateuser started the forum topic _ in the group How-To and Troubleshooting: 13 years, 10 months ago
_
-
ultimateuser posted on the forum topic Autocomplete all users on the compose screen in the group How-To and Troubleshooting: 13 years, 10 months ago
Great I got this working now. Is it correct to say that this only works for all users when Friends Component Setup is enabled?
Id love to have Friends disabled and still have autocomplete for all users working…
-
ultimateuser started the forum topic Error in messaging system in the group How-To and Troubleshooting: 13 years, 10 months ago
When trying to compose a message – within the ‘Send To’ field I receive the following error (and in some cases the custom header dissapears): Warning: Cannot modify header information – headers already… Link to ajax.php: http://pastebin.com/tLgmt4R2 Link to bp-messages.php: http://pastebin.com/KZQxask3 When I disable the Friends on my dashboard…[Read more]
-
ultimateuser posted on the forum topic Error in messaging system in the group How-To and Troubleshooting: 13 years, 10 months ago
I did a fresh install of WordPress and Buddypress but still have problems. I moved the topic to:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/error-in-buddypress-messaging-please-help/#post-new -
ultimateuser started the forum topic Error in autocomplete Buddypress messaging – please help! in the group How-To and Troubleshooting: 13 years, 10 months ago
I just reinstalled WordPress & Buddypress completely as I had problems with sending messages (see: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/error-in-messaging-system/) With a fresh install I still encounter problems: When entering the first letter of a user in the ‘Send to’ field it doesnt find the specific…[Read more]
- Load More
@ultimateuser
Active 5 years, 9 months ago
It’s not possible with the current version, but that feature is in my to-do list.
You can hide it using CSS. #bps_Form .description {display: none; } should do the trick.
@butimnoexpert Thanks for the tip!
And in which file and on which line should I add this?
Thanks
You’d add it in the style.css file for your theme. If your theme has a user.css file, add it there instead.
Cheers – it works!