Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: Diego Andrés on March 01, 2023, 02:33:27 PM

Title: Repulse
Post by: Diego Andrés on March 01, 2023, 02:33:27 PM
Link to the theme (https://custom.simplemachines.org/index.php?theme=3024)
(https://custom.simplemachines.org/index.php?action=download;theme=3024;attach=285936;image;thumb)

(https://smftricks.com/logos/logo.png) (https://smftricks.com/)
Free & Premium Themes for SMF

(https://i.imgur.com/MsE6Qqj.gif)

(https://img.shields.io/badge/License-MIT-248049) (https://img.shields.io/badge/SMF-2.1-3f73a0) (https://img.shields.io/badge/Responsive-Yes-6e97e1) (https://img.shields.io/badge/Color%20Variants-Yes-6041a3) (https://img.shields.io/badge/Dark%20Mode-Yes-4d827f) (https://img.shields.io/badge/RLT%20Support-Yes-bf9d73)

Repulse
Developed by: Diego Andrés (https://smftricks.com/index.php?action=profile;u=1)
Based on: Pulse (https://custom.simplemachines.org/index.php?theme=2343) by MLM (https://www.simplemachines.org/community/index.php?action=profile;u=261314)

Features


Changelog (https://github.com/SMFTricks/Repulse/blob/main/CHANGELOG.md)
Demo Online (http://demo21.smftricks.com/index.php?theme=6)
GitHub (https://github.com/SMFTricks/Repulse)
Crowdin (https://crowdin.com/project/smf-theme-customs)
Title: Re: Repulse
Post by: TwitchisMental on March 01, 2023, 02:33:59 PM
Awesome theme is awesome!
Title: Re: Repulse
Post by: Steve on March 01, 2023, 05:13:20 PM
There are two packages at the theme site with the same name. Are they the same?
Title: Re: Repulse
Post by: Diego Andrés on March 01, 2023, 05:28:15 PM
Yes.
Removed the other one
Title: Re: Repulse
Post by: Shades. on March 01, 2023, 07:44:04 PM
Very nice job! 8)
Title: Re: Repulse
Post by: -Rock Lee- on March 06, 2023, 09:05:27 PM
I like the style let's try it :D good diego :)
Title: Re: Repulse
Post by: jsx on March 08, 2023, 12:04:05 PM
It's good that Diego you created another interesting theme for SMF 2.1. Thanks. :)
Title: Re: Repulse
Post by: Diego Andrés on June 10, 2023, 02:57:37 PM
1.0.1 - 10 June 2023
Title: Re: Repulse
Post by: Diego Andrés on July 07, 2023, 01:20:52 AM
- Updated icons.css and coloris (js & css).
- Minor changes that won't affect theme at all.
No changelog.
Title: Re: Repulse
Post by: Diego Andrés on July 31, 2023, 09:53:06 PM
1.0.2 - 31 July 2023
Full list of changes (https://github.com/SMFTricks/Repulse/compare/v1.0.1...v1.0.2)

As always, you only need to manually update the files that you edited (based on the changes above), any other files can be safely replaced, specially the themecustoms folder.
Title: Re: Repulse
Post by: Steve on August 01, 2023, 07:54:18 AM
Thanks again Diego.  :)
Title: Re: Repulse
Post by: Diego Andrés on August 05, 2023, 09:46:43 PM
1.0.3 - 05 August 2023
Full list of changes (https://github.com/SMFTricks/Repulse/compare/v1.0.2...v1.0.3)
Title: Re: Repulse
Post by: Steve on August 07, 2023, 03:26:28 PM
Hey Diego,

How do I get rid of these rows without turning the news fader off?

news.jpg

Also, at the bottom of the main index page, how can I make it stay on the tab if I choose one, (stats for example) leave the main page and then navigate back to it. It always defaults to the first tab.
Title: Re: Repulse
Post by: Diego Andrés on August 07, 2023, 03:36:07 PM
Isn't the icon at the top? How did you get that space?
Title: Re: Repulse
Post by: Steve on August 07, 2023, 03:43:02 PM
Beats me. Shows that way in both Firefox and Chrome.

Edit: And Edge.
Title: Re: Repulse
Post by: Diego Andrés on August 07, 2023, 10:39:04 PM
I'm not seeing such thing, can't reproduce it.

Screenshot 2023-08-07 203836.png
Title: Re: Repulse
Post by: TwitchisMental on August 07, 2023, 10:59:41 PM
By some random chance @Steve, does this problem go away if you disable the forum width mod that you have installed?
Title: Re: Repulse
Post by: Steve on August 08, 2023, 07:06:23 AM
I didn't have a value set in the forum width setting. I uninstalled the mod and the issue remains. Either of you are free to take a look.  :(
Title: Re: Repulse
Post by: Steve on August 09, 2023, 06:49:44 AM
No clue I guess ...
Title: Re: Repulse
Post by: Diego Andrés on August 09, 2023, 09:49:16 AM
None.
Would need the url to check it out.
Title: Re: Repulse
Post by: Steve on August 09, 2023, 09:58:54 AM
url removed by me
Title: Re: Repulse
Post by: Diego Andrés on August 09, 2023, 10:14:35 AM
Try this:
css/custom/app.css
Code (Search) Select
.forum_news {
background-color: var(--forumnews-bg);
display: grid;
grid-template-columns: 45px 1fr;
grid-template-rows: 1fr 1fr;
flex-wrap: wrap;
align-items: flex-start;
border-radius: 5px;
margin: 0 0 1em;
border-style: solid;
border-width: 0 0 0 3px;
border-color: var(--catbg-bg);
box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1);
min-height: 90px;
align-items: center;
}

Code (Replace) Select
.forum_news {
background-color: var(--forumnews-bg);
display: grid;
grid-template-columns: 45px 1fr;
grid-template-rows: auto 1fr;
align-items: flex-start;
border-radius: 5px;
margin: 0 0 1em;
border-style: solid;
border-width: 0 0 0 3px;
border-color: var(--catbg-bg);
box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1);
min-height: 90px;
}

Or you can just add it to css/custom/custom_edits.css
.forum_news {
grid-template-rows: auto 1fr;
align-items: flex-start;
}
Title: Re: Repulse
Post by: Steve on August 09, 2023, 10:42:08 AM
Heading out for the morning. Will give those a try this afternoon. And thanks.
Title: Re: Repulse
Post by: TwitchisMental on August 09, 2023, 11:46:03 AM
Quote from: Diego Andrés on August 09, 2023, 10:14:35 AMTry this:
css/custom/app.css
Code (Search) Select
.forum_news {
background-color: var(--forumnews-bg);
display: grid;
grid-template-columns: 45px 1fr;
grid-template-rows: 1fr 1fr;
flex-wrap: wrap;
align-items: flex-start;
border-radius: 5px;
margin: 0 0 1em;
border-style: solid;
border-width: 0 0 0 3px;
border-color: var(--catbg-bg);
box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1);
min-height: 90px;
align-items: center;
}

Code (Replace) Select
.forum_news {
background-color: var(--forumnews-bg);
display: grid;
grid-template-columns: 45px 1fr;
grid-template-rows: auto 1fr;
align-items: flex-start;
border-radius: 5px;
margin: 0 0 1em;
border-style: solid;
border-width: 0 0 0 3px;
border-color: var(--catbg-bg);
box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1);
min-height: 90px;
}

Or you can just add it to css/custom/custom_edits.css
.forum_news {
grid-template-rows: auto 1fr;
align-items: flex-start;
}
That fixes it @Steve .  *I made the edit via the inspect tool to test.*
Title: Re: Repulse
Post by: Steve on August 09, 2023, 03:24:50 PM
Which fixes it? The find and replace code or the last bit of code to add to custom_edits.css?
Title: Re: Repulse
Post by: Diego Andrés on August 09, 2023, 03:27:02 PM
Either will do.
Title: Re: Repulse
Post by: Steve on August 09, 2023, 03:35:48 PM
Since I don't have a css/custom/custom_edits.css file (unless that's something I would need to create) I went with the find and replace option and it worked perfectly.

Thanks @Diego Andrés and @TwitchisMental.  ;D
Title: Re: Repulse
Post by: Diego Andrés on August 09, 2023, 03:37:12 PM
Yes, for future reference, the custom_edits.css file is manually created so admins can keep their edits safe when updating files of the theme.
Title: Re: Repulse
Post by: Steve on August 09, 2023, 03:38:06 PM
That's a great idea!
Title: Re: Repulse
Post by: TwitchisMental on August 09, 2023, 03:41:21 PM
Quote from: Steve on August 09, 2023, 03:24:50 PMWhich fixes it? The find and replace code or the last bit of code to add to custom_edits.css?
Whichever is easier for you. They are both doing the same thing.

If you do the second, when updates come around any of your personal touches won't be messed with.
Title: Re: Repulse
Post by: Steve on August 09, 2023, 03:43:56 PM
Quote from: TwitchisMental on August 09, 2023, 03:41:21 PMIf you do the second, when updates come around any of your personal touches won't be messed with.
Is that true for all 2.1.4 themes?
Title: Re: Repulse
Post by: TwitchisMental on August 09, 2023, 03:48:02 PM
Quote from: Steve on August 09, 2023, 03:43:56 PM
Quote from: TwitchisMental on August 09, 2023, 03:41:21 PMIf you do the second, when updates come around any of your personal touches won't be messed with.
Is that true for all 2.1.4 themes?
That is just one of the neat features Diego has added to his theme.

Although technically it can be done to any theme. Just add a custom.css, call it from index.template.php and then add your changes there instead of changing the index.css.
Title: Re: Repulse
Post by: Steve on August 09, 2023, 03:48:48 PM
Cool. Thanks Twitch and Diego.
Title: Re: Repulse
Post by: Diego Andrés on August 09, 2023, 09:08:53 PM
Fixed it on GH it did seem like an issue. I applied slightly different changes.
I won't update package until I have a new release, this is rather small at this time.
Title: Re: Repulse
Post by: Steve on August 10, 2023, 10:43:14 PM
At the bottom of the main index page, is there a way to make the last tab I've chosen stay open when I navigate away from the index and then back to the main page? It always defaults to the first tab (Calendar in my case).

Or am I missing a setting somewhere?
Title: Re: Repulse
Post by: Diego Andrés on August 10, 2023, 11:42:34 PM
It's not a feature at this time.
Title: Re: Repulse
Post by: Steve on August 11, 2023, 07:19:37 AM
Okay, thanks. I'll put it on my wish list.  ;D
Title: Re: Repulse
Post by: gevv on September 07, 2023, 04:48:27 PM
Looks great. Thanks  @Diego Andrés
Title: Re: Repulse
Post by: Diego Andrés on September 10, 2023, 03:26:29 PM
1.0.4 - 10 September 2023
Full list of changes (https://github.com/SMFTricks/Repulse/compare/v1.0.3...v1.0.4)
Title: Re: Repulse
Post by: Diego Andrés on October 01, 2023, 06:27:59 PM
1.0.5 - 01 October 2023
Full list of changes (https://github.com/SMFTricks/Repulse/compare/v1.0.4...v1.0.5)
Title: Re: Repulse
Post by: durangod on December 10, 2023, 04:48:48 PM
Hi, how do i remove the "repulse" text from the logo area.  I want to use my site name text and not a logo. I cant figure out how to remove the "repulse" text.  I have changed all the theme settings in admin config but it still will not remove the "repulse" text. 

Thanks Dave
Title: Re: Repulse
Post by: Diego Andrés on December 10, 2023, 04:57:35 PM
You'll need to edit it in the index.template.php
Themes/Repulse/index.template.php

Code (Search) Select
<h1 class="forumtitle">
<a id="top" href="', $scripturl, '">', empty($context['header_logo_url_html_safe']) ? '<span class="theme-logo">' . themecustoms_icon('fa fa-bolt') . $settings['theme_name']. '</span>' : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name_html_safe'] . '">', '</a>
</h1>
Code (Replace) Select
<h1 class="forumtitle">
<a id="top" href="', $scripturl, '">', empty($context['header_logo_url_html_safe']) ? '<span class="theme-logo">' . $context['forum_name']. '</span>' : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name_html_safe'] . '">', '</a>
</h1>

You can also adjust the font-size in css/custom/app.css
header h1.forumtitleOr create a new file in Themes/Repulse/css/custom/custom_edits.css
And add it there to preserve the theme files. For example:
header h1.forumtitle {
font-size: 2.2em;
}
Title: Re: Repulse
Post by: durangod on December 10, 2023, 05:15:22 PM
Awesome, mod worked perfect...  1.2em was a perfect size.   Thank you for the quick reply, really appreciate it. This is my first experience with SMF forum install (comming from phpbb - old days)  Great support thanks again.  :)
Title: Re: Repulse
Post by: durangod on December 11, 2023, 10:16:12 PM
Hi, just wanted to share that i added titles to the userprofile - messages - and notifications icons in the header inside the anchor tag for each

Starting at line 214 and ending at line 242  in index.template.php


// If the user is logged in, display some things that might be useful.
if ($context['user']['is_logged'])
{
echo '
<li>
<a href="', $scripturl, '?action=profile"', !empty($context['self_profile']) || $context['current_action'] == 'unread'  || $context['current_action'] == 'unreadreplies' ? ' class="active"' : '', ' id="profile_menu_top" title="User Profile">
', $context['user']['avatar']['image'], '
</a>
<div id="profile_menu" class="top_menu"></div>
</li>';

// Secondly, PMs if we're doing them
if ($context['allow_pm'])
echo '
<li>
<a href="', $scripturl, '?action=pm"', !empty($context['self_pm']) ? ' class="active"' : '', ' id="pm_menu_top" title="Messages">
', themecustoms_icon('fa fa-inbox'), !empty($context['user']['unread_messages']) ? ' <span class="amt">' . $context['user']['unread_messages'] . '</span>' : '', '
</a>
<div id="pm_menu" class="top_menu scrollable"></div>
</li>';

// Thirdly, alerts
echo '
<li>
<a href="', $scripturl, '?action=profile;area=showalerts;u=', $context['user']['id'], '"', !empty($context['self_alerts']) ? ' class="active"' : '', ' id="alerts_menu_top" title="Notifications">
', themecustoms_icon('fa fa-bell'), !empty($context['user']['alerts']) ? ' <span class="amt">' . $context['user']['alerts'] . '</span>' : '', '
</a>
<div id="alerts_menu" class="top_menu scrollable"></div>
</li>';



You might want to do it differently on your next version if you decide to add them.  Just wanted to share.  :)
Title: Re: Repulse
Post by: durangod on December 12, 2023, 02:15:02 PM
Great theme, it caught my eye when i first loaded the themes page and i have not been disappointed.  A few small changes but compared to my experience with other scripts this was a breeze to work with. I have not yet figured out how to do a review but if i figure that i will give it 5 starts. 

Theme - wonderful
Support - fast and informative
Happy custom - yes
Will use other products of developer - yes

here is my current custom css file to share for others. Not very much in here which speaks wonders for the theme, :)


/* changes the title text size */
/* this is on a per case basis depending on how you want your forum to look*/
/* and if you use a image logo or not */

header h1.forumtitle {
    font-size: 1.2em;
}

/* just changed the border from line to ridge */
/* looks better with ridge */

.sub_bar {
    border: 1px ridge #730d0d;
}

[id^=category][id$=boards]{
    border-top: 1px ridge #730d0d;
}


/* removed the cat_bar from view *
/* that annoying text that is above each category */
/* its even on the default out of the box theme - dont like it */

div.cat_bar {
    display: none;
}

/* change font awesome icons to grey (default was white) *
/* grey looks better */
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    color: #5a5b5c;
}


FYI i did modify the text font but it is on a case by case basis i wanted it bigger and different but that is just up to you and your particular taste of your forum.  But if you want the same effect i just did this.  Just remember that i also did the logo edit to the core code (scroll up on this forum to see that mod from a few days ago) 

.theme-logo {
 font-family: "Brush Script MT", cursive;
 font-size: 2.5em;
 font-style: normal;
 font-variant: normal;
 font-weight: 700;
 line-height: 2.5em;
 margin-left: 0.50em;
}



Screenshot

forum_screenshot.jpg








Title: Re: Repulse
Post by: Diego Andrés on December 12, 2023, 02:23:28 PM
Thank you, appreciate your comments and happy to see you like it!
Title: Re: Repulse
Post by: durangod on December 12, 2023, 02:52:13 PM
You are very welcome, i toss up a screen shot too just to let others see the red style :)
Title: Re: Repulse
Post by: durangod on December 12, 2023, 08:02:40 PM
Hi, oops i totally forgot about mobile side of things.  I was able to fix title by doing this

@media(max-width: 45em) {
   
header h1.forumtitle,
.theme-logo {
    font-family: "Brush Script MT", cursive;
    font-size: 0.259em;
    transform: scaleY(2.2);
    margin-top: 0.50em;
    line-height: 0.75em;
    margin-left: 0;
    white-space: nowrap;
}
 
}


However, i think i found a bug in your release, not sure.  The captcha seems to be too wide on mobile.

So i tried to fix it, its working in the console emulator but not on mobile live. Can you tell me what it should be please. 

My attempt is not working yet, help :)

@media(max-width: 45em) {
   
div#rc-anchor-container.rc-anchor-normal {
    width: 13em;
}
   
}


pic 

captchasample.jpg

Title: Re: Repulse
Post by: Diego Andrés on December 12, 2023, 08:21:20 PM
Might be an SMF bug actually.
Try this:
https://dev.to/connectaryal/how-to-make-the-google-recaptcha-responsive-1fod
Title: Re: Repulse
Post by: durangod on December 12, 2023, 08:32:17 PM
Perfect thanks... yep 70 works



@media(max-width: 45em) {

.g-recaptcha {
    transform:scale(0.70);
    transform-origin: 0 0;
}
}
Title: Re: Repulse
Post by: Steve on December 13, 2023, 09:19:30 AM
I'm not seeing your screenshots, all I get is a broken image marker.
Title: Re: Repulse
Post by: durangod on December 13, 2023, 11:17:06 AM
me either... hmmmmm  ok ill see whats going on there


i was using dropbox and in some sections of this forum in order to post using the img bbcode i had to copy the url from the image itself on dropbox that is why the url is so long.  It did show when i posted it. But i cant edit the post anymore.  But i see the drag and drop so i must have used that here... not sure yet it was late when i did those.

If i figure out why, maybe a moderator can replace the url for me on those posts.

ill be back..

I may have an answer here, i wonder if when i uploaded the image i used the dropbox dir on my pc rather than the actual image file.   hmmmm ...

Question:  how do i get a moderator to help me posting the right images, just find one and message them ?
Title: Re: Repulse
Post by: Diego Andrés on December 13, 2023, 11:50:30 AM
You can report the post with the info you want to change, or add the new info/changes to a new post and we later delete it.
Title: Re: Repulse
Post by: durangod on December 13, 2023, 04:03:42 PM
Ok thanks i will do that....

New topic..

I did add a welcome back code to the theme template

index.template.php on or about line 232

// If the user is logged in, display some things that might be useful.
if ($context['user']['is_logged'])
{
   
    //dave mod for welcome username
   
    echo '<li class="welcome_back">Welcome Back ['. $context['user']['name']. ']</li>';
         
    //end dave mod    



and css - default is white anyway but just in case

not sure if it looks better in white or black, i guess maybe white because the other stuff on the line is grey.  Not sure..


li.welcome_back {
    color: #ffffff;
}

pic..

welcomeback.jpg

Thoughts if any ?
Title: Re: Repulse
Post by: Diego Andrés on December 13, 2023, 07:34:50 PM
Quote from: durangod on December 13, 2023, 04:03:42 PMThoughts if any ?

White is probably fine since on dark or light it keeps the topbar colored. Though with some colors it definitely rules out having the text black.
Title: Re: Repulse
Post by: durangod on December 14, 2023, 12:38:26 AM
Added a logout button to the second menu above the logo  this one i struggled with the css for over an hour.. whewwww...


php  right after the close foreach context

//dont forget to add $scripturl to the global line in the template_menu function


                                </ul>';
        }//close if 2nd level
       
        echo '
                            </li>';
    }//close foreach context
   
   
    //mod by dave to add logout button above logo
   
    // If the user is logged in display the logout button
    if ($context['user']['is_logged'])
    {
      echo '<li></li>
            <li class="top_logout">
              <a href="', $scripturl, '?action=logout;', $context['session_var'], '=', $context['session_id'], '"><i class="fa fa-logout"></i>Logout</a>
          </li>';
         
    }//close if logged in
   
    //close mod by dave logout button

    echo '
                        </ul>
                    </div>
                </div>
            </div>
        </div>
       
    </nav><!-- .menu_nav -->';
   
}//close function template_menu






css

nav#main_nav ul.menu_nav li.top_logout {
    position: absolute;
    right: 1em;
}

pic

top_logout_button.jpg


Title: Re: Repulse
Post by: Diego Andrés on December 14, 2023, 12:45:16 AM
You can do this easier:

Repulse/themecustoms/Init.php

Code (Search) Select
public static $_likes_quickbutton = false;
Code (Replace) Select
public static $_likes_quickbutton = false;

public static $_settings = [
'login_main_menu' => true,
];

That'll add both buttons to the main menu.
If you're using the 'community button' setting, you'll want to add those actions to the exclude setting.

I'll probably add a new setting in the next release to make it easier to toggle.
Title: Re: Repulse
Post by: durangod on December 14, 2023, 12:51:47 AM
Thanks appreciate it... i am old school (like before the web, before email) , i really dont understand these new framwork environments.  I figured it would be a breeze for you to do but i had no clue....  im learning slowly....  :)   
Title: Re: Repulse
Post by: Diego Andrés on December 14, 2023, 12:57:11 AM
No worries, it seems like I just keep adding settings to them  :laugh:
Title: Re: Repulse
Post by: unstablekitsune on December 15, 2023, 04:29:25 AM
Thank you for taking the time to create this theme! Love the Theme. Very Unique to most! But i face an issue. Board/Topics are not showing up. No text nothing just a icon and Cat Div. I prefer this over other themes. If you could point me in correct direction to attempt to fix this i can try :D I'm pretty new to SMF. 

(https://cdn.discordapp.com/attachments/1183274332919693452/1185150207965528106/image.png?ex=658e9024&is=657c1b24&hm=308839ace66eaff5b21d5c5994d3f90352ccdf37fe1707cc68c10446533623c5&)
Title: Re: Repulse
Post by: durangod on December 15, 2023, 05:09:01 AM
Hi, have you checked the user and topic permisions to be sure the topic is viewable.  Also make sure you actually have a topic, cats with topics dont usually show up. 

I cant really tell by the image, is that from the admin login view?

Title: Re: Repulse
Post by: unstablekitsune on December 15, 2023, 05:23:12 AM
I do have a topic, a few boards. And permissions are set to guest viewable. When i set theme to Default Everything reappears. I am logged into Admin. Would that cause that tho? I wouldnt think it would hide the topics or boards like that. I dont know tho, i am new.
Image is of Default theme set to all users.(https://cdn.discordapp.com/attachments/1150149488430813234/1185164542985109565/image.png?ex=658e9d7e&is=657c287e&hm=9dc5a5a983098bd7c52ce0aab6bf531f6a993e2710a29406f7663459020686f9&)
Title: Re: Repulse
Post by: durangod on December 15, 2023, 05:28:03 AM
Ok good info thanks for sharing. I wanted to know if you were looking at it as admin because admin should not be blocked from anything, so i wanted to make sure. 

Diego is really  good about replying here quickly.  I will noodle over this and see if i can think of a reason why. But in any case he should be along soon to help you, he is a really good developer.

Is that your domain name, if not do you want to share your domain name in a PM and i can tell you what i see. 
Title: Re: Repulse
Post by: unstablekitsune on December 15, 2023, 05:36:16 AM
Oh, that makes sense, Tho being admin didnt help :D

Oh Well More the marrier. I dont mind waiting for replies, lol isn't that what forums are for.

as for domain. the first link i sent was my domain yes. But just incase https://forum.yifftech.org

Need the Traffic anyways :laugh: 

Edit: I had thought i sent a link. my bad!
Title: Re: Repulse
Post by: durangod on December 15, 2023, 06:09:01 AM
Ok, i see you have a actuall add on domain with qualified dns  ie forum.example.com

However i am thinking that if that was a problem with that, the site would not load...

I have never seen a forum load but not show topics.... interesting...  as long as the default settings are there and all you did was load the template then it should show.. because it shows with default loaded... hmmmm 

did you check the error logs?  via admin and on the server as well  it should be a file named error_log in the root domain

Also just so you know.... if you just post example.com it wont show up as a link in the text, just leave out http and www  so you dont have to put the hxxt either :) 

Title: Re: Repulse
Post by: durangod on December 15, 2023, 06:11:39 AM
hey i found something, click on that image you see where the topic should be... the topic shows up   Something is going on with that image...  remove it and see if it works then...
Title: Re: Repulse
Post by: unstablekitsune on December 15, 2023, 06:26:36 AM
I havent checked the Error log in Files. Nothing pops on the logs in SMF. So Idk, Ill take a look at Log in files, maybe it will give a clue.

That Paw i assume your speaking of. Its the Custom Board Icons thingy. I Uninstalled it thinking the same. but nothing seems to work.

It seems to auto redirect to Unread Topics, I have no idea why, nor can i locate the setting to stop it  :laugh:
Title: Re: Repulse
Post by: unstablekitsune on December 15, 2023, 06:33:47 AM
i was testing my social login link thingy. Created a new "member" account. And it shows same. I changed to light theme to show that no text is being displayed(https://cdn.discordapp.com/attachments/1183274332919693452/1185182249348513882/image.png?ex=658eadfb&is=657c38fb&hm=6bbc73cfd72326aa251c561c1f18ecedf61eb3692c5ea94593d112878b77b68b&)

i think it might url related. try forum.yifftech.org/general vs forum.yifftech.org/index.php#c1

/general loads, but /index.php#c1 doesnt

Title: Re: Repulse
Post by: durangod on December 15, 2023, 06:38:31 AM
Yeah that shows up fine... you may have to do a 301 perm redirect via your panel unless you know how to code one in your domain htaccess file by hand. 

That is one reason i never liked official addon domains with dns they are kind of funky to deal with.  When i add on a domain i just make a folder for it and done..   so that it is example.com/forum and not forum.example.com

Im sure that full dns add on domains are easy for those that do them all the time, but i never did them all the time...

But yeah i think we are on to something here.   I need some sleep so ill check back in a few hours to see if anyone helped you :)
Title: Re: Repulse
Post by: unstablekitsune on December 15, 2023, 06:43:37 AM
I can code, just not well lol. Still learning. But Ive played with htaccess before. So thats not to much an idea.

Yea, i would have done that but I have Concrete CMS on the main domain, Tried but Addon. And it just died everytime. No idea why.

Its possible. Hope you get some well rested sleep =3 Hopefully ill hear from Diego in a while or anyone lol.
Thank you for attempting to point me in the right direction!  :D
Title: Re: Repulse
Post by: Diego Andrés on December 15, 2023, 07:57:19 AM
Do you have any mods installed?
Any errors in your log?
Title: Re: Repulse
Post by: unstablekitsune on December 15, 2023, 09:20:53 AM
I have a few mods installed. I've uninstalled all of them to test if it was any of  them, didn't change anything.

I Get a Discord Whos Online Error, Tho i dont think that would cause what is going on. other then that no errors via SMF Error log. 

I'm honestly baffled. Never encountered a bug like this. tho I just found some possible error lines at the bottom for the theme. I didnt really take long to look. I attached the Error log i found in root domain.
Title: Re: Repulse
Post by: Kindred on December 15, 2023, 09:24:17 AM
Durango, there are several better ways to add menu items rather than hacking the template like that... especially because your hack ONLY affects the one theme.  If you offer multiple themes,  or change the theme later,  your hack won't affect the other theme.
Title: Re: Repulse
Post by: unstablekitsune on December 15, 2023, 09:30:28 AM
I think i found the root of the issue. idk
#0 /home/username/public_html/.subdomain/forum.yifftech.org/Themes/Repulse_v1.0.5/themecustoms/templates/board.template.php(24): template_bi_cbi_icon(Array)
#1 /home/username/public_html/.subdomain/forum.yifftech.org/Themes/Repulse_v1.0.5/BoardIndex.template.php(104): themecustoms_board_icon(Array)
#2 /home/username/public_html/.subdomain/forum.yifftech.org/Sources/Load.php(2778): template_main()
#3 /home/username/public_html/.subdomain/forum.yifftech.org/Sources/Subs.php(4183): loadSubTemplate('main')
#4 /home/username/public_html/.subdomain/forum.yifftech.org/index.php(199): obExit(NULL, true, true)
#5 {main}
  thrown in /home/username/public_html/.subdomain/forum.yifftech.org/Sources/Subs-CBI.php on line 151
[14-Dec-2023 07:09:16 America/New_York] PHP Fatal error:  Uncaught Error: Call to undefined function template_bi_board_icon() in /home/username/public_html/.subdomain/forum.yifftech.org/Sources/Subs-CBI.php:151
Title: Re: Repulse
Post by: Diego Andrés on December 15, 2023, 09:42:18 AM
Yes it's the CBI mod then.
It's not properly supported at this time from this theme, I will see if I can improve that this weekend.
Title: Re: Repulse
Post by: unstablekitsune on December 15, 2023, 09:51:16 AM
Custom Board Icons? That was the first one i uninstalled in my test. hmm Alright, Still slightly baffling. Though Root Cause was found.

If i knew this code base as well as i knew C# then i could prob fix it myself. In due time lol, I found SMF like 2 days ago, very new to it still. :laugh: 
Title: Re: Repulse
Post by: unstablekitsune on December 15, 2023, 09:55:01 AM
Uninstalled, clear cache, etc. Seems to show text again. Tho Im unsure what is with the icons. Is this normal?(https://cdn.discordapp.com/attachments/1183274332919693452/1185233110204420196/image.png?ex=658edd5a&is=657c685a&hm=9e5ee88c25fba9858ec50132b0466eee395285bd78dcd53ede3d5ca4bfce32a7&)
Title: Re: Repulse
Post by: Diego Andrés on December 15, 2023, 10:01:38 AM
Not normal unless you edited it, try disabling minimization of files in the forum settings and enabling it again.
It's located in features and options section.

Quote from: unstablekitsune on December 15, 2023, 09:51:16 AMCustom Board Icons? That was the first one i uninstalled in my test. hmm Alright, Still slightly baffling. Though Root Cause was found.

If i knew this code base as well as i knew C# then i could prob fix it myself. In due time lol, I found SMF like 2 days ago, very new to it still. :laugh: 

Have fun  :laugh:
There aren't many mods changing boards things or layout so there are definitely things I can improve in the theme to ensure compatibility.
Title: Re: Repulse
Post by: unstablekitsune on December 15, 2023, 10:21:54 AM
Quote from: Diego Andrés on December 15, 2023, 10:01:38 AMHave fun  :laugh:
There aren't many mods changing boards things or layout so there are definitely things I can improve in the theme to ensure compatibility.
from what i can tell, its similar to concrete cms. idk, need to read more guide lol.

So im Unable to locate Minimization of files under Features - Options. And i haven't touched any files outside of Admin UI, I draw bugs to me, so i like to stay out of code if possible lol.  Kinda why it took so long to reply. is it suppose to be @ Admin > Features and Options > General?
Title: Re: Repulse
Post by: Diego Andrés on December 15, 2023, 10:26:45 AM
It has a slightly different name: Minimize CSS and JavaScript files.

Hope it helps, otherwise might need to investigate what happened.
Title: Re: Repulse
Post by: unstablekitsune on December 15, 2023, 10:35:34 AM
Thank you, I was blind looking for the wrong word. 

Found it, I Disabled it & Saved, Then Cleared Cache(just because i guess), & I Reenabled it & Saved. 

Sadly it didn't fix the icon issue. No idea what's that about. Ill see if i can track it down with some of my coding tools. Maybe ill get lucky.

Either way, You did fix the main issue! And i Greatly Thank you for the guidance through this.  :D
Title: Re: Repulse
Post by: durangod on December 15, 2023, 11:17:07 AM
Quote from: Kindred on December 15, 2023, 09:24:17 AMDurango, there are several better ways to add menu items rather than hacking the template like that... especially because your hack ONLY affects the one theme.  If you offer multiple themes,  or change the theme later,  your hack won't affect the other theme.

Are there any resource links you can share to help teach me how to do that?   I do plan on sticking with just one theme and not offereing any more.
Title: Re: Repulse
Post by: Diego Andrés on December 15, 2023, 11:26:16 AM
Quote from: unstablekitsune on December 15, 2023, 10:35:34 AMSadly it didn't fix the icon issue. No idea what's that about. Ill see if i can track it down with some of my coding tools. Maybe ill get lucky.

Either way, You did fix the main issue! And i Greatly Thank you for the guidance through this.  :D

If you have a link to see it online, I could also give it a try to help you find the issue.
Title: Re: Repulse
Post by: durangod on December 15, 2023, 11:29:18 AM
Diego here is his link  forum.yifftech.org
Title: Re: Repulse
Post by: Diego Andrés on December 15, 2023, 12:34:20 PM
Looks like it's caused by FA Board icons MOD?

Could fix it with this
Quote from: Diego Andrés on August 05, 2023, 06:04:00 PMAdd to Repulse/css/custom/custom_edits.css (if it doesn't exist, create one).
 
.boardindex_table div.up_contain:not(.b_board, .b_redirect) .board_icon a::before { display:none;}
Title: Re: Repulse
Post by: unstablekitsune on December 15, 2023, 01:26:16 PM
Quote from: Diego Andrés on December 15, 2023, 12:34:20 PMLooks like it's caused by FA Board icons MOD?
Sorry for late reply, Got lost in QR Codes lol. I uninstalled FA Board Icons, Well It fixed it!

I don't understand how, as i started with board altering mods first on my uninstall test. 0.o weird.

Either Way Thank you so much everyone for the help with that =3. So much appreciation for everything!!! Can't Thank you all Enough =3
Title: Re: Repulse
Post by: Kindred on December 15, 2023, 01:31:41 PM
Quote from: durangod on December 15, 2023, 11:17:07 AM
Quote from: Kindred on December 15, 2023, 09:24:17 AMDurango, there are several better ways to add menu items rather than hacking the template like that... especially because your hack ONLY affects the one theme.  If you offer multiple themes,  or change the theme later,  your hack won't affect the other theme.

Are there any resource links you can share to help teach me how to do that?   I do plan on sticking with just one theme and not offereing any more.

that's fine for you....  but you keep posting code edits which could confuse or screw up someone who did it and didn't have the same needs.

https://wiki.simplemachines.org/smf/Buttons_-_How_do_I_add_buttons_to_SMF_2.0
and regarding the login/logout button, Diego listed a better way
https://www.simplemachines.org/community/index.php?msg=4165367


Title: Re: Repulse
Post by: durangod on December 15, 2023, 01:38:41 PM
Quote from: Kindred on December 15, 2023, 01:31:41 PM
Quote from: durangod on December 15, 2023, 11:17:07 AM
Quote from: Kindred on December 15, 2023, 09:24:17 AMDurango, there are several better ways to add menu items rather than hacking the template like that... especially because your hack ONLY affects the one theme.  If you offer multiple themes,  or change the theme later,  your hack won't affect the other theme.

Are there any resource links you can share to help teach me how to do that?   I do plan on sticking with just one theme and not offereing any more.

that's fine for you....  but you keep posting code edits which could confuse or screw up someone who did it and didn't have the same needs.

https://wiki.simplemachines.org/smf/Buttons_-_How_do_I_add_buttons_to_SMF_2.0
and regarding the login/logout button, Diego listed a better way
https://www.simplemachines.org/community/index.php?msg=4165367





I agree however that is why i made sure to fully explain what i was doing and why including pictures showing the result.  I understand there are those that just edit things they see posted by someone else without any regard for what they are doing and then ask for help fixing it because they edited something that did not work for them or their needs.  I hope those are few and far between but those people would mess up anything its just a matter of time so what i did would not matter they would mess it up anyway. 

Gladly most people that edit are experiences admins that know what they are doing and can do it understanding the risk. 

So yes if there is a better way i will do it eventually and diego has been great about his support.  Actually everyone has even the one they call "the mean one" hee hee :) 

Thanks :)
Title: Re: Repulse
Post by: durangod on December 15, 2023, 02:14:46 PM
But you have to admit, my mods look gooooood :)  lol 


selfmods.jpg
Title: Re: Repulse
Post by: Diego Andrés on December 15, 2023, 02:53:21 PM
Quote from: unstablekitsune on December 15, 2023, 01:26:16 PMEither Way Thank you so much everyone for the help with that =3. So much appreciation for everything!!! Can't Thank you all Enough =3

No worries, I'll see what I can do to improve the compatibility with such MODs.

And I'll also make the menu thing a setting!



Quote from: durangod on December 14, 2023, 12:38:26 AMnav#main_nav ul.menu_nav li.top_logout {
    position: absolute;
    right: 1em;
}

You probably need to add position: relative; to the menu_nav, to prevent this item you added from escaping the area you expect it to be.
nav#main_nav ul.menu_nav {
position: relative;
}

If you resize your screen, you might see the difference.
Title: Re: Repulse
Post by: durangod on December 15, 2023, 09:26:49 PM
Good eye, Good call Diego.  thanks :)
Title: Re: Repulse
Post by: durangod on December 15, 2023, 11:49:28 PM
Diego i added the logout button as you said in that earlier post.  i remove my other mod and the css

thanks works great... :)
Title: Re: Repulse
Post by: Diego Andrés on December 17, 2023, 02:01:17 AM
Quote from: Diego Andrés on December 15, 2023, 02:53:21 PMNo worries, I'll see what I can do to improve the compatibility with such MODs.

And I'll also make the menu thing a setting!

Both are done.
New package will be released early next week.
Title: Re: Repulse
Post by: durangod on December 17, 2023, 05:36:03 PM
Thank you very much Diego, more appreciated that i can say here.. It means alot.  :] 

One last thing, can i move the logout button to the far right.  I would like users to see it as a seperate  element and not part of the menu even though it is part of the menu.  I would just like it to be by itself..   

Possible?    I am not as experience in using flex as you are and i tried but it wont move.
Title: Re: Repulse
Post by: Diego Andrés on December 17, 2023, 05:38:01 PM
Your css would still work for that, it would just need to change the class used in the selector, and of course remove the index.template edit you used since the button would already be there.
Title: Re: Repulse
Post by: Diego Andrés on December 18, 2023, 09:08:28 PM
1.1.0 - 18 December 2023
Full list of changes (https://github.com/SMFTricks/Repulse/compare/v1.0.5...v1.1)
Title: Re: Repulse
Post by: durangod on December 19, 2023, 01:54:55 AM
Update went flawless, great job... no issues and running great!   
Title: Re: Repulse
Post by: durangod on December 19, 2023, 03:40:31 AM
I was going to add this to the previous post but i missed the edit deadline :(

Anyway if someone wants to add a icon with a link that goes directly to their rules page (this may allow registrants to view it quicker than trying to find it in the forum) in the top head section with the other icons here is how you can do it. '

I did it this way because its such a special custom code needed to do it.

First go to your board rules topic page and copy the url, it will look something like this


//yours is going to be different because the topic id is going to be different
//so this example shows topic,4.0.html  that is my rules topic

//if you look close you will see that after the word topic there is a comma (,)
//dont forget that if you edit that url


https://example.com/index.php/topic,4.0.html


next inside of the this theme index.template.php about line #271  (original theme no other edits)

you will see this code


    // Add the mode selector
        template_theme_darkmode();

    // And now we're done.
        echo '               
          </ul>';



right after that echo '  and before the </ul>';  is where this code goes

be sure to use your rules page url starting with https://

   
   
    <li>
    <a href="your rules page url goes here"><i class="fa-solid fa-scale-balanced" title="Rules"></i></a>
    </li>         
             



so to show you the whole section it should look like this

      // And now we're done.

      //dave mod added rules icon and link to top header
      //this echo is original code - leave it
    echo '
        <li>
        <a href="https://example.com/index.php/topic,x.x.html"><i class="fa-solid fa-scale-balanced" title="Rules"></i></a>
        </li>
       
    </ul>'; //this close ul is original code - leave it

        //end dave mod



no custom css required....  hope that helps...

here is how it looks


rulesicon_mod.jpg


Title: Re: Repulse
Post by: durangod on December 21, 2023, 04:30:25 PM
Here is a new message icon if you ever wanted to use it.  Just thought i would share just in case someday you want it..  :)


messages_icon.png

and here is the photoshop file

messages_icon.psd

and here is what it looks like



Title: Re: Repulse
Post by: Kindred on December 21, 2023, 06:36:27 PM
Are you actually using those silly .html extensions?   I think that's a mistake.
Those are legacy from 15 years ago
Title: Re: Repulse
Post by: durangod on December 21, 2023, 06:42:57 PM
Are you talking about using png rather than sprites or SVG...  yes because its only a few icons and the load time wont suffer. Besides i too am legacy... are you trying to say im old... well you are correct lol hee hee

15 years isnt that about the same time that SMF came out with its last major update hee hee :)   (thats the word on the street so i hear)
Title: Re: Repulse
Post by: Kindred on December 21, 2023, 06:54:15 PM
No, i mean the ancient "sef" checkbox that adds .html to your URLs-- leftover from when search engines couldn't deal with dynamic URLs
Title: Re: Repulse
Post by: durangod on December 21, 2023, 06:56:35 PM
Quote from: Kindred on December 21, 2023, 06:54:15 PM"sef" checkbox

Maybe i am brain dead for the day but i have no idea what they is.  Can you point it out to me please.
Title: Re: Repulse
Post by: Kindred on December 21, 2023, 07:54:02 PM
Quotehttps://example.com/index.php/topic,4.0.html

Or was that something the was there that you just quoted...
Title: Re: Repulse
Post by: durangod on December 21, 2023, 09:07:18 PM
Quote from: Kindred on December 21, 2023, 07:54:02 PM
Quotehttps://example.com/index.php/topic,4.0.html

Or was that something the was there that you just quoted...

i just quoted it ,  that was the format of the url that showed
Title: Re: Repulse
Post by: Diego Andrés on December 21, 2023, 09:19:34 PM
Yes, Kindred is referring to this option: Search engine friendly URLs. It's not really recommended or useful anymore.
Title: Re: Repulse
Post by: durangod on December 21, 2023, 11:29:13 PM
Quote from: Diego Andrés on December 21, 2023, 09:19:34 PMYes, Kindred is referring to this option: Search engine friendly URLs. It's not really recommended or useful anymore.

Have never used those and never got into them when they were popular, no wonder i had no clue what it was lol
I did not even know i had that turned on in my admin area, i disabled it.
Title: Re: Repulse
Post by: durangod on December 22, 2023, 04:06:18 AM
Hi,

Are you aware of anything that changing these values might break in your theme of SMF?

Dont go researching i just thought you might know something off the top of your head, i dont want you to have to go testing this..  If something does happen i will let you know.

I had to change these to auto because i coded a GDPR banner and the editor and tool bar where indexing above the toolbar.  I tried just changing the z-index on the tool bar but the editor still took over.  Its not the first time i have had a editor do this, i had the same issue with tinymce awhile back.

I really hate to use important but nothing else worked. 




/* this is to keep the editor from displaying above the GDPR banner */

.sceditor-container,
.sceditor-container div,
div.sceditor-dropdown,
div.sceditor-dropdown div {
    z-index: auto !important;
}

div.sceditor-container:not(.sceditor-maximize) {
    z-index: auto;
}
Title: Re: Repulse
Post by: Diego Andrés on December 22, 2023, 07:53:55 AM
You should probably change the values of the other thing instead.
Title: Re: Repulse
Post by: durangod on December 22, 2023, 10:32:26 AM
Quote from: Diego Andrés on December 22, 2023, 07:53:55 AMYou should probably change the values of the other thing instead.

I did and it worked for everything other than the editor, thats not surprising, its a common thing with editors wanting to take over everything.
Title: Re: Repulse
Post by: Diego Andrés on December 22, 2023, 10:51:38 AM
This was an issue in the past for the default theme because on mobile the menus would be under the editor, you'll have to verify it.
Title: Re: Repulse
Post by: durangod on December 22, 2023, 11:31:35 AM
will do...   do you show a home button on your version ,

i mean on  mobile
Title: Re: Repulse
Post by: Diego Andrés on December 22, 2023, 11:45:16 AM
No, default menu.
Title: Re: Repulse
Post by: durangod on December 22, 2023, 12:13:58 PM
Ok thanks, my mobile version shows logout, search, members   there is no way for me to get back to home unless i add the url back to the logo...    or pushing the back arrow

so you have the full menu on your mobile... i am trying to figure out if i messed up or not lol

Regarding the z-index auto, i see no issues on mobile for that so far,
Title: Re: Repulse
Post by: Diego Andrés on December 22, 2023, 12:37:20 PM
Well it's supposed to be there, nothing changed in the theme.
It does have an option to remove buttons but you would've had to add them yourself in the setting.
Title: Re: Repulse
Post by: durangod on December 22, 2023, 02:10:30 PM
Ok thanks, that means somewhere i messed up, because its not there.... thanks for checking.... ill go find out where i messed up :) 
Title: Re: Repulse
Post by: durangod on December 23, 2023, 01:08:06 AM
Yep i messed up, the home link was there but because of my css change the logout button was on top of it hiding it.  Glad that is resolved :)  Thanks for being understanding :)
Title: Re: Repulse
Post by: durangod on December 27, 2023, 09:20:19 PM
See here :)

https://www.simplemachines.org/community/index.php?topic=587868.0

Done   :) 

/* this changes the color of the LOADING banner background and text color for page loading */

#ajax_in_progress {
    background: #340909;
    color: #ffffff;
    border-bottom: 4px solid #730d0d;
}

Title: Re: Repulse
Post by: Diego Andrés on December 30, 2023, 07:08:27 PM
Will have a look next week.
Title: Re: Repulse
Post by: Diego Andrés on February 08, 2024, 10:07:13 PM
Quote from: durangod on December 27, 2023, 09:20:19 PMSee here :)

https://www.simplemachines.org/community/index.php?topic=587868.0

Done  :) 

/* this changes the color of the LOADING banner background and text color for page loading */

#ajax_in_progress {
    background: #340909;
    color: #ffffff;
    border-bottom: 4px solid #730d0d;
}


Busy month. I've just added this.
Included in latest release, but not mentioned.

1.1.1 - 08 February 2024
Title: Re: Repulse
Post by: bod22 on February 16, 2024, 10:38:19 AM
I've started testing and adjusting this theme. It's my favourite as far as SMF 2.1 is concerned.

However, I have a few issues to discuss.

The first one is only the idea :)


1. Is it possible to have a different logo for light and different for dark version?
I guess most forums have a graphic logo which is difficult to adjust for both light and dark themes at the same time. It would be nice to have this option that logo changes when you switch to a different version of the forum - light/dark.


There rest are some issues with reponsiveness of this theme. I checked them on my mobile and with Google Chrome on PC so I guess they are global.

1. I don't know why but when a user has an image in signature something crashes a layout of the forum.

https://i.imgur.com/BXC1HnT.png

2. In the list of topics I have something like this. I don't know if it's the matter of the theme or Polish translation but it would be great to have it in one straight line.

https://i.imgur.com/yeonABo.png

3. I think there is a problem with your board icons too or the mod "smf fa board icons". On PC, mobile it's great but on TV where we have a huge resolution despite using the mod with different icons, there are still present the default circles. I know that noone is using a forum on TV but I wanted to check how this theme works on it.

I used this code from your previous hint, that's why the circles are full inside but without it the situation is the same but with empty circles inside.

.boardindex_table div.up_contain:not(.b_board, .b_redirect) .board_icon a::before { display:none;}

4. Finally it's not a problem but what does this icon stand for and how can I get rid of it?

https://i.imgur.com/7dYYtQE.png

Thanks for any help :)
Title: Re: Repulse
Post by: Diego Andrés on February 16, 2024, 10:54:04 AM
Hello.

Quote from: bod22 on February 16, 2024, 10:38:19 AM1. Is it possible to have a different logo for light and different for dark version?
I guess most forums have a graphic logo which is difficult to adjust for both light and dark themes at the same time. It would be nice to have this option that logo changes when you switch to a different version of the forum - light/dark.
Yes but only changing the image manually.
For instance, you'd need to add the image as a background image for a new div or container, and possibly define the path in a new CSS variable, and then change the value for dark.css
So if you don't mind having to manually replace your logo every now and then, I could provide you some code for this.

Quote from: bod22 on February 16, 2024, 10:38:19 AM1. I don't know why but when a user has an image in signature something crashes a layout of the forum.

https://i.imgur.com/BXC1HnT.png
I might've seen this issue on the default theme too... I'll look into it.

Quote from: bod22 on February 16, 2024, 10:38:19 AM3. I think there is a problem with your board icons too or the mod "smf fa board icons". On PC, mobile it's great but on TV where we have a huge resolution despite using the mod with different icons, there are still present the default circles. I know that noone is using a forum on TV but I wanted to check how this theme works on it.

I used this code from your previous hint, that's why the circles are full inside but without it the situation is the same but with empty circles inside.

.boardindex_table div.up_contain:not(.b_board, .b_redirect) .board_icon a::before { display:none;}
This might not work anymore as I updated the theme, not sure if you updated it too recently? I'll have a look later and let you know if the CSS rule needs to be changed.

Quote from: bod22 on February 16, 2024, 10:38:19 AM4. Finally it's not a problem but what does this icon stand for and how can I get rid of it?

https://i.imgur.com/7dYYtQE.png
This is part of the legend icons that appear below the topics list. That specific icon means the user has previously participated in the topic.
Do you want to remove all of those hints?
Title: Re: Repulse
Post by: bod22 on February 16, 2024, 01:55:34 PM
Quote from: Diego Andrés on February 16, 2024, 10:54:04 AMYes but only changing the image manually.
For instance, you'd need to add the image as a background image for a new div or container, and possibly define the path in a new CSS variable, and then change the value for dark.css
So if you don't mind having to manually replace your logo every now and then, I could provide you some code for this.

Great, it would be nice. I think I'll manage to do it manually on my own.

Quote from: Diego Andrés on February 16, 2024, 10:54:04 AMI might've seen this issue on the default theme too... I'll look into it.

Thank you.

Quote from: Diego Andrés on February 16, 2024, 10:54:04 AMThis might not work anymore as I updated the theme, not sure if you updated it too recently? I'll have a look later and let you know if the CSS rule needs to be changed.

I use the last version 1.1.1 and as I said I noticed it only when showing on TV.


Quote from: Diego Andrés on February 16, 2024, 10:54:04 AMThis is part of the legend icons that appear below the topics list. That specific icon means the user has previously participated in the topic.

Yes, I'd like to get rid of this icon. To to be precise the one in a circle.

(https://i.imgur.com/eZQdgA4.png)

And what about number 2?

"2. In the list of topics I have something like this. I don't know if it's the matter of the theme or Polish translation but it would be great to have it in one straight line.

(https://i.imgur.com/yeonABo.png)
Title: Re: Repulse
Post by: Steve on February 16, 2024, 05:37:05 PM
The icon in your red circle can be gotten rid of this way:

Make copy of MessageIndex.template.php from Default theme (If Repulse doesn't already have one.):

Delete:

', $topic['is_posted_in'] ? '<span class="main_icons profile_sm"></span>' : '', '
Title: Re: Repulse
Post by: Diego Andrés on February 16, 2024, 07:18:46 PM
Quote from: bod22 on February 16, 2024, 10:38:19 AM1. I don't know why but when a user has an image in signature something crashes a layout of the forum.

https://i.imgur.com/BXC1HnT.png (https://i.imgur.com/BXC1HnT.png)
Can't reproduce, what's the signature content?

Quote from: bod22 on February 16, 2024, 01:55:34 PMI use the last version 1.1.1 and as I said I noticed it only when showing on TV.
I just tested this but I'm not sure what are the changes you made, are you using a MOD or what exactly did you change to add your icon?
Dos it work if you change the CSS to this?
.boardindex_table div.up_contain .board_icon a::before { display:none;}
Title: Re: Repulse
Post by: bod22 on February 18, 2024, 07:33:17 AM
Quote from: Steve on February 16, 2024, 05:37:05 PMThe icon in your red circle can be gotten rid of this way:

Make copy of MessageIndex.template.php from Default theme (If Repulse doesn't already have one.):

Delete:

', $topic['is_posted_in'] ? '<span class="main_icons profile_sm"></span>' : '', '

Works perfectly. Thanks.

Quote from: Diego Andrés on February 16, 2024, 07:18:46 PMCan't reproduce, what's the signature content?

These are usually some images with different profiles. Here the example.

[URL=http://psnprofiles.com/G-R-Z-E-C-H][img width=338 height=100]http://card.psnprofiles.com/1/G-R-Z-E-C-H.png[/img][/URL]
Perhaps the problem is not with the theme but these set dimensions of images? I should edit them manually?

Quote from: Diego Andrés on February 16, 2024, 07:18:46 PMI just tested this but I'm not sure what are the changes you made, are you using a MOD or what exactly did you change to add your icon?
Dos it work if you change the CSS to this?

I used FA Board Icons. Now it works great with your code. Thanks.

Title: Re: Repulse
Post by: Diego Andrés on February 19, 2024, 09:11:56 PM
1.1.2 - 19 February 2024
Full Changelog: v1.1.1...v1.1.2 (https://github.com/SMFTricks/Repulse/compare/v1.1.1...v1.1.2)
Title: Re: Repulse
Post by: bod22 on March 10, 2024, 10:27:30 AM
Is it OK that while zooming site avatars overlap the space with messages counter?

(https://i.imgur.com/PECw3r8.png)

You can check it in 110% view, 120% view etc.


Title: Re: Repulse
Post by: Kindred on March 10, 2024, 01:39:59 PM
Zooming screws up all sorts of layouts