No name appears when you 'reply' to someone's post | Page 2 | on ElectriciansForums

Discuss No name appears when you 'reply' to someone's post in the Need help with ElectriciansForums.net? area at ElectriciansForums.net

Spoon

-
Mentor
Nearly Esteemed
Arms
Joined
Jun 30, 2010
Messages
9,252
Reaction score
7,990
Location
Lancashire
As above, when you 'reply' to someone's post their name doesn't appear in the reply. This has been happening for a bit but it used to show the name.
Is there a reason for this, or just a bug?


[ElectriciansForums.net] No name appears when you 'reply' to someone's post
 
@Dan

This is the section you need to change in the CSS:

.fr-view blockquote[data-quote]:before {
display: block;
content: attr(data-quote) ":";
font-size: 13px;
color: #f90;
background: #fafafa;
padding: 6px 10px;
margin:-6px -10px 6px -10px

If that fixes it then you get an award. Cheers. And a pint of Old Peculiar. Well, half a pint. And some crisps. Ta.
 
The theme could be changed with a link at the bottom of any page, but it’s gone now.
I think the only options were normal and Christmas themed.... that’s Christmas 2019!

Good to see someone speaking @Dan s language.

Web design is something I was involved with in the past - Before wanting to retrain to become and electrician of course!

Also noticed another hidden but of text at the bottom of the longer quote boxes "Click to expand...

This is the section that needs fixing (the color line)

CSS:
.bbCodeBlock-expandLink a {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 13px;
    color: #f90;
    text-decoration: none;
}

For those who want to fix it temporally on your side, install the Chrome Stylus extension: Stylus - https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en

Create a new style and copy this in:

CSS:
.bbCodeBlock-sourceJump {
    color: #f90 !important;
}

.bbCodeBlock-expandLink a {
    color: #f90;
}

then you'll be able to see who's been quoted in the post :)
 
@Dan

This is the section you need to change in the CSS:

.fr-view blockquote[data-quote]:before {
display: block;
content: attr(data-quote) ":";
font-size: 13px;
color: #f90;
background: #fafafa;
padding: 6px 10px;
margin:-6px -10px 6px -10px
Oh I wish it was parsed like that, and that easy matey.

That is what code you see spat out.

What goes in, is another story. If I change the colour (and I will get there) for that username font (which is a link, so it's not that code you say it is, it's the URL code color) it will change umpteen other colours.

So it's work in progress.

Hang in there peeps lol

That's way way down the list of things to do.
 
Web design is something I was involved with in the past - Before wanting to retrain to become and electrician of course!

Also noticed another hidden but of text at the bottom of the longer quote boxes "Click to expand...

This is the section that needs fixing (the color line)

CSS:
.bbCodeBlock-expandLink a {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 13px;
    color: #f90;
    text-decoration: none;
}

For those who want to fix it temporally on your side, install the Chrome Stylus extension: Stylus - https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en

Create a new style and copy this in:

CSS:
.bbCodeBlock-sourceJump {
    color: #f90 !important;
}

.bbCodeBlock-expandLink a {
    color: #f90;
}

then you'll be able to see who's been quoted in the post :)
Nope. Afraid not matey.

Thanks for giving this a bash but that line of code you see, isn't the same line number in my files and styles.

If I add CSS to try and change that, it will change dozens of other things.

What we've got right now is a kinda 75% done style that I've made myself, with SEO, PHP, Javascript, and snippets of half a dozen other languages.

And it's hand-coded by me.

What Chrome sees as the page HTML is NOT by a long shot what is put in to the pages to load said styles and CSS.

I've worked on this very forum since 2007. Built it from the ground up.

I will get there. Just not today matey.

As one man once said, finished is better than complete. (Or something like that).

Edit: "Finished is better than perfect"
 
Here, just to throw some more code at you; checkout our AMP versions of our threads lol

I've paid a guy to do this. This is beyond me. He's stripping my pages, and turning them into tiny little kb's of pages of his own, then feeding them to google - and that's sitting us in rankings with huge squares that are scrollable across google's own SERPs so that we're not only #1 for a term, we've got 6 or 7 threads #1 for a term.

e.g Replacing a light switch | ElectriciansForums.net - https://www.electriciansforums.net/threads/replacing-a-light-switch.171151/?amp=1

 
Nope. Afraid not matey.

Thanks for giving this a bash but that line of code you see, isn't the same line number in my files and styles.

If I add CSS to try and change that, it will change dozens of other things.

What we've got right now is a kinda 75% done style that I've made myself, with SEO, PHP, Javascript, and snippets of half a dozen other languages.

And it's hand-coded by me.

What Chrome sees as the page HTML is NOT by a long shot what is put in to the pages to load said styles and CSS.

I've worked on this very forum since 2007. Built it from the ground up.

I will get there. Just not today matey.

As one man once said, finished is better than complete. (Or something like that).

Edit: "Finished is better than perfect"

@Dan Take it you've had a look in the admin panel:

Appearance >> Styles >> STYLE NAME >> Style properties >> BB code blocks - title

You are correct in saying that the css I provided is what is spit out by XenForo ;)


[ElectriciansForums.net] No name appears when you 'reply' to someone's post
 

Reply to No name appears when you 'reply' to someone's post in the Need help with ElectriciansForums.net? area at ElectriciansForums.net

News and Offers from Sponsors

  • Article
Join us at electronica 2024 in Munich! Since 1964, electronica has been the premier event for technology enthusiasts and industry professionals...
    • Like
Replies
0
Views
228
  • Sticky
  • Article
Good to know thanks, one can never have enough places to source parts from!
Replies
4
Views
689
  • Article
OFFICIAL SPONSORS These Official Forum Sponsors May Provide Discounts to Regular Forum Members - If you would like to sponsor us then...
Replies
0
Views
657

Similar threads

P
  • Article
Reply to 'Im stuck wish my tiles were' thread Hiya I know this was 10 years ago hoping you still use the same email address and get this...
Replies
0
Views
143
Purpzy
P
  • Suggestion
Below similar threads mate.
    • Like
    • Agree
2
Replies
18
Views
1K

OFFICIAL SPONSORS

Electrical Goods - Electrical Tools - Brand Names Electrician Courses Green Electrical Goods PCB Way Electrical Goods - Electrical Tools - Brand Names Pushfit Wire Connectors Electric Underfloor Heating Electrician Courses
These Official Forum Sponsors May Provide Discounts to Regular Forum Members - If you would like to sponsor us then CLICK HERE and post a thread with who you are, and we'll send you some stats etc

YOUR Unread Posts

This website was designed, optimised and is hosted by untold.media Operating under the name Untold Media since 2001.
Back
Top