Search Results for 'buddypress'
-
AuthorSearch Results
-
July 14, 2012 at 12:23 am #137292
In reply to: HEEELP! I activated BuddyPress and my site CRASHED!
chrfriis
MemberIt seems that the file permissions are ok. I’m not sure whether there’s a quick way to display properties of more files at the same time, but seeing them one by one, all the folders i checked were 755 and files 644. Could it be an issue of one single file/folder having the wrong properties?
July 14, 2012 at 12:00 am #137291In reply to: HEEELP! I activated BuddyPress and my site CRASHED!
chrfriis
MemberCould the plugin activation have changed the file permissions?
July 13, 2012 at 11:40 pm #137290In reply to: HEEELP! I activated BuddyPress and my site CRASHED!
chrfriis
MemberAny suggestions would be highly appreciated. I have no access to admin panel or the site itself. All is 403. I’ve deleted the buddy press login. This is a very unfortunate situation – ideas are very welcome.
July 13, 2012 at 9:19 pm #137287In reply to: [Resolved] How to add time in blog post?
bg
MemberThanks @mercime for your suggestion, but in which file should I add the time code because I don’t want to add it in the single.php file since it will only show up in single post. I want the time to show on the main blog page, so in which file should I modify? Beforehand Thanks!
July 13, 2012 at 8:14 pm #137283@mercime
Participant@edgarestradac what’s on line 201 of your header-buddypress.php file? As I mentioned above :
This could be tricky, but let’s give it a try.
because I suspected there would be a conflict when I saw the code of your theme files
I deleted the most possible conflicts in both the header-buddypress.php and the sidebar-buddypress.php files in the instructions above. Just delete the codes in both files where I added above:
`[ DELETE FROM HERE ]
// some code
[ DELETE UP TO THIS LINE ONLY ]`
July 13, 2012 at 7:54 pm #137282frank tredici
MemberWell, @mercime — it is getting closer but:
(1) it only displays 5 of my 22 posts with no mechanism to get to the other 17
(2) it simply shows me my post topic. It does not show if any replied or what their reply is.So my workaround still is better at this time.
July 13, 2012 at 7:39 pm #137281In reply to: [Resolved] How to add time in blog post?
@mercime
Participant@sobuddy you just add the WP template tag to show the time https://codex.wordpress.org/Template_Tags/the_time e.g. “
July 13, 2012 at 7:34 pm #137279In reply to: My BP doesn´t show anything
@mercime
Participant@edgarestradac BP Codex is your friend -> https://codex.buddypress.org/troubleshooting/blank-pages/
July 13, 2012 at 7:31 pm #137278In reply to: How to see your OWN forum topics
@mercime
ParticipantJuly 13, 2012 at 7:29 pm #137277In reply to: My Cforms register form is too wide
@mercime
ParticipantThis is not a BuddyPress issue. The width is generated by the plugin’s stylesheet. You could change the width of your input fields via stylesheet. Change from
#simplr-form input { clear: both; width: 90%; }to something like:
#simplr-form input { width: 60% !important; }July 13, 2012 at 7:26 pm #137276@mercime
Participant@frank13 since you’ve already changed your name field, you just go to your profile’s activity page and see your forum posts https://buddypress.org/community/members/frank13/
July 13, 2012 at 6:37 pm #136797frank tredici
MemberHere’s my workaround:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/?p=1&n=1000
Then use your browser search feature (Ctrl + F) to search for your name. Primitive but gets me to the place where I want to be…
July 13, 2012 at 6:34 pm #136796frank tredici
MemberI turned it off using the remover_filter(). Much better now
July 13, 2012 at 6:33 pm #136795@mercime
ParticipantYou’re welcome
Marking this as resolved.July 13, 2012 at 6:32 pm #136794frank tredici
Member@modemlooper — did what you suggested…still can’t get at my 16 posts
July 13, 2012 at 6:29 pm #136793In reply to: How to see your OWN forum topics
frank tredici
Member@modemlooper — can’t see my 16 posts anywhere
July 13, 2012 at 6:25 pm #137274In reply to: BuddyPress dropdown menu is not working properly.
RockJimford
MemberI encountered the similar problem using WP 3.4.1 and BP 1.5.6 when trying to access MyAccount dropdown menu items in Safari 5.1.7 and Firefox 13.0.1 on Mac OS X 10.7.4. Seems the problem occurs when the menu drops down over the header area – as I too couldn’t scroll lower than Profile on the drop down. I did find that if I stretched my browser window wider in Firefox so that the menu was to the left of the header area completely (ie against the grey background) then the menu worked fine. Same true on Safari too. For info – I did the BP compatibility update using the BuddyPress Template Pack. My site is http://www.hncl.org.uk. I also have problem of all member activity/profile type links redirecting to the homepage – guess that’s another issue.
Really appreciate help on this.
July 13, 2012 at 6:20 pm #137273@mercime
Participant@blinkybill01 there’s a get_sidebar call in index.php and none in page.php, Did you want a/another sidebar in your BP template pages? Better yet, could you create a new Page called Test and link it here so I can see what’s up with your theme’s pages?
July 13, 2012 at 5:20 pm #137270Roger Coathup
ParticipantPlease don’t start duplicate threads: https://buddypress.org/community/groups/installing-buddypress/forum/topic/heeelp-i-activated-buddypress-and-my-site-crashed/
July 13, 2012 at 5:18 pm #137268@mercime
Participant@mahdiar Based on the HTML structure of your theme, you will be only need to create two new files, header-buddypress.php and sidebar-buddypress.php to make the BP templates compatible with your theme.
If you’ve revised any of the BP template files transferred to your complete theme folder in server during the BP Compatibility process, please delete the 6 BP folders transferred to your theme folder in server – /activity, /blogs, /forums, /members, /groups, /register – then re-run Appearance > BP Compatibility again to make sure that you have clean template files.
July 13, 2012 at 5:01 pm #137267In reply to: activate member from admin
Roger Coathup
ParticipantThanks @shanebp — that’s point for point exactly what I was going to say!
July 13, 2012 at 4:52 pm #137266In reply to: activate member from admin
shanebp
ModeratorA simple google search shows that
wp_new_user_notification is in wp-includes/pluggable.phpAs @rogercoathup said:
you’d need to be a competent PHP developer to implement his hintsJuly 13, 2012 at 4:42 pm #137265In reply to: HEEELP! I activated BuddyPress and my site CRASHED!
chrfriis
Memberhello roger,
thanks very much for your quick reply. i’ve deleted the buddy press folder, but unfortunately that didn’t help… there must be some files that have been changed by the buddy press plugin during the setup process?July 13, 2012 at 4:16 pm #137263In reply to: HEEELP! I activated BuddyPress and my site CRASHED!
Roger Coathup
ParticipantOnce you’ve done that:
1. Ideally, set up a test environment and try your BuddyPress install / related dev on there first
2. De-activate all your other plugins before activating BuddyPress — it’s likely a clash with one of them
3. Set the theme to the default for now (you can change to yours later)
4. If that all works, activate each plugin in turn to find the clash
5. Finally, switch to your themeJuly 13, 2012 at 4:12 pm #137262In reply to: HEEELP! I activated BuddyPress and my site CRASHED!
Roger Coathup
Participantgo to plugins and delete the BuddyPress folder
-
AuthorSearch Results