vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - SR Classifieds 1.0.2 Light (https://vborg.vbsupport.ru/showthread.php?t=112504)

Gio~Logist 04-11-2006 08:06 PM

Quote:

Originally Posted by Battle_Ring
i get this when importing product

PHP Code:

Database error in vBulletin 3.5.4:

Invalid SQL:

CREATE TABLE IF NOT EXISTS `sr_classifieds_uploads` (
  `
classifiedidint(10unsigned NOT NULL default '0',
  `
imagevarchar(250NOT NULL default 'noimage.gif'
TYPE=MyISAM;;

MySQL Error  You have an error in your SQL syntax near ';
at line 5
Error Number 
1064
Date         
TuesdayApril 11th 2006 01:45:10 PM
Script       
http://www.newenglandforum.com/admincp/plugin.php
Referrer     http://www.newenglandforum.com/admincp/plugin.php?do=productad 


I believed you IMed me and we got it working. Glad things worked out :p

Jon_Simmonds 04-11-2006 08:08 PM

Quote:

Originally Posted by gio~logist
I'm not sure what you meant by the last part, sorry. Can you enhance on this please?

On the sr_classifields main page there are adverts that are admin set between the catorgiries, id like to see a user to pay to place their claddifield item in place of these adverts, for a fee

Quarterbore 04-11-2006 08:09 PM

When you edit an ad there is this little button...

https://vborg.vbsupport.ru/external/2006/04/70.gif

That button switches between the two editing modes. One is the typical vB mode (showing UBB code) and the other is the WYSIWYG mode....

This works fine in WYSIWYG mode....

Here is my page:

http://www.timeshareforums.com/sr_cl...php?do=ad&id=5

Gio~Logist 04-11-2006 08:19 PM

Quote:

Originally Posted by Quarterbore
When you edit an ad there is this little button...

https://vborg.vbsupport.ru/external/2006/04/70.gif

That button switches between the two editing modes. One is the typical vB mode (showing UBB code) and the other is the WYSIWYG mode....

This works fine in WYSIWYG mode....

Here is my page:

http://www.timeshareforums.com/sr_cl...php?do=ad&id=5


Ah, and when it's in the other mode, line breaks don't show? I see what you mean now. I'll get to that ASAP. Not really a big deal. However, it is annoying lol!

Da Drgon 04-11-2006 08:31 PM

Quote:

Originally Posted by Da Drgon
yeah, I noticed that already... it seems that you have to enter HTML tags to make it happen.... meaning, non WYSISYG... I'm also assuming it does not respect any vb code like you would when making a regular forum post


also, will there by any means for the seller to "close" a sell early? like if an item was sold.... or perhaps the buyer bought something, and the ad is automatically closed... like how you would when you click "buy it now" on ebay.... then the sale information is automatically stored in the database and would automatically show up in a "feedback not left for users" list when you want to leave a feedback.... also related to it, if that was done, how about locking down on what type of feedbacks can be left? I mean, if the buyer clicked "buy" in an ad, and wants to leave a feedback relating to that ad, it should only be a "buyer" type feedback, and vice versa if it was the seller.... this way, feedback abuse can be reduced compared to itrader... how about a feedback main page for users so they can see/manage them? Will there be a way for users to reply to feedbacks? How about "ask seller a question" type stuff?

assuming the above mentioned gets implemented:
also, I would like to see an "item quantity" box when you post a new ad, that way it can also tie into how many times you can click the "buy" button, which therefore relates to how many people can leave feedback relating to that ad

again, all to prevent feedback abuse

also, how about a user level system for certain categories? for example, if I wanted to create a "vendor" section, I want it so that only the authorized vendors can post ads, however anyone can respond to them (assuming the "ask seller a question" system gets implemented)

Gio~Logist 04-11-2006 08:32 PM

Quote:

Originally Posted by Da Drgon
assuming the above mentioned gets implemented:
also, I would like to see an "item quantity" box when you post a new ad, that way it can also tie into how many times you can click the "buy" button, which therefore relates to how many people can leave feedback relating to that ad

again, all to prevent feedback abuse

This will be looked into.

Da Drgon 04-12-2006 01:55 AM

oh yeah.... will there be an ability to require pics being posted in future versions?

BRC2 04-12-2006 03:41 AM

I installed v1.0.2 on a development install of vb3.5.0 and I'm getting this error that was posted on page one when I attempt to change a usergroup's permission...
Quote:

Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 635
I have very few hacks installed on this developement site. I went ahead and disabled them as a test but the error still appears.

Da Drgon 04-12-2006 08:42 AM

perhaps this hack is not compatible with your version of vb because it was developed using/for 3.5.4?

Quarterbore 04-12-2006 11:52 AM

I hope you don't mind me posting modifications (if you do let me know and I will stop)...

I changed my install to allow PMs plus e-mail...

Open Template: sr_classifieds_viewad

Code:

<tr>
<td class="alt1">Email</td>
<td class="alt2"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$user[userid]" rel="nofollow"><phrase 1="$user[username]">$vbphrase[send_message_via_email_to_x]</phrase></a></td>
</tr>

After Ad:

Code:

<tr>
<td class="alt1">Send Private Message</td>
<td class="alt2"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$user[userid]" rel="nofollow"><phrase 1="$user[username]">$vbphrase[send_private_message_to_x]</phrase></a></td>
</tr>

Works like a charm!

http://www.timeshareforums.com/sr_cl...php?do=ad&id=1

I also changed the layout of the page a little...

So, if only I can retain the line breaks I really quite happy with this... I just hope the upgrade to the premium won't be too painful!


All times are GMT. The time now is 03:30 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.01590 seconds
  • Memory Usage 1,756KB
  • 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
  • (1)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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