NightBreeze

Started by SychO, July 25, 2018, 11:31:03 AM

Previous topic - Next topic

Diego Andrés

If you need help with this theme, just request support here in this topic.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Wizard0011

Quote from: Diego Andrés on October 16, 2021, 06:12:34 PMIf you need help with this theme, just request support here in this topic.


I can't post images or links here.
I have nightbreeze theme installed but browsing the forum on mobile has an issue with some options appearing only if you rotate the phone to get a bigger screen.
Please contact me for further information.

shadav

for posting images you should be able to use the forums attachment feature to attach images to posts

while the theme is responsive for some pages (that use the default theme templates) you will need to install one of the responsive mods
Hilbert or Responsive Curve

Diego Andrés

I believe the theme already has full responsive support.
Installing one of those mods will overwrite the responsive.css file from this theme and break quite a few things.

If you can't attach images, you could post a link to theses images even if it's not inserted in the post, we should bee able to copy/paste it to see the image.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Wizard0011

Quote from: Diego Andrés on October 16, 2021, 06:42:48 PMI believe the theme already has full responsive support.
Installing one of those mods will overwrite the responsive.css file from this theme and break quite a few things.

If you can't attach images, you could post a link to theses images even if it's not inserted in the post, we should bee able to copy/paste it to see the image.

Well, check these images.
hxxp:ibb.co/MM299Dw [nonactive]
hxxp:ibb.co/H27hHsY [nonactive]

Diego Andrés

What's exactly the issue there?
The content does not fit, so it moves to the next line.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Wizard0011

In the first image you can see how the menu under the logo only shows just the topic you are viewing and for you to get back to the board  ( forums > board > topic) you must flip your phone to get a bigger screen so other options may appear.

I may struggle explaining this reach out the forums at hxxp:vs-clan.com [nonactive] go to any topic and rotate your mobile.

shadav

Quote from: Diego Andrés on October 16, 2021, 06:42:48 PMI believe the theme already has full responsive support.
Installing one of those mods will overwrite the responsive.css file from this theme and break quite a few things.

If you can't attach images, you could post a link to theses images even if it's not inserted in the post, we should bee able to copy/paste it to see the image.
you're right, this is one of the few themes that doesn't rely on the default theme files (just a few none essential pages)

and sorry, I should have been more specific, only apply the responsive mods to the default theme not to this or any other theme, but yeah it's not needed for this theme

SulevFan

We've been using this dark theme for a while now and it's working out pretty well. (Apart from the previous glitch, but water under the bridge).

My majow issue with this is that there is no way  that I have found to get a link to a specific post within a thread.

In the default SMF themes, there was a post number and a few methods to get a direct link to a specific post - eg





So, am I just overlooking this? or is this an oversight in the template, or a design decision?



Kindred

the anchor link is the date
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

SulevFan

Quote from: Kindred on November 04, 2021, 10:24:50 AMthe anchor link is the date

Then I must have broken something in installing it, because for us, the date is NOT a link? ANy ideas where I can look?

Kindred

nope.... you are correct and I was wrong. The date is NOT a link in this theme....

Yeah, in 2.0.x, removing the individual post-title from inside threads has broken the anchor link that points directly to that response.






edit - here's the fix

Code (find in Display.template.php for this theme) Select
<h5 id="subject_', $message['id'], '" style="display:none;">
Code (replace) Select
<h5 id="subject_', $message['id'], '">
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

shadav

#412
you can do one of two things
in the nightbreeze theme folder in Display.template.php

you can make the posted time the anchor
mines modified so yours may be different but find or something similar
<div class="time_posted"><strong>', !empty($message['counter']) ? $txt['reply_noun'] . ' #' . $message['counter'] : '', ' ', $txt['on'], ':</strong> ', $message['time'];
change to
<div class="time_posted"><a href="', $message['href'], '" rel="nofollow"><strong>', !empty($message['counter']) ? $txt['reply_noun'] . ' #' . $message['counter'] : '', ' ', $txt['on'], ':</strong> ', $message['time'];
echo ' </a>';

or if you want to show the subject in the posts, which is the anchor
find
<h5 id="subject_', $message['id'], '" style="display:none;">
                                        <a href="', $message['href'], '" rel="nofollow">', $message['subject'], '</a>
                                    </h5>

change to
<h5 id="subject_', $message['id'], '">
                                        <a href="', $message['href'], '" rel="nofollow">', $message['subject'], '</a>
                                    </h5>

[edit] I see kindred snuck in there and edited his post  :P oh well just gonna leave this here so you can decide which you'd like better

SulevFan

Quote from: Kindred on November 04, 2021, 01:00:06 PMnope.... you are correct and I was wrong. The date is NOT a link in this theme....

Yeah, in 2.0.x, removing the individual post-title from inside threads has broken the anchor link that points directly to that response.






edit - here's the fix

Code (find in Display.template.php for this theme) Select
<h5 id="subject_', $message['id'], '" style="display:none;">
Code (replace) Select
<h5 id="subject_', $message['id'], '">

Very kind of you, thanks a bunch.

WantSome

Hello I'm love your theme!

I'm trying to follow your advice below but somehow it's not working the background of the text area, subject line etc remains a white/very light grey. I'm probably doing something wrong so could use your advice please.

Quote from: SychO on September 07, 2018, 02:18:37 PMwell, you'd have to look for
textarea.editor{outline:none;border:0;padding:10px!important;background:#fff}and
div#smileyBox_message,div#bbcBox_message,textarea.editor{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;background:#ddd;border-left:1px solid!important;border-right:1px solid!important;border-color:#fff!important}
edit the background value, and add a color value

WantSome

Nevermind, worked out I had to clear my cache to see the changes applied so all good now.

Marina3

When will the theme be compatible with smf 2.1.2?

bod22

In faq it's written

QuoteWill there be an update for SMF2.1 ?
No, but I might post a premium version compatible with 2.1 sometime in the future.

But from what I know @SychO doesn't plan to update it to 2.1 :(

Advertisement: