jbyungrokim
Forum Replies Created
-
how do i update the code so that new subscribers added subscribe to all categories??
I just added a post with an image.
eMail got delivered, but the email didn’t show the image on the original post.
How can I make the image show up in the email got delivered???
i think my process will get done a lot easier if I import data manually to usermeta table directly..
do you think I can add s2_subscribed and s2_cat(id) values directly to usermeta table alone.. and get the job done??
csv based column by column mass import does not work out.. first of all, s2_cat(id) set up require many .. many columns for every single category i have..
so it will be a lot easier if i import manually and directly to wordpress usermeta table..
but my only concern is.. is there any other table involved beside usermeta table in assigning categories each user subscribe to??
s2_subscribed s2_cat4
——————————
4 4I had above values, and imported a user. But when I check back, not only category ID 4, but all categories were checked in option box.
So I deleted the user manually, but after this manually delete, import plugin is not working anymore.
I guess, I have to delete s2_subscribed and s2_cat4 also, but i don’t know where to go to delete these two manually.
Can you tell me where in MySQL table should I go to delete above two manually.
Also, why all categories are checked in option box when I did as you told me to do??
how would i know s2_subscribed value when the users are just being added??
any idea?
I had below values:
user_login;user_email;user_pass;first_name;last_name;role;s2_cat1
zombiela;[email protected];111111;John;Kim;administrator;4s2_cat1 value of 4 belong to the category, “test_category”.
import was successfuly, but test_category option box was not checked.
what should I do in order to assign the category each of these users will subscribe to through this import process??
I have assigned s2_cat1 to the value of the category ID, but it still doesn’t check it.
so do I need to specify s2_subscribed when importing new administrator users??
but I have problem. I wouldn’t know user ID until I import them all. so what do I specify for s2_subscribed column??
okay.. then let’s say I have a category called “trial”.
what field values do I need to assign “trial” category to a user “John Doe”??
Also, could you tell me the field name for Role?? I need to put “Administrator” under one field.. but import-users-from-csv plugin doesn’t quite say the field name for “Role.”
Thanks.
I have found a plugin, import-users-from-csv.0.2.2.
Using this plug in, I can import many users all at once. And this plug in allows importing customer user meta field values.
I need the name of the field that designates the category name each user will subscribe to.
Can you tell me what field name should I use in order to mass import users using import-users-from-csv.0.2.2 please??
thank you.
I need this code in order to add new Admins as a super admin myself.
In this case, since the log in ID is my ID as super Admin, I need to assign each Admin I add, subscribing to the category with the same name as their user ID being created, not Log In ID.. Log In ID in this case is Super Admin (mine)’s User ID.. so doesn’t work with the previous code.
So can you please help me with the code?? I need to assign category not same as the log in ID, but User ID being created.
thanks million times.
I need a little correction on how the code be..
what if the category be the same as User ID of people being added, not User ID of people logged in and adding the Users..
Could you please tell me how I should update the code above, if the category is the same as the User ID of the people being added..???
Thank you so much.
Many administrators will start off testing subscribe2 capabilities with WordPress site set up as I have described.
After the testing, I will assign them the site for their own use.
So in order to begin with, since I do not know which of these administrators will decide to use their own site with subscribe2, I need this set up for them to try out subscribe2 this way.
That’s why I need the code changed accordingly as I have described.
Please help me. I would deeply appreciate.
I think when the administrator log in with user ID, that variable gets in memory.. and this same variable in memory will be the name of category new subscriber needs to get assigned to when new subscribers are added to WordPress.
Categories will be created beforehand with the same user name as users with Administrator status. I will create these categories with the same name as future administrator’s user ID. And it will be done by hand.
And this will be an on-going process. Whenever new administrators are added to the WordPress, new categories with their User IDs will be created by hand and I will create these categories myself.
So each administrator will add subscribers, and when these administrators log in and add new subscribers, I wish these new subscribers get assigned to the category that has the same name as the administrator’s user ID.
Please help me and tell me where and what code I should add.. in order for the category picked should be the same as administrator’s USER ID they use when they log in to the system, in order to add new subscribers.
Thank you so much.
Can you please help me with the code??
I am pretty new to PHP.. and I need to get this done as soon as possible.
Categories named after the User IDs will be created beforehand.. All I need get done is each new subscriber getting assigned to the category same as their user ID when each subscriber is registered..
I would deeply appreciate if you help me with the code..
thank you so much in advance.
3.2.1