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)

maineGuy72 08-27-2011 01:31 PM

Quote:

Originally Posted by Mukashi (Post 2238671)
I seem to be having that same error myself. Just installed the latest version on our test forum, and when I attempt to click that login button it just throws us back to the home page.

goto your style manager and edit microclassifieds_tabmenu
replace
Code:
<a href="">{vb:var vbphrase.microclassifieds_login_register}</a>
with
Code:
<a href="register.php">{vb:var vbphrase.microclassifieds_login_register}</a>

Christos Teriakis 08-27-2011 01:44 PM

Quote:

Originally Posted by BWJ (Post 2238709)
I have found some phrases that are not translatable within the phrase manager:
1) Displaying rows x to x
(while browsing a category)
6) No records found
(in advanced search)
7) Reset Search
(in advanced search)
8) Browse Classifieds
(in advanced search)

You need to build a new language file for the datagrid. Get any file from microclassifieds/datagrid/languages and rename it. eg dk. When you finishe, upload it and then goto General Settings and set Grid Language: dk

Quote:

Originally Posted by BWJ (Post 2238709)
2) This ad expires in x weeks, x days, x hours, xx minutes
(Viewing an ad = missing phrase for weeks, days, hours and minutes)

You must edit the follow part of the function time_duration at microclassifieds/includes/
Code:

  $periods = array (
            'years'    => 31556926,
            'Months'    => 2629743,
            'weeks'    => 604800,
            'days'      => 86400,
            'hours'    => 3600,
            'minutes'  => 60,
            'seconds'  => 1
            );

ATTENTION: The words that you'll use must have the first letter UNIQUE. "M" and "m" is ok, but "m" and "m" will cause problems.

Quote:

Originally Posted by BWJ (Post 2238709)
3) Mon, Tue, Wed, Thu, Fri, Sat and Sun
Viewing an ad -> beneath 'Date posted'

Can't be changed. So remove "F" from the data long format at General settings.

Quote:

Originally Posted by BWJ (Post 2238709)
4) Thanks for your vote
Viewing an ad -> after voting thumbs up/down

It's image:D microclassifieds/images/thanks-vote.png

Quote:

Originally Posted by BWJ (Post 2238709)
5) Classifieds
(the tab in user profile)

Plugins Manager (Just below of Product Manager). In the section for microCLASSIFIEDS (right side), you'll see 2 with the name Location (I forgot to change the name for the 2nd). Choose the one in the hook "member_complete". Around 15th line you'll see: $blockinfo['title'] = "Classifieds";

Chris

BWJ 08-27-2011 01:48 PM

Thank you Chris!! for your very thorough explanation. I will start right away. Thank you.

maineGuy72 08-27-2011 02:05 PM

Quote:

Originally Posted by pumarjr (Post 2238672)
I tried to use the contact seller link, I get this instead.

i am looking into and will get back to you

Akangage 08-27-2011 03:59 PM

Quote:

Originally Posted by maineGuy72 (Post 2238705)
what version of vb and php are you using?

vb 4.1.5 PL1 and PHP 5.3.7

maineGuy72 08-27-2011 04:19 PM

Quote:

Originally Posted by Akangage (Post 2238768)
vb 4.1.5 PL1 and PHP 5.3.7

i think there was someone else having issues with using php 5.3
that error i think is php related but will look into it more

shanef 08-27-2011 04:58 PM

Whenever someone tried to bid they get the message

Invalid recipient username. Please press the back button, enter the correct username and try again. Click Here to See the Members List

I should say im am using the latest version of vb and this is when it is posted as a auction

maineGuy72 08-27-2011 05:05 PM

this is related to the PM seller bug reported earlier. we are looking into it

maineGuy72 08-27-2011 05:24 PM

hey chris i havent upgraded to the new update yet when i try to approve or delete new classifieds i get a blank screen. if i find anything i will let you know

**Fix
product_microclassified.xml line 4243 and 4244 should look like this
Code:

    <option value="modcp_classifieds.php?do=yesapprove&itemid={vb:raw classified_id}">{vb:var vbphrase.microclassifieds_approve}</option>
    <option value="modcp_classifieds.php?do=deleteitem&itemid={vb:raw classified_id}&urlid=2">{vb:var vbphrase.microclassifieds_delete}</option>

was linking to classifieds.php instead of the modcp

vb.help 08-27-2011 06:26 PM

Hi
i just installed Mary's Classifieds 5.1.3 and i am able to see the classifieds link but when i click it gives me the following message even for admin

you do not have permission to access this page. This could be due to one of several reasons:
1.Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2.If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Can you help please ?


All times are GMT. The time now is 06:43 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.02240 seconds
  • Memory Usage 1,750KB
  • 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_code_printable
  • (9)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