Genesis - Open Source Style Framework

Genesis - Open Source Style Framework 1.0.0 Beta 1

No permission to download
Code:
.nodeLastPost a,
.nodeLastPost a:visited
{
backgroudn:none !important  ;
display:blick !important  ;
width:inherit !important ;
}
.nodeLastPost
{
background:rgb(19, 46, 103) url('styles/resurgent/xenforo/lastpost.png') no-repeat 98% 25% !important;
}
.nodeLastPost:hover
{
background-image: url('styles/resurgent/xenforo/lastpost_blue.png')!important  ;
}

I added this please check if it's correct. After i updated the css nothing happened still the same.
Can you PC me a login to the URL you sent me so I can get it working.
 
Code:
.nodeLastPost a,
.nodeLastPost a:visited
{
    background:none !important;
    display:inline !important;
    width:inherit !important;
}
.nodeLastPost
{
    background:rgb(19, 46, 103) url('styles/resurgent/xenforo/lastpost.png') no-repeat 98% 25% !important;
}
.nodeLastPost:hover
{
    background-image: url('styles/resurgent/xenforo/lastpost_blue.png') !important;
}

This makes it work for the style.
 
Code:
.nodeLastPost a,
.nodeLastPost a:visited
{
    background:none !important;
    display:inline !important;
    width:inherit !important;
}
.nodeLastPost
{
    background:rgb(19, 46, 103) url('styles/resurgent/xenforo/lastpost.png') no-repeat 98% 25% !important;
}
.nodeLastPost:hover
{
    background-image: url('styles/resurgent/xenforo/lastpost_blue.png') !important;
}

This makes it work for the style.

You save me man thanks a lot!!! It worked!
 
Waindigo updated Last Post Avatar by Waindigo (WIN! edition) with a new update entry:

Version 1.1.2 released (WIN! edition)

This add-on was one of our first add-ons, so to celebrate the end of the big court case, we are releasing this special edition as a thank you to everyone who kept the community alive. This add-on is free for everyone!

This update has been completely rebuilt, including full support for the upcoming update to Social Groups by Waindigo.

Enjoy!

Read the rest of this update entry...
 
Awesome.

What exactly has changed in this version?
It has been rebuilt using an improved algorithm (which should be faster and more compatible with other add-ons) and also adds support for the upcoming update for Social Groups by Waindigo add-on.

The copyright notice also now only displays on the affected pages, rather than the whole site. We will be doing this for all of our add-ons going forward.

The add-on has also been renamed, file locations have been changed in line with our other add-ons, and it now includes standard Waindigo features such as a file health check listener.

This was one of our very first add-ons, so we wanted to bring it right up to date to celebrate the big win.

It's also our most popular add-on, so we've made it free for everyone as we want as many people as possible to enjoy it!
 
Why are there two avatars showing on the forum listing of threads? Also, can you disable this for that page completely?

Screen Shot 2013-03-05 at 7.21.32 PM.webp
 
An unexpected error occurred. Please try again later.

got this during the cache rebuild during upgrade from the last version of this addon
EDIT: this upgrade took down my entire site....
 
An unexpected error occurred. Please try again later.

got this during the cache rebuild during upgrade from the last version of this addon
EDIT: this upgrade took down my entire site....
This is quite a basic add-on so it shouldn't be causing any problems like this. Are you able to PM me to give me access to your site so I can find out the cause of the error?
 
This is quite a basic add-on so it shouldn't be causing any problems like this. Are you able to PM me to give me access to your site so I can find out the cause of the error?
I am having the server support team restore my site. After its restored ill turn on maintenance mode and try again... If it does it again I'll give you access. Never had this happen before with an add on upgrade...
 
ErrorException: is_a(): Deprecated. Please use the instanceof operator - library/Waindigo/LastPostAvatar/Listener/ControllerPreDispatch.php:7

#0 [internal function]: XenForo_Application::handlePhpError(Object(WidgetFramework_Extend_ControllerPublic_Thread), 'XenForo_Control...')
#1 /XXXXX/library/Waindigo/LastPostAvatar/Listener/ControllerPreDispatch.php(7): is_a()
#2 /XXXXX/library/Waindigo/LastPostAvatar/Listener/ControllerPreDispatch.php(19): Waindigo_LastPostAvatar_Listener_ControllerPreDispatch->run(Object(WidgetFramework_Extend_ControllerPublic_Thread), 'Index')
#3 [internal function]: Waindigo_LastPostAvatar_Listener_ControllerPreDispatch::controllerPreDispatch(Array, Array)
#4 /XXXXX/library/XenForo/CodeEvent.php(54): call_user_func_array('controller_pre_...', Array)
#5 /XXXXX/library/XenForo/Controller.php(305): XenForo_CodeEvent::fire('Index')
#6 /XXXXX/library/XenForo/FrontController.php(309): XenForo_Controller->preDispatch(Object(XenForo_RouteMatch))
#7 /XXXXX/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch()
#8 /XXXXX/index.php(13): XenForo_FrontController->run()
#9 {main}
 
Back
Top Bottom