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
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
Top Achievers
Who is online?
In total there are 38 users online :: 0 Registered, 0 Hidden and 38 Guests :: 2 Bots
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
[EDGE STYLING] Show breadcrumbs before topic titles
Page 1 of 1 • Share
- GuestGuest
@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?
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.
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?
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
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
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 :
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;
}
- GuestGuest
@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
Samantha.
Anyway, thanks for your help in advance
Samantha.
- GuestGuest
Alright! Thnx! 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.
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.
Samantha.
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.
Samantha.
- GuestGuest
Alright! Thanks for that. 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 ). 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!
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:
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!
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
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum