[07-MAR-2016] Current status of BLF upgrade process

Correct, that whole system is temporarily disabled for now, except for manually subscribing to threads and seeing updates at My Subscriptions.

Long term memory
I think I lost that back in the ’80s …

I still haven’t seen anyone else that’s missing a Private Message button . Just me . Not that I get many PMs .

I see one for you. I assume the system doesn’t show a button to you because you are, well, you. :slight_smile: I also don’t have one for myself.

Oh .

I lost a lot back in the ’80s .

The new site looks pretty sweet, sb!

...though I have a couple of requests.

1. Could you bring back mouseovers for images?

2. Could you make it so that we can choose our default "Text format" on the forum, and in private messages?

(I use "Advanced Post Editor" for both, and have to make that change with every post and PM.)

Thanks!

...

Also...

Congrats on 5001 posts, sb56637! *drinks*

very good update the page number on top and bottom are very good news.

Reminds me of a line from this old joke

http://unix.cc.wmich.edu/~cooneys/poems/safe.fax.html

I propose that in honour of this accomplishment we create a new ISO 5001 standard related to lumen measurement and CRI

Hey, no mouseover images. :frowning:

don’t know if it’s already been addressed or not. If it has been, don’t yell at me (hey, no Smileys!?)

I’m not getting e-mail notifications to Subscribed threads. Is this a work in progress? Not being pushy here, at all. Just pointing things out.

thanks.

Me neither.

I’m not 100% sure, but that might be a side effect of the signatures getting truncated to 255 characters. You may simply need to re-build your signature.

It’s the last item on the list, and it sounds like it’s going to be difficult to fix. Probably some old drupal extension which only works on the old version, so it must be more or less rewritten to work on the new version. I’m just guessing, but that’s a pretty common thing during major drupal upgrades.

I haven’t actually used Drupal since 2008 or maybe 2009, so I’m a little out of date on it… I mean, I could look, but I can’t promise much. I’ve been avoiding PHP for over a decade.

It’s not just signatures. Post an image anywhere on BLF, and then try to add a mouseover.

Site's looking fantastic, sb, good job! :beer:

Good job with the update SB. I do know what a PITA it is before everything is running smooth again!

Am I the only one who doesnt like the shadows on the buttons? They give me bad 1990 vibes :slight_smile:

I’m loving the new look wink :wink: :wink: ^_~ :wink: (Don’t know why there are four winks though, lol)

Mouseover images are supported anywhere that the Advanced Post Editor is supported. However, for now the mouseover code needs to be manually added to the posts using the Advanced Posts Editor "Source" button. The source code looks like this:

<a href="#" ><img src=" URL_IMG-1 " onmouseover="this.src=' URL_IMG-2 '" onmouseout="this.src=' URL_IMG-1 '" /></a>