Genesis - Open Source Style Framework

Genesis - Open Source Style Framework 1.0.0 Beta 1

No permission to download
EDIT: I got rid of the problem by installing your addon again. I needed to do so anyway, but it is kind of strange to 'be forced to keep it'.
From the error, it looks like you may have other Waindigo add-ons installed, one of which may have caused the error. Can you let me know which add-on that is, and have you checked if there is an update for that add-on?
 
No, I just opened the Addon List and uninstalled the Addon directly from the list, then the Admin-CP style was messed up.
 
No, I just opened the Addon List and uninstalled the Addon directly from the list, then the Admin-CP style was messed up.
What version of the Last Post Avatar add-on did you have installed? The reason that I ask is because the screenshot you have sent shows the message "There are add-ons ready to be installed.". This message is probably what is causing the error, and it was removed from all add-on releases made since early this year as a result. Post As User has not been updated in a while (an update is due shortly), so still contains this code, but installing a more recent version of Last Post Avatar should have installed newer versions of the files and removed this error.
 
I have reinstalled the newest version. Unfortunately I cannot remember the version I had before. I just deinstalled the newest Version to test, if the error still occurs and it seems like it doesn't. So if you want to uninstall an old version, you need to reinstall a new version after and then uninstall the new version to get completely rid of the addon.

While writing this comment, I just wanted to reinstall the newest version again, but I can't because it says "The Addon is already installed" but it is not in the list anymore...
 
I have reinstalled the newest version. Unfortunately I cannot remember the version I had before. I just deinstalled the newest Version to test, if the error still occurs and it seems like it doesn't. So if you want to uninstall an old version, you need to reinstall a new version after and then uninstall the new version to get completely rid of the addon.
If you want to be absolutely sure, then yes it is usually best to upgrade to the latest version before uninstalling. 9 times out of 10 you will probably be ok not doing this, although I do know there are some developers out there who haven't include uninstallers in the first few releases of their add-ons because they haven't got around to writing the uninstall code yet. The other option is to do what you have just done -- uninstall first, then if you get an error reinstall the very latest version and uninstall again. Unless you have found an unreported bug, this is probably the best way.

While writing this comment, I just wanted to reinstall the newest version again, but I can't because it says "The Addon is already installed" but it is not in the list anymore...
Are you sure it is not in the list? If not, this sounds like a bug with XenForo rather than the add-on.
 
100% sure. Maybe it is a bug with XenForo or there are some other Addons interfering here, I don't know exactly. I have tweaked the list of installed addons to allow it to be reinstalled and it worked however.
 
100% sure. Maybe it is a bug with XenForo or there are some other Addons interfering here, I don't know exactly. I have tweaked the list of installed addons to allow it to be reinstalled and it worked however.
Strange. Perhaps you uploaded the XML file for a different add-on by mistake?
 
No. It was still listed in the XF_Addon-Folder inside the database. As soon as I had removed it from there, installation worked again as normal. Probably just an error when removing it from there while installation or something.
 
@Waindigo there is an issue when I try to edit the border colors.
I am getting the following errors:
Code:
The following templates contained errors and were not saved: waindigo_lastpostavatar.css: 1)    Line 26: Invalid condition expression
 
@Waindigo there is an issue when I try to edit the border colors.
I am getting the following errors:
Code:
The following templates contained errors and were not saved: waindigo_lastpostavatar.css: 1)    Line 26: Invalid condition expression
I'm guessing you are using XenForo 1.1. Unfortunately, there is not much we can do about this error because it is to do with some responsive code that we've added in for XenForo 1.2.

In order to get the template to save, you will have to remove the following code (but don't forget to put it back when you upgrade to XenForo 1.2):
HTML:
<xen:if is="{$xenOptions.currentVersionId} >= 1020000 && @enableResponsive">
@media (max-width:@maxResponsiveMediumWidth)
{
    .lastPostInfo a.avatar img
    {
        display: none;
    }

    .nodeLastPost a.avatar img
    {
        display: none;
    }
}
</xen:if>
 
@Waindigo there is an issue when I try to edit the border colors.
I am getting the following errors:
Code:
The following templates contained errors and were not saved: waindigo_lastpostavatar.css: 1)    Line 26: Invalid condition expression
If you are using TMS, you can do that without have to be bothered by the error message. I am also getting the error if I do the modifications directly to those templates which have codes that are meant for xF1.2.
 
Hi @Waindigo , any idea why all the members without avatars show question mark avatars even if they have selected their genders? In forum list and thread list both showing question mark avatars for last post members who had chosen female/male as their gender. I saw this issue has been reported and fixed since a year ago, but for me it is still occurred, is this a long term bug or something like that? Your help would be much appreciated. Thanks. :)

PS: i can confirm the members' gender by seeing through admincp and of course their gender avatars are visible in thread view.
 
Hi @Waindigo , any idea why all the members without avatars show question mark avatars even if they have selected their genders? In forum list and thread list both showing question mark avatars for last post members who had chosen female/male as their gender. I saw this issue has been reported and fixed since a year ago, but for me it is still occurred, is this a long term bug or something like that? Your help would be much appreciated. Thanks. :)

PS: i can confirm the members' gender by seeing through admincp and of course their gender avatars are visible in thread view.

Sounds like a bug. I'll look into it.
 
Strange. Installed in 1.1.4 i get the following Reply box...

reply.webp

I know i need to upgrade to 1.1.5 (was going to hold off until 1.2.0 was formally released, however want to prepare the skins now)...

Any thoughts as to reasons why (Have installed the 1.1.5 .xml)...???

Cheers
 
Strange. Installed in 1.1.4 i get the following Reply box...

View attachment 51516

I know i need to upgrade to 1.1.5 (was going to hold off until 1.2.0 was formally released, however want to prepare the skins now)...

Any thoughts as to reasons why (Have installed the 1.1.5 .xml)...???

Cheers
Have you tried disabling this add-on? Does the problem still occur?

This add-on does not have any interaction with the message box so I can't see how this add-on has done this. Do you think you might have accidentally deleted or moved a file when you were uploading the files related to this add-on or something like that?

Best bet might be to re-upload the 1.1.4 files (or upgrade to 1.1.5) to make sure the files are all there.
 
Back
Top Bottom