[CDB] FarmingPro 3.3.12

For style authors to post and receive feedback on 3.3.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
User avatar
NecheB
Registered User
Posts: 66
Joined: Sun Apr 05, 2020 12:36 am

[CDB] FarmingPro 3.3.12

Post by NecheB »

Style Name: FarmingPro
Style Version: 1.0.1
phpBB Version: 3.3.12
Author: NecheB

Any bugs report here in the topic or HERE.

Description:
FarmingPro is a phpBB forum style inspired by the popular game Farming Simulator. This style provides a fresh and attractive design, perfect for gaming communities related to farming simulators.

Image
Image

Demo 1 URL:Click here
Demo 2 URL:Click here

Download 1:Click here
Download 2:Click here

Key Features:
  • Thematic Header: Visually appealing header with an image depicting farming scenes, creating an immersive atmosphere related to the game.
  • Clean Layout: Modern and simple design with a focus on readability and easy navigation.
  • Dark and Light Sections: Contrasting color zones for better visual structure and highlighting important elements.
  • Compatibility: Fully compatible with the latest version of phpBB and optimized for different devices.
FarmingPro is the ideal style for gaming communities that want to enjoy a thematic and well-organized forum dedicated to farming simulators.

Installation:
1. Upload the `FarmingPro` folder to your phpBB forum's `styles` directory.
2. Activate the style from the Admin Control Panel under the "Styles" menu.
3. Customize the style according to your preferences and needs.

Support:
For questions and support regarding the FarmingPro style, you can contact us through the contact form on our website.

Feeling generous? Support me for more fun and fresh updates! 🎉 (optional): PayPal

We hope FarmingPro makes your forum even more attractive and user-friendly!
Last edited by NecheB on Sun Jun 02, 2024 4:06 pm, edited 2 times in total.
User avatar
RomaamoR
Registered User
Posts: 294
Joined: Tue Feb 24, 2015 4:45 pm
Location: Ukraine
Name: Roman

Re: [RC] FarmingPro 3.3.11

Post by RomaamoR »

Forum icons don't work.

Image
User avatar
ssl
Registered User
Posts: 2029
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: [RC] FarmingPro 3.3.11

Post by ssl »

It doesn't come from the style

Capture d’écran 2024-05-26 à 10.40.47.png
You do not have the required permissions to view the files attached to this post.
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.14 | PHP: 8.3.12
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
User avatar
RomaamoR
Registered User
Posts: 294
Joined: Tue Feb 24, 2015 4:45 pm
Location: Ukraine
Name: Roman

Re: [RC] FarmingPro 3.3.11

Post by RomaamoR »

ssl wrote: Sun May 26, 2024 8:41 am It doesn't come from the style
Everything works on prosilver.
Or maybe it doesn't work because I have phpBB Version 3.3.10?
User avatar
NecheB
Registered User
Posts: 66
Joined: Sun Apr 05, 2020 12:36 am

Re: [RC] FarmingPro 3.3.11

Post by NecheB »

Hi,

It looks like the issue with the icons might be related to the path configuration or browser cache. Please check the following:

Path to Icons: Ensure the path to the icons is correct in your configuration files. It should look something like images/icons/.

Browser Cache: Clear your browser cache and refresh the page to see if that resolves the issue.

I've tested this on a forum running an older version, 3.3.7, and it works fine, so the version shouldn't be the problem.

Image

To demonstrate that the icons work, I've set up a demo: [link to demo].

Image

Hope this helps!

Best,
NecheB :ugeek:
User avatar
RomaamoR
Registered User
Posts: 294
Joined: Tue Feb 24, 2015 4:45 pm
Location: Ukraine
Name: Roman

Re: [RC] FarmingPro 3.3.11

Post by RomaamoR »

I figured out the icons. How can I return the logo, name and description of the forum?
User avatar
NecheB
Registered User
Posts: 66
Joined: Sun Apr 05, 2020 12:36 am

Re: [RC] FarmingPro 3.3.11

Post by NecheB »

RomaamoR wrote: Tue May 28, 2024 2:36 pm I figured out the icons. How can I return the logo, name and description of the forum?
overall_header.html
Find:

Code: Select all

			<div id="site-description" class="site-description">
				<h1>{SITENAME}</h1>
				<p>{SITE_DESCRIPTION}</p>
				<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
			</div>
Replace with:

Code: Select all

			<div id="site-description" class="site-description">
		<a id="logo" class="logo" href="{% if U_SITE_HOME %}{{ U_SITE_HOME }}{% else %}{{ U_INDEX }}{% endif %}" title="{% if U_SITE_HOME %}{{ L_SITE_HOME }}{% else %}{{ L_INDEX }}{% endif %}">
					<span class="site_logo"></span>
				</a>
				<h1>{SITENAME}</h1>
				<p>{SITE_DESCRIPTION}</p>
				<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
			</div>

responsive.css
Find and DELETE:

Code: Select all

@media (min-width: 700px) {
	.site-description {
	display:none;
	}

	
}


common.css
Find:

Code: Select all

.logo {
	float: left;
	width: auto;
	padding: 35px 13px 0 10px;
}
DELETE ONLY: float: left;

DEMO:

Image

Feel free to edit and style it however you like. If you need any help, contact me!
User avatar
RomaamoR
Registered User
Posts: 294
Joined: Tue Feb 24, 2015 4:45 pm
Location: Ukraine
Name: Roman

Re: [RC] FarmingPro 3.3.11

Post by RomaamoR »

Where did you indicate your favicon in the code?
I can't find the code to change to my own.
User avatar
illusion034
Registered User
Posts: 8
Joined: Sun Mar 31, 2024 8:37 pm
Location: Bulgaria
Name: Ivan Lazarov

Re: [RC] FarmingPro 3.3.11

Post by illusion034 »

template/overall_header.html

Code: Select all

    <link rel="shortcut icon" href="{T_THEME_PATH}/images/favi/favicon.ico" type="image/x-icon">
    <link rel="apple-touch-icon" href="apple-touch-icon.png">
    <link rel="apple-touch-icon" sizes="57x57" href="{T_THEME_PATH}/images/favi/apple-touch-icon-57x57.png">
    <link rel="apple-touch-icon" sizes="72x72" href="{T_THEME_PATH}/images/favi/apple-touch-icon-72x72.png">
    <link rel="apple-touch-icon" sizes="76x76" href="{T_THEME_PATH}/images/favi/apple-touch-icon-76x76.png">
    <link rel="apple-touch-icon" sizes="114x114" href="{T_THEME_PATH}/images/favi/apple-touch-icon-114x114.png">
    <link rel="apple-touch-icon" sizes="120x120" href="{T_THEME_PATH}/images/favi/apple-touch-icon-120x120.png">
    <link rel="apple-touch-icon" sizes="144x144" href="{T_THEME_PATH}/images/favi/apple-touch-icon-144x144.png">
    <link rel="apple-touch-icon" sizes="152x152" href="{T_THEME_PATH}/images/favi/apple-touch-icon-152x152.png">
CS2-BG.NET • Bulgarian CS2 Community
Our Forum Our Discord
User avatar
RomaamoR
Registered User
Posts: 294
Joined: Tue Feb 24, 2015 4:45 pm
Location: Ukraine
Name: Roman

Re: [RC] FarmingPro 3.3.11

Post by RomaamoR »

Thank you. Was not attentive.
User avatar
NecheB
Registered User
Posts: 66
Joined: Sun Apr 05, 2020 12:36 am

Re: [RC] FarmingPro 3.3.11

Post by NecheB »

Update @ 29.05.2024 [Version 1.0.1]

Changes made:
  • In template/posting_editor.html, all standard phpBB functions are retained, including the smilies box and drafts.
  • Updated the style version in style.cfg:

    Code: Select all

    style_version = 3.3.11
    
  • Included a license.txt file with a copy of the GNU General Public License version.
User avatar
NecheB
Registered User
Posts: 66
Joined: Sun Apr 05, 2020 12:36 am

Re: [RC] FarmingPro 3.3.12

Post by NecheB »

Style - FarmingPro updated to phpBB version 3.3.12 Installation
requires current system version: phpBB 3.3.12

Changed files between phpBB 3.3.11 and 3.3.12 for

FarmingPro style:
  • FarmingPro/template/ajax.js
  • FarmingPro/template/index_body.html
  • FarmingPro/template/login_body.html
  • FarmingPro/template/mcp_topic.html
  • FarmingPro/template/notification_dropdown.html
  • FarmingPro/template/overall_footer.html
  • FarmingPro/template/posting_editor.html
  • FarmingPro/template/simple_footer.html
  • FarmingPro/template/ucp_footer.html
  • FarmingPro/template/ucp_header.html
  • FarmingPro/template/ucp_login_link.html
  • FarmingPro/template/ucp_notifications.html
  • FarmingPro/template/ucp_register.html
  • FarmingPro/template/viewforum_body.html
  • FarmingPro/template/viewtopic_body.html
  • FarmingPro/template/viewtopic_print.html
  • FarmingPro/theme/content.css
  • FarmingPro/theme/stylesheet.css
  • style.cfg

Additional changes and fixes:

Version correction in style.cfg :
The style version has been updated to 3.3.12 .

Update the hash in theme/stylesheet.css :
The information in the first lines of the theme/stylesheet.css file has been updated and the files hashed correctly.

Emoji preview fix:
Fixed emoji rendering to display correctly in post pages and other related views.
User avatar
ssl
Registered User
Posts: 2029
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: [RC] FarmingPro 3.3.12

Post by ssl »

Additional smileys are not displayed.
I installed this smiley pack: https://www.phpbb.com/customise/db/styl ... _egg_head/

Display with FarmingPro

FarmingPro.png


Display with prosilver

prosilver.png
You do not have the required permissions to view the files attached to this post.
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.14 | PHP: 8.3.12
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11138
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: [CDB] FarmingPro 3.3.12

Post by Raul [ThE KuKa] »

This style has been published in styles database: https://www.phpbb.com/customise/db/style/farmingpro/

For support please post here: https://www.phpbb.com/customise/db/styl ... ro/support
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


Return to “[3.3.x] Styles in Development”