FM Design
Would you like to react to this message? Create an account in a few clicks or log in to continue.

IMPORTANT

FM Design is in read-only mode, please click here for more information.

Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49

» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21

» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28

» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15

» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11

» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24

» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58

» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50

» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22

» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12

» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10

» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51

» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11

» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19

» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34

Recent Tutorials
Top posting users this month

Who is online?
In total there are 19 users online :: 0 Registered, 0 Hidden and 19 Guests :: 1 Bot

None

[ View the whole list ]


Most users ever online was 515 on Tue 14 Sep 2021, 15:24

[EDGE STYLING] Show breadcrumbs before topic titles

View previous topic View next topic Go down

Anonymous
Guest
Guest

PostGuest Mon 21 Nov 2016, 14:04

@Ange Tuteur,

I was wondering. To make navigating more easily within the topics & posts, is there a way to have the breadcrumbs shown before the topic title in each post?

[EDGE STYLING] Show breadcrumbs before topic titles Ccf4cc37eb4f4b2aaf16f63c485b234b

[EDGE STYLING] Show breadcrumbs before topic titles 94ad7820d43644e29f7974daf8268776


Or to have at least a hover-over code installed that shows the forum location when hovering over the topic /post title I was thinking.

Because, at the moment, the only way to know where we are is to scroll totally up or down the page to see the exact forum location...

Perhaps you could consider making it a plug-in?


Thanks,

Samantha.





Last edited by Samantha NL on Sat 26 Nov 2016, 08:30; edited 2 times in total
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12013
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Mon 21 Nov 2016, 14:11

Hi @Samantha NL,

Give the following a try. Go to Admin Panel > Modules > JS codes management and create a new script with the following settings.

Title : Post Crumbs ( optional )
Placement : In the topics
Code:
$(function() {
  for (var crumbs = $('.breadcrumbs')[0], a = $('.post > .title'), i = 0, j = a.length; i < j; i++) {
    a[i].insertBefore(crumbs.cloneNode(true), a[i].firstChild);
  }
});

Save the script and it should add the breadcrumbs to each post title. If you want to remove the background color add this CSS rule to your stylesheet :
Code:
.post > .title > .breadcrumbs {
  background:none;
}
Anonymous
Guest
Guest

PostGuest Mon 21 Nov 2016, 14:15

@Ange Tuteur: We haven't been able to set up a forum with Edge yet because the guy I'm trying to help here is quite busy very often. So, if someone else could give it a try, that 'd be great. I was just trying to suggest that for our future site because it could make things a whole lot easier ... :/

Anyway, thanks for your help in advance Wink

Samantha.
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12013
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Mon 21 Nov 2016, 14:19

No worries, there's no rush. Whenever you get time to test it, just let me know if it's what you wanted. Wink
Anonymous
Guest
Guest

PostGuest Mon 21 Nov 2016, 14:22

Alright! Thnx! Smile Looks good, looking at the code anyway. Needless to say anyone is welcome to test and report back on this in the mean time, ofc. Wink

Our first steps creating a test-site will probably be taken coming weekend, if all goes well. We've already made a design on paper for it.


Hello Samantha.
Anonymous
Guest
Guest

PostGuest Sat 26 Nov 2016, 07:41

Alright! Thanks for that. Smile We set up a new phpBB3 test forum and installed EDGE. 1st time I installed EDGE, ever, and the whole process doesn't take longer than a minute or 20, real fast and straightforward! Translated it to Dutch after (I noticed the sceditor button hover over texts are still showing in English Sad ). We're done setting up the basics for the site now. Took us an hour in total or so. Soon we'll be installing plug-ins and style it further.

Ah, just 1 remark on the installation process itself. Though very logical because templates are being edited or overwritten when installing EDGE, it says nowhere EDGE can only be installed by the forum founder! I tried to install EDGE as an admin, but now he's the founder I couldn't ofc. I totally forgot about my new role on there now, LOL! Face palm

FYI, the script and CSS you gave me in this topic work fine, but we had to add a little CSS to make it look prettier:

Code:
h2.topic-title {font-size:12px!important}
.nav {font-weight:bold}
Sponsored content

PostSponsored content

View previous topic View next topic Back to top

Create an account or log in to leave a reply

You need to be a member in order to leave a reply.

Create an account

Join our community by creating a new account. It's easy!


Create a new account

Log in

Already have an account? No problem, log in here.


Log in

 
Permissions in this forum:
You cannot reply to topics in this forum