Forum Replies Created
-
Author
-
Harvinder
ParticipantHi,
Whats the updated code snippet? Im using the previously mentioned one and I have upset site_admin to super_admin but it is not working?
Harvinder
ParticipantThis doesn’t do anything but give me an error, please could you rectify the code?
Thanks
HarvinderHarvinder
ParticipantHi,
Could you please break down the different section in this code, and tell me what the sections are used for?
Also would i need to edit this in anyway?
Thanks
HarvinderHarvinder
ParticipantUPDATE: Ive sorted it now, I had to define the language in the wp-config.php file.
Harvinder
ParticipantThanks for the reply, yes you care correct, the hosting provider got it mixed up, it was a plugin causing the issue. Its all fixed now thanks.
Harvinder
ParticipantHi,
I dont think that is the issue. I got the problem when I updated to WordPress 3.6.1?
Harvinder
ParticipantOk. You said
“That is currently not possible and also not a good option to let everybody upload files on your server”
What about when users upload files using rtMedia etc, dont they upload to my server?
Harvinder
ParticipantYes i know it is possible to restrict content, but how can we restrict access to other plugins? Such as a live chat plugin.
So free users don’t have the live chat functionality but paid members do.
Harvinder
ParticipantHi,
Yes I could do that but then I don’t have the option to restrict functionality as they are not in a level?
Harvinder
ParticipantHi,
This code works however there isn’t no padding above or below the image? Image seems to looked like its cropped.
Harvinder
ParticipantYes I would like to do the same.
When a user registers they are automatically in the “Free” membership level.
Then they have the option to upgrade.
Harvinder
ParticipantHi,
Is there any way to add restriction to other plugins?
Example: I want to add a live chat plugin but this feature is only available to paying members not free members.
Harvinder
ParticipantYes @wisinyyandel everything is ok now, I got it to work by removing the “www” from the url.
Thanks
Harvinder
ParticipantHi,
You know the second bit of code:
//PHP
xprofile_get_field_data( ‘Location’);Where do I put that? Child theme “functions.php”?
Harvinder
ParticipantYes I have the URL set to the domain name of my website which is “www.secrethookups.co.uk”
Anything else that i need to setup?
Harvinder
ParticipantHi,
Thanks for the reply, is there any chance you could tell me where to start for this? Guidance maybe?
Harvinder
ParticipantThis was working for me at first, and then when i tried uploading images i started to get the same problem again.
Some images upload fine, some images upload but i get a “?” icon instead of the image and other images upload but don’t show up anywhere.
I tried resaving the permalinks but that doesn’t seem to work?
What shall I do now?
P.S When i look in my media library it show the images in there.
Harvinder
ParticipantYou need to change it in the child themes functions.php.
Use the code below to show the information next to the avatar. But change “Personal Info” to whatever your profile field groups are called.
$bp_tabs[‘Personal Info’] = array(
‘type’ => ‘regular’,
‘name’ => apply_filters(‘kleo_extra_tab1’, __(‘Personal Info’, ‘kleo_framework’)),
‘group’ => apply_filters(‘kleo_extra_tab1’, ‘Personal Info’),
‘class’ => ‘regulartab’
);Hope that helps.
Harvinder
ParticipantI have fixed this now using information from:
https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image
The problem was i had changed the profile field names and therefore needed to change them in the child themes “fucntions.php” file.
Thanks
HarvinderHarvinder
ParticipantHi,
When I set the settings to off, the admin bar is removed from the front-end for all users.
HoweverIi still want it visible for the Admin only.
Thanks
Harvinder -
AuthorPosts