News:

Join the Facebook Fan Page.

Main Menu

Redsy

Started by Diego Andrés, April 05, 2015, 07:44:21 PM

Previous topic - Next topic

alianos

Very good work indeed!


A couple of feedback notes

•At "theme settings->Show statistics on board index", actually hides the statistics.
•When shown the above statistics, don't show properly
•The twitter and facebook icons are reversed

index.template.php

if(!empty($settings['facebook_check']))
echo'
<li>
<a href="', !empty($settings['facebook_text']) ? $settings['facebook_text'] : 'http://www.facebook.com ' ,'" title="', $txt['rs_facebook'], '"><i class="fa fa-twitter fa-2x"></i></a>
</li>';
if(!empty($settings['twitter_check']))
echo'
<li>
<a href="', !empty($settings['twitter_text']) ? $settings['twitter_text'] : 'http://www.twitter.com' ,'" title="', $txt['rs_twitter'], '"><i class="fa fa-facebook fa-2x"></i></a>
</li>';


A couple of other settings are also buggy, or they don't seem to be doing anything.

Finally, this theme option "Hide post group titles for grouped members", does not appear to be doing anything, because it looks like there is no way to show post-based groups in the first place. In truth (unless I cannot find out how) not even the main member-group is shown, and you have to rely on star images to know where everyone belongs. If you plan on updating the theme, it'd be nice to have the functionality back!

In any case, a job well done :)

Burke ♞ Knight

I have yet to see some of those issue on mine.
True, membergroup display is a bit wonky, especially is in mobile mode, where even stars do not show.
However, the fun things about themes: Going in, and changing some stuff, to the way you want them.

Facebook/Twitter issue, I never noticed that, because I don't use them.... However, I'd like to know if GitHub could be added, and how to do so on the image aspect.

alianos

I am getting the following js error "Uncaught TypeError: Cannot set property 'innerHTML' of null". Is anyone else having the same issue, or has any ideas why it might be happening?

http://www.hampshire.landscapewatch.com/forum/index.php?topic=4.0

Thanks in advance

iain sherriff

I thought I had finalised my theme and mods to it :o

Not so sure now I have seen this  ;D    Great theme  8)
SMF 2.0.12

Kiorinko

Looks great! I wanna try it

miketheman

We're using the theme - it's quite nice, thanks.

Found a minor big that was causing the fonts to not load correctly, since we're using SSL.

in css/bootstrap.css:


- @import url(http:////fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
+ @import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);


This allows the browser to select which protocol to use.

darkpath

HI.
I would like in INFO CENTER the default tab when you load the page to be RECENT POSTS.
How can I do it?
Thank you.

Portugal

Hi,

I was trying this theme since a few weeks....and i love.:) now ive to request again if its possibile to have  a message about members that are waiting approval? its really important to me.


thanks in advance

Portugal

Here is the solution for that isue: http://www.simplemachines.org/community/index.php?topic=535335.msg3813573#msg3813573


Quote from: darkpath on June 14, 2015, 06:28:05 PM
HI.
I would like in INFO CENTER the default tab when you load the page to be RECENT POSTS.
How can I do it?
Thank you.

darkpath

Thanks for your reply.
Unfortunately this is not a fix for my problem.I used this trick before to get enabled recent posts.I'm trying to find a solution for recents posts tab in info center to be active when you load index page.

margarett

In BoardIndex.template.php, you just need to move the
class="active"

from the li "users" to li "recent".

Just remember that you can't disable recent posts after this, or else you will have no active tabs (because the current active tab can't be disabled and always has content)
Se forem conduzir, não bebam. Se forem beber... CHAMEM-ME!!!! :D

QuoteOver 90% of all computer problems can be traced back to the interface between the keyboard and the chair

telatabi

it is very good theme. i am using in my site.

i am using in Turkish but some sentences and words are in English. How can i translate in FTP? Where is the Turkish language files?

Daniiel

Quote from: telatabi on June 18, 2015, 05:55:24 AM
it is very good theme. i am using in my site.

i am using in Turkish but some sentences and words are in English. How can i translate in FTP? Where is the Turkish language files?
The language files are in the following path: Themes/Redsy/languages
Copy ThemeStrings.english.php and change the name for ThemeStrings.turkish.php or ThemeStrings.turkish-utf8.php. Then edit the file and change the sentences.



Report any bug here: https://github.com/SMFTricks/Redsy

margarett

@Daniiel, what about this:
Quote from: margarett on May 28, 2015, 07:24:10 AM
How about not hiding the profile drop down and the quick search? Quick search is more or less optional, but the profile drop down should really stay
?

;)
Se forem conduzir, não bebam. Se forem beber... CHAMEM-ME!!!! :D

QuoteOver 90% of all computer problems can be traced back to the interface between the keyboard and the chair

Tom.B

Hi, could someone point out where I can edit the mini profile for Redsy? I want to change the colours here:



And I also want to rid of the speech bubble triangle here, so that it's just a rectangle box containing the post:



Thanks very much in advance!

Tom.B

Daniiel

Quote from: margarett on June 19, 2015, 05:57:30 PM
@Daniiel, what about this:
Quote from: margarett on May 28, 2015, 07:24:10 AM
How about not hiding the profile drop down and the quick search? Quick search is more or less optional, but the profile drop down should really stay
?

;)
That's something I'm working. Soon I will bring changes to make.


Quote from: Tom.B on June 19, 2015, 07:17:28 PM
Hi, could someone point out where I can edit the mini profile for Redsy? I want to change the colours here:



And I also want to rid of the speech bubble triangle here, so that it's just a rectangle box containing the post:



Thanks very much in advance!

Tom.B
Index.css
1. Search:
.poster h4
{
margin: 0;
font-size: 12px;
width: auto;
padding: 4px;
border-radius: 4px 4px 0 0;
background: #e25d5d;
text-align: center;
}

And change #e25d5d

2. Search and delete:
@media (min-width: 992px) {
.body_content
{
margin-left: 35px;
}
.body_content span.arrow-left
{
width: 0;
height: 0;
border-style: solid;
border-width: 25px 35px 25px 0;
border-color: transparent #ffffff transparent transparent;
position: absolute;
left: 16px;
}
}

Tom.B

Thank you very much, Daniiel!

I'm now looking for a way to display the member group the user belongs to in between the post count and username boxes. So for example:



Thanks in advance. :)

Tom.B

Sorry for the double post, but I'm also looking to see where the code for this is:



(the grey box). If someone could point it out, I would be most grateful! :)

Portugal

@Tom.B

I think its this you need to change to your forum display the groups.

http://www.simplemachines.org/community/index.php?topic=525855.msg3808891#msg3808891


Quote from: Tom.B on June 20, 2015, 04:55:25 AM
Thank you very much, Daniiel!

I'm now looking for a way to display the member group the user belongs to in between the post count and username boxes. So for example:



Thanks in advance. :)

Tom.B

Quote from: Portugal on June 22, 2015, 04:26:28 AM
@Tom.B

I think its this you need to change to your forum display the groups.

http://www.simplemachines.org/community/index.php?topic=525855.msg3808891#msg3808891


Quote from: Tom.B on June 20, 2015, 04:55:25 AM
Thank you very much, Daniiel!

I'm now looking for a way to display the member group the user belongs to in between the post count and username boxes. So for example:



Thanks in advance. :)

Thank you! :D

Advertisement: