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-29-2011 09:36 AM

Quote:

Originally Posted by vb.help (Post 2239277)
Hi,

I get almost 6 times the same classifieds widget in the forum page .. May be i saved multiple times in Admin CP. How do i remove this ?


Thanks !

You need to go to Forum Block Manager and remove them. Is the last option in the menu section where you add Forums. And the next time when you'll need to build a widget for CMS don't forget to uncheck the Forum Sidebar Block.

Chris

Christos Teriakis 08-29-2011 09:38 AM

Quote:

Originally Posted by DannyITR (Post 2239144)
This mod is the best thing since sliced bread but I think that there is a critical thing missing before it can be used on a public board.

We need the ability for user's to be able to pay to post premium ads. I don't quite understand the reasoning behind the current functionality of having free premium ads. Wouldn't everyone want premium ads?

Also can you tell me which templates I need to edit in order to place a box containing the controls form the usercp in the sidebar? I think quick access to classified controls is an absolute must since many of my users only use my board for selling.

As I said in another post, my priorities are:
  1. To fix all bugs
  2. To fix design issues
  3. ...and after this, to change the functionality of some parts.
Chris

Christos Teriakis 08-29-2011 09:40 AM

Quote:

Originally Posted by maupz (Post 2239201)
Hello ChrisTERIS

Can I work in a Spanish Translation???

For This I will need the XML, I will do it to support the app and the comunity!

Thank you for your kind offer, but really I don't know how to export the language file. Coding for vB doesn't means that I'm guru on using it.

Chris

BWJ 08-29-2011 10:21 AM

Quote:

Originally Posted by maupz (Post 2239201)
Hello ChrisTERIS

Can I work in a Spanish Translation???

For This I will need the XML, I will do it to support the app and the comunity!

1) Translate the phrases within the language and/or phrase manager
2) admincp -> download / upload languages
2 a) Language = spanish (or whatever it is called) Product = Marys Classifieds
2 b) Download

pumarjr 08-29-2011 11:41 AM

On my site the users can post their ad, but cannot go back to it and edit it. The only way they can edit their post is to check the radio bubble for can edit posts. Then they can edit their post along with everyone else's. Is there a status update on the pm bug yet? Also, is there any way for the listing to show multiples of the same item, like, 10 of the same item?

Bram H 08-29-2011 01:15 PM

I am receiving the following error when uploading an image:

Code:

Warning: move_uploaded_file([path]/microclassifieds/photos/tmp/2c76919525832ed163c51f19ef6a444f.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in [path]/microclassifieds/includes/functions.php on line 1587

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpjXHtJ7' to '[path]/microclassifieds/photos/tmp/2c76919525832ed163c51f19ef6a444f.jpg' in [path]/microclassifieds/includes/functions.php on line 1587

Warning: fopen([path]/microclassifieds/photos/tmp/2c76919525832ed163c51f19ef6a444f.jpg) [function.fopen]: failed to open stream: No such file or directory in [path]/includes/class_image.php on line 333

Warning: fopen([path]/microclassifieds/photos/2c76919525832ed163c51f19ef6a444f.jpg) [function.fopen]: failed to open stream: No such file or directory in [path]/includes/class_image.php on line 333

Warning: getimagesize(microclassifieds/photos/2c76919525832ed163c51f19ef6a444f.jpg) [function.getimagesize]: failed to open stream: No such file or directory in [path]/microclassifieds/includes/functions.php on line 1957

Warning: getimagesize(microclassifieds/photos/2c76919525832ed163c51f19ef6a444f.jpg) [function.getimagesize]: failed to open stream: No such file or directory in [path]/microclassifieds/includes/functions.php on line 1951


maineGuy72 08-29-2011 01:53 PM

Quote:

Originally Posted by Bram H (Post 2239440)
I am receiving the following error when uploading an image:

Code:

Warning: move_uploaded_file([path]/microclassifieds/photos/tmp/2c76919525832ed163c51f19ef6a444f.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in [path]/microclassifieds/includes/functions.php on line 1587

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpjXHtJ7' to '[path]/microclassifieds/photos/tmp/2c76919525832ed163c51f19ef6a444f.jpg' in [path]/microclassifieds/includes/functions.php on line 1587

Warning: fopen([path]/microclassifieds/photos/tmp/2c76919525832ed163c51f19ef6a444f.jpg) [function.fopen]: failed to open stream: No such file or directory in [path]/includes/class_image.php on line 333

Warning: fopen([path]/microclassifieds/photos/2c76919525832ed163c51f19ef6a444f.jpg) [function.fopen]: failed to open stream: No such file or directory in [path]/includes/class_image.php on line 333

Warning: getimagesize(microclassifieds/photos/2c76919525832ed163c51f19ef6a444f.jpg) [function.getimagesize]: failed to open stream: No such file or directory in [path]/microclassifieds/includes/functions.php on line 1957

Warning: getimagesize(microclassifieds/photos/2c76919525832ed163c51f19ef6a444f.jpg) [function.getimagesize]: failed to open stream: No such file or directory in [path]/microclassifieds/includes/functions.php on line 1951


make sure you have the photo, thumbnail and temp dir under microclassifieds and they have a chmod of 777

vb50kgpoo 08-29-2011 01:54 PM

Hi Chris

1) How do I change the navbar title "Classifieds" to something else?

2) I have not updated over the last week. I have received a ton of advisories saying the scripts have been updated. Have you finished with your latest round of updates? If you have, I will update. If not, I will wait.

Cheers

Bram H 08-29-2011 02:04 PM

Quote:

Originally Posted by maineGuy72 (Post 2239450)
make sure you have the photo, thumbnail and temp dir under microclassifieds and they have a chmod of 777

edit the 777 chmod did the trick, thank you very much for the help!

maineGuy72 08-29-2011 04:27 PM

Quote:

Originally Posted by pumarjr (Post 2239402)
On my site the users can post their ad, but cannot go back to it and edit it. The only way they can edit their post is to check the radio bubble for can edit posts. Then they can edit their post along with everyone else's. Is there a status update on the pm bug yet? Also, is there any way for the listing to show multiples of the same item, like, 10 of the same item?

if the user clicks on my settings on the navbar in the classified section
than my classifieds
there is a drop down list for each ad in the action column
from there they can edit their ad. and their ad only.

still looking into the PM error. i havent seen chris post anything about it either.


All times are GMT. The time now is 03:59 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.02790 seconds
  • Memory Usage 1,763KB
  • 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
  • (7)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