« Project home page
my little forum
Log in
Register
Search:
Back to the entry by Micha
Post reply
Reply to the message by
Micha
Name:
E-mail:
(optional, won't be displayed directly)
Leave this field empty:
Homepage:
(optional)
Leave this field empty:
Location:
(optional)
Remember me (cookie)
Category:
General
Project organisation
Technics
Design/Themes
Features
Development
Todo
Bugs
German / Deutsch
Spanish / Español
French / Français
Accessibility/UX
Subject:
Formatting help
skip to input
format text bold
[b]bold text[/b]
format text italic
[i]italic text[/i]
insert hyperlink
[link=http://example.com/]link text[/link] / [link]http://example.com/[/link]
set text color
[color=#rgb]colored text[/color]
font size
[size=small]small text[/size]
[size=large]large text[/size]
insert list
[list][*]list item[/list]
insert image
[img]http://example.com/image.jpg[/img]
left: [img=left]http://example.com/image.jpg[/img]
right: [img=right]http://example.com/image.jpg[/img]
thumbnail: [img=thumbnail]http://example.com/image.jpg[/img]
thumbnail left: [img=thumbnail-left]http://example.com/image.jpg[/img]
thumbnail right: [img=thumbnail-right]http://example.com/image.jpg[/img]
upload image
upload image ...
insert TeX code
[tex]TeX code[/tex]
insert code
[inlinecode]code[/inlinecode]
[code]code[/code]
[code=css]code[/code]
[code=html]code[/code]
[code=javascript]code[/code]
[code=perl]code[/code]
[code=php]code[/code]
[code=sql]code[/code]
[code=xml]code[/code]
:-)
;-)
:-P
:-D
:-|
:-(
:yes:
:no:
:ok:
:lol:
:lol2:
:lol3:
:cool:
:surprised:
:angry:
:crying:
:waving:
:confused:
:lookaround:
:clap:
:love:
:tick:
Message:
> Hi, > > I took a look to your forums. I notice a different HTML structure for the footer: > > The old structure reads (taken from /forum/): > [code=html]<div id="footer"> > <div id="footer-1">51 Postings in 9 Threads, 3 registered users, 4 users online (0 registered, 4 guests)<br /> > Forum time: 2020-10-02, 08:25 (UTC)</div> > <div id="footer-2"> > <ul id="footermenu"> > <li><a class="rss" href="index.php?mode=rss" title="RSS Feed of all new postings">RSS Postings</a> <a class="rss" href="index.php?mode=rss&items=thread_starts" title="RSS Feed of thread starting postings only">RSS Threads</a></li></ul></div> > </div>[/code] > > versus (the new one in /forum-2/) > > [code=html]<div id="footer"> > <div id="footer-1">51 Postings in 9 Threads, 3 registered users, 4 users online (0 registered, 4 guests)<br /> > Forum time: 2020-10-02, 08:26 (UTC)</div> > <div id="footer-2"> > <ul id="footermenu"> > <li><a href="#top" class="go-to-top-link" title="Go back to top of the page">To top</a></li> > <li><a class="rss" href="index.php?mode=rss" title="RSS Feed of all new postings">RSS Postings</a></li> > <li><a class="rss" href="index.php?mode=rss&items=thread_starts" title="RSS Feed of thread starting postings only">RSS Threads</a></li></ul> > </div> > </div>[/code] > > Since the footer was re-structured by a list (Thanks to Auge for this semantic change!), the corresponding CSS must be adapted, too. There are several changes in CSS-file not only the role [inlinecode]a.rss[/inlinecode], cf. [link=https://github.com/ilosuna/mylittleforum/pull/530/files]#530[/link], [link=https://github.com/ilosuna/mylittleforum/pull/531/files]#531[/link], and [link=https://github.com/ilosuna/mylittleforum/pull/533/files]#533[/link]. > > Both forums include the same CSS file (because of using the global variable [inlinecode]{$FORUM_ADDRESS}/{$THEMES_DIR}/{$theme}[/inlinecode] in template) but use different HTML structure for the footer. > > /Micha
E-mail notification on reply of this posting
OK - Submit
Preview