![]() |
Quote:
|
Quote:
|
i was thinking that maybe there should be a link to a pop up window where we can place wording for the classified rules. that way we can place how long the ads can run how many per used and what can be posted. thoughts?
|
Quote:
Go into your classifieds.php and look around line 1400. Looks like this: // Specify each field to display with their own properties $objGrid-> FormatColumn("logo","".$vbphrase["microclassifieds_photo"]."", "25", "0","0","100","center","imagelink:microclassif ieds/photos/thumbs/%s:loadAd(%s),id"); $objGrid-> FormatColumn("adtype","".$vbphrase["microclassifieds_grid_adtype"]."", "40", "50", "0", "100", "center", "image:microclassifieds/images/adtype%s.png"); $objGrid-> FormatColumn("title","".$vbphrase["microclassifieds_title"]."", "13", "20", 0, "350","left", "link:loadAd(%s),id"); $objGrid-> FormatColumn("categoryid","".$vbphrase["microclassifieds_category"]."", "5", "1", 0, "100", "center", "related:select name from ".TABLE_PREFIX."microclassifieds_categories where id=%s"); $objGrid-> FormatColumn("userid","User", "5", "30", 2, "5", "left"); $objGrid-> FormatColumn("username","".$vbphrase["microclassifieds_seller"]."", "5", "30", 0, "120", "center", "link:loadUser(%s),userid"); //$objGrid-> FormatColumn("sellertype","Seller Type", "5", "30", 1, "195", "left", "select:1_Individual:2_Store"); $objGrid-> FormatColumn("newused","".$vbphrase["microclassifieds_condition"]."", "5", "30", 1, "75", "center", "select:1_New:2_Used"); $arrConditions = array("['adtype']==3" => "['buynow']", "['adtype']!=3" => "['price']" ); $objGrid-> FormatColumn("starts","".$vbphrase["microclassifieds_post_at"]."", "5", "30", 0, "100", "center"); $objGrid-> FormatColumn("price","".$vbphrase["microclassifieds_price"]."", "5", "30", 0, "100", "center", "money:".$vbulletin->options["microclassifieds_curpre"].""); $objGrid-> FormatColumn("location","".$vbphrase["microclassifieds_location"]."", "45", "10", "0", "200", "center"); // Store grid in variable The last set of numbers in each row is the width. |
Chris,
I still have the issue my "reviews" don't show up. I tested it and both members did a review. Waited for the amount of days to become visible as set in the options. Nothing shows up. Also in the "auction" block at the forum sidebar. If somebody bids the price doesn't get updated in the sidebar Michael |
Premium ads:
I understood the concept how to POST a premium ad and only allow certain groups to use this. BUT I didn't get it or just overlooked how to EXCLUDE some usergroups from seeing or buying Premium ads The reason I am asking: We have in our club forum regular registered users and real club members. There are real club members who only want to sell to real club members. The Premium ad feature would be ideal for this but only if I can exclude the general registered users from viewing or buying those Premium Ads. How can I do this? Michael |
Quote:
|
Quote:
|
@qpurser
Many thanks to you , i will try this :) Another Question , how can i change the shop language , let say in german ? I was changed it in admincp/microclassifieds/general from en to de but nothing , only the datagrid wont work longer <.< many thanks guys Greets Rikko |
Quote:
|
All times are GMT. The time now is 12:24 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|