Search Results for 'wordpress'
-
AuthorSearch Results
-
March 25, 2015 at 12:26 pm #236568
In reply to: Some of my users profiles are not loading
Henry Wright
ModeratorYou seem to be doing everything right. Disabling plugins and reverting to the default theme (Twenty somethings) usually resolves the problem.
Are you seeing the problem on both localhost and on your online server?
March 25, 2015 at 5:40 am #236556In reply to: Registration page not working (tried EVERYTHING!)
wavez02
ParticipantHi, it’s lunch time in Japan now.
oh… not working yet…
Setting MAMP’s virtualhost and access to virtualhost on your browser.
for example,httpd-vhosts.conf
—————————————————————–
<VirtualHost *:8001>
DocumentRoot “/Applications/MAMP/htdocs/wordpress”
</VirtualHost>
————————————————————–Browse URL…”http://localhost:8001/”
I think so resolve with it…
MAMPバーチャルホストを調べてください。
きっと問題は解決されるはずです。
または、”http://localhost”でwordpressが見れるように設定すれば解決するかもしれません。がんばって。
どこにも情報が無くて、ちょうど同じ時に悩んでるあなたを見つけました。
私も1日悩み続けていたので、あなたの助けになりたい。
あなたがうまくいくように願っています。March 24, 2015 at 9:14 pm #236540In reply to: Consolidate Profile TABS?
BackpackersUnion
ParticipantHi @hnla
Thanks for sharing. I had to read it a few times to wrap my head around it, but it looks worth trying. Does it essentially replace the standard BP Profile menu with the WordPress menu system (i.e. Dashboard -> Appearance -> Menus)?
It looks like there are two possible places to modify the markup:
1.
bp-themes/bp-default/members/single/home.php
2.bp-templates/bp-legacy/buddypress/members/single/home.phpI’m assuming the first is the correct
home.phpfile for BP 2.1.1?March 24, 2015 at 6:33 pm #236532In reply to: new plugin: BuddyPress Simple Events
rosyteddy
Participant@mcpeanut @shanebp I really apologize for that. Did not mean to be harsh or demanding.
At present none of the wordpress or buddypress event plugins has the implementations that any social networking site or social networking scripts has. Event Manager is a good plugin – with respect to front end BuddyPress Simple Events seem to offer no added benefit. Backend – yes, its simple and useful.I appreciate shanebp your effort and releasing this plugin for the community. Though it may not fit my use-case just in its present form, it will sure help many. Once again, my apologies, and thanks.
March 24, 2015 at 5:40 pm #236525In reply to: Registration page not working (tried EVERYTHING!)
gksgudtjr
ParticipantYeah.. I’ve already tried that, I’ve actually replied with this on the second response to your message
I’ve also tried disabling buddy press and tried doing the registering and it works with bp disabled through wordpress (if this helps)
March 24, 2015 at 5:23 pm #236523In reply to: Registration page not working (tried EVERYTHING!)
gksgudtjr
ParticipantHey,
Yeah.. no big red written errors even if I leave the password blank and hit the sign up button…
Yes, I have tried safari and chrome and firefox… all of them gives me the same response..
I did try to download the brand new copy of WordPress to narrow this problem down so right now, I have the fresh installed WP and the only plugin that’s installed is BuddyPress…
So to this problem, there are two things that are malfunctioning… one is that it doesn’t show any error messages when no password has been inputted, also, when the signup button is pressed, the form doesn’t submit the info to the wp_signup DB…
Should I make another post with this specific description to see if anyone else would have ideas to fix this issue or wait here?
March 24, 2015 at 5:05 pm #236521In reply to: Registration page not working (tried EVERYTHING!)
danbp
ParticipantWhen someone tries to register without a password, is it suppose to give an error?
Yes of course, a big red writen error message ! As the other default fields on the register page, the pwd is absolutely necessary.
I really don’t know what happens to your install. Have you tried with another browser ?
The last thing to try would be to download a brand new copy of WordPress. Sometimes files are corrupted during a transfer. Then to test it alone, without any plugins.
Trash all existing WP folders and files from your htdocs(or www) directory first.
March 24, 2015 at 2:53 pm #236507In reply to: Member Page change default template
Henry Wright
ModeratorHi @aill3urs
Check out Custom Page Templates. They’ll do what you need 🙂
March 24, 2015 at 2:34 pm #236505In reply to: Consolidate Profile TABS?
rosyteddy
ParticipantNo, the Devs has not made this yet it seems. I am not sure if this and/or bp menu toggle for responsive views is going to be incorporated in the next version of BP or not. Though it is high time ( or may have passed the high time) for this.
If you are interested or can convince the Devs or can submit patch you may find this thread useful – https://buddypress.trac.wordpress.org/ticket/6291#comment:7
Thanks.
March 24, 2015 at 10:14 am #236491In reply to: Scheduled Posts
@mercime
Participant@buddypresslost
1) The default WordPress Role for all BuddyPress members is the Suscriber role. In order to allow any/some members to go to the backend to create a blog post, you need to navigate to the wp-admin menu Users > All Members and change the role of the member/s from Suscriber to either: :
– “Contributor” – cannot publish, can only submit a post for review. The Editor or Administrator can schedule the post at future date and the post automatically gets published at the scheduled date.
– “Author” – can set the publish date to future date and the post gets published at the scheduled date.2) Not sure why you need a system as the post does get published at a future date set in the “Publish” attribute within the “Publish” box in the panel.
March 24, 2015 at 10:07 am #236490In reply to: Migrate PHP-Fusion to WP/BP/bbP
mcpeanut
Participanthave you tried using this plugin? https://wordpress.org/plugins/cms2cms-php-fusion-to-wp-migration/
March 24, 2015 at 8:58 am #236486In reply to: Registration page not working (tried EVERYTHING!)
danbp
Participanthtaccess is normaly in the site root folder. If none, create it and add this:
(this is only for a single default install). Even if it has nothing to do whith password registering.# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressWhen you register a user from front end and enter the password, do you see dots when typing it ?
Once saved, is this new user figuring in wp_signup AND wp_user tables with a password ?wp_signup is a temporary table where the new user is stored as long as he didn’t use the activation key. Once done, this entry is cleared and the account status of that user is changed in wp_user table.
March 24, 2015 at 8:25 am #236484In reply to: remove profile tab – correct code?
danbp
ParticipantMarch 24, 2015 at 6:58 am #236481mcpeanut
Participant@buddypresslost hmm, id always rather have my own dedicated ip address, so whats your verdict so far after using the cloud for a day? do you think it will be the correct route for yourself?
I think im definitely sticking to the route i mentioned tbh, i would love for you to keep me updated on your progress with your venture to see if it works out good for you using a media rich site in the cloud, have you already got a strong user base for your site or is it a new venture?
Maybe in a few months time of us both running these very different setups we could compare the pros and cons, When i have finally got this all setup and working as i intend i might even post an how to for reference, showing what steps i took to configure it all, I have done weeks worth of reading and watched hours upon hours of videos now about how to set wordpress up to be scalable via the combining of servers route, that and my knowledge about server administration in general should help me achieve this kind of setup, I feel i have got my head around most of the steps needed to achieve this kind of setup now, No doubt i will run into a few hiccups and problems at first but i’m willing to put the time into it.
March 24, 2015 at 1:31 am #236472In reply to: Bad URL being generated for registration page
blongwp
ParticipantProblem solved… Thank you to everyone that helped.
IHaveToDoThis, your comments pointed me to the problem.
Seems that IIS does not support mod_rewrite.
I solved the problem using this link. http://www.iis.net/learn/extensions/url-rewrite-module/creating-rewrite-rules-for-the-url-rewrite-module.
I just installed the rewrite module and added a rewrite rule to my web.config…
<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>March 23, 2015 at 9:21 pm #236454In reply to: Registration page not working (tried EVERYTHING!)
gksgudtjr
ParticipantHey danbp!
I’ve activated to true but I don’t see any conflict or errors anywhere displayed.. Where should I look for?
In regard of MAMP, any specific settings you’re referring? I’ve done what your link said to do already. =)
Yes, I can register users from the back-end if you’re referring this as adding a new user in my dashboard?. I’ve also tried disabling buddy press and tried doing the registering and it works with bp disabled through wordpress (if this helps)
March 23, 2015 at 8:12 pm #236452In reply to: Registration page not working (tried EVERYTHING!)
danbp
ParticipantActivate wp_debug (set to TRUE) in the wp-config file. This can give you a lot of information about conflict and/or errors.
Is MAMP configured correctly ?
https://codex.wordpress.org/Installing_WordPress_Locally_on_Your_Mac_With_MAMPCan you correctly register a user from the back-end ?
March 23, 2015 at 8:53 am #236415In reply to: how to make buddypress private
danbp
ParticipantTo get a page ID, simply mouse over the page title on the page list and you can see it in the bottom left corner of your brower.
Someting like this:
../wp-admin/post.php?post=23&action=editwhere “23” is the page ID. This number means post_type ID, so there is no difference between a post ID or a page ID except the post_type itself.Ref: https://codex.wordpress.org/Function_Reference/get_pages
March 22, 2015 at 10:02 pm #236403In reply to: Private message sent to admin e-mail
danbp
ParticipantAny user can send a message to the site admin if he use the default sender address: wordpress@yoursite.com
Do you use other plugins as BP ?
March 22, 2015 at 7:43 pm #236396In reply to: Private message sent to admin e-mail
danbp
ParticipantAny ideas on what may have caused this ?
That question was answered here.
It’s the user who did it wrong, so guess there is no technical solution.
The “from” wordpress@mysite.com is a default address which redirect to site admin address (the one you indicate when you setup WP).
This can (and should be) changed, as its a common trick used by spammers. Read here how to do this.
March 22, 2015 at 6:26 pm #236392In reply to: No Site Name in Buddypress Pages
gmxperry
ParticipantI just wanted to confirm to anyone who finds this post later with the same issue (before 2.2.2) that this process worked 100%. Just apply the changes in this link and it should fix your problem, if you happen to use Customizr as your theme of choice:
https://buddypress.trac.wordpress.org/attachment/ticket/6107/6107.06.patch
March 22, 2015 at 5:15 pm #236386In reply to: No Site Name in Buddypress Pages
danbp
ParticipantVersion 9 and 6 are slightly different and Customizr doesn’t show a complete BP title when you use the latest patch (9). For example, you’ll see just the site name on single activities.
Applying the first one made by imath will probably be the best solution in your situation. I won’t critizise Customizr, but personnally i won’t use it with BuddyPress. Because of this issue, and some others, handled on that theme support. 951,457 downloads maybe say it’s a popular theme, but 245 support pages in one year is something that get me a bit suspicious in term of usage.
There is no miraculous method to apply a patch, and no special tips for that except if you don’t know how to copy/paste code, which i can’t belive is the case 😉
So Codex is your friend to discover some other academic methods like using Tortoise.
March 22, 2015 at 1:38 pm #236381In reply to: No Site Name in Buddypress Pages
danbp
ParticipantNot sure that Customizr is now working 100% with BP (1 year back it wasn’t compatible with BP).
Anyway, issue is related to the theme. FYI, 2015 also doesn’t show up page titles…
To solve this temporarely (until next update), you can apply this patch
https://buddypress.trac.wordpress.org/ticket/6107I tested v.6107.06 with Customizr and it works !
March 22, 2015 at 2:18 am #236370In reply to: [Resolved] BP Reinstall Messing with Multisite
@mercime
Participant@lehn6 For clarity, let’s go over some points you made above.
>> I have a multisite network set up and had Buddypress installed on http://www.example.com/subsite1, as in that subsite was where the BP install was placed
So do you have something like this in your wp-config.php:
define ( 'BP_ROOT_BLOG', $blog_id );where$blog_idis a the ID number of your subsite>> UserPro plugin was added and network activated, then subsite1 was improperly deleted
Do you mean subsite1 was deleted by you or developer? How was it deleted? Do you have a database backup of your site before subsite1 was deleted?
>> looking to install BP to the main site and network activate. When I go to do that I find that as soon as I network activate BP the network admin dash and the main site dash are basically the same, where it says I am in the main site dash but none of the pages or posts are displayed.
How are the network admin dashboard and main site dashboard the same? Do you mean you have no access anymore to the Network Admin menus? https://codex.wordpress.org/File:dashboard.png vs https://codex.wordpress.org/File:superadmin-options.png Can you post a screenshot?
March 21, 2015 at 8:42 pm #236354Mickey
ParticipantStatus of groups is all public, in fact i have no private groups at all, public (2) private (0) Hidden (0) when I go to groups menu.
These are my active plugins:
Adminimize
AG Custom Admin
Agreeable
Better Search Replace
BP Login Redirect
BP Profile Search
Buddypress – Who clicked at my Profile?
BuddyPress Cover Photo
BuddyPress Members only
BuddyPress Real Names
Custom Login URL
Email Login
K Elements
MAYO – Login Screen
Revolution Slider
rtMedia for WordPress, BuddyPress and bbPress
TM Replace Howdy
WPBakery Visual Composer
WPi Custom Logout
Go Daddy Quick Setup -
AuthorSearch Results