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 08-27-2011 04:39 AM

Quote:

Originally Posted by dypsisdean (Post 2238502)
Another small problem - PLEASE

I have the photos per row set to 4, but it doesn't seem to work after the latest upgrade. I have included an attachment.

Photos per row is valid only if you've turn off the carousel. To see your photos at that place seens that you've it on. Look at the attachement how it looks in my demo installation. Are you sure that the classifieds.css file exists at microclassifieds/includes/ ?
Otherwise turn off the carousel (admincp->microclassifieds->general settings).

Chris

Christos Teriakis 08-27-2011 04:52 AM

Quote:

Originally Posted by maineGuy72 (Post 2238414)
can you do one other things for me? please

product-microclassifieds.xml line 3273

replace the whole if condition with this
Code:

      <vb:if condition="$classified_price>0">
        <option value="usercp_classifieds.php?do=sellitem&itemid={vb:raw classified_id}&statusid=1">{vb:var vbphrase.microclassifieds_accept_sale}</option>
      </vb:if>
............................................
      <option value="usercp_classifieds.php?do=sellitem&itemid={vb:raw classified_id}&statusid=1">{vb:var vbphrase.microclassifieds_accept_sale}</option>

it adds accept to the drop down list in the usercp in the accept sale tab. it had the option is reject or delete but not accept. thanks

This option already exists as you can see Mike. Just needs the price to be higher than 0 to be activated.

Chris

Christos Teriakis 08-27-2011 05:00 AM

Quote:

Originally Posted by psychobike (Post 2238553)
Why would the Main Tab and Subnav be connected in code?

ChrisTERiS, what are the chances of having a activate/deactivate Main Tab option in the settings? Or to be able to change the name in the settings from say Classifieds, Auctions, Sale Ad's, Want Ad's, or whatever the admin would want?

I don't have did anything different than vb does. If for example you deactivate the menu "Blogs" are you able to see any submenu option of the Blogs? Same for "What's new". If you remove it, are you able to see any option?

If (as you wrote) have you build a custom block for Classifieds, then you can easily add the options there copyring the links from the template microclassifieds_tabmenu.

Chris

Christos Teriakis 08-27-2011 05:06 AM

Quote:

Originally Posted by psychobike (Post 2238558)
ChrisTERiS, did you apply the info from the link below in this current update? I seem to still have the same issues as if the fix was never applied.

https://vborg.vbsupport.ru/showpost....&postcount=359

This fix is on 5.1.3 (Later today). Fixed in 5.1.3

1320Nation 08-27-2011 05:10 AM

Quote:

Originally Posted by ChrisTERiS (Post 2238607)
This fix is on 5.1.3 (Later today).

Great, I'll be watching for it. Thanks for the time you have dedicated to a cool mod!

dypsisdean 08-27-2011 05:11 AM

Quote:

Originally Posted by ChrisTERiS (Post 2238594)
Photos per row is valid only if you've turn off the carousel. To see your photos at that place seens that you've it on. Look at the attachement how it looks in my demo installation. Are you sure that the classifieds.css file exists at microclassifieds/includes/ ?
Otherwise turn off the carousel (admincp->microclassifieds->general settings).

Chris

Thanks Chris, Turning "Carousel" off fixed the problem. But what then do you do with the older ads with pics if you want to turn on "Carousel?"

But please, my other question - as no one can buy anything at the moment. Clicking on BUY IT takes me to my Forum Home Page. The link directs to http://www.sitename/forum/# This apparently started happening on my 2 week old installation without my knowledge, as well as after I upgraded today on my test site.

I know it worked before, and the only thing that changed was I installed another mod (vbActivity) on both. But I have disabled it with the same problem remaining. Can I run update.php again? Will that make a difference?

1320Nation 08-27-2011 05:21 AM

Quote:

Originally Posted by ChrisTERiS (Post 2238605)
I don't have did anything different than vb does. If for example you deactivate the menu "Blogs" are you able to see any submenu option of the Blogs? Same for "What's new". If you remove it, are you able to see any option?

If (as you wrote) have you build a custom block for Classifieds, then you can easily add the options there copyring the links from the template microclassifieds_tabmenu.

Chris

If I were a coder/developer I would have probably already done something like that, but I'm not. I'm sure stuff like that is easy to do, when you know how to do it. I would have thought my ignorance on how to do what I have asked to do, would have stood out simply by my asking.

I do not use neither of the Blogs or Whats New on my board.

Christos Teriakis 08-27-2011 05:30 AM

Quote:

Originally Posted by BWJ (Post 2238498)
5.1.2 removed the error message while sorting within a category. Problem now, is that if you push the arrow the sorting will collect information from all categories, like in advanced search.

Confirmed - Fixed in 5.1.3

Quote:

Originally Posted by BWJ (Post 2238498)
In the profile tab, there is no 'Post at' time for each classified

Confirmed - Fixed in 5.1.3

Quote:

Originally Posted by BWJ (Post 2238498)
In advanced search: The location drop down box doesn't follow the width of the letters. It cuts them and is too narrow. There doesn't seem to be the same problem with the other drop downs.

I'll make it longer - Fixed in 5.1.3

Quote:

Originally Posted by BWJ (Post 2238498)
Non-latin letters are not respected in the drop down of a 'seachable field' (created in admin) in sorting within advanced search . It will show them but it will not sort them. In stead it will write 'No records found'.

I can't duplicate it. I found them to be searchable ok, and ordering ok. Testing them with Greek I just foung an error in sorting (some letters are in wrong position), but this is a known global MySQL bug for ordering the Greek alphabet.

Quote:

Originally Posted by BWJ (Post 2238498)
Furthermore I have found some more non translatable phrases. But I guess you prefer to get the primary bugs scrubbed first.

Which phrases?

Chris

Christos Teriakis 08-27-2011 05:39 AM

Quote:

Originally Posted by dypsisdean (Post 2238610)
Thanks Chris, Turning "Carousel" off fixed the problem. But what then do you do with the older ads with pics if you want to turn on "Carousel?"

But please, my other question - as no one can buy anything at the moment. Clicking on BUY IT takes me to my Forum Home Page. The link directs to http://www.sitename/forum/# This apparently started happening on my 2 week old installation without my knowledge, as well as after I upgraded today on my test site.

I know it worked before, and the only thing that changed was I installed another mod (vbActivity) on both. But I have disabled it with the same problem remaining. Can I run update.php again? Will that make a difference?

Just re-upload all the file from the latest version and then re-import product-microclassifieds.xml. It works for sure. It's also strange that carousel is not working on your site. As a final test you can inactivate (not uninstall) all 3nd party mods, and turn them on one by one to see which confilsts with classifieds.

Chris

dypsisdean 08-27-2011 05:49 AM

Quote:

Originally Posted by ChrisTERiS (Post 2238620)
Just re-upload all the file from the latest version and then re-import product-microclassifieds.xml. It works for sure. It's also strange that carousel is not working on your site. As a final test you can inactivate (not uninstall) all 3nd party mods, and turn them on one by one to see which confilsts with classifieds.

Chris

Thanks Chris - you are doing an incredible job. Please don't burn yourself out. This has so much potential.

I found the problem (sort of). It's a skinning problem. I changed some css/php to get the colors, etc. to match my site. I must have done something that affected something else. I am not that experienced with skinning changes. Using the default skin fixes the problem.

But at least I have something to work with now. However, I don't think I changed anything except colors. At least I didn't intend to. Is there anyway that could/should affect functionality?


All times are GMT. The time now is 02:24 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.02439 seconds
  • Memory Usage 1,766KB
  • 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
  • (5)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