vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Mary's Classifieds (https://vborg.vbsupport.ru/showthread.php?t=267194)

Christos Teriakis 09-13-2011 01:59 PM

Quote:

Originally Posted by qpurser (Post 2245331)
Hey Chris,
of course you deserved a couple days vacation!!!

The problem is that my daughter was caring to have ....free vacations, as she is already 31yo. But you know "Daddy is paying....":D

Quote:

Originally Posted by qpurser (Post 2245331)
I just guess a couple of us were freaking out where you are..lol

Too old to say that I'm young, ....too young for RIP :D

Quote:

Originally Posted by qpurser (Post 2245331)
Anyways I posted a couple issues but to make it easier for you let me put them together here:
  • When an item is sold and both members write a review the review never shows up. The rating seems to work.

  • Check if the cronjob is working. Reviews are activating with the help of the cron job when the time frame for review has expired, or before it if both sides has post review.

    Quote:

    Originally Posted by qpurser (Post 2245331)
  • Carousel is not working even when activated in the CP

  • Maybe there is a conflist with other jquery library. Can't you see anything, or you can see the photos one below the other? In this case the carousel stylesheet is missing or didn't load.

    Quote:

    Originally Posted by qpurser (Post 2245331)
  • Something I need: Some members give away items for free. Van we have the option to set the price to zero?

An easy way to do this is to modify the microclassifieds_addedit_item template. Find and remove:
Code:

  if(!isNaN(document.forms["vbform"].price.value) == 0) {
      alert('{vb:var vbphrase.microclassifieds_error_price_number}');
      return false;
  }else if(document.forms["vbform"].price.value ==0){
      alert("{vb:var vbphrase.microclassifieds_error_price_zero}");
      return false;
  }

Its nearly on the top of the template, around line 10. Removing it the price can be left 0.

Chris

Thanks again for your hard work
Michael[/QUOTE]

Christos Teriakis 09-13-2011 02:02 PM

Quote:

Originally Posted by Antique-Swords (Post 2245305)
When I go to the classifieds.php page, I get page errors;

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Thu, 8 Sep 2011 06:30:21 UTC

Message: Object doesn't support this property or method
Line: 482
Char: 473
Code: 0
URI: http://www.domain.tld/microclassifie...es/jqueryUI.js

Can you advise?
:confused:

Give us a link to your page, or copy and paste the content of line 482 (Right click on the page to see the code).

Chris

qpurser 09-13-2011 02:07 PM

Quote:

Originally Posted by ChrisTERiS (Post 2245341)
Check if the cronjob is working. Reviews are activating with the help of the cron job when the time frame for review has expired, or before it if both sides has post review.

We can see you are back..Replies within minutes!!!!

How do I check if the cron job is working?

maineGuy72 09-13-2011 02:19 PM

Quote:

Originally Posted by qpurser (Post 2245331)
Hey Chris,
of course you deserved a couple days vacation!!!
I just guess a couple of us were freaking out where you are..lol

Anyways I posted a couple issues but to make it easier for you let me put them together here:
  • When an item is sold and both members write a review the review never shows up. The rating seems to work.
  • Carousel is not working even when activated in the CP
  • Something I need: Some members give away items for free. Van we have the option to set the price to zero?
Thanks again for your hard work
Michael

i thought i answered you a few pages back about the 0 price. maybe i am the one getting old

Christos Teriakis 09-13-2011 02:22 PM

Quote:

Originally Posted by qpurser (Post 2245347)
We can see you are back..Replies within minutes!!!!

How do I check if the cron job is working?

This is support that you need to ask at vB.com:D. Goto to admincp-> Scheduled Task-> Schedule Task Manager. Find the task "microCLASSIFIEDS Cleanup". There is a button "Run now". Clicked it. Wait to see "done" or if any error message appears. If it's done, check the reviews.

Chris

qpurser 09-13-2011 02:30 PM

Quote:

Originally Posted by ChrisTERiS (Post 2245351)
This is support that you need to ask at vB.com:D. Goto to admincp-> Scheduled Task-> Schedule Task Manager. Find the task "microCLASSIFIEDS Cleanup". There is a button "Run now". Clicked it. Wait to see "done" or if any error message appears. If it's done, check the reviews.

Chris

I did this and got the message:
Fatal error: Call to a member function query_first() on a non-object in /home/tcmasorg/public_html/forums/includes/cron/microclassifieds_cron.php on line 345

Line 345 in my cron.php says:
$sqluser = $db->query_first("SELECT username FROM ".TABLE_PREFIX."user WHERE userid=$userid LIMIT 1");

maineGuy72 09-13-2011 02:58 PM

Quote:

Originally Posted by ChrisTERiS (Post 2245351)
This is support that you need to ask at vB.com:D. Goto to admincp-> Scheduled Task-> Schedule Task Manager. Find the task "microCLASSIFIEDS Cleanup". There is a button "Run now". Clicked it. Wait to see "done" or if any error message appears. If it's done, check the reviews.

Chris

i ran it and i get nothing. i checked the logs for that cron and it was blank

maineGuy72 09-13-2011 03:07 PM

Quote:

Originally Posted by ChrisTERiS (Post 2245351)
This is support that you need to ask at vB.com:D. Goto to admincp-> Scheduled Task-> Schedule Task Manager. Find the task "microCLASSIFIEDS Cleanup". There is a button "Run now". Clicked it. Wait to see "done" or if any error message appears. If it's done, check the reviews.

Chris

i ran it after comment out the msg_body line and it deleted all my ads

qpurser 09-13-2011 03:15 PM

Quote:

Originally Posted by maineGuy72 (Post 2245365)
i ran it after comment out the msg_body line and it deleted all my ads

I didn't comment out anything but now I am getting several PM's saying my ad expired and was deleted

maineGuy72 09-13-2011 03:17 PM

Quote:

Originally Posted by qpurser (Post 2245369)
I didn't comment out anything but now I am getting several PM's saying my ad expired and was deleted

check your classifieds and hope you have a recent backup


All times are GMT. The time now is 05:38 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.04210 seconds
  • Memory Usage 1,762KB
  • 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_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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