News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

NameX

Started by Diego Andrés, August 05, 2022, 11:39:45 PM

Previous topic - Next topic

Diego Andrés

Link to the theme



Free & Premium Themes for SMF




NameX
Developed by: Diego Andrés
Designed by: Harold Zapata

Features
  • FontAwesome
  • Social Networks
  • Logo URL
  • Forum Width
  • Separate sticky topics
  • Avatars
    • Boards
    • Topics
    • Online Users
    • Recent Posts
  • Remove Menu Items
  • Remove Menu Icons


Changelog
Demo Online
GitHub
Crowdin

SMF Tricks - Free & Premium Responsive Themes for SMF.

TwitchisMental

This is a beautiful theme. Great work :).

Speed King

Nice theme  :o
But how to change "NameX" logo with Forum title?

ForumSever

Güzel tema, elinize sağlık.

Diego Andrés

Quote from: Speed King on August 06, 2022, 05:47:57 AMNice theme  :o
But how to change "NameX" logo with Forum title?

You'd have to set a logo url in the theme settings.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Steve

I gotta say, for a light theme, this is pretty awesome! Lots of handy little changes or tricks.
DO NOT pm me for support!

Speed King

There is a problem with code blocks - the code text is not wrapped:

Click =>

Diego Andrés

Try new package. Update the css/custom/app.css file and let me know.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Speed King

Thanks, now code block layout is OK :)

Click =>

@rjen

Just testing the theme, and I get this error on the message index..


'xxxxxx_smftest.meml.avatar' isn't in GROUP BY
File: /home/xxxxxx/domains/fjr-club.nl/public_html/test/Sources/MessageIndex.php
Line: 361


Version Information:
Forum version: SMF 2.1.2 (more detailed)
Current SMF version: SMF 2.1.2
GD version: 2.2.5
MySQL engine: MariaDB
MySQL version: 10.5.15-MariaDB-cll-lve-log
SMF file based caching: 2.1.2
SQLite3 database based caching: 3.26.0
PHP: 7.4.30 (more detailed)
Server version: Apache
Running SMF 2.1 with latest TinyPortal at www.fjr-club.nl

Diego Andrés

That should be a combination of various things since the theme is evidently not using queries.
Could you provide more details about this issue? Mods installed, topics or posts from guests, etc?

SMF Tricks - Free & Premium Responsive Themes for SMF.

radu81

That's a really nice theme, congrats!
sorry for my bad english

@rjen

Quote from: Diego Andrés on August 08, 2022, 07:58:30 AMThat should be a combination of various things since the theme is evidently not using queries.
Could you provide more details about this issue? Mods installed, topics or posts from guests, etc?

It is a test forum that is direct copy of my productive forum, number of mods, different themes. All themes work ok, except this one, so it is something this theme does / uses differetnly from standard...

But here you go...

Mod Name   Version
Remove "Last Edit"   1.1
Simple Audio Video Embedder   7.0
Sticky Topics Order FJR   0.6
Automatic Attachment Rotation (and Resize)   6.16
Thumbnail Topic Mod   4.2
FJR-club Menu-opties   1.3
Alternate User Posting   2.1.1
Quick Reply Attachments Button   1.0
TinyPortal   2.2.3
Spiders Don't Increase Topic Views   2.0
EU Cookie SMF2.1   2.1
AJAX Recent Topics for SMF2.1   2.1
Message Bookmarks   0.9.2
Thumbnail Topic Mod   4.1
Forum Width Setting   1.2
Mod Version Checker   1.1
Stupid bouncy BBC   2.1.9
Redis Cache   1.0
Unlimited Attachments Permission   1.1
Message Bookmarks   0.9.3
Users Online Today   2.1.2
Downloads System   3.0.13
Running SMF 2.1 with latest TinyPortal at www.fjr-club.nl

Diego Andrés

It's the avatars setting, which is a default in SMF but most themes aren't implementing it.
And it's an issue with the Thumbnail Topic Mod, I'll flag it over there.

SMF Tricks - Free & Premium Responsive Themes for SMF.

vbgamer45

Have posted an update to the thumbnail topic mod that hopefully will help.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

jsx

A very nice, modern theme. Great work. Thanks. :)


Speed King

Is it possible to increase font size for Replies/Views column in Unread Topics index?

Click =>

Diego Andrés

Mmmm that's a nice catch.

Replace this in css/customs/app.css
Code (Search) Select
/* MessageIndex */
#topic_header {
border-radius: 4px;
}
#topic_header .board_stats,
#topic_container .board_stats {
text-align: right;
margin-right: 15px;
}
#topic_container .board_stats p strong {
font-size: initial;
}
#topic_container .board_stats p {
font-size: 0.68em;
}
#topic_container .lastpost {
display: flex;
align-items: center;
gap: 10px;
padding: 5px 10px;
}
#topic_container .lastpost a.avatar,
#topic_container .lastpost img.avatar_dot {
display: flex;
align-items: flex-end;
}
#topic_container .lastpost img.avatar_dot {
width: 40px;
height: 40px;
}
#topic_container .lastpost,
#topic_header .lastpost {
width: 22%;
}
#topic_container .up_contain {
min-height: 30px;
}
#topic_container .up_contain:first-child {
border-radius: 0;
}
#topic_container .info p {
font-size: 0.9em;
}

Code (Replace) Select
/* MessageIndex */
#messageindex #topic_header {
border-radius: 4px;
}
#messageindex #topic_header .board_stats,
#messageindex #topic_container  .board_stats {
text-align: right;
margin-right: 15px;
}
#messageindex #topic_container  .board_stats p strong {
font-size: initial;
}
#messageindex #topic_container  .board_stats p {
font-size: 0.68em;
}
#messageindex #topic_container  .lastpost {
display: flex;
align-items: center;
gap: 10px;
padding: 5px 10px;
}
#messageindex #topic_container  .lastpost a.avatar,
#messageindex #topic_container  .lastpost img.avatar_dot {
display: flex;
align-items: flex-end;
}
#messageindex #topic_container  .lastpost img.avatar_dot {
width: 40px;
height: 40px;
}
#messageindex #topic_container  .lastpost,
#messageindex #topic_header .lastpost {
width: 22%;
}
#messageindex #topic_container  .up_contain {
min-height: 30px;
}
#messageindex #topic_container  .up_contain:first-child {
border-radius: 0;
}
#messageindex #topic_container  .info p {
font-size: 0.9em;
}

Will fix it in the package later

SMF Tricks - Free & Premium Responsive Themes for SMF.

Speed King

Thanks, now font size is OK :)

Click =>

Chen Zhen


This is a nice theme, great work!

I noticed something peculiar with some of the CSS regarding borders (possibly for tabular display?).
At first I saw it on a few of my mods so I checked some of SMF's default templates which showed the same result. I don't think this is the intended effect but I may be wrong.

An example of my report would be navigating to the SMF admin news template.
The attachment/image shows the border issue.

This is on a test installation with no mods and only this theme installed/enabled.
 

My SMF Mods & Plug-Ins

WebDev

"Either you repeat the same conventional doctrines everybody is saying, or else you say something true, and it will sound like it's from Neptune." - Noam Chomsky

Advertisement: