-
AuthorPosts
-
jpcharbonneau Friend
jpcharbonneau
- Join date:
- September 2012
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 32
- Thanked:
- 1 times in 1 posts
July 31, 2013 at 8:26 pm #189389Hi,
After doing modification on a employer profile (component/jajobboard/japrofiles/javiews) through frontend, the employer profile is duplicated and all existing publish jobs are also duplicated as well?
Here are some few print screen that shows this thread:
Before modification of employer profile
Saving modification button
After modification saved = duplicated employer profile
And also jobs existing or new jobs get duplicated
Thanks in advance and hope we will pass through this quickly.
JP
- HeR0 Friend
HeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 1, 2013 at 8:08 am #500849Hi JP,
I have just created a new employer as HeR0 for testing purpose then i go to frontend >> login under HeR0 account >> go to my profile and edit without any problem.
Kindly check again!
1 user says Thank You to HeR0 for this useful post
jpcharbonneau Friendjpcharbonneau
- Join date:
- September 2012
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 32
- Thanked:
- 1 times in 1 posts
August 1, 2013 at 2:45 pm #500922Hi HeR0,
I check again to make sure and the duplicated issue occur each time I registered, get approved and modify something in my employer profile…
I think the sequence here is very important. I think that in your last test, you created a new employer from the backend… and than go back to the frontend.
In our process, employer will registered from frontend through “Login Module” (registered as an employeur option)… After, administrator of the site will get notify with the default joomla new registration user email of the new registration*** and then will go through the backend to review and approved the new employer that registered…
***We will use that email as the trigger to approved new employer registration because the jobboard email ”Send email to admin when order is completed” is not send because the subscription is free (Price = 0) so that email is not being sent….***
So what I suggest is to pm you an other link that is a development copy of the live site. Everything related to Jobboard component is public view (and not registred) so it is more way easy to do all the process frontend (except for the approval step that is being done backend).
In my pm, I will also give you every printscreen step process that generated the duplicated issue…
Sounds good!
Keep in touch!
JP
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 2, 2013 at 7:57 am #501044Ah, please change the value of subscription price to larger than 0 to solve your isssue.
When a user buys a subscription with the price = 0. all permission will not assign to user.
1 user says Thank You to HeR0 for this useful post
jpcharbonneau Friendjpcharbonneau
- Join date:
- September 2012
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 32
- Thanked:
- 1 times in 1 posts
August 5, 2013 at 4:44 pm #501322Hi HeR0,
Thanks for your reply.
I set the price for the default Employer Subscription at “0” because we will offer a lifetime free jobboard so we don’t want to have the transaction step after registration…
What is the best way to avoid that step of to configure Jobboard component to reach our business process? And to avoid that duplicated issue that I pointed out in that post (if that one is causing b th price = 0)?
I saw that in the default setting, there was a Employer Free Trial and the price was set at 0?
Thanks in advance…
JP
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 6, 2013 at 8:11 am #501397OK, thank you very much. It seems be a small issue and we will improve this in coming releases.
1 user says Thank You to HeR0 for this useful post
jpcharbonneau Friendjpcharbonneau
- Join date:
- September 2012
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 32
- Thanked:
- 1 times in 1 posts
August 6, 2013 at 2:43 pm #501422Hi HeR0,
Thanks for your further investigations…
We really need to make this work before launching and we have to launch before the end of this week…
Could you please, as we did before together, indicate me which files to modify to resolve that issue.
Also, we were waiting for another add on for the next release related to that post:
http://www.joomlart.com/forums/topic/employers-list-sort-by-company-name-by-default/
Could you please confirmed me that it will be part of the next release and give me the date of this next relese.
Thanks in advance,
JP
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 7, 2013 at 9:35 am #501507Dear,
I fixed the issue on your dev site http://3ejoueur.com/_dev/vs with the following solutions:
– Open file models/japrofiles.php and change code line
[PHP]$row->set(‘_tbl_key’, ‘id’);[/PHP]
to
[PHP]$row->set(‘_tbl_key’, ‘user_id’);[/PHP]Kindly check again.
1 user says Thank You to HeR0 for this useful post
jpcharbonneau Friendjpcharbonneau
- Join date:
- September 2012
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 32
- Thanked:
- 1 times in 1 posts
August 7, 2013 at 1:43 pm #501523Hi HeR0,
Did you have the chance to look at this issue?
We really need this issue to be fixed to be able to lauch our site at the end of this week…
Because you are a superHeR0! I’m sure you will go through it 🙂
Keep in touch and thanks in advance!
JP
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 8, 2013 at 2:56 am #501565Hi,
Pls check the solutions for your issues from my earlier post and let me know if it helps.
Regards
1 user says Thank You to HeR0 for this useful post
jpcharbonneau Friendjpcharbonneau
- Join date:
- September 2012
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 32
- Thanked:
- 1 times in 1 posts
August 8, 2013 at 1:40 pm #501624Hi HeR0,
Unfortunatly, we seem to have lost many thing since that modification.
After submitting a new registration, we lost the confirmation message saying that the registration will be approved… (and the email related to that step is also lost).
The new employeur is not create, there is a new user to import from the “Import Employer / JobSeeker” backend option… but all the in filled during the registration process is not there…
Could you please kindly check again for a complete solution.
For you information, I tried the new process with and without a null (0) price and pament option enable and disable…
Actually, Default subscription is set to Price = 0 and there is no Payment Setting enabled… which correspond closely to our set up needs (free and lifetime subscription…).
Thanks in advance,
JP
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 9, 2013 at 3:54 am #501703Hello,
Please check again, i have just made some minor changes in source code to get this worked.
1 user says Thank You to HeR0 for this useful post
jpcharbonneau Friendjpcharbonneau
- Join date:
- September 2012
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 32
- Thanked:
- 1 times in 1 posts
August 12, 2013 at 1:25 pm #501979Hi HeR0,
We getting closer…
Since your last modification, all the steps for registration and approval process are back and are working great.
Once the registration and approval process is done, there is no more duplication after saving a modification in Employer profile but the modification is not conserved…
It seems that the modification of an existing value or addition is not saved…
I hope we will be able to get over this issue at the beginning of this week.
Thanks,
JP
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 13, 2013 at 2:39 am #502013<blockquote>It seems that the modification of an existing value or addition is not saved…</blockquote>
I checked this by editing HeR0 profile and it is saved…Pls check again.jpcharbonneau Friendjpcharbonneau
- Join date:
- September 2012
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 32
- Thanked:
- 1 times in 1 posts
August 13, 2013 at 1:57 pm #502094Did you try to save the modification through the backend, because if so, you are right, the modification of an existing value or addition will be saved…
But if you tried the same thing through the frontend, you will be able to click on save button and it will seem that the modification will be saved but, if you go back and return on employer profile page, you will realize that nothing as been saved…
We are on that thread since 07-31-2013 08:26 PM so, trust me, before adding a new post, I always double checked to make sure to avoid you more time spending…
Thanks in advance,
JP
AuthorPostsThis topic contains 24 replies, has 2 voices, and was last updated by HeR0 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum