[RC] Aurora - Elegant Bootstrap Theme [3.3.11]

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
illusion034
Registered User
Posts: 8
Joined: Sun Mar 31, 2024 8:37 pm
Location: Bulgaria
Name: Ivan Lazarov

[RC] Aurora - Elegant Bootstrap Theme [3.3.11]

Post by illusion034 »

Name of the style: Aurora
Style Version: 1.0.6
phpBB Version: 3.3.11
Based on: prosilver
Author: me (illusion034)

Download:
https://github.com/illusion035/PHPBB-Th ... Aurora.zip

GitHub:
https://github.com/illusion035/PHPBB-Th ... tag/v1.0.6

Files for editing:
templates/navigation.html
templates/site-logo.html
Last edited by illusion034 on Sat Jun 01, 2024 12:15 pm, edited 6 times in total.
User avatar
RomaamoR
Registered User
Posts: 285
Joined: Tue Feb 24, 2015 4:45 pm
Location: Ukraine
Name: Roman

Re: [RC] Aurora - Elegant Bootstrap Theme [3.3.11]

Post by RomaamoR »

It turns out to be a double.
Image
User avatar
ssl
Registered User
Posts: 1979
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: [RC] Aurora - Elegant Bootstrap Theme [3.3.11]

Post by ssl »

This is a problem

Capture d’écran 2024-05-28 à 19.10.28.png

In responsive.css file i change this for a correct presentation

Code: Select all

@media (min-width: 701px) {
	.postbody {
		width: 70%;
	}

	/*.postprofile {
		width: 300px;
	}*/
}
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.13 | PHP: 8.3.9
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
User avatar
ssl
Registered User
Posts: 1979
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: [RC] Aurora - Elegant Bootstrap Theme [3.3.11]

Post by ssl »

RomaamoR wrote: Tue May 28, 2024 2:38 pm It turns out to be a double.
In forumlist_body.html file find and delete this

Code: Select all

    <!-- IF forumrow.FORUM_IMAGE -->
    <!-- EVENT forumlist_body_forum_image_before -->
    <span class="forum-image"><!-- EVENT forumlist_body_forum_image_prepend -->{forumrow.FORUM_IMAGE}<!-- EVENT forumlist_body_forum_image_append --></span>
    <!-- EVENT forumlist_body_forum_image_after -->
    <!-- ELSE -->
    <!-- Put a default image or placeholder here if no forum image available -->
    <!-- ENDIF -->
Capture d’écran 2024-05-28 à 20.57.27.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.13 | PHP: 8.3.9
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
User avatar
ssl
Registered User
Posts: 1979
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: [RC] Aurora - Elegant Bootstrap Theme [3.3.11]

Post by ssl »

The font color of the search function, at the top of the board, is white on a white background. This is not good at all!
The color code is in the template navigation.html file

Code: Select all

            <form class="d-flex" method="post" action="./search.php" role="search">
                <input class="form-control me-2 text-white" type="search" placeholder="{L_SEARCH_MINI}"
                    aria-label="{L_SEARCH}" name="keywords" id="keywords">
                <button class="btn btn-outline-light" type="submit"><i class="bi bi-search-heart"></i></button>
            </form>

Replace text-white by text-black

Capture d’écran 2024-05-29 à 13.13.24.png


Another point, when you add a subject icon the display is spoiled


Capture d’écran 2024-05-29 à 13.17.56.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.13 | PHP: 8.3.9
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
User avatar
illusion034
Registered User
Posts: 8
Joined: Sun Mar 31, 2024 8:37 pm
Location: Bulgaria
Name: Ivan Lazarov

Re: [RC] Aurora - Elegant Bootstrap Theme [3.3.11]

Post by illusion034 »

Aurora - New Update @ v1.0.5

- Fixed forum images
- Fixed topic icons
- Fixed topic images
- Added moving profile while scrolling in topic
- Fixed responsive stuff
- Fixed Search Bar color

GitHub - https://github.com/illusion035/PHPBB-Th ... tag/v1.0.5
Last edited by illusion034 on Wed May 29, 2024 4:33 pm, edited 1 time in total.
CS2-BG.NET • Bulgarian CS2 Community
Our Forum Our Discord
User avatar
ssl
Registered User
Posts: 1979
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: [RC] Aurora - Elegant Bootstrap Theme [3.3.11]

Post by ssl »

Thanks, the same probleme with the color of the text in search box
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.13 | PHP: 8.3.9
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
User avatar
illusion034
Registered User
Posts: 8
Joined: Sun Mar 31, 2024 8:37 pm
Location: Bulgaria
Name: Ivan Lazarov

Re: [RC] Aurora - Elegant Bootstrap Theme [3.3.11]

Post by illusion034 »

ssl wrote: Wed May 29, 2024 2:59 pm Thanks, the same probleme with the color of the text in search box
Sorry, didn't noticed. Fixed.
CS2-BG.NET • Bulgarian CS2 Community
Our Forum Our Discord
User avatar
illusion034
Registered User
Posts: 8
Joined: Sun Mar 31, 2024 8:37 pm
Location: Bulgaria
Name: Ivan Lazarov

Re: [RC] Aurora - Elegant Bootstrap Theme [3.3.11]

Post by illusion034 »

Update - 01.06.2024 [Version 1.0.6]
  • Missing some events in forumlist_body - fixed
  • Some changes in style.cfg
  • Fixed navigation.html file
CS2-BG.NET • Bulgarian CS2 Community
Our Forum Our Discord

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