Profile Cover only XenForo 1.x

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

PayPal: $9.99
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…
I have found the following bugs in the add-on:

1. The following permission: "Delete cover by anyone" prevents people from deleting their own covers. I think that you should split that permission in two:

Delete cover by anyone (moderator permission)
Delete own cover (user permission)

2. When viewing your profile, after you click on the camera icon (top left corner of image cover), the item "Remove Cover" is missing the icon. Both "Upload Cover" and "Reposition Cover" have an icon.

3. The function "Reposition Cover" isn't working on Chrome 62 (desktop - Windows). Sometimes it works and sometimes it doesn't. Maybe you should perform some tests, with different images.

4. There is no way to change the profile cover from the "Account Settings" page: https://nobita.me/account/. There you should be an option inside, like you have for "Your Emoticons".
 
#3 is still a problem and you can reproduce it yourself:

Step 1: Upload a cover.
Step 2: Go your profile.
Step 3: Click on "Reposition Cover" - You'll see an AJAX loading animation next to the "Save Changes" button even when you aren't doing anything with your mouse. Is this normal?
Step 4: Use your mouse to move the image and then save changes, it will work.
Step 5: Now, without reloading the page, click on "Reposition Cover" again. You'll notice that you can move the image, however nothing happens when you click on "Save Changes". You need to reaload the page in order to be able to use the "Reposition Cover" feature again.

#4 is also still a problem. I can't see anything related to "Upload Cover" on the account settings page: https://nobita.me/account/. There should be an option there, like you have for "Your Emoticons".

And btw, there is a suggestion.

- You are inserting the "Upload Cover" link in the Navigator Visitor Tab by using a template hook against navigation_visitor_tab_links2. This makes it hard for an admin to customize, so it would be better if you could switch from using template hooks in favour of the template modification system. This way, an admin could easily edit the template modification and change the link position to let's say navigation_visitor_tab_links1 or even disable it if he doesn't wants to add the link to the Navigator Visitor Tab at all.

Please note that template hooks have been deprecated since XF 1.2 introduced the template modification system back in April, 2013.
 
Last edited:
And just found two more bugs:
  • In the user change log, the field name is "cover_date". Missing phrase there, it should be something like this: "Cover Date".
  • The values stored there are stuff like "1509713561". That's bad format, it should be something like this "Feb 12, 2017".
Take a look at how it works for "Avatar Date" (when you change your avatar) and do the same for your add-on, please.
 
Back
Top