Results 1 to 7 of 7

Thread: [VB10] Parsing VBForums New Layout (vBulletin v4.2.0)

Hybrid View

  1. #1
    PowerPoster Edgemeal's Avatar
    Join Date
    Sep 06
    Location
    WindowFromPoint(x,y)
    Posts
    3,135

    [VB10] Parsing VBForums New Layout (vBulletin v4.2.0)

    Maybe someone will find this useful, The html parsing uses basic VB commands like Split and Replace.

    On May 09, 2013 VBForums was updated to vBulletin v4.2.0

    Code:
    v1.03 - Fix date/time of last reply for vBulletin v4.2.0.
    ' For Older vBulletin v4.1.5 version...
    v1.02 - Add date-time for thread starter + minor changes.
    v1.01 - Fix parsing date-time for last reply.
    Around July 29th, 2012 VBForums updated the forum software to vBulletin v4.1.5.
    Attached Images Attached Images  
    Attached Files Attached Files
    Last edited by Edgemeal; May 9th, 2013 at 07:09 PM. Reason: Updated to v1.03 for vBulletin v4.2.0.

  2. #2
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 08
    Location
    Trivandrum, Kerala, India
    Posts
    7,557

    Re: [VB10] Parsing VBForums New Layout (vBulletin v4.1.5)

    Cool

    Aren't you updating that Forum Ticker of yours ?


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD Athlon X2 5200+, ASUS Motherboard, 2 GB RAM, 400 GB HDD, Nvidia 8600 GT 512MB, 19.5" TFT(Wide), Creative 5.1 Home Theater

    Social Group: VBForums - Developers from India

    Skills: PHP, MySQL, jQuery, VB.Net, VB6, Photoshop...

  3. #3
    PowerPoster Edgemeal's Avatar
    Join Date
    Sep 06
    Location
    WindowFromPoint(x,y)
    Posts
    3,135

    Re: [VB10] Parsing VBForums New Layout (vBulletin v4.1.5)

    Quote Originally Posted by akhileshbc View Post
    Cool

    Aren't you updating that Forum Ticker of yours ?

    Ya, I started messing around with the code again, what I have so far is posted here.

  4. #4
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 08
    Location
    Trivandrum, Kerala, India
    Posts
    7,557

    Re: [VB10] Parsing VBForums New Layout (vBulletin v4.1.5)

    Quote Originally Posted by Edgemeal View Post
    Ya, I started messing around with the code again, what I have so far is posted here.


    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..

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD Athlon X2 5200+, ASUS Motherboard, 2 GB RAM, 400 GB HDD, Nvidia 8600 GT 512MB, 19.5" TFT(Wide), Creative 5.1 Home Theater

    Social Group: VBForums - Developers from India

    Skills: PHP, MySQL, jQuery, VB.Net, VB6, Photoshop...

  5. #5
    PowerPoster Edgemeal's Avatar
    Join Date
    Sep 06
    Location
    WindowFromPoint(x,y)
    Posts
    3,135

    Re: [VB10] Parsing VBForums New Layout (vBulletin v4.1.5)

    Quote Originally Posted by akhileshbc View Post


    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.

  6. #6
    PowerPoster Edgemeal's Avatar
    Join Date
    Sep 06
    Location
    WindowFromPoint(x,y)
    Posts
    3,135

    Re: [VB10] Parsing VBForums New Layout (vBulletin v4.2.0)

    Updated to v1.03 for vBulletin v4.2.0. (VBForums updated May 09,2013).

  7. #7
    New Member
    Join Date
    Aug 12
    Posts
    12

    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •