vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Geek Article and Review System (GARS) LITE (https://vborg.vbsupport.ru/showthread.php?t=108514)

menoutdoors 03-31-2006 09:21 AM

Quote:

Originally Posted by DRJ
I am having trouble posting a new article. I just get a message:

"Please complete both the subject and message fields."

Everything is filled out. It seems to have something to do with the length. If I make a smaller message it will work. The text I have is about 4000 characters, well under the 100k limit for a post that I have set.

Is there another option I need to look at somewhere?

Thanks


I am having the same issues. I have disabled max post size, enabled max post size and set it to 100k characters... nothing seems to work.

It will let me create a new article if i just type a few words in the initial create thread area, then I have to go back and edit the article and put the actual content in.

menoutdoors 03-31-2006 07:04 PM

I have found if I cut and paste any text into the Post New article window it will error out.

If I type the same text into the window it will process fine....

tgreer 04-02-2006 01:00 PM

This is a fix to the synopsis issue:

Currently, it is hard-coded to only show the first 250 characters, even though there is an admincp setting to override this.

To fix, open the gars_underscore_class.php file and replace the snip_and_parse function with this version:

PHP Code:

function snip_and_parse(&$text$readmore 0)
{
   
$text $this->parse_bbcode($this->prep_for_broken_tags(fetch_trimmed_title($textintval($this->settings['maxsynopsischars']))));
   
$readmore strlen($text)  > 240 $text "... <a href='showthread.php?t=$readmore'><strong>More</strong></a>" "" "";
   return 
$text;


You can adjust the hard-coded 240 if you like, though I chose to leave it on my site because I want all synopses to contain the "read more" link.

I've posted this fix at Geek's request.

InsaneContender 04-21-2006 06:17 AM

Is there a way I could possibly show the latest articles on say a navbar that is static within vBulletin? (On all vBulletin enabled pages)

slim cutty 04-22-2006 07:43 PM

I keep receiving this error..

You did not specify a username for your post.

How can I fix this?
and Yes... I have a user name in that place

thanks

FLMom 04-22-2006 11:24 PM

Hey, I installed this weeks ago and its working great! I am just getting around though to asking this question....

My post new article and comment buttons are not working, is there something I can do to fix this? All it shows is a red x in a box.

Other than this, I LOVE this!!! :banana:

defcon_420 04-23-2006 02:01 AM

they dont supply the buttons as there is many themes for vbulletin.. try google image search for article.gif and comment.gif ;)

defcon_420 04-26-2006 08:20 AM

Dear Mr Geek,
I'm very sorry to inform you that i must click Uninstall as liked GARS lite so much i went and bought the Full Version :D
So ummm anywhere to click for preimum installs? lol

just 1 little thing, the instructions to upgrade from GARS lite to the full version were not very clear and i got a error when i imported the product (even thou i allowed overwrite), but i just uninstalled GARS lite and installed GARS and away it went... didnt even loose a single article!

I really dont mind paying what i consider a very small amount for what i can see is a great product. Excellent work!

slim cutty 04-28-2006 03:15 AM

^^^ I upgraded also... and very happy aside from some incompatibility with a few other hacks...

I don't know but some times I get a blank white page for now reason ... this happend after I upgraded... perhaps its another plugin... at anyrate upgrade is recommended

thanks:banana:

magnus 04-28-2006 06:08 PM

Quote:

Originally Posted by slim cutty
I keep receiving this error..

You did not specify a username for your post.

How can I fix this?
and Yes... I have a user name in that place

thanks

I'm having this same problem.


All times are GMT. The time now is 09:17 AM.

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.02740 seconds
  • Memory Usage 1,744KB
  • 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
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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