11
12
Support / Re: Timeformat/strftime with php 8
Last post by Spuds -I did find one error which may help, or not, but it is a bug.
in Load.php find the following:
Code: [Select]
// Allow overriding the board wide time/number formats.replace it with
if (empty($user_settings['time_format']) && !empty($txt['time_format']))
$user_info['time_format'] = $txt['time_format'];
Code: [Select]
// Allow overriding the board wide time/number formats.
if (empty($user_settings['time_format']) && !empty($modSettings['time_format']))
$user_info['time_format'] = $modSettings['time_format'];
The system is supposed to use the time format set in the admin panel, unless the user has set their own. The error above would use the actual text string of Time Format instead of the system default formatting, in rare instances.
The other thing to check is if in your profile you set a custom time format
13
Addons / Re: [ADDON] SimplePortal
Last post by Ruth -To articles:
This 3 buttons are to see, if I look at a categorie for articles. The buttons say "read more", "reply" and "write a comment".
"Reply" and "write a comment" can both be used, and both do the same: There will be another comment then in this article. So I don't understand, why there are two buttons for the same result. Should the reply-button do something different?
Edit:
The smileys in shoutbox are displayed now and theme selection is also working perfect.
14
Feature Discussion / Re: The buttons "New Posts" and "New Replies"
Last post by Spuds -The original "thought" was those items were the most used, so they were not hidden in a drop menu. Basically its what is new in what I have been active in and what is new overall.
15
Addons / Re: [ADDON] SimplePortal
Last post by Spuds -Quote from: Ruth – 1.
This block "Theme Selection" displays each theme, which was installed once on forum. Members see them all. It would be a lot better and less confusing, if they could only see this 2 or 3 themes, they are allowed to select at the moment. Can this be changed?
Quote from: Ruth – 2.
For some reason (maybe caused by my changings in portal css) my "articles" in portal look all the same, they have the same styling. In the preview I see other backgrounds, I could select. But after saving the articles, they all will have the same background.
Another thing are the two "reply buttons" there. One tells "reply", the other one tells "write a comment". Both do the same, there will be a new comment then. Why are there two buttons?
Quote from: Ruth – 3.
Using various backgrounds and roundframes in portal blocks is working fine. But I was not able yet to create another header for portal blocks. My tries had very funny results so far. Lol. I think, I did this wrong or I inserted the class for another header in a wrong way. How does this work? I also don't understand, what I need to insert in "Custom Title Style".
Code: [Select]
background: green;font-size: 2em;padding: 10px 10px 2px 10px;line-height: 1em;border: 1px solid;border-radius: 10px 10px 0 0;color: #fff;overflow: hidden;text-shadow: 4px 4px #111111;should give you a starting point of what to do.
Quote from: Ruth – 4.
I fear, there is something wrong with the smileys on elk11, Spuds. I created a new shoutbox now, but the smileys are not displayed there in the shouts. Only the code of them is to see in shoutbox.
16
Support / Re: Timeformat/strftime with php 8
Last post by Ruth -This block "recent topics", which comes with SimplePortal, displays everything correct in portal.
But the custom php block is only displayed correct on forum.
On portal each variant of this php-code will have "Uhr" twice and "Timeformat" instead of the time.
17
Support / Re: Timeformat/strftime with php 8
Last post by Ruth -All I have in ACP is this:
Code: [Select]
%d. %B %Y, %H:%M %pAnd i have enabled "show today and yesterday" in the settings.
Both is the same in both forums.
The two screenshots are both from elk11, the upgraded forum with the newest portal version.
The "small block" on forum displays eveything correct.
The "big block" on portal does not.
Edit:
I just created a new custom block on elk11 with this php code in it. In the preview all is displayed correct.
But it is displayed wrong then in portal....but not on forum. This is really weird.
18
Addons / Re: [ADDON] SimplePortal
Last post by Spuds -19
Support / Re: Timeformat/strftime with php 8
Last post by Spuds -20
Addons / Re: [ADDON] SimplePortal
Last post by Ruth -It means some work first to do all the settings for the "profiles" for styling, permissions and visibility. But when done once, it will be very easy and fast to handle the portal and to create new blocks or to edit them...specially if more than one theme is used on forum. This with the "profiles" is a very smart and comfortable solution...I like it a lot.
I have some questions:
1.
This block "Theme Selection" displays each theme, which was installed once on forum. Members see them all. It would be a lot better and less confusing, if they could only see this 2 or 3 themes, they are allowed to select at the moment. Can this be changed?
2.
For some reason (maybe caused by my changings in portal css) my "articles" in portal look all the same, they have the same styling. In the preview I see other backgrounds, I could select. But after saving the articles, they all will have the same background.
Another thing are the two "reply buttons" there. One tells "reply", the other one tells "write a comment". Both do the same, there will be a new comment then. Why are there two buttons?
3.
Using various backgrounds and roundframes in portal blocks is working fine. But I was not able yet to create another header for portal blocks. My tries had very funny results so far. Lol. I think, I did this wrong or I inserted the class for another header in a wrong way. How does this work? I also don't understand, what I need to insert in "Custom Title Style".
4.
I fear, there is something wrong with the smileys on elk11, Spuds. I created a new shoutbox now, but the smileys are not displayed there in the shouts. Only the code of them is to see in shoutbox.