Hydrogenaudio Server Switch, Software and hardware upgrade |
![]() ![]() |
Hydrogenaudio Server Switch, Software and hardware upgrade |
Jan 29 2009, 13:42
Post
#76
|
|
|
Group: Developer Posts: 650 Joined: 26-September 07 Member No.: 47369 |
Thank you for your effort. Now I'm getting the last post of a topic but with the date of the first post. This will probably cause that I still get only one notificaton per topic. I will see, if I get a notification for this post.
Edit: My assumption was correct. I did not get a notification for this post, the notification for the post above was the only one for this topic. This post has been edited by fbuser: Jan 29 2009, 14:16 |
|
|
|
Jan 29 2009, 14:15
Post
#77
|
|
![]() Group: Super Moderator Posts: 4887 Joined: 12-August 04 From: Exeter, UK Member No.: 16217 |
Hmm, I simply don't see the lines you posted in the output! I see this: No, if I look at the page source in FF (Windows) or Chrome I see what you see; Firebug is showing me what is actually happening with the DOM. It turns out that the style is actually applied to the DOM by the Javascript file "jscripts/ips_text_editor_func.js", which is a bitch to look at as it has been minified. Somewhere in that one line of code there is:CODE <td nowrap='nowrap' id='ed-0_options-bar' class="rte-option-panel" style='width:0px;' valign='top'></td> <td id='ed-0_spacer-bar' width='4px'> </td> <td nowrap='nowrap' style='width:100%;' id='ed-0_main-bar' class="rte-buttonbar" valign='top'> CODE var _options=document.getElementById(editor_id+'_options-bar'); ... _options.style.width='auto';_options.style.height='auto';_options.style.display='block'; This probably doesn't really help you. I guess a post to IPB would be more prudent. Edit: doing a search for that file name seems to produce a few relevant results; the first certainly looks relevant: http://invisionmodding.com/index.php?autoc...amp;article=453 It looks like you have access to the "Development" files, which are not minified. You can edit those then minify them, using an online JSMinify or YUI Compressor frontend. This post has been edited by Synthetic Soul: Jan 29 2009, 14:37 -------------------- I'm on a horse.
|
|
|
|
Jan 29 2009, 14:53
Post
#78
|
|
![]() Server Admin Group: Admin Posts: 4810 Joined: 24-September 01 Member No.: 13 |
Thank you for your effort. Now I'm getting the last post of a topic but with the date of the first post. This will probably cause that I still get only one notificaton per topic. I will see, if I get a notification for this post. Edit: My assumption was correct. I did not get a notification for this post, the notification for the post above was the only one for this topic. I changed the RSS output so pubDate is now the last post. I think that should really fix it. |
|
|
|
Jan 29 2009, 15:09
Post
#79
|
|
![]() Server Admin Group: Admin Posts: 4810 Joined: 24-September 01 Member No.: 13 |
Hmm, I simply don't see the lines you posted in the output! I see this: No, if I look at the page source in FF (Windows) or Chrome I see what you see; Firebug is showing me what is actually happening with the DOM. It turns out that the style is actually applied to the DOM by the Javascript file "jscripts/ips_text_editor_func.js", which is a bitch to look at as it has been minified. Somewhere in that one line of code there is:CODE <td nowrap='nowrap' id='ed-0_options-bar' class="rte-option-panel" style='width:0px;' valign='top'></td> <td id='ed-0_spacer-bar' width='4px'> </td> <td nowrap='nowrap' style='width:100%;' id='ed-0_main-bar' class="rte-buttonbar" valign='top'> CODE var _options=document.getElementById(editor_id+'_options-bar'); ... _options.style.width='auto';_options.style.height='auto';_options.style.display='block'; This probably doesn't really help you. I guess a post to IPB would be more prudent. I think it is now mostly fixed. Thanks for the help. Also thanks for the hint wrt Firebug, I was still using the Web developer extensions, which doesn't seem as well-featured. |
|
|
|
Jan 29 2009, 15:16
Post
#80
|
|
|
Group: Members Posts: 454 Joined: 15-November 04 Member No.: 18143 |
What about the Quick Edit mode I posted about yesterday? Is it just me or do others also have problems with the "Complete Edit" and the "Use Full Editor" buttons?
Edit: Quick Edit and Use Full Editor work now! Edit2: tested again with FireFox3 This post has been edited by Alexxander: Jan 29 2009, 18:04 |
|
|
|
Jan 29 2009, 17:41
Post
#81
|
|
![]() Group: Members Posts: 434 Joined: 31-October 03 From: Europe, CZ Member No.: 9571 |
What about the Quick Edit mode I posted about yesterday? Is it just me or do others also have problems with the "Complete Edit" and the "Use Full Editor" buttons? I haven't had any issue with this feature when using it on my FireFox 3.0.5 at Ubuntu Linux 8.04 LTS.-------------------- Sorry for my poor English, I'm trying to get better... ;)
"The greatest trick the Devil ever pulled, was convincing the world he didn't exist." |
|
|
|
Jan 29 2009, 22:39
Post
#82
|
|
|
Group: Developer Posts: 650 Joined: 26-September 07 Member No.: 47369 |
Thank you for your effort. Now I'm getting the last post of a topic but with the date of the first post. This will probably cause that I still get only one notificaton per topic. I will see, if I get a notification for this post. Edit: My assumption was correct. I did not get a notification for this post, the notification for the post above was the only one for this topic. I changed the RSS output so pubDate is now the last post. I think that should really fix it.
|
|
|
|
Jan 30 2009, 10:17
Post
#83
|
|
![]() Server Admin Group: Admin Posts: 4810 Joined: 24-September 01 Member No.: 13 |
Thanks again. Basically it is know working as expected. There are only a few glitches, which I didn't expect to be removed nor do I know if it's even possible, but I want to inform you about it:
I think properly fixing this requires the RSS feed to be split up into 2 feeds: a "topics" feed, which just shows headers, uses "getnewpost" (last unread post), and a "posts" feed, which includes all posts. Quite doable. The content of the post feed (the way it presents in the RSS reader) won't be changed. The IPB code has to remangle the markup to something that is acceptable for RSS, and I won't be touching this. Including author shouldn't be a problem, though. |
|
|
|
Feb 2 2009, 21:22
Post
#84
|
|
![]() lossyWAV Developer Group: Developer Posts: 1731 Joined: 11-April 07 From: Wherever here is Member No.: 42400 |
The logged-in cookie is timing out after a short time requiring the user to log back in.
-------------------- lossyWAV -q X | FLAC -8 ~= 308kbps
SGS III (Rooted) + 64GB |
|
|
|
Feb 2 2009, 21:51
Post
#85
|
|
![]() A/V Moderator Group: Moderator Posts: 1668 Joined: 30-April 02 From: Slovenia Member No.: 1922 |
interesting that they still use html tables (ipboard i mean).
edit: the ha logo needs some white space around it, right now it looks squished. This post has been edited by smok3: Feb 2 2009, 21:57 -------------------- PANIC: CPU 1: Cache Error (unrecoverable - dcache data) Eframe = 0x90000000208cf3b8
NOTICE - cpu 0 didn't dump TLB, may be hung |
|
|
|
Feb 2 2009, 22:05
Post
#86
|
|
![]() Server Admin Group: Admin Posts: 4810 Joined: 24-September 01 Member No.: 13 |
|
|
|
|
Feb 2 2009, 22:06
Post
#87
|
|
![]() lossyWAV Developer Group: Developer Posts: 1731 Joined: 11-April 07 From: Wherever here is Member No.: 42400 |
Many thanks, Garf.
-------------------- lossyWAV -q X | FLAC -8 ~= 308kbps
SGS III (Rooted) + 64GB |
|
|
|
Feb 4 2009, 12:57
Post
#88
|
|
![]() lossyWAV Developer Group: Developer Posts: 1731 Joined: 11-April 07 From: Wherever here is Member No.: 42400 |
Sorry to be a pest - but when I change PC's from which I am accessing the site (laptop to desktop) I seem to require to login again - is that normal behaviour?
-------------------- lossyWAV -q X | FLAC -8 ~= 308kbps
SGS III (Rooted) + 64GB |
|
|
|
Feb 4 2009, 13:16
Post
#89
|
|
|
Group: Members Posts: 826 Joined: 29-September 04 Member No.: 17374 |
Sorry to be a pest - but when I change PC's from which I am accessing the site (laptop to desktop) I seem to require to login again - is that normal behaviour? Try to mark the checkbox to remember you on the login page, then next time your browser should login seamlessly. Also, your browser should keep cookies (do not delete cookies on exit/close), I presume . |
|
|
|
Feb 4 2009, 14:01
Post
#90
|
|
![]() lossyWAV Developer Group: Developer Posts: 1731 Joined: 11-April 07 From: Wherever here is Member No.: 42400 |
I'm using the same PC's as before the switch and always have the "remember me" tick-box ticked.
It could be something to do with cookie refresh, I suppose. -------------------- lossyWAV -q X | FLAC -8 ~= 308kbps
SGS III (Rooted) + 64GB |
|
|
|
Feb 5 2009, 20:23
Post
#91
|
|
![]() REACT Mod developer Group: Developer Posts: 929 Joined: 14-November 07 From: Finland Member No.: 48750 |
I finally had the time to test out this new forum.
1) Topic Subscription Reply Notification "There may be more replies to this topic, but only 1 email is sent per board visit for each subscribed topic. This is to limit the amount of mail that is sent to your inbox." - Old HA forum ignored this and always sent an email. Please bring it back! Please! I don't want to login every time just to get new notifications in the future! I usually only login when it's needed (writing posts). I already have missed couple of posts because of this... I wonder how many I've not noticed.2) "Your daily new topics digest" emails aren't showing any links to the topics for Forum Subscriptions. Major drag. Dunno how this was with the old forum. For some reason I started to get daily digests from "Validated News" forum after the forum update. IIRC I had no digests before the change. 3) Why is the "Remember me?" on by default in login page? Was that default in the old forum? I use Opera's Wand feature, so I easily forget to check that off. And what does it actually do? Am I quickly booted out if I don't put it on when logging in? 4) "My Controls" page minor style bug 1) go to "My Controls" and notice the look of the "Menu" box5) The "http://www.hydrogenaudio.org/forums/ssi.php?a=out&f=1,2,3,8,9,11,12,13,14,15,16,19,20,21,22,25,30,31,32,35,36,40&show=20&type=rss" RSS was removed, why? Not needed anymore? I used that RSS + the "Posts" feed to get all (maybe) topics to show in my GreatNews RSS reader. Constantly the other feed showed posts which the other didn't.. I'm not sure if this is because of my RSS reader (I can see couple of missed posts in the RSS feed now).. I'm going to try FeedDemon and see if that performs better. Or has anyone noticed that the RSS feeds misses some posts? Hate to say but the old forum version was better for me, the usability has taken a hit because of the "Topic Subscription Reply Notification" feature change. |
|
|
|
Feb 5 2009, 21:18
Post
#92
|
|
|
Group: Developer Posts: 650 Joined: 26-September 07 Member No.: 47369 |
Or has anyone noticed that the RSS feeds misses some posts?
|
|
|
|
Feb 6 2009, 05:36
Post
#93
|
|
![]() Group: FB2K Moderator Posts: 4321 Joined: 1-November 06 From: Cincinnati Member No.: 37036 |
I'm using the same PC's as before the switch and always have the "remember me" tick-box ticked. It could be something to do with cookie refresh, I suppose. I believe so. I've run into the same inconvenience on another IPB site running the latest version. -------------------- "It must be 'Take A Worm For A Walk' week!"
|
|
|
|
Feb 6 2009, 08:23
Post
#94
|
|
![]() lossyWAV Developer Group: Developer Posts: 1731 Joined: 11-April 07 From: Wherever here is Member No.: 42400 |
It's still happening - *very* annoying.
What I don't understand is that I have not changed the way I login in any way - it must be something to do with the boards - maybe to do with IP address changing for the same user. -------------------- lossyWAV -q X | FLAC -8 ~= 308kbps
SGS III (Rooted) + 64GB |
|
|
|
Feb 6 2009, 09:26
Post
#95
|
|
|
Group: Members Posts: 826 Joined: 29-September 04 Member No.: 17374 |
It's still happening - *very* annoying. Try a different browser, maybe: Opera, Safari. I visit the site from different locations (even from Opera Mini sometimes), and fortunately don't experience the problem you have. |
|
|
|
Feb 6 2009, 09:41
Post
#96
|
|
![]() lossyWAV Developer Group: Developer Posts: 1731 Joined: 11-April 07 From: Wherever here is Member No.: 42400 |
I'm using the same two browsers that I was using before: IE and Firefox. No settings have been changed on my side.
-------------------- lossyWAV -q X | FLAC -8 ~= 308kbps
SGS III (Rooted) + 64GB |
|
|
|
Feb 6 2009, 10:33
Post
#97
|
|
![]() Server Admin Group: Admin Posts: 4810 Joined: 24-September 01 Member No.: 13 |
|
|
|
|
Feb 6 2009, 13:38
Post
#98
|
|
![]() REACT Mod developer Group: Developer Posts: 929 Joined: 14-November 07 From: Finland Member No.: 48750 |
if there arrives more than one post for a topic during the polling interval of my RSS reader, I will only get a notification for the last post. So to be absolutely sure I'm not missing anything, I have to open the RSS item, although the full post was sent The problem I'm seeing is not actually this. There's just entirely missed posts (not in history either.. within many days), it's got nothing to do with the more than one post during polling interval (I've set it to 1 hour), some posts just doesn't show up (*). And I'm only "reading" RSS headers in my RSS reader. I always click the link to open in my browser IF I want to read that topic. * In example this: The HA "Latest Posts" lists these sequentially:
I have "mark changed items unread" option on, if that makes a difference here. Either GreatNews is bugging out or it's HA forum RSS feed. I'm going to install FeedDemon today, it takes at least couple of days to test & compare it to the GreatNews.. I'll get back to this later. Maybe others should keep an eye on this too with their RSS readers. No comments for the other issues I wrote? |
|
|
|
Feb 6 2009, 14:01
Post
#99
|
|
|
Group: Developer Posts: 650 Joined: 26-September 07 Member No.: 47369 |
I'm using the Firefox extension Brief as RSS Reader and I got the mentioned MusicBee RSS item.
|
|
|
|
Feb 6 2009, 14:09
Post
#100
|
|
![]() lossyWAV Developer Group: Developer Posts: 1731 Joined: 11-April 07 From: Wherever here is Member No.: 42400 |
Does the problem still exist now? Thanks Garf - I'll let you know when I get home - that's when would next happen.-------------------- lossyWAV -q X | FLAC -8 ~= 308kbps
SGS III (Rooted) + 64GB |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 20th June 2013 - 04:46 |