2 Attachment(s)
[VB10] Parsing VBForums Threads
HTML parsing of VBForums threads (w/vBulletin v4.2.2) using basic Split and Replace methods.
v2.01 - Updated demo using a Listview, added ThreadLocked property, testing on vBulletin v4.2.2.
v1.06 - Use HttpUtility.HtmlDecode to convert html symbols, update text splitting func.
v1.05 - Fix: Launching a "Last Post" URL forced a forum log out.
v1.04 - Add/parse the "Go To Last Post" URL.
v1.03 - Fix date/time of last reply for vBulletin v4.2.0.
v1.02 - Add date-time for thread starter + minor changes.
v1.01 - Fix parsing date-time for last reply.
Attachment 112605
See post #11 for VBForums My Posts
Also see:
[VB10] VBForums Monitor by Edgemeal
Re: [VB10] Parsing VBForums New Layout (vBulletin v4.1.5)
Cool :thumb:
Aren't you updating that Forum Ticker of yours ? :)
:wave:
Re: [VB10] Parsing VBForums New Layout (vBulletin v4.1.5)
Quote:
Originally Posted by
akhileshbc
Cool :thumb:
Aren't you updating that Forum Ticker of yours ? :)
:wave:
Ya, I started messing around with the code again, what I have so far is posted here.
Re: [VB10] Parsing VBForums New Layout (vBulletin v4.1.5)
Akhileshbc Is right. To program an application like this you have to stay on top of updates. By the way I am very interested in this sort of application.
Good luck!
Re: [VB10] Parsing VBForums New Layout (vBulletin v4.1.5)
Quote:
Originally Posted by
Edgemeal
Ya, I started messing around with the code again, what I have so far is
posted here.
:thumb:
I was just thinking, wouldn't that RSS feed of a forum helps ? I just checked an RSS feed of a forum section, and it is displaying replies, thread details, etc..
Re: [VB10] Parsing VBForums New Layout (vBulletin v4.1.5)
Quote:
Originally Posted by
akhileshbc
:thumb:
I was just thinking, wouldn't that RSS feed of a forum helps ? I just checked an RSS feed of a forum section, and it is displaying replies, thread details, etc..
Possibly, when I made the VB6 version some years ago I tried using the RSS feed but it wasn't in sync with the forums threads, had missing threads, and I was getting other weird results so gave up and never tried RSS again.
Re: [VB10] Parsing VBForums New Layout (vBulletin v4.2.0)
Updated to v1.03 for vBulletin v4.2.0. (VBForums updated May 09,2013).
Re: [VB10] Parsing VBForums New Layout (vBulletin v4.2.0)
Updated to v1.04 - Now parses and adds the "Go To Last Post" URL to output.
Updated to v1.05 - Fixed bug forcing a log out when launching a last post URL.
Re: [VB10] Parsing VBForums Threads v1.05
Ahhhh, just noticed your using vb6 split() Nooo edgemeal :D
Re: [VB10] Parsing VBForums Threads v1.05
I just saw that one of my posts is in the image :) awesome hahaha
Re: [VB10] Parsing VBForums Threads v1.06