vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   v3 Articles 1.0.1 - [vB 3.0.1] (https://vborg.vbsupport.ru/showthread.php?t=65934)

j_86 12-30-2004 04:07 PM

It was a lie :D

John 12-30-2004 04:25 PM

Quote:

Originally Posted by JimpsEd
It was a lie :D

No, a few reasons.

1. It's a completely different system which would have required a conversion script to move all the articles over. Back then I said all I had to do was write up the instructions for it, but that didn't include having to work on something to port the articles over.
2. A select group of ingrates were hassling me at the time for not giving them my undivided attention in getting v3 Articles working on their sites. (Yes, for free)
3. I decided that I would rather spend my time working instead of coding conversion scripts and creating more hassle for myself.

John 12-30-2004 04:38 PM

This was the unreleased system.

Deyth 12-30-2004 04:48 PM

Not releasing that would be a tragedy. It's badly needed.

KTBleeding 12-30-2004 05:20 PM

Quote:

Originally Posted by Deyth
Not releasing that would be a tragedy. It's badly needed.

I agree, it looks nice.

lanc3lot 12-30-2004 05:44 PM

Hmm...i see it would be to lame to ask again for a release date...:)

Happy new year all:)

Paul M 12-30-2004 11:40 PM

Preview bug;

If you edit an article, then preview your edit, then choose submit, the original (unedited) text is saved, losing your changes.

This small change should fix this bug.

In article.php

Find ;

PHP Code:

    construct_edit_toolbar($editarticle['message']); 

Add this code above it ;

PHP Code:

    if ($_REQUEST['edpreview'])
    {
        if (isset(
$_POST['WYSIWYG_HTML']))
        {
            
$editarticle['message'] = convert_wysiwyg_html_to_bbcode($_POST['WYSIWYG_HTML'], 0);
        }
        else
        {
            
$editarticle['message'] = &$_POST['message'];
        }
    } 


j_86 12-31-2004 10:27 AM

Quote:

Originally Posted by John
No, a few reasons.

1. It's a completely different system which would have required a conversion script to move all the articles over. Back then I said all I had to do was write up the instructions for it, but that didn't include having to work on something to port the articles over.
2. A select group of ingrates were hassling me at the time for not giving them my undivided attention in getting v3 Articles working on their sites. (Yes, for free)
3. I decided that I would rather spend my time working instead of coding conversion scripts and creating more hassle for myself.

Nice of you to post; and your system looks great. It's a shame you're not releasing it.

But then, I still wouldn't install it because i'm guessing it would be as unsupported and buggy as the last (for reasons you are completeley right to give - you'd rather be working).

Thank you PaulM for helping everyone out with this hack so far :)

John 12-31-2004 10:34 AM

Quote:

Originally Posted by JimpsEd
Nice of you to post; and your system looks great. It's a shame you're not releasing it.

But then, I still wouldn't install it because i'm guessing it would be as unsupported and buggy as the last (for reasons you are completeley right to give - you'd rather be working).

Thank you PaulM for helping everyone out with this hack so far :)

If I were to release it, I'd support it. Right now I'm not in the position to, so I won't. v3 Articles was never really tested enough, I never caught the bugs in there because of it.

Regs 12-31-2004 01:16 PM

John,

You have some nerve. You disappeared right after you suckered many people into giving you money for your "server & technical support" bills. Remember that? You left many, many people in the lurch... people that helped you.

You have an attitude and a huge ego. One may also say you are pretty short sighted in not following up with your hacks properly. Very easily you could have been in the same position as vbadvanced.com if you had a better attitutde and more realistic view of your skills.

Unlucky for you.

~Regs.


All times are GMT. The time now is 04:31 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01723 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete