Profile Completion Steps [Paid] [Deleted]

I will look into these issues on the weekend after I look into Donation Manager issues with 1.3.
 
@Joe Link @sami simo I can't reproduce your errors. Please provide PHP version, XenForo version and steps to reproduce is possible. Also anything else you think might be relevant.

@Ferdinand I have installed a fresh copy onto XenForo 1.3.1 and it is working fine.

Once I can reproduce stuff I can fix it otherwise it is very hard. So give as much information as you can. I will be looking into this again next weekend.
 
No problem, I understand you can't fix it if you can't reproduce it.

PHP Version: 5.4.27
XenForo Version: 1.2.5

Steps to reproduce it are in my previous post.
 
@Joe Link @sami simo I can't reproduce your errors. Please provide PHP version, XenForo version and steps to reproduce is possible. Also anything else you think might be relevant.

@Ferdinand I have installed a fresh copy onto XenForo 1.3.1 and it is working fine.

Once I can reproduce stuff I can fix it otherwise it is very hard. So give as much information as you can. I will be looking into this again next weekend.

I had profile completion steps working on XF 1.2 then post update it will not appear as a notice or in the user sidebar. Perhaps it is a template issue perhaps a permission bug however I have tried uninstalling and removing the files and reinstalling and it hasn't made a difference users still do not get profile completion steps appear.
 
@Joe Link your bug is so weird, I can't think of a reason for it etc. Can you try without javascript enabled? Also see about reinstalling (I'm sure you have done this already, if so don't bother again).

@Helldon my tests are working fine with 1.3.x however I am working with @Ferdinand to try find out the issue he has, it may lead to a bug fix with it or be a user mistake, will post here when it is resolved.
 
@Helldon yeah once I sort out these issues and make them easier for you guys to tell if it is an actual issue or you are just hitting caches then I will make an RC2 release. Then we will sort out any issues properly and get to stable.

@Joe Link my tests on 1.3 have worked, it is a fresh install and I haven't tested every bit of criteria.
 
Last edited:
I have sent a new build to someone to test with their issues, if all is good it will be made into a release asap.
 
Robbo updated Profile Completion Steps with a new update entry:

1.0 RC2 Released

This is a small bug fix release that should solve issues people have with wrong criteria showing.


Change Log
  • going back into setup/admin mode will now properly show the widget if you have steps to complete
  • fixed calculation of the final task if it isn't the last task in the list
  • fixed cache causing various issues when tasks have been...

Read the rest of this update entry...
 
The reason the thread wasn't added was because it couldn't be in a very intuitive way with the deadline I had for the project. However I do want to add support for a thread instead, won't make 1.0 though (I just want this thing stable) but next release I hope to get it in.
 
Question?

i do not want to show [see visual please] this in forum_list but only on the memberprofile. how to do this?

notonforum.webp
 
Question?

i do not want to show [see visual please] this in forum_list but only on the memberprofile. how to do this?

View attachment 72751
You would have to do it in a "hacky" way by hiding it with CSS. You can do this in EXTRA.css however I don't know the elements to select off the top of my head so can you link me to your site (private if needed) so I can find out and tell you what CSS to add.

another question?

how can i view the profile completion "widget" on other members profiles as a admin
This isn't possible due to how to widget works using the visitor to get all the information. However it is a good idea to add in future.
 
You would have to do it in a "hacky" way by hiding it with CSS. You can do this in EXTRA.css however I don't know the elements to select off the top of my head so can you link me to your site (private if needed) so I can find out and tell you what CSS to add.

Yes. I have hidden it in the extra.css......the problem however is that it also cloakes this in memberprofile....thus....not to be shown in forum_list but has to be shown in member profile....now its hidden on both positions



This isn't possible due to how to widget works using the visitor to get all the information. However it is a good idea to add in future.

ok. as a admin its kinda important and usefull to check if users have filled in the profile completion steps
 
I've been pretty much getting this forever, even on the newest build. Is there anyway to stop getting this error, @Robbo?

Code:
Error Info
ErrorException: Undefined index: - library/Merc/ProfileCompletion/ViewPublic/Account/AvatarUpload.php:18
Generated By: Bad News Jwab, Yesterday at 10:16 PM
Stack Trace
#0 /var/www/vhosts/thewweforum.com/httpdocs/library/Merc/ProfileCompletion/ViewPublic/Account/AvatarUpload.php(18): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/vhosts...', 18, Array)
#1 /var/www/vhosts/thewweforum.com/httpdocs/library/XenForo/ViewRenderer/Abstract.php(227): Merc_ProfileCompletion_ViewPublic_Account_AvatarUpload->renderJson()
#2 /var/www/vhosts/thewweforum.com/httpdocs/library/XenForo/ViewRenderer/Json.php(88): XenForo_ViewRenderer_Abstract->renderViewObject('XenForo_ViewPub...', 'Json', Array, 'account_avatar_...')
#3 /var/www/vhosts/thewweforum.com/httpdocs/library/XenForo/FrontController.php(586): XenForo_ViewRenderer_Json->renderView('XenForo_ViewPub...', Array, 'account_avatar_...', NULL)
#4 /var/www/vhosts/thewweforum.com/httpdocs/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_JsonText), Array)
#5 /var/www/vhosts/thewweforum.com/httpdocs/index.php(13): XenForo_FrontController->run()
#6 {main}
Request State
array(3) {
  ["url"] => string(44) "http://thewweforum.com/account/avatar-upload"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(8) {
    ["use_gravatar"] => string(1) "0"
    ["avatar_date"] => string(1) "0"
    ["avatar_crop_x"] => string(1) "0"
    ["avatar_crop_y"] => string(1) "0"
    ["_xfToken"] => string(8) "********"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(9) "json-text"
    ["_xfUploader"] => string(1) "1"
  }
}
 
It should be fixed in an upcoming update. Do note this will never affect your end users, it is a logged error but not one that changes anything. Annoying PHP thing.
 
Top Bottom