Search found 3574 matches
- Wed Mar 10, 2021 3:20 am
- Forum: General discussions
- Topic: How to Custom fields ?
- Replies: 2
- Views: 3789
Re: How to Custom fields ?
I think rareskyfour is giving good advise if I remember correctly, but it has been a really long time since I have done this. Please post if you need further assistance and I will dig deeper.
- Tue Mar 02, 2021 4:45 am
- Forum: General discussions
- Topic: How to make a full list
- Replies: 2
- Views: 389
Re: How to make a full list
I think the # of topics retrieved for any reason is controlled by your s9y settings, not the smarty template. Look into your site settings for an appearance setting that shows something like "Entries to display"... or something like that. Let me know if that does not work and I will try to dig a bit...
- Sat Feb 06, 2021 5:51 am
- Forum: General discussions
- Topic: quick goto page selector
- Replies: 7
- Views: 577
Re: quick goto page selector
You can fork a local copy of whatever theme you are using and make changes there without losing the original theme. Let us know if you need assistance doing that.
- Wed Feb 03, 2021 7:22 pm
- Forum: General discussions
- Topic: quick goto page selector
- Replies: 7
- Views: 577
Re: quick goto page selector
Pagination exists in the Bulletproof theme as well: <div class="pagination"> {assign var="paginationStartPage" value="`$footer_currentPage-3`"} {if $footer_currentPage+3 > $footer_totalPages} {assign var="paginationStartPage" value="`$footer_totalPages-6`"} {/if} {if $paginationStartPage <= 0} {assi...
- Tue Feb 02, 2021 6:48 am
- Forum: General discussions
- Topic: quick goto page selector
- Replies: 7
- Views: 577
Re: quick goto page selector
Timeline theme uses pagination. The relevant section of code in entries.tpl looks like this: {if $footer_info or $footer_prev_page or $footer_next_page} <div class='serendipity_pageSummary'> {if $footer_info} <p class="summary serendipity_center">{$footer_info}</p> {/if} {if $footer_totalPages >1 }...
- Mon Nov 18, 2019 10:29 pm
- Forum: General discussions
- Topic: Timeline tagged entries plugin
- Replies: 5
- Views: 2531
Re: Timeline tagged entries plugin
Happy to hear you resolved the issue.
- Mon Nov 18, 2019 10:25 pm
- Forum: Themes
- Topic: Timeline: Layout change
- Replies: 4
- Views: 2585
Re: Timeline: Layout change
I do not know why you are unable to select an entry image. Can you provide a url to your site?
- Mon Nov 04, 2019 8:26 pm
- Forum: General discussions
- Topic: Timeline tagged entries plugin
- Replies: 5
- Views: 2531
Re: Timeline tagged entries plugin
Can you post a URL to your site, either publically or via a private message?
- Mon Nov 04, 2019 8:21 pm
- Forum: Themes
- Topic: Timeline: Layout change
- Replies: 4
- Views: 2585
Re: Timeline: Layout change
Your description of the folder contents sounds like you are referring to the subfolders of ...\templates_c\. If so, those are the compiled/cached versions of the theme files. Timeline has a number of theme options that can easily be changed. Using this theme is documented here . You can preview a fe...
- Fri Nov 01, 2019 5:06 pm
- Forum: General discussions
- Topic: Timeline tagged entries plugin
- Replies: 5
- Views: 2531
Re: Timeline tagged entries plugin
Do you have the event plugin Tagging of entries (serendipity_event_freetag) installed? Do any of your entries have tags?
- Fri Apr 05, 2019 3:22 pm
- Forum: Bugs
- Topic: Error after uploading latest snapshop
- Replies: 9
- Views: 3866
Re: Error after uploading latest snapshop
The error should be caused by https://www.php.net/manual/en/migration55.new-features.php#migration55.new-features.class-name, available since PHP 5.5. However, voku/simple-cache is one of the dependencies on PHP 7 we use now, so I'd expect this to die anyway sooner rather than later on PHP 5. Are y...
- Fri Apr 05, 2019 2:52 pm
- Forum: Bugs
- Topic: Error after uploading latest snapshop
- Replies: 9
- Views: 3866
Re: Error after uploading latest snapshop
The newest I can upgrade to is 5.6, so I will do that.
- Fri Apr 05, 2019 12:26 am
- Forum: Bugs
- Topic: Error after uploading latest snapshop
- Replies: 9
- Views: 3866
Re: Error after uploading latest snapshop
Thanks. I am willing to upgrade php, but I have multiple s9y installations behaving just fine with php 5.4. I have s9y installed on multiple domains, and in some cases, installed in multiple folders, such as: http://www.optional-necessity.com/ http://www.optional-necessity.com/demo/kinetic/ http://w...
- Thu Apr 04, 2019 4:11 pm
- Forum: Bugs
- Topic: Error after uploading latest snapshop
- Replies: 9
- Views: 3866
- Wed Apr 03, 2019 11:18 pm
- Forum: Bugs
- Topic: Error after uploading latest snapshop
- Replies: 9
- Views: 3866
Error after uploading latest snapshop
Hey guys! Its been awhile since I looked at the lastest snapshot, so I uploaded it to the Cleanblog demo site and am now getting the following error: Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /PATH/cleanblog/inc...