Profile Cover

Profile Cover [Paid] 3.0.0

PayPal: $15.00
Hi, with upgrade I noticed the profile pictures already uploaded from xenforo 1.0 profile mod are not carried over?

Capture.PNG


Also trying to upload attached .png resulted in an error for me.

Code:
Server error log
LogicException: Unknown field 'tl_profile_cover' src/XF/CustomField/Set.php:139
Generated by: user May 13, 2018 at 3:24 PM
Stack trace
#0 src/addons/Truonglv/ProfileCover/Service/Cover.php(135): XF\CustomField\Set->set('tl_profile_cove...', 1526189071, 'admin')
#1 src/addons/Truonglv/ProfileCover/XF/Pub/Controller/Account.php(39): Truonglv\ProfileCover\Service\Cover->upload(NULL)
#2 src/XF/Mvc/Dispatcher.php(249): Truonglv\ProfileCover\XF\Pub\Controller\Account->actionCoverSave(Object(XF\Mvc\ParameterBag))
#3 src/XF/Mvc/Dispatcher.php(88): XF\Mvc\Dispatcher->dispatchClass('XF:Account', 'CoverSave', 'html', Object(XF\Mvc\ParameterBag), 'account', Object(Truonglv\ProfileCover\XF\Pub\Controller\Account), NULL)
#4 src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#5 src/XF/App.php(1894): XF\Mvc\Dispatcher->run()
#6 src/XF.php(328): XF\App->run()
#7 index.php(13): XF::runApp('XF\\Pub\\App')
#8 {main}
Request state
array(4) {
  ["url"] => string(19) "/account/cover-save"
  ["referrer"] => string(35) "https://testdomain.net/account/cover"
  ["_GET"] => array(1) {
    ["/account/cover-save"] => string(0) ""
  }
  ["_POST"] => array(1) {
    ["_xfToken"] => string(8) "********"
  }
}
 

Attachments

  • mainf-bg.webp
    mainf-bg.webp
    23.9 KB · Views: 202
truonglv
What is cover gallery, or is it part of the addon?
Also do the 1.0.4 changes allow us to change the default cover url per style? Or that something we need as extra added for a future update. Method for logic is that I have a dark and light style so having default cover image that closely matches each style would be cool for the default image. Anyway awesome updates. .. I'll be getting your game server addon next month.
 
What is cover gallery, or is it part of the addon?
Also do the 1.0.4 changes allow us to change the default cover url per style? Or that something we need as extra added for a future update. Method for logic is that I have a dark and light style so having default cover image that closely matches each style would be cool for the default image. Anyway awesome updates. .. I'll be getting your game server addon next month.
RealysticAll cover images uploaded will store an user gallery. It is belong to user so other users cannot use it.
Yes. 1.0.4 allow you set default cover per style.
 
Back
Top