Thread: Major Additions - vbArticles by Mary
View Single Post
  #178  
Old 01-22-2007, 04:33 AM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wacodep View Post
I don't think she's being a "snaughty jerk" - I believe that some of it may be the fact that, based on her postings, she's not as well-versed in the English language as you or I. I would guess she is not from the USA (just a guess).
Yes, I'm coming from Greece. You can see it under my nick. Even my nickname says it: MicroHellas (even only few people knows that the official name of Greece is Hellas).


Quote:
Originally Posted by wacodep View Post
But beyond the personal aspect: I, too, have considered buying the commercial version, but there are just too_many_bugs in the free version to feel confident in paying for this mod.
Too many? Can you name them? There are only 2. One in search form (not including in free version and the other in pagination). If you mean errors in editor, sorry but I dont count them as bugs. I followed the parammeters that are given at vb's API in function's section. Everything is depending on vb's configuration. eg in my demo was working, in some others also was working, others have problem only with smilies, others haven't problem with smilies but with paragraph breaks.

Quote:
Originally Posted by wacodep View Post
I mean, just in the last 10 minutes, I've found that:

1. When I DELETE an article, I get several php errors when it tries to unlink the attached image. No big deal, as the article does get deleted, but if she expects me to pay for this, it has to be without glaring bugs like this. (yes, all my directories are correctly chmod'd).
That's the difference between commercial and free version. Not really the added features but support. If you check my forums you'll see that from the first day I've solved it and post report in my forums. Go there to check that I'm saying the true. Sorry, but I've no time to post exactly the same in all forums where I've post my module. Last but not least, i gave warning about this: NO SUPPORT HERE.

Quote:
Originally Posted by wacodep View Post
2. The missing paragraph thing STILL plagues many (yes, I have enabled the Enhanced Editor and even have selected it), but it doesn't always work. And ANY time I go back and EDIT a previous article, it looses all the paragraphs, too. No WAY I'm going to pay for software THIS buggy.
That's your opinion. I respect it even if I dont agree with it.

Quote:
Originally Posted by wacodep View Post
3. Look at the SQL for determining the "Newest Author":

// Newest Author
$newestauthor = $vbulletin->db->query_first("
SELECT *
FROM " . TABLE_PREFIX . "vbarticles_articles AS articles
LEFT JOIN " . TABLE_PREFIX . "user AS users ON (users.userid=articles.userid)
WHERE users.vbarticles_stories=1
ORDER BY articles.postdate DESC
LIMIT 1
");

Note the highlighted area. If I have 20 people who have added articles, and all of them have MORE than 1 article, this query will NEVER return a "Newest Author" - which means that block stays empty (no newest author). Get rid of the line and it always returns the most recent author (what I would call the "newest author").
Even if you're breaking the licence now (have you read it?), what I can say is:
That's correct on my side. Better to get an empty block than to add more complicated queries. From the other side, I can't count someone who has more than 1 articles as newest.

Quote:
Originally Posted by wacodep View Post
When the bugs are worked out, I will purchase it. But when someone comes out RIGHT FROM THE START and expects everybody to start throwing money at her/him when the product does NOT work as it should, that's pushing it.

If/when she gets it bug-free, I will be purchasing it. Until then, I just can't send $$ in good faith, knowing that the product isn't working very well ...
Thanks for making my day I've never laught so much early in the morning. While big companies can't deliver a bug free software, for which you paid more than $100, are you expecting it from something that costs only $24.90???
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01297 seconds
  • Memory Usage 1,784KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete