Genesis - Open Source Style Framework

Genesis - Open Source Style Framework 1.0.0 Beta 1

No permission to download
I think this might be a bug in XenForo actually.

To workaround, in library/Waindigo/LastPostAvatar/Listener/TemplatePostRender.php, replace line 54:
PHP:
$pattern = '#(<div class="nodeLastPost secondaryContent">)([^:]*:)(\s*<a[^>]*>)[^<]*(</a>.*</div>)#Us';
with:
PHP:
$pattern = '#(<div class="nodeLastPost(?: secondaryContent)?">)([^:]*:)(\s*<a[^>]*>)[^<]*(</a>.*</div>)#Us';
working fine...Thanks so much :)
 
Perhaps some people must rely on php 5.2 because their host refuses to upgrade php (although at this point I would recommend thinking about changing the host).
 
Perhaps some people must rely on php 5.2 because their host refuses to upgrade php (although at this point I would recommend thinking about changing the host).
I am sure that is the case, but like you say it is probably worth thinking about changing host now as PHP 5.2 is really old! That being said, I do try and support PHP 5.2 when I can and this was an oversight by me (though made more difficult by the fact that a function was temporarily deprecated and I didn't read the small print).
 
Hey Jon,

Nice to see this add-on updated. :) I didn't see it in the notes, does the WIN version have caching?
 
Hey Jon,

Nice to see this add-on updated. :) I didn't see it in the notes, does the WIN version have caching?
This add-on doesn't really need it as much as thread thumbnails does, although it might be added in future.
 
WHOA on this last version it gave me a message that said there are addons ready to be upgraded click here to upgrade them... never had that happen before!
 
WHOA on this last version it gave me a message that said there are addons ready to be upgraded click here to upgrade them... never had that happen before!
Background checking of updates?
That's to let you know that the install file has changed. We'll be adding this to all our add-ons. Just to be clear though, it only checks against the files that you have uploaded to the install/data folder -- it is not checking against our servers or the resource manager.
 
  • Like
Reactions: Dan
That's to let you know that the install file has changed. We'll be adding this to all our add-ons. Just to be clear though, it only checks against the files that you have uploaded to the install/data folder -- it is not checking against our servers or the resource manager.
Very cool stuff. Hopefully eventually you can upgrade via URL kind of like Drupal modules or automatically like Wordpress.
 
Back
Top Bottom