Search found 3574 matches
- Wed Sep 05, 2018 11:05 pm
- Forum: Bugs
- Topic: Clean blog Warning: Parameter 2 to timeAgoInWords() expected to be a reference
- Replies: 13
- Views: 3866
Re: Clean blog Warning: Parameter 2 to timeAgoInWords() expected to be a reference
I'm about to make this change.... function timeAgoInWords($params, &$smarty) { to this as recommended function timeAgoInWords($params, $smarty) { I realize that changing this in the core means I don't need to worry about it working with older s9y versions, but it should still work in older versions ...
- Wed Sep 05, 2018 10:39 pm
- Forum: Themes
- Topic: Timeline - a responsive, mobile first theme
- Replies: 67
- Views: 34589
Re: Timeline - a responsive, mobile first theme
I can provide images in the static pages. If you want to change the header image, perhaps you should consider using Clean Blog. If the timeline look is more important, you could always borrow the code from Clean Blog that provides this functionality and use it in your own customized version of Timel...
- Tue Aug 28, 2018 1:44 am
- Forum: Bugs
- Topic: Clean blog Warning: Parameter 2 to timeAgoInWords() expected to be a reference
- Replies: 13
- Views: 3866
Re: Clean blog Warning: Parameter 2 to timeAgoInWords() expected to be a reference
Thanks. I'll change it in Cleanblog. I think its in Timeline too, also a core theme.
- Mon Aug 27, 2018 3:37 am
- Forum: Bugs
- Topic: Clean blog Warning: Parameter 2 to timeAgoInWords() expected to be a reference
- Replies: 13
- Views: 3866
Re: Clean blog Warning: Parameter 2 to timeAgoInWords() expected to be a reference
The core will be changed and will not require a theme change? Am I interpreting your response correctly?
- Sat Aug 25, 2018 3:14 pm
- Forum: Bugs
- Topic: Clean blog Warning: Parameter 2 to timeAgoInWords() expected to be a reference
- Replies: 13
- Views: 3866
Re: Clean blog Warning: Parameter 2 to timeAgoInWords() expected to be a reference
Can the fix be merely what Roger suggested, or does there need to be a conditional test on the php and/or smarty version?
- Sat Aug 25, 2018 6:13 am
- Forum: Bugs
- Topic: Clean blog Warning: Parameter 2 to timeAgoInWords() expected to be a reference
- Replies: 13
- Views: 3866
Re: Clean blog Warning: Parameter 2 to timeAgoInWords() expected to be a reference
Happy to change this in the core if anyone else can confirm. I use this function in a few themes, so additional input will be greatly appreciated!
- Wed Jul 18, 2018 3:24 am
- Forum: Themes
- Topic: Timeline - a responsive, mobile first theme
- Replies: 67
- Views: 34589
Re: Timeline - a responsive, mobile first theme
What would you do in the event the entry is assigned to more than one category, and each of those categories has custom images?
- Fri Jun 22, 2018 9:52 pm
- Forum: General discussions
- Topic: $is_single_entry for category pages
- Replies: 0
- Views: 3018
Re: need help?
In your theme's entries.tpl file you can do this:
Code: Select all
{if not $is_single_entry and not $entry.is_extended and not $is_preview}
<p>This view contains multiple entries</p>
{else}
<p>This is a detailed entry view with comment form</p>
{/if}
- Fri Jun 22, 2018 9:44 pm
- Forum: Themes
- Topic: Timeline - a responsive, mobile first theme
- Replies: 67
- Views: 34589
Re: Timeline - a responsive, mobile first theme
A small thing: The small top left post-info image on the post's detail page has no class assigned. One would be nice so that it can be resized or set to display:none if it is in the way of the article view. I looked at the theme's template files. On a detailed page view (ie, the full entry page vie...
- Fri Jun 22, 2018 1:36 am
- Forum: Themes
- Topic: Timeline - a responsive, mobile first theme
- Replies: 67
- Views: 34589
Re: Timeline - a responsive, mobile first theme
I will look into this in the next few days. Thanks for the very helpful info you provided via PM.
- Thu Jun 21, 2018 1:53 am
- Forum: Themes
- Topic: Timeline - a responsive, mobile first theme
- Replies: 67
- Views: 34589
Re: Timeline - a responsive, mobile first theme
A small thing: The small top left post-info image on the post's detail page has no class assigned. One would be nice so that it can be resized or set to display:none if it is in the way of the article view. Which view specifically? Then, another thing: Not sure it has something to do with the theme...
- Wed Apr 25, 2018 4:04 pm
- Forum: Installation
- Topic: Upgrading to latest git
- Replies: 2
- Views: 2037
Re: Upgrading to latest git
The offending line 697 is this:
Code: Select all
//check for empty content
if (empty(trim($textstring))) { return $textstring; }
- Wed Apr 25, 2018 4:28 am
- Forum: Installation
- Topic: Upgrading to latest git
- Replies: 2
- Views: 2037
Upgrading to latest git
Fatal error: Can't use function return value in write context in /home/content/15/4055115/html/plugins/serendipity_event_nl2br/serendipity_event_nl2br.php on line 697 I don't often use the latest git version..... I tried uploading the latest snapshot. It is very late in my time zone, so any assista...
- Tue Nov 21, 2017 6:48 pm
- Forum: Plugins
- Topic: StaticPage Streamlining
- Replies: 1
- Views: 1933
Re: StaticPage Streamlining
Here is #3 reworded a bit. 3) An option to use the list of all staticpage's as the landing page upon initial login to the backend. I cannot help you there... but once you click on "static pages" from the content menu box, a list of all static pages is the first option shown. I forgot to mention tha...
- Tue Nov 21, 2017 4:32 pm
- Forum: Plugins
- Topic: StaticPage Streamlining
- Replies: 1
- Views: 1933
Re: StaticPage Streamlining
I am not quite sure what you mean in #3.... however, you can accomplish #1 & #2 by creating your own staticpage admin smarty template. The file path and name are .../templates/YOUR_THEME/backend_templates/default_staticpage_backend.tpl. You can start by copying this file from the staticpage plugin f...