Profile Cover only XenForo 1.x

AddOn Profile Cover only XenForo 1.x [Paid] 2.2.1 a

PayPal: $9.99
Oh right, when I was reinstalling the add-on a couple days ago, I got a db error when uninstalling. I suspect it had something to do with this:
1485215541178screensave.webp
Line 78 used $db variable before it was initialized (it initialized later on at line 88). It's the Installer.php file btw.
 
Is there any method to make the 'reposition' feature responsive?
Here's an example of my issue:
Shrunk view on a 1200px width screen:
1486346587539screencapture.webp
Reposition:
1486346641504screencapture.webp
In Admin CP, I had already set Maximum Cover Image Dimensions to the maximum dimension the cover will display on 1920px screen (my site's maximum width is 1500px).

Also, it'd be great to have ImageMagick support by default. Crop result from GD is so ugly, lol. I had to modify the add-on a bit to add ImageMagick support (hence the smooth result on my screenshots). It's rather easy since I only had to reroute the image related tasks to XenForo_Image_ImageMagick_Pecl (all the functions have the exact same name and parameters as XenForo_Image_Gd). As for the custom resize() function, ImageMagick has a built-in function called resizeImage() so it was simple to extend.
 
Last edited:
I am using "Profile Post with BBCode" add-on in combination with "Profile Cover" add-on. BBCode is working great on all locations EXCEPT for within the profile cover. Could you please fix this @Nobita

See Screenshot, it does not render the BBCode into working HTML...

profile_cover_html.webp
 
I am using "Profile Post with BBCode" add-on in combination with "Profile Cover" add-on. BBCode is working great on all locations EXCEPT for within the profile cover. Could you please fix this @Nobita

See Screenshot, it does not render the BBCode into working HTML...

View attachment 1948
Freelancer
I will try to fix in today.

@Nobita can you now look into this? It is definitively a Profile Cover bug. And now it is two months ago...
 
View previous replies…
Back
Top