View Full Version : Major Additions - Mary's Classifieds
Please try to re-upload the files, especially those in the directory microclassifieds/includes/
Most probably someone didn't uploaded at all, or uploaded with errors.
ChrisTried twice now without any luck. Any form of debugging-thing I can activate to see where it crashes?
Halfhidden
09-27-2011, 10:06 AM
Found a problem.
In advanced search the drop downs for Type, seller type and condition have nothing in the dropdown's.
Here's a screen print.
fingertip
09-27-2011, 10:23 AM
Hi Chris,
Great plugin! I've just installed 5.1.7 and I can't designate an Ad as being Premium. I open ad for editing, check the Premium option and save it. When I open it again the Premium option is unchecked...
k6rikko
09-28-2011, 06:54 AM
@Chris have many thanks for your support and great work .
Thanks for helping me in this :)
greets Rikko
sdebank
09-28-2011, 07:31 AM
Great mod and excellent work Chris.
Does anybody know how to correct the bg/vbseo footer from appearing in the category listings?
bosken
09-28-2011, 08:21 AM
Have 3 issues: FYI: Reinstalled whole app. from scratch v5.1.7
1. Dateformat Weeks ,etc, where change to my own language (swedish)
2. Date II, Wed, where change to my language, or change this particular date setting
3. Facebook share, does NOT pic up pictures, had same thing with old version. Any fix? Did try to disable ALL 3 party apps but still no go.
https://vborg.vbsupport.ru/external/2011/09/11.jpg
bosken
09-28-2011, 08:58 AM
Tried to change the boxes as you wrote, cant get it to work, I have a fixed theme width.
First i thought it had to do with the app "Everywhere sidebar", but looks same even when that is deactivated.
If possible to extend some of the fields, Region, Rubrik etc.
https://vborg.vbsupport.ru/external/2011/10/53.jpg
***
If I change to my "fluid" theme, page looks even more strange?!
https://vborg.vbsupport.ru/external/2011/10/54.jpg
GoHighVoltage
09-28-2011, 12:06 PM
How much does it cost to remove the copywrite? Also, does anyone have a website that I can see it live and working?
Is there any conflicts or problems? Installation/setup easy?
fwulfers
09-28-2011, 12:15 PM
Small bug with quotes in the title of a classified ad on the main page (for example 17" wheels). Quotes appear fine in titles in other places. http://saabworld.net/classifieds.php
maineGuy72
09-28-2011, 12:56 PM
Small bug with quotes in the title of a classified ad on the main page (for example 17" wheels). Quotes appear fine in titles in other places. http://saabworld.net/classifieds.php
i think it happens with any non-alphanumeric character such as & if you goto that item and look at the page title i think it will be messed up there also
bosken
09-28-2011, 02:03 PM
How much does it cost to remove the copywrite? Also, does anyone have a website that I can see it live and working?
Is there any conflicts or problems? Installation/setup easy?
Live on my site. http://harleyforum.se/classifieds.php
Installation easy. Great support from coder here.
bosken
09-28-2011, 02:04 PM
Yes, its the sign for inch: " have same problem
I have a problem.
"contact seller / send email / report" link in view item links to siteurl/#, but it seems like it just skips whichever javascript code it is supposed to run and redirects the user to the actual siteurl/# (ie: my front page).
Christos Teriakis
09-29-2011, 09:59 AM
Yes, its the sign for inch: " have same problem
Marked for check
Chris
Christos Teriakis
09-29-2011, 10:01 AM
I have a problem.
"contact seller / send email / report" link in view item links to siteurl/#, but it seems like it just skips whichever javascript code it is supposed to run and redirects the user to the actual siteurl/# (ie: my front page).
Seems that the plugin for popup is not loading in your page. Can you right click on that page and then preview the page's code? Somewhere at the top must exists the followin line:
<script type="text/javascript" src="microclassifieds/includes/jqModal.js"></script>
Chris
Christos Teriakis
09-29-2011, 10:06 AM
Found a problem.
In advanced search the drop downs for Type, seller type and condition have nothing in the dropdown's.
Here's a screen print.
Can you try by uploading this file? I've fixed it, but maybe is not on the zip file? Instead to use vbphrase I used vboption there.
Chris
Christos Teriakis
09-29-2011, 10:08 AM
Hi Chris,
Great plugin! I've just installed 5.1.7 and I can't designate an Ad as being Premium. I open ad for editing, check the Premium option and save it. When I open it again the Premium option is unchecked...
Have you upgraded to the latest version? I've fixed it. I'm attaching the file.
Chris
bottom of header:
<script type="text/javascript" src="mobiquo/tapatalkdetect.js"></script>
<script type="text/javascript" src="clientscript/vbulletin-editor.js?v=416"></script>
<link rel="stylesheet" type="text/css" href="css.php?styleid=25&amp;langid=3&amp;d=1317265569&a mp;td=ltr&amp;sheet=editor.css" />
<link rel="stylesheet" type="text/css" href="css.php?styleid=25&amp;langid=3&amp;d=1317265569&a mp;td=ltr&amp;sheet=bbcode.css" />
<link rel="stylesheet" href="microclassifieds/includes/classifieds.css" type="text/css" />
<link media="screen" rel="stylesheet" href="microclassifieds/includes/lightbox.css" />
<link rel="stylesheet" href="microclassifieds/includes/jqModal.css" type="text/css" />
<script type="text/javascript" src="microclassifieds/includes/jquery.js"></script>
<script type="text/javascript" src="microclassifieds/includes/jqModal.js"></script>
<script type="text/javascript" src="microclassifieds/includes/jquery.jcarousel.min.js"></script>
<script type="text/javascript" src="microclassifieds/includes/jquery.title.js"></script>
<script type="text/javascript" src="microclassifieds/includes/jquery.lightbox.js"></script>
<script type="text/javascript">
$().ready(function() {
$('#buy').jqm({trigger: 'a.buy'});
});
</script>
<script type="text/javascript">
$().ready(function() {
$('#bid').jqm({trigger: 'a.bid'});
});
</script>
<script type="text/javascript">
$().ready(function() {
$('#contactad').jqm({trigger: 'a.contactad'});
});
</script>
<script type="text/javascript">
$().ready(function() {
$('#email').jqm({trigger: 'a.email'});
});
</script>
<script type="text/javascript">
$().ready(function() {
$('#report').jqm({trigger: 'a.report'});
});
</script>
<script type="text/javascript">
$().ready(function() {
$('#editbid').jqm({trigger: 'a.editbid'});
});
</script>
<script type="text/javascript">
$().ready(function() {
$('#rss').jqm({trigger: 'a.rss'});
});
</script>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#sliderAds').jcarousel({
visible: 3,
animation: "slow",
auto: 0
});
});
</script>
<script>
$(document).ready(function(){
$("a[rel='lightbox']").colorbox({transition:"none", width:"640", height:"480"});
});
</script>
<script type="text/javascript" src="microclassifieds/includes/jsShare.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#buttons').jsShare({ maxwidth: 360 });
$('#buttons-expanded').jsShare({ initialdisplay: 'expanded', maxwidth: 360 });
});
</script>
</head>
Contents of /microclassifieds/includes/jqModal.js
/*
* jqModal - Minimalist Modaling with jQuery
* (http://dev.iceburg.net/jquery/jqModal/)
*
* Copyright (c) 2007,2008 Brice Burgess <bhb@iceburg.net>
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* $Version: 03/01/2009 +r14
*/
(function($) {
$.fn.jqm=function(o){
var p={
overlay: 50,
overlayClass: 'jqmOverlay',
closeClass: 'jqmClose',
trigger: '.jqModal',
ajax: F,
ajaxText: '',
target: F,
modal: F,
toTop: F,
onShow: F,
onHide: F,
onLoad: F
};
return this.each(function(){if(this._jqm)return H[this._jqm].c=$.extend({},H[this._jqm].c,o);s++;this._jqm=s;
H[s]={c:$.extend(p,$.jqm.params,o),a:F,w:$(this).addCl ass('jqmID'+s),s:s};
if(p.trigger)$(this).jqmAddTrigger(p.trigger);
});};
$.fn.jqmAddClose=function(e){return hs(this,e,'jqmHide');};
$.fn.jqmAddTrigger=function(e){return hs(this,e,'jqmShow');};
$.fn.jqmShow=function(t){return this.each(function(){t=t||window.event;$.jqm.open( this._jqm,t);});};
$.fn.jqmHide=function(t){return this.each(function(){t=t||window.event;$.jqm.close (this._jqm,t)});};
$.jqm = {
hash:{},
open:function(s,t){var h=H[s],c=h.c,cc='.'+c.closeClass,z=(parseInt(h.w.css('z-index'))),z=(z>0)?z:3000,o=$('<div></div>').css({height:'100%',width:'100%',position:'fixed ',left:0,top:0,'z-index':z-1,opacity:c.overlay/100});if(h.a)return F;h.t=t;h.a=true;h.w.css('z-index',z);
if(c.modal) {if(!A[0])L('bind');A.push(s);}
else if(c.overlay > 0)h.w.jqmAddClose(o);
else o=F;
h.o=(o)?o.addClass(c.overlayClass).prependTo('body '):F;
if(ie6){$('html,body').css({height:'100%',width:'1 00%'});if(o){o=o.css({position:'absolute'})[0];for(var y in {Top:1,Left:1})o.style.setExpression(y.toLowerCase (),"(_=(document.documentElement.scroll"+y+" || document.body.scroll"+y+"))+'px'");}}
if(c.ajax) {var r=c.target||h.w,u=c.ajax,r=(typeof r == 'string')?$(r,h.w):$(r),u=(u.substr(0,1) == '@')?$(t).attr(u.substring(1)):u;
r.html(c.ajaxText).load(u,function(){if(c.onLoad)c .onLoad.call(this,h);if(cc)h.w.jqmAddClose($(cc,h. w));e(h);});}
else if(cc)h.w.jqmAddClose($(cc,h.w));
if(c.toTop&&h.o)h.w.before('<span id="jqmP'+h.w[0]._jqm+'"></span>').insertAfter(h.o);
(c.onShow)?c.onShow(h):h.w.show();e(h);return F;
},
close:function(s){var h=H[s];if(!h.a)return F;h.a=F;
if(A[0]){A.pop();if(!A[0])L('unbind');}
if(h.c.toTop&&h.o)$('#jqmP'+h.w[0]._jqm).after(h.w).remove();
if(h.c.onHide)h.c.onHide(h);else{h.w.hide();if(h.o )h.o.remove();} return F;
},
params:{}};
var s=0,H=$.jqm.hash,A=[],ie6=$.browser.msie&&($.browser.version == "6.0"),F=false,
i=$('<iframe src="javascript:false;document.write(\'\');" class="jqm"></iframe>').css({opacity:0}),
e=function(h){if(ie6)if(h.o)h.o.html('<p style="width:100%;height:100%"/>').prepend(i);else if(!$('iframe.jqm',h.w)[0])h.w.prepend(i); f(h);},
f=function(h){try{$(':input:visible',h.w)[0].focus();}catch(_){}},
L=function(t){$()[t]("keypress",m)[t]("keydown",m)[t]("mousedown",m);},
m=function(e){var h=H[A[A.length-1]],r=(!$(e.target).parents('.jqmID'+h.s)[0]);if(r)f(h);return !r;},
hs=function(w,t,c){return w.each(function(){var s=this._jqm;$(t).each(function() {
if(!this[c]){this[c]=[];$(this).click(function(){for(var i in {jqmShow:1,jqmHide:1})for(var s in this[i])if(H[this[i][s]])H[this[i][s]].w[i](this);return F;});}this[c].push(s);});});};
})(jQuery);
Christos Teriakis
09-29-2011, 10:13 AM
Great mod and excellent work Chris.
Does anybody know how to correct the bg/vbseo footer from appearing in the category listings?
Most probably vbSEO using a special way to add their copyright in all vB pages. Normally it has no sense there. For the design issues that I seen in the screenshoot read a bi above:
https://vborg.vbsupport.ru/showpost.php?p=2250141&postcount=1246
Chris
Christos Teriakis
09-29-2011, 10:22 AM
As I seen most of you have problem with the fixed column widths in the grids. As I've wrote in a previous post, I paid to have it fixed (now works with fluid widths). I'm just wondering. There are 128 installations here. All of you have my copyright in place?:cool::D
In any case. If not today, tomorrow I'll release here the new datagrid. Except the fluid width is also has the column titles clickable to change the ordering (so the arrows removed from the left of the title). I believe that looks more professional. It has one more new feature but can't bring it right now in my mind.
Chris
Christos Teriakis
09-29-2011, 10:31 AM
I'm using VB4.1.6 btw
Try to re-upload the file jqModal.js in microclassifieds/includes/
Choose ASCII transfer.
Chris
maineGuy72
09-29-2011, 10:59 AM
chris when will your site be back online
Try to re-upload the file jqModal.js in microclassifieds/includes/
Choose ASCII transfer.
ChrisDoesn't help, tried 4 times. Uploaded twice automatically in filezilla (detected as ascii upload) and twice manually, even tried redownloading the archive and uploading.
This sucks, because of this auction bids don't work, no interaction between the buyer seller works, and the thumbnail generation doesn't work.
The random ads slider doesn't slide anywhere either.. :\
instant search doesn't work
I can't believe it's a transfer issue since I have uploaded VB4 and several products/plugins and everything works.
Is there ANYTHING in the settings / server config that might make this not work?
I tried to change the src of the jModal script to:
http://harleyforum.se/microclassifieds/includes/jqModal.js
still didn't work. What else could it be?
Halfhidden
09-29-2011, 11:57 AM
Hi Chris thanks for the classified.php
I uploaded it to the forum root and replaced the existing file yet the problem with the empty drop downs still exists.
I know you are busy so I will wait :D
It's actually the style...
Hi Chris!
I just found the microclassifieds. At first, really, really like it. Where can I read more about pro version?
Christos Teriakis
09-29-2011, 01:50 PM
Hi Chris thanks for the classified.php
I uploaded it to the forum root and replaced the existing file yet the problem with the empty drop downs still exists.
I know you are busy so I will wait :D
....lol... Then you need to wait a life as I'm always busy:D
If its empty them the phrases must be missing. Don't know what to say. Nobody else reported it after the fix. Do you want to fix it manually? Open classifieds.php and search for:
$objGrid-> FormatColumn("newused","".$vbphrase["microclassifieds_grid_condition"]."", "5", "30", 1, "30", "left", "select:1_".$vbphrase["microclassifieds_new_item"].":2_".$vbphrase["microclassifieds_used_item"]."");
It's on line 2376. Replace it with:
$objGrid-> FormatColumn("newused","".$vbphrase["microclassifieds_grid_condition"]."", "5", "30", 1, "30", "left", "select:1_New:2_Used");
If you're using a non English language change 1_New and 2_Used with your own words.
Comparing with the empty droplists, my solution is better:D
Chris
Christos Teriakis
09-29-2011, 01:51 PM
It's actually the style...
Post your URL here to give a look.
Chris
Christos Teriakis
09-29-2011, 01:52 PM
chris when will your site be back online
I hope today:rolleyes:
Chris
lazytown
09-29-2011, 05:05 PM
I would like to see a clear description (in the first post / mod description) of exactly what is different between the pro version and the free version. Also, do they both have the same bug-fixes occur at the same time? Thx.
Halfhidden
09-29-2011, 05:23 PM
Hi Chris. The url is http://picturepenzance.co.uk
Hey Chris, is it possible to get a working code for a "random ads" widget?
maineGuy72
09-29-2011, 09:04 PM
his chris i found another issue. when moderating the ads in the modcp and you select to delete it goes blank the link is wrong. instead of modcp_classifieds it should be usercp_classifieds (ver5.1.7)
DannyITR
09-29-2011, 11:30 PM
Chris can you tell me if on the ad page the following text can be translated and if so where? I cannot find the phrases:
This Ad Expires in 8 weeks, 1 day, 22 hours, 54 minutes
and
100% of 2 people, found this Ad to be a good deal
fingertip
09-30-2011, 10:33 AM
Have you upgraded to the latest version? I've fixed it. I'm attaching the file.
Chris
Yes, I did. Still doesn't work...
This Ad Expires in 8 weeks, 1 day, 22 hours, 54 minutes
This Ad Expires in = microclassifieds_this_auction
1 day, 22 hours, 54 minutes = wondering about this one myself, I would love to be able to translate weeks / days / hours
100% of 2 people, found this Ad to be a good deal
people, found this Ad = microclassifieds_found_it
to be a good deal = microCLASSIFIEDS > general options > Ad Vote Text
/admincp/options.php?dogroup=microclassifieds
sdebank
09-30-2011, 05:09 PM
Hi Chris!
I just found the microclassifieds. At first, really, really like it. Where can I read more about pro version?
Ditto.
Jman423
09-30-2011, 08:06 PM
I've been doing my best to keep up with this thread... but maybe I missed something.
What are the differences between the free version and the pro version, and when will the site be up so the pro version can be purchased?
I also think it would be a good idea to update the first post (mod description) in this thread so that it doesn't seem that 4.9.5 is the latest version of the free mod. It also advertises features that are not included in the free version.
Christos Teriakis
10-01-2011, 03:01 PM
This sucks, because of this auction bids don't work, no interaction between the buyer seller works, and the thumbnail generation doesn't work.
The random ads slider doesn't slide anywhere either.. :\
instant search doesn't work
I can't believe it's a transfer issue since I have uploaded VB4 and several products/plugins and everything works.
Is there ANYTHING in the settings / server config that might make this not work?
Please avoid to be so general. You can't say that is not works, especially in so many sections, while it's works for all the others (100+).
From the other side, you're trying to get help without even trying a bit on your own. First check that you must do (not only for this, but for any addon that you'll find problems), is to deactivate ALL other plugins and check if it works or not. If it works, then you must try activating one by one your addons, to see which conflist with this one. Any AddOn in this community has been check to work with a clear vB installation, and not with an installation having 10+ (if not more) addons.
Another point. You must provide us a link to your page. What other javascripts are you using? eg are you using Mootools? In this case most probably this is the reason of the conflist.
There are unlimited reasons that something does not work. There so many different server configurations, so many addons etc etc, that makes a miracle something to work in conjuction with all of them. In this case you've to decide what's the most important for you to use. Exactly the same happen to me right now in my site. I wanted to use 2 scripts there, but for some ununderstandable reason each one conflist with the other.
Chris
Christos Teriakis
10-01-2011, 03:06 PM
I've been doing my best to keep up with this thread... but maybe I missed something.
What are the differences between the free version and the pro version, and when will the site be up so the pro version can be purchased?
I also think it would be a good idea to update the first post (mod description) in this thread so that it doesn't seem that 4.9.5 is the latest version of the free mod. It also advertises features that are not included in the free version.
You're right and sorry for it, but as I'm mentioned in a reply to other post, I had unexpected problems in my site with 2 scripts that I wanted to use, and which for a strange reason conflist each other.
Currently, there are no so many additions to the Pro version. I don't use to release an AddOn with 2 features for Free and then add a list of another 98 features with the comment // Only in the Pro version. That's redicolus.
So the current additions are:
1.- 4 types of listings
2.- Totally redesigned Profile page
3.- Totally redesigned UserCP
That's all. The most important in the Pro version is the security that you'll get a product which will be upgrading with new features in regular basis.
Chris
vb.help
10-02-2011, 02:14 AM
Officially should be available only in the PRO version, unless if someone post it here for the Free version.
Chris
Can you post the link for PRO version ?
Please avoid to be so general. You can't say that is not works, especially in so many sections, while it's works for all the others (100+).I wrote a post here somewhere saying the problem was actually in the template itself, I never figured out what exactly was the problem as I ended up deleting the template and rebuilding it.
Jman423
10-02-2011, 01:25 PM
You're right and sorry for it, but as I'm mentioned in a reply to other post, I had unexpected problems in my site with 2 scripts that I wanted to use, and which for a strange reason conflist each other.
Currently, there are no so many additions to the Pro version. I don't use to release an AddOn with 2 features for Free and then add a list of another 98 features with the comment // Only in the Pro version. That's redicolus.
So the current additions are:
1.- 4 types of listings
2.- Totally redesigned Profile page
3.- Totally redesigned UserCP
That's all. The most important in the Pro version is the security that you'll get a product which will be upgrading with new features in regular basis.
Chris
Thank you for the response.
I will be purchasing the pro version, so I look forward to its availability. I see that your site is still down, or at least the link I have is down.
Do you have any sort of ETA when your site will be up and running, and ready for license purchases?
Also, would you entertain the idea of adding custom features for an additional cost?
Thanks
GoHighVoltage
10-02-2011, 11:33 PM
IS there a way to turn on/turn off auctions, etc.
Is there any way to turn off the payment options and shipping options.
For example. I just want to run a classifieds like craigslist does. Where payment/shipping does not take place.
Also. If this mod is uninstalled, does it 100% uninstall, or is there items left in the database after uninstall?
Bram H
10-03-2011, 07:53 AM
How come that ads are still visible after they should have expired:
This Ad Expires in -1 weeks, -4 days, -13 hours, -52 minutes
Christos Teriakis
10-03-2011, 09:27 AM
Thank you for the response.
I will be purchasing the pro version, so I look forward to its availability. I see that your site is still down, or at least the link I have is down.
Do you have any sort of ETA when your site will be up and running, and ready for license purchases?
Also, would you entertain the idea of adding custom features for an additional cost?
Thanks
In around 8 hours from now it will be open. We can discuss about the additional features and if they're good for most of the sites (I mean not very special requests), I'll do it for free as an upgrade. eg currently I'm adding the ability the poster to set quantity of the available products for sale.
Chris
Christos Teriakis
10-03-2011, 09:28 AM
How come that ads are still visible after they should have expired:
This Ad Expires in -1 weeks, -4 days, -13 hours, -52 minutes
There was a typo in the cron file which causes the cron to not run any part below the line with the typo. I'll release a fix soon.
Chris
Christos Teriakis
10-03-2011, 09:30 AM
IS there a way to turn on/turn off auctions, etc.
Is there any way to turn off the payment options and shipping options.
For example. I just want to run a classifieds like craigslist does. Where payment/shipping does not take place.
Also. If this mod is uninstalled, does it 100% uninstall, or is there items left in the database after uninstall?
Currently you can't hide any type of Ads, unless if you modify the templates. As for the uninstallation it removes all the data from the database, but you must manually remove at least the directory microclassifieds from your website, to clear the space (photos, attachments etc).
Chris
Halfhidden
10-03-2011, 09:47 AM
I've looked through the threads here and see others have mentioned this problem but I can't find the solution.
After a sale is completed the user doesn't have any sales history it always says Sales 0 orders 0
Can you help? I'm using version 5.1.7
Christos Teriakis
10-03-2011, 04:57 PM
I've looked through the threads here and see others have mentioned this problem but I can't find the solution.
After a sale is completed the user doesn't have any sales history it always says Sales 0 orders 0
Can you help? I'm using version 5.1.7
If you know what to do it, can you give a look with phpMyAdmin at microclassifieds_items and tell me what value has the field "status"? If it has 0, then means that the order has not be finalised by the seller, so this causes the wrong value.
Chris
Halfhidden
10-03-2011, 05:13 PM
Hi Chris and thanks for the reply.
I don't have a "status" field in the microclassified_items.
Here is a list of all the fields I have.
id categoryid userid title bodytext location starts ends days price currency sellertype newused dimensions weight active premium keywords sold adtype hidden certified priority username increase buynow sellprice buyerid saletype autopost autopostid bookmark watch views standby logo votes_up votes_down voters rating extra1 extra2 extra3 extra4 extra5 extra6 extra7 extra8 extra9 extra10
Thanks for your help again :D
Christos Teriakis
10-03-2011, 05:28 PM
Hi Chris and thanks for the reply.
I don't have a "status" field in the microclassified_items.
Here is a list of all the fields I have.
Thanks for your help again :D
Sorry.... I meant what's the value of "sold". It must be 1. 0 means not sold, 49 means ordered by the user and is awaiting seller approval, and 99 means approved by the seller and is awaiting payment. After payment the seller must mark the ad as sold (sold=1)
Chris
Halfhidden
10-03-2011, 05:39 PM
Hi Chris.
The value in the sold field is "0".
But this was a test purchase between two administrators who each followed the procedure to accept the sale.
The buyer got this pm from the seller.
Congratulations!! The bin pirate agreed to pay ?1.50 GBP plus any additional fees, to buy your product La Femme UV Nail Varnish. Please contact buyer asap, to discuss about payment etc. Please note that your Ad has been hidden from public view, so, in case that for some reason you don\'t agree with this sale, you must activate it again!. Accept SaleorReject Sale .
So as far as I know everything was done correctly.
Bergler
10-03-2011, 08:25 PM
Hi, there just installed the classifieds and works good, great product by the way. I am having a problem, the images for the ads arnt working, including the thumbnail. I CMOD folder to 777 cant figure it out. Any help would be much appreciated
maineGuy72
10-03-2011, 09:20 PM
Hi, there just installed the classifieds and works good, great product by the way. I am having a problem, the images for the ads arnt working, including the thumbnail. I CMOD folder to 777 cant figure it out. Any help would be much appreciated
check the file size and which folder did you chmod to 777?
Bergler
10-03-2011, 09:26 PM
check the file size and which folder did you chmod to 777?
microclassifieds/photos
The images are under 60 KB
[ I solved my issue, thanks] :)
Bergler
10-03-2011, 10:21 PM
Does anyone have a widget code for this product?
The block generator does not work?
Christos Teriakis
10-04-2011, 04:47 AM
Does anyone have a widget code for this product?
The block generator does not work?
Please upload this file to admincp. By mistake I've disabled the title field.
Chris
Christos Teriakis
10-04-2011, 04:54 AM
Hi Chris.
The value in the sold field is "0".
But this was a test purchase between two administrators who each followed the procedure to accept the sale.
The buyer got this pm from the seller.
So as far as I know everything was done correctly.
No, the procedure is not finished. The full procedure is:
Buyer clicks on "Buy Now":
The Ad is marked as sold = 49 (awaiting approval)
The Ad goes invisible
A PM is sending to seller to accept (or reject the sale)
Seller accepts the sale:
Ad is marked as sold = 99 (awaiting payment)
A PM is sending to Buyer informing him that seller accepted the order and now he must be in contact with seller to discuss payment way.
When the seller get the payment he must mark the item as sold.
Ad is marked as sold = 1 (Final)
PM is sending to both partied to inform them that the have xx days to review each other.Chris
Bergler
10-04-2011, 05:54 AM
Please upload this file to admincp. By mistake I've disabled the title field.
Chris
Thank you Sir!
One more question, how do you change the name of the navbar tab?
maineGuy72
10-04-2011, 11:00 AM
Thank you Sir!
One more question, how do you change the name of the navbar tab?
search this mod it has been addressed several times
Halfhidden
10-04-2011, 12:09 PM
No, the procedure is not finished. The full procedure is:
Buyer clicks on "Buy Now":
The Ad is marked as sold = 49 (awaiting approval)
The Ad goes invisible
A PM is sending to seller to accept (or reject the sale)
Seller accepts the sale:
Ad is marked as sold = 99 (awaiting payment)
A PM is sending to Buyer informing him that seller accepted the order and now he must be in contact with seller to discuss payment way.
When the seller get the payment he must mark the item as sold.
Ad is marked as sold = 1 (Final)
PM is sending to both partied to inform them that the have xx days to review each other.Chris
A thousand apologies. We seemed to have forgotten to go to the pending section and accept the sale and mark it as sold.
Thanks you once again. :D
Bergler
10-04-2011, 02:05 PM
search this mod it has been addressed several times
There is 88 pages, thanks for the help, you might as well just not answered. :rolleyes:
Halfhidden
10-04-2011, 03:23 PM
There is 88 pages, thanks for the help, you might as well just not answered. :rolleyes:
The underline fact is that members should use self help wherever possible. All you need to do is hit the "search this thread" and type in your key words.
If developers are bogged down answering questions that have been answered many times already it will put them off support and or use up their valuable time.
I don't think anyone was trying to offend you... just point out a community fact :)
DannyITR
10-04-2011, 05:19 PM
Small bug.. When you click on an image in Seller's other items, the link is missing the itemid and results in: Invalid data specified
example:
/classifieds.php?do=viewitem&itemid=&urlid=1&userid=19
When you click on the title next to the image, the itemid is OK.
/classifieds.php?do=viewitem&itemid=20&urlid=1&userid=19
By the way, why would you include the urlid and userid in these links? Just the itemid works fine as well.
Thank you Mike.
I'm still getting this bug. Was it fixed?
Christos Teriakis
10-04-2011, 06:05 PM
There is 88 pages, thanks for the help, you might as well just not answered. :rolleyes:
Admincp-> Plugins & Products -> Plugins Manager.
Click Edit on microCLASSIFIEDS Tab Menu. Change the phrase "{vb:var vbphrase.microclassifieds_classifieds}"with your own word.
.....or....
Phrase Manager-> Global variables
Search for microclassifieds_classifieds and change it as you like.
But as other members said already, its a simple search to find the solution.
Chris
I run VB Advance. So i do not have the complete suite of VB. Just the forums.
Is there a way to show the latest adds in vbAdvance?
Christos Teriakis
10-04-2011, 06:07 PM
A thousand apologies. We seemed to have forgotten to go to the pending section and accept the sale and mark it as sold.
Thanks you once again. :D
I know that is a frustating procedure, but it has logic. Even when I'll add the online payments, I'll keep it as is for sellers who don't like to accept online payments.
Chris
Christos Teriakis
10-04-2011, 06:51 PM
I run VB Advance. So i do not have the complete suite of VB. Just the forums.
Is there a way to show the latest adds in vbAdvance?
Currently no, sorry. The included block generator produces and auto install code for CMS or Forum sidebar. Maybe in a later upgrade.
Chris
fwulfers
10-06-2011, 03:05 PM
Is it possible to add a note/message to the main Classifieds page? I would like to welcome visitors and give them a link to a forum thread / FAQ page with more information on how to use it and a link to an advertising policy.
imported_stefan
10-06-2011, 05:38 PM
I struggle here at the translation:
Diese Anzeige endet in 0 weeks, 6 days, 23 hours, 0 minutes
means: This ad ends in 0 weeks, 6 days, 23 hours, 0 minutes
In Germany we don't say weeks :-)
So where can I translate:
m=months, w=weeks, d=days, h=hours, m=minutes, s=seconds
imported_stefan
10-06-2011, 06:57 PM
One bug to go:
Auction with 1.000.000 EUR
I bought it right away without bidding.
Seller got the mail:
Congratulations .... stefan agreed to pay €1.000.000,00 EUR plus any additional fees, to buy your product
In the area "my items" of the seller in "pending..." there was only 1 EUR written.
imported_stefan
10-06-2011, 07:07 PM
The minimum price was 1 Eur now i tried to bid in a seccond auction 0,5 EUR.
The program accepted my bid now it is 0 EUR
imported_stefan
10-06-2011, 07:15 PM
The minimum price was 1 Eur now i tried to bid in a seccond auction 0,5 EUR.
The program accepted my bid now it is 0 EUR
Maybe because I can moderate everything?
imported_stefan
10-06-2011, 07:23 PM
After placing a bid minimum was 1 EUR, I bid 5 EUR I tried to buy it right away with the fastbuy button but I allways get the message:
First everything correct:
Please confirm ....
and than:
Weiterleitung . . .
Sorry, but seems that someone else, a moment ago, hit the Buy now button. Please contact seller. Your request has NOT been recorded.
Falls dein Browser dich nicht automatisch weiterleitet, klicke bitte hier.
thats nonsense I am the only one ;.)
lazytown
10-07-2011, 06:58 PM
is this working well with 4.1.7?
imported_stefan
10-07-2011, 07:26 PM
I use 4.1.6 and there were no db failures.
sadiq6210
10-08-2011, 03:03 PM
Tried to change the boxes as you wrote, cant get it to work, I have a fixed theme width.
First i thought it had to do with the app "Everywhere sidebar", but looks same even when that is deactivated.
If possible to extend some of the fields, Region, Rubrik etc.
https://vborg.vbsupport.ru/external/2011/10/53.jpg
***
If I change to my "fluid" theme, page looks even more strange?!
https://vborg.vbsupport.ru/external/2011/10/54.jpg
I have same bug :o
+
When I click (buy it), the product will disappear immediately
I want to sent notification that there is an user want to buy your product but the product should still exist and appear
How to solve this please?
Thanks
Jman423
10-08-2011, 09:17 PM
Is the Pro version available yet? I've been to your website everyday and it looks different every time, so it looks like the site is still under construction.
imported_stefan
10-08-2011, 09:26 PM
is this working well with 4.1.7?
Now I have the 4.17 and still no problems :-)
duketxboy
10-09-2011, 12:57 AM
Im only having problems with the phpmydatagridclass.php file not installing any help on that its messing my wanted section...?
DannyITR
10-09-2011, 11:13 AM
How does a user unfollow a section?
kfyonur
10-09-2011, 02:48 PM
i saw clasfields.php error on explorer in every page..
Sorry, but seems that someone else, a moment ago, hit the Buy now button. Please contact seller. Your request has NOT been recorded.How can i solve this problem ?
When i buy something,it send you a two notification (PM) but when i open it,i saw only one..
imported_stefan
10-10-2011, 07:44 AM
And finally one big error :-).
The Auction never disapered now its counting backwards:
-1 ws, -1 ds, -13 hs, -57 ms
on the right and in the auction itself.
After a server upgrade we have gotten some trouble with the category listings, everything else works (new items, front page, random items, viewing items, etc).
Warning: mysql_query() [function.mysql-query]: Access denied for user 'clubtrix'@'localhost' (using password: NO) in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Warning: mysql_query() [function.mysql-query]: Access denied for user 'clubtrix'@'localhost' (using password: NO) in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Host says its a problem with the user@server, it shouldn't connect to localhost but to a different sql server. where can we change that "localhost" variable?
Someone had changed the vbulletin database type to mysqli, changing back to mysql resolved the issue
kfyonur
10-11-2011, 03:34 PM
Hey Where are you Chris
DannyITR
10-12-2011, 03:57 PM
How does a user unfollow a section?
I was wondering if someone would have the answer to this question?
imported_stefan
10-12-2011, 04:01 PM
Its simple not inside the software I asume.
DannyITR
10-12-2011, 04:47 PM
Its simple not inside the software I asume.
Were you responding to my question? If so can you explain what you mean?
imported_stefan
10-12-2011, 07:53 PM
yes. It seems there is no functionality for that point right now.
kfyonur
10-12-2011, 08:37 PM
who knows my problem solution..
Sorry, but seems that someone else, a moment ago, hit the Buy now button. Please contact seller. Your request has NOT been recorded.How can i solve this problem ?
maineGuy72
10-12-2011, 11:23 PM
And finally one big error :-).
The Auction never disapered now its counting backwards:
-1 ws, -1 ds, -13 hs, -57 ms
on the right and in the auction itself.
i believe there was an update for the cron job to fix this
duketxboy
10-12-2011, 11:52 PM
Im only having problems with the phpmydatagridclass.php file not installing any help on that its messing my wanted section...?
Trying to get help with this still!
fwulfers
10-13-2011, 04:02 PM
Any news on allowing to choose a currency? Right now, you can either set a default or none which is a problem for global sites. A simple drop-down list would be sufficient. Even a text field would be better than nothing.
lazytown
10-13-2011, 06:17 PM
Am I correct in saying that the free version uses iframes for all the ad listings, and the pro version does not?
Teejay24
10-14-2011, 02:34 PM
Heya,
I just installed the mod and its working perfectly in terms of the selling/buying etc whilst also sending notifications right.
The only problem i have at the moment is the feedback system. I think its back-to front, reversed somewhat.
What i mean is when Person 1 buys from Person 2 and leaves feedback for Item 1 such as ("Great seller, good quality item") - the feedback comes up under my "Brought" section and says its been reviewed by Person 2. Whilst if Person 2 leaves feedback for me, saying ("Great buyer, payment gone through quickly etc"), it will come under Person 2's sold item with reviewed by me.
Screen shots as below to see what i mean.
As you can see the feedback that has been posted on my "Xenoclix" classifieds profile was suppose to appear on Magmars yes it appears on mine also mentioning that magmar did the feedback and vis versa. (back to front really).
https://vborg.vbsupport.ru/external/2011/10/41.png
https://vborg.vbsupport.ru/external/2011/10/42.png
imported_stefan
10-15-2011, 10:54 AM
There was a typo in the cron file which causes the cron to not run any part below the line with the typo. I'll release a fix soon.
Chris
That was 3.10.2011
When is soon?
;-)
sadiq6210
10-15-2011, 12:15 PM
ChrisTERiS :)
clutchthese
10-15-2011, 02:04 PM
How in the heck do you delete this mod? i've uninstalled it and deleted all the files from the server yet i yet an error CONSTANTLY.
Database error in vBulletin 4.1.5:
Invalid SQL:
SELECT languageid,
phrasegroup_global AS phrasegroup_global,
phrasegroup_microclassifieds AS phrasegroup_microclassifieds,
phrasegroup_postbit AS phrasegroup_postbit,
phrasegroup_posting AS phrasegroup_posting,
phrasegroupinfo AS lang_phrasegroupinfo,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM stealthy_dblanguage
WHERE languageid = 1;
MySQL Error : Unknown column 'phrasegroup_microclassifieds' in 'field list'
Error Number : 1054
Request Date : Saturday, October 15th 2011 @ 02:29:09 AM
Error Date : Saturday, October 15th 2011 @ 02:29:09 AM
Script : http://stealthygaming.com/classifieds.php?do=main&catid=3
Referrer :
IP Address : XXXXXXXXX
Username :
Classname : XXXXXXXX
MySQL Version :
Christos Teriakis
10-16-2011, 01:48 PM
How in the heck do you delete this mod? i've uninstalled it and deleted all the files from the server yet i yet an error CONSTANTLY.
Database error in vBulletin 4.1.5:
Invalid SQL:
MySQL Error : Unknown column 'phrasegroup_microclassifieds' in 'field list'
Error Number : 1054
Request Date : Saturday, October 15th 2011 @ 02:29:09 AM
Error Date : Saturday, October 15th 2011 @ 02:29:09 AM
Script : http://stealthygaming.com/classifieds.php?do=main&catid=3
Referrer :
IP Address : XXXXXXXXX
Username :
Classname : XXXXXXXX
MySQL Version :
What wrong with the mod if vBulletin does not do right uninstallation. I'm getting the same errors with Projects Tools which is a vB module. In any case see if your didn't removed the file vb_installation/includes/cron/microclassifieds_cron.php
Is the only file that maybe requests phrases from classifieds.
Chris
Christos Teriakis
10-16-2011, 01:51 PM
I was wondering if someone would have the answer to this question?
UserCP-> My Categories :) Below My Bookmarks.
Chris
kfyonur
10-16-2011, 02:16 PM
what is the difference between license product and this product ?
sadiq6210
10-16-2011, 02:38 PM
I translated this mod to Arabic (RTL lang.) I didn't make new language file
I just translated the phrases from admincp
but I have problem with the items table
see the attached screen-shot
Only the columns titles, when I translated it shows not in ARABIC !
Also I cannot search using ARABIC lang. and how to move the phrase inside RED RECTANGLE to the right side
Appreciate your help
mgcom
10-16-2011, 09:56 PM
admin can't post classifieds, i've checked the permissions and they are ok ??
All other usergroups can though
maineGuy72
10-17-2011, 07:41 PM
admin can't post classifieds, i've checked the permissions and they are ok ??
All other usergroups can though
it has to be a usergroup permission error i would double check it again and any other group it might be in (ie moderator)
mgcom
10-17-2011, 09:21 PM
it has to be a usergroup permission error i would double check it again and any other group it might be in (ie moderator)
checked it on all of them, its only admin that can't post new ads, settings are all the same for each usergroup
vb.help
10-17-2011, 10:53 PM
Hi,
Days (Max: 60) - this is set by admin as per the tool tip
I am trying to change this value from 60 .. Where do i set this ? In admin cp i could not find it.
Thanks
Altari
10-19-2011, 09:28 AM
Hello,
Sorry for my bad english but i'm french,
i'm trying to install this mod which look great. I uploaded all files, i imported product and checked the overwrite checkbox.
The mod doesn't work : i only have blanks pages when i reach them. No menu from forum to post ads or view ads. On a profile, when i click on classifieds, i have one more blank page. Groups permissions are set.
I'm using VB 4.1.7 is it a problem ? Or does anybody have an idea to fix it ?
Altari
10-19-2011, 11:32 AM
Hello,
Sorry for my bad english but i'm french,
i'm trying to install this mod which look great. I uploaded all files, i imported product and checked the overwrite checkbox.
The mod doesn't work : i only have blanks pages when i reach them. No menu from forum to post ads or view ads. On a profile, when i click on classifieds, i have one more blank page. Groups permissions are set.
I'm using VB 4.1.7 is it a problem ? Or does anybody have an idea to fix it ?
Ok it works sorry,
Mary's Classifields is not compatible with vB Optimise
I'm having some trouble, usergroup permissions doesn't seem to work for additional usergroups (only primary). Is this intended or is it something wrong with our setup?
ie: a user with primary usergroup "registered user" and additonal usergroup "administrators" will use the usergroup permissions from "registered user".
If this is how it is intended, how can we change it to include additional usergroups as well?
edit: hm. seems like that was part-true.
Administrators are allowed to moderate / edit ads. But the variables controlling number of concurrent ads plus photos and files in each ad is from the primary usergroup only.
So if I have a setup like thisusergroup: registered users
can use: yes
can buy: yes
can post: yes
can moderate: no
max concurrent: 2
max photos: 1
max files: 1
usergroup: administrators
can use: yes
can buy: yes
can post: yes
can moderate: yes
max concurrent: 20
max photos: 10
max files: 10
Then the usergroup administrators CAN moderate, but they can only have 2 ads.
Running VB4.1.7
bigtree
10-19-2011, 09:20 PM
Wow, this is a very professional classified mod and very easy to navigate , including set-up, Thank you! Everything seem to work. Please keep continuing your progress. Its well worth it.
I've been looking over your site, to learn more about your products, do you have to register? I am interested in more, thank you!
running 4.1.5 CMS
bigtree
10-19-2011, 09:48 PM
Actually, just found one thing that doesn't seem to work.
The Code for generating blocks (CMS or Forums)
Christos Teriakis
10-20-2011, 05:18 AM
what is the difference between license product and this product ?
Not so much. That's (my) problem. I wanted to have a Free version with lot of features, so didn't left out other features to have in the PRO. Below are the current differencies. More features (like online payments for sellers) will be add later on.
New design in usercp using datagrid
New design in profile page
Advanced search has adapted as seperate tab to vB advanced search page
Four types of views in listing (Short for low resolutions, Wide for hight ones, Block with more details and Brief without thumbs).
New version of datagrid which supports:
Related (%) width of columns instead of fix ones (px), so there are no any more design issues where the grid gets only the half screen to those who are using high resolution monitors.
Column titles are now clickable to allow change of sorting, instead of the 2 arrows.
Lists can be export in Excel, CVS, TXT format and also can be print.
Some othe minnor changes, eg when an Ad expires without to sold, an email is going to seller giving him the option to activate it again. Till that time the Ad appears in a new tab in my classifieds "Expired Ads".
Also the PRO version does not has the Copyright link in the pages.
(This will be release on weekend). Instead of autopost, I've added a simple stock feature, where the seller can set how many items has for sale.Chris
Christos Teriakis
10-20-2011, 05:19 AM
Actually, just found one thing that doesn't seem to work.
The Code for generating blocks (CMS or Forums)
Which version are you using? Or better... in the block generator, the "Title" (for the block), is editable or read only?
Chris
Christos Teriakis
10-20-2011, 05:20 AM
ChrisTERiS :)
What it does means??:confused:
Chris
bigtree
10-20-2011, 06:02 AM
Which version are you using? Or better... in the block generator, the "Title" (for the block), is editable or read only?
Chris
The version I am using is the one I downloaded here yesterday.
The Tile cannot be added or edited. It will not let me?
Whity
10-20-2011, 06:49 AM
I translated this mod to Arabic (RTL lang.) I didn't make new language file
I just translated the phrases from admincp
but I have problem with the items table
see the attached screen-shot
Only the columns titles, when I translated it shows not in ARABIC !
Also I cannot search using ARABIC lang. and how to move the phrase inside RED RECTANGLE to the right side
Appreciate your help
open
microclassifieds\datagrid\class\phpmydatagrid.clas s.php
find:
var $sqlcharset = "";
replace:
var $sqlcharset = "Your charset the page";
Christos Teriakis
10-20-2011, 07:46 AM
The version I am using is the one I downloaded here yesterday.
The Tile cannot be added or edited. It will not let me?
Sorry, seems that I haven't updated the distribution file. Please upload the attached file to your admincp.
Chris
bigtree
10-20-2011, 08:10 AM
Awesome support, thank you!
I tried it and it allows me to create the block now but it pulls the blog content rather than the classifieds?
Christos Teriakis
10-20-2011, 08:15 AM
Awesome support, thank you!
I tried it and it allows me to create the block now but it pulls the blog content rather than the classifieds?
..lol... No, surelly not. You did something wrong, or you must clear your browser cache. Also check your settings on how often vBulletin updates the content.
Chris
bigtree
10-20-2011, 08:45 AM
..lol... No, surelly not. You did something wrong, or you must clear your browser cache. Also check your settings on how often vBulletin updates the content.
Chris
I wish it wasn't so. it is pulling the Blog content. Its not cached. When I create the block, and then go the the forum block to activate it, editing it first it is all blog info there. It doesn't create the block for the classifieds.
Christos Teriakis
10-20-2011, 09:02 AM
I wish it wasn't so. it is pulling the Blog content. Its not cached. When I create the block, and then go the the forum block to activate it, editing it first it is all blog info there. It doesn't create the block for the classifieds.
Goto: http://www.christeris.net/vb4/forum.php
I've just created a block, just for you as you can understand from the title. As you can see shows data from classifieds. You wrote something about activating it. You don't need to activate anything. Everything is done automatically. Only for CMS widgets, where even if they again activating automatically, you must setup in which block to appear in your layout.
In simple words: Create your block, and then visit you forum homepage to see it. Nothing more.
Chris
sadiq6210
10-20-2011, 02:16 PM
open
microclassifieds\datagrid\class\phpmydatagrid.clas s.php
find:
var $sqlcharset = "";
replace:
var $sqlcharset = "Your charset the page";
Perfect :up:
Thanks .. appreciate your help
What about search? If I write in my lang. (There is no result)
sadiq6210
10-20-2011, 02:26 PM
What it does means??:confused:
Chris
I was asking about you ^_^
Any news about the width of the table?
Appreciate your support :)
bigtree
10-20-2011, 03:41 PM
Goto: http://www.christeris.net/vb4/forum.php
I've just created a block, just for you as you can understand from the title. As you can see shows data from classifieds. You wrote something about activating it. You don't need to activate anything. Everything is done automatically. Only for CMS widgets, where even if they again activating automatically, you must setup in which block to appear in your layout.
In simple words: Create your block, and then visit you forum homepage to see it. Nothing more.
Chris
Yes, yours looks good thank you. I am doing it all correctly.
NOTE: the title works when the block is created but the script created a blog block. In other words, I call it Classifieds, and I now have a blog block called Classifieds.
For me, its still not working correctly :(
Christos Teriakis
10-20-2011, 04:27 PM
I was asking about you ^_^
Any news about the width of the table?
Appreciate your support :)
I apologize but this feature will be only in the PRO version, for 2 main reasons:
The datagrid itself, with the custom modifications (because this was a custom modification), it costed me more than $400. As you can understand to give my work for free, is ok, but to pay for giving something for free, its out of logic.
Adding so many features in the FREE version (compare the first one that I got from Mary, with the latest here), only 4-5 features left to have in addition in the PRO version, and as you can understand, only very few members are ready to pay for it.
I was expecting to have some money in exchange selling the copyright removal. For 3 months now, only one paid for it. Honestly (I'm not talking in person), do you believe that from around 150 installations only 1 has removed the copyright?:D There are users here, who got support, and whose site I visited (they've them in their signature), and I found my copyright removed. That's no fair.Chris
bigtree
10-20-2011, 05:34 PM
Could it be that something was changed in the code from vbulletin 4.1.4 to 4.1.5? I am on 4.1.5 pl 1
I am planning on upgrading to 4.1.7 once the guinea pigs get done with it and the first patch is released. Maybe lets see how that goes for us then?
Something is clearly incorrect with either your patch above or the code for vb 4.1.5 .
Love this Classified! Very impressive.
Cheers!
Any ideas about this?
I'm having some trouble, usergroup permissions doesn't seem to work for additional usergroups (only primary). Is this intended or is it something wrong with our setup?
ie: a user with primary usergroup "registered user" and additonal usergroup "administrators" will use the usergroup permissions from "registered user".
If this is how it is intended, how can we change it to include additional usergroups as well?
edit: hm. seems like that was part-true.
Administrators are allowed to moderate / edit ads. But the variables controlling number of concurrent ads plus photos and files in each ad is from the primary usergroup only.
So if I have a setup like this
Then the usergroup administrators CAN moderate, but they can only have 2 ads.
Running VB4.1.7
Just tried a completely new install of vbulletin 4.1.7 + Classifieds 5.1.7 and I can't get the fields defining max * to work correctly.
example:
registered users max days = 30
admin users max days = 45
user set as primary usergroup registered users and additional usergroup admin
max days = 30
user set as primary usergroup admin and additional usergroup registered users
max days = 45
this is kind of critical as our users get automatically upgraded to additonal usergroup "members" when paying in our store, and we want them to have elevated rights in this extension.
bigtree
10-20-2011, 08:40 PM
On a side note: Its the internet and most want something for nothing, and usually get it somewhere. The full story however, nothing great and stable is for free. And who in their right mind can work for nothing? Everyone deserves to be paid for working.
As long as this has support, I will definitely be supporting you on this back.
Looking forward to seeing this work on 4.1.7 as this is a major bug fix version.
sadiq6210
10-20-2011, 09:17 PM
I apologize but this feature will be only in the PRO version, for 2 main reasons:
The datagrid itself, with the custom modifications (because this was a custom modification), it costed me more than $400. As you can understand to give my work for free, is ok, but to pay for giving something for free, its out of logic.
Adding so many features in the FREE version (compare the first one that I got from Mary, with the latest here), only 4-5 features left to have in addition in the PRO version, and as you can understand, only very few members are ready to pay for it.
I was expecting to have some money in exchange selling the copyright removal. For 3 months now, only one paid for it. Honestly (I'm not talking in person), do you believe that from around 150 installations only 1 has removed the copyright?:D There are users here, who got support, and whose site I visited (they've them in their signature), and I found my copyright removed. That's no fair.Chris
I am totally agree with you Chris.
I am looking to use this mod as e-bookshop in our official university forum, still I don't know will we use it or not, I am just trying to make it as what we need in a test forum (not online) especially we are using RTL/ARABIC language so I want to make sure before install it. If we take decision to use it, then, you can consider me as a second person who will remove the copyright.
Until now we are facing some difficulties in RTL, charset, style, align, and remove or modify some features.
But about the table width.
I am not sure if you understood what I mean. see the screenshot
https://vborg.vbsupport.ru/attachment.php?attachmentid=133870&d=1318779275
Have a look to the "question mark" area, I thought this is a bug. Is it a feature to increase the width of the table to 100%. The table width should be 100% and no need for this blank area. Is it bug or a feature to remove this blank area?
At the end of the day, I respect your effort Chris, It is not fair from me to discuss this with you. You are offering this mod for free with awesome support and we all appreciate that, so no need to apologize, no need for any clarifications. You are consuming your time to deliver a good mod for us and it is fair to get benefits from it. I just want to make sure the you understood what I mean when I wrote about (table width) in my previous post. Is it really a feature to make the table 100% width?
BTW, English is not my language, I am sorry if there is and mistakes :)
Thanks & Regards
Change browsegrid width to 100%
admincp - styles & templates - yourtemplate - microclassifieds templates - microclassifieds_browsegrid
find
<table cellspacing="0" cellpadding="0" border="0">
replace with
<table cellspacing="0" cellpadding="0" border="0" style="width:100%;">
bug in string microclassifieds_no_more
<p align="justify">You're trying to add a new ad, or to activate an old one, but this is not permitting
from your usergroup's settings. Please contact administrator to ask how you can upgrade,
or deactivate, delete, mark as sold another Ad to free up your space.</p>
<p>Goto <a href="classifieds.php?do=myitems"><b>My Classifieds</b></p>
Should be:
<p align="justify">You're trying to add a new ad, or to activate an old one, but this is not permitting
from your usergroup's settings. Please contact administrator to ask how you can upgrade,
or deactivate, delete, mark as sold another Ad to free up your space.</p>
<p>Goto <a href="usercp_classifieds.php?do=myitems"><b>My Classifieds</b></p>
duketxboy
10-21-2011, 01:40 AM
I apologize but this feature will be only in the PRO version, for 2 main reasons:
The datagrid itself, with the custom modifications (because this was a custom modification), it costed me more than $400. As you can understand to give my work for free, is ok, but to pay for giving something for free, its out of logic.
Adding so many features in the FREE version (compare the first one that I got from Mary, with the latest here), only 4-5 features left to have in addition in the PRO version, and as you can understand, only very few members are ready to pay for it.
I was expecting to have some money in exchange selling the copyright removal. For 3 months now, only one paid for it. Honestly (I'm not talking in person), do you believe that from around 150 installations only 1 has removed the copyright?:D There are users here, who got support, and whose site I visited (they've them in their signature), and I found my copyright removed. That's no fair.Chris
with you on that chris the recession is bad & timeless hours working on this should be paid for this weekend ill have a chance to check out the pro version to see if im interested
sadiq6210
10-21-2011, 05:56 AM
Change browsegrid width to 100%
admincp - styles & templates - yourtemplate - microclassifieds templates - microclassifieds_browsegrid
find
<table cellspacing="0" cellpadding="0" border="0">
replace with
<table cellspacing="0" cellpadding="0" border="0" style="width:100%;">
Working as a charm
Thanks Jim
Christos Teriakis
10-21-2011, 06:16 AM
On a side note: Its the internet and most want something for nothing, and usually get it somewhere. The full story however, nothing great and stable is for free. And who in their right mind can work for nothing? Everyone deserves to be paid for working.
As long as this has support, I will definitely be supporting you on this back.
Looking forward to seeing this work on 4.1.7 as this is a major bug fix version.
I don't agree with it, but I also don't mean that you're saying it as a way to offend me. Honestly I'm trying my best to eliminate (as is possible) the bugs in the Free version. But there are some points that you need to pay attention.
Sure, I'm very young to say that I'm old, but of course I'm very old to say that I'm teenager:). I'm 55yo, working since my 18yo, and as you can understand my body and mind, don't have the power that I had even 10 years ago.
Programming is not my job doing for living. So I've to work 8 hours like all of us here.
I'm spending all my free time in programming. But I need to admit that I'm giving first priority to those who are paying me.
Can you believe that I've an almost ready version with bug fixes to release here, and still didn't found the time to zip the file? Believe it. Even yesterday, I sent you the file that was ready since week (you can find it as attachment some pages before), but its not in the distribution file.Chris
Christos Teriakis
10-21-2011, 06:47 AM
Have a look to the "question mark" area, I thought this is a bug. Is it a feature to increase the width of the table to 100%. The table width should be 100% and no need for this blank area. Is it bug or a feature to remove this blank area?
About the width. I've set it to use 100% of the available space. You can see it in the file classifieds.php. Search for: $objGrid -> width = '100%'; and you'll find it 2 times. One in categories listings, and one in the search results. The problem is that if you scroll down and see any referrence to: $objGrid-> FormatColumn(..........,"60","center");, the number before the aligment is fixed. In this case 60 means 60px. In the customized version that I ordered means %. As you can understand with fixed column width is very difficult to adjust the page. Even if the grid gets 100% of the available space, still will remain an empty column at the end.
As for the Arabic language (by the way I've lived 2 years in Kuwait:D). I don't think that should be any problem, as there are no problems with Greek characters which is also a problematic language. If you've setup vB to use RTL, then should be works fine. As for the character set. I've set it to work with UTF-8. Are you using another charset?
Chris
bigtree
10-21-2011, 07:46 AM
Something to concider is SEO for this. I've entered in a few ads and google doesn't find them. If it is in my forum however, they are always found the next day or less. Not sure what that involves but that would be a very big plus for this. If people are advertising, knowing that their ad is being indexed makes it a win win for everyone.
Christos Teriakis
10-21-2011, 08:00 AM
Something to concider is SEO for this. I've entered in a few ads and google doesn't find them. If it is in my forum however, they are always found the next day or less. Not sure what that involves but that would be a very big plus for this. If people are advertising, knowing that their ad is being indexed makes it a win win for everyone.
I've talked many times in previous posts about the meaning of community, but seems that some users don't liked what I wrote. For me community is a meeting place of people with same interests, where everybody puts a small stone to build and grow-up it, as a way all to have more benefits of using it.
An example. I'm able to code, and thus I'm offering the code. Someone else who has more knowledge on using it can offer support on novice users. Someone who is good in writing, can write a simple manual etc etc. The same applies for vBseo rules (if you mean vBeso and not normal SEO friendly urls). Do you think that there are no users who are using it and don't have wrote these 3-4 lines of code? I bet that there are. The problem is that they don't want to share them. They like to get for free, but not to give for free. Sorry, but this is not community, but rather a repository of free code, where everybody comes, gets and go.
Chris
amorosso
10-21-2011, 10:12 AM
Hi, I just installed this and I have to say I love it. However I have a question about this little red image that doesn't do a thing and I feel it's some kind of error. Any ideas
mgcom
10-21-2011, 02:23 PM
Chris were is the paid version located ?
Christos Teriakis
10-21-2011, 02:26 PM
Chris were is the paid version located ?
Hello,
Here you go:
http://www.christeris.com/vbulletin.php
Chris
Christos Teriakis
10-21-2011, 02:28 PM
Hi, I just installed this and I have to say I love it. However I have a question about this little red image that doesn't do a thing and I feel it's some kind of error. Any ideas
This line will scrolls the title of important Ads (or Ads that you want to promote), when you setup them in microCLASSIFIEDS-> General Settings. Just add as many ids you want seperating them by comma.
Chris
amorosso
10-21-2011, 09:27 PM
Thank you so much, but I do feel dumb for asking now.. Anyway, my site is geared more for just displaying adds. With no money like. More like a craigslist site. Is there a way to remove all that jazz..
Possibly another bug?
in phpmydatagrid.class.php
find
require($this->lngPath . "languages/{$strLang}.php");
replace with
require($this->lngPath . "microclassifieds/datagrid/languages/{$strLang}.php");
Atleast I had to change this in order to use a custom language.
Thank you so much, but I do feel dumb for asking now.. Anyway, my site is geared more for just displaying adds. With no money like. More like a craigslist site. Is there a way to remove all that jazz..
admincp - styles and templates - yourstyle - microclassifieds - microclassifieds_main
find
<table width="100%" cellspacing="0" cellpadding="0" style="border-bottom:1px solid {vb:raw vboptions.microclassifieds_normal_border};">
<tr>
<td><img border="0" src="microclassifieds/images/scroller.png"></td>
<td width="100%">
<marquee scrollamount="{vb:var vboptions.microclassifieds_marquee_speed}" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount={vb:var vboptions.microclassifieds_marquee_speed}">
{vb:raw marquee}
</marquee>
</td>
</tr>
</table>
replace with
<div id="hidden" style="display:none;">
<table width="100%" cellspacing="0" cellpadding="0" style="border-bottom:1px solid {vb:raw vboptions.microclassifieds_normal_border};">
<tr>
<td><img border="0" src="microclassifieds/images/scroller.png"></td>
<td width="100%">
<marquee scrollamount="{vb:var vboptions.microclassifieds_marquee_speed}" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount={vb:var vboptions.microclassifieds_marquee_speed}">
{vb:raw marquee}
</marquee>
</td>
</tr>
</table>
</div>
find
<vb:if condition="$premium_items">
{vb:raw premium_items}
</vb:if>
replace with
<vb:if condition="$premium_items">
<div id="hidden" style="display:none;">
{vb:raw premium_items}
</div>
</vb:if>
Note that this does not remove the content, it only hides it.
If you are sure you don't need it you can remove the quoted code from the template.
bigtree
10-22-2011, 02:10 AM
Again, I just love what you have here but let me address what I feel is top priority and missing.
A few days of testing this not one ad is getting indexed. They are buried inside our forums with no spidering. Without it being indexed, its no value to advertisers or paying customers installing this from a Pro level. I also do not believe others will support something long term if it doesn't produce results so the question then is, will you pull the plug from lack of support?
You are so close to something very marketable for vbulletin. please hear me out.
Example: If I post an ad in a dedicated forum however, its indexed right away and the world can find it. If I post an ad in this, no one is finding it. I want this software add-on to help attract more traffic and help my community sell their item(s)
Please don't take this as an attack . SEO is the key and its up to the coder to include this into the script, don't you all think so? A classified that can be found on the web is worth installing.
Who cares how great it looks and works if no one finds the ads. I would gladly pay for that. As is though, it looks and works great but isn't SEO friendly.
Please Please look into this.
Christos Teriakis
10-22-2011, 04:31 AM
Please don't take this as an attack . SEO is the key and its up to the coder to include this into the script, don't you all think so? A classified that can be found on the web is worth installing.
Who cares how great it looks and works if no one finds the ads. I would gladly pay for that. As is though, it looks and works great but isn't SEO friendly.
Please Please look into this.
Still haven't clarified if you're talking for vbSeo rules, or standard rules in htaccess. Maybe both are doing the same work, but for me there is a big difference. I don't have vbseo:-).
Chris
sadiq6210
10-22-2011, 06:29 AM
About the width. I've set it to use 100% of the available space. You can see it in the file classifieds.php. Search for: $objGrid -> width = '100%'; and you'll find it 2 times. One in categories listings, and one in the search results. The problem is that if you scroll down and see any referrence to: $objGrid-> FormatColumn(..........,"60","center");, the number before the aligment is fixed. In this case 60 means 60px. In the customized version that I ordered means %. As you can understand with fixed column width is very difficult to adjust the page. Even if the grid gets 100% of the available space, still will remain an empty column at the end.
As for the Arabic language (by the way I've lived 2 years in Kuwait:D). I don't think that should be any problem, as there are no problems with Greek characters which is also a problematic language. If you've setup vB to use RTL, then should be works fine. As for the character set. I've set it to work with UTF-8. Are you using another charset?
Chris
OH you were in Kuwait It is one of our Gulf countries :D
Thanks Chris for great support.
In the datagrid I have 4 issues
Please have a look to the screen-shot maybe you can support us
1- This is (Condition) column, nothing appears here!
When I enter any item, I can see the condition inside, but in data grid it is not appearing.
2- After edit (microclassifieds\datagrid\class\phpmydatagrid.cla ss.php)
I searched for (Displaying rows) and translated to ARABIC
About charset, I am using "windows-1256"
I am not sure what should I write in "var $charset" so I kept it as it is.
var $charset = "ISO-8859-1"; var $sqlcharset = "windows-1256";
3- I want to move it to right side.
4- how center all text in all cells?
bigtree
10-22-2011, 06:53 AM
Still haven't clarified if you're talking for vbSeo rules, or standard rules in htaccess. Maybe both are doing the same work, but for me there is a big difference. I don't have vbseo:-).
Chris
Hi,
No, I don't mean vbseo. I mean... in general, search engine optimized so the ads get indexed. The way it is now, the ad title and content isn't getting indexed. Something isn't streaming (google follow via indexing bots) from the forum to the Classified and into the advertising content.
I'm sorry, I don't have the best terminology for this but I know its not optimized so the search engines will find the ads. Does this makes more sense to you ?
Christos Teriakis
10-22-2011, 07:13 AM
OH you were in Kuwait It is one of our Gulf countries :D
Thanks Chris for great support.
In the datagrid I have 4 issues
Please have a look to the screen-shot maybe you can support us
1- This is (Condition) column, nothing appears here!
When I enter any item, I can see the condition inside, but in data grid it is not appearing.
2- After edit (microclassifieds\datagrid\class\phpmydatagrid.cla ss.php)
I searched for (Displaying rows) and translated to ARABIC
About charset, I am using "windows-1256"
I am not sure what should I write in "var $charset" so I kept it as it is.
var $charset = "ISO-8859-1"; var $sqlcharset = "windows-1256";
3- I want to move it to right side.
4- how center all text in all cells?
Please... Please... Please... DON'T EDIT THE FILE phpMyDataGrid.php !!!! It's not that you're not allowed to do it, but EVERYTHING that is there can be set without modififying this file. Also in every update you'll loose all changes.
Examle:
1.- Do you want to translate the Grid in Arabic? Just rename any file in the directory microclassifieds/datagrid/languages that you don't plan to use (eg de.php) to ar.php, translate all the phrases, and then goto microCLASSIFIEDS settings and set as Grid Interface Language .... ar ... That's all. Do you want to change the charset to 1256? No problem. Change Character set to use for displaying data in grids from utf-8 to windows-1256. I spent hours to make your life easier. Avoid the difficult (and sometimes dangerous ways).
2.- As I wrote before. I'm missing free time. There was a bug in condition, I've post the correct file 3-4 times already (if you check previous pages), but still I haven't add in the districution file. Please upload the attached file and it will correct it.
Chris
Christos Teriakis
10-22-2011, 07:19 AM
Hi,
No, I don't mean vbseo. I mean... in general, search engine optimized so the ads get indexed. The way it is now, the ad title and content isn't getting indexed. Something isn't streaming (google follow via indexing bots) from the forum to the Classified and into the advertising content.
I'm sorry, I don't have the best terminology for this but I know its not optimized so the search engines will find the ads. Does this makes more sense to you ?
Do you mean URLs like these (they're from my old site):
http://www.marteri.com/Forums/3/MARTERi/Upcoming-Modules.html
http://www.marteri.com/Thread/22/Testing-emoticons.html
I'm working on them, should be ready tomorrow, but should be in the PRO version only. But I will not restrict anyone to post such rules for free here.
Edited: Later today, or tomorrow morning you can visit my demo site at: http://www.christeris.net/vb4/classifieds.php to see what I mean.
Chris
sadiq6210
10-22-2011, 08:39 AM
Please... Please... Please... DON'T EDIT THE FILE phpMyDataGrid.php !!!! It's not that you're not allowed to do it, but EVERYTHING that is there can be set without modififying this file. Also in every update you'll loose all changes.
Examle:
1.- Do you want to translate the Grid in Arabic? Just rename any file in the directory microclassifieds/datagrid/languages that you don't plan to use (eg de.php) to ar.php, translate all the phrases, and then goto microCLASSIFIEDS settings and set as Grid Interface Language .... ar ... That's all. Do you want to change the charset to 1256? No problem. Change Character set to use for displaying data in grids from utf-8 to windows-1256. I spent hours to make your life easier. Avoid the difficult (and sometimes dangerous ways).
2.- As I wrote before. I'm missing free time. There was a bug in condition, I've post the correct file 3-4 times already (if you check previous pages), but still I haven't add in the districution file. Please upload the attached file and it will correct it.
Chris
mmmm :rolleyes:
Do you want to change the charset to 1256? No problem. Change Character set to use for displaying data in grids from utf-8 to windows-1256.
I just re uploaded the original file (phpMyDataGrid.php) and from admincp I changed (Grid Data Language) from UTF-8 >> windows-1256
But nothing changed! I should edit the file (phpMyDataGrid.php) and exactly this line:
var $sqlcharset = "";
To
var $sqlcharset = "windows-1256";
Then I get correct Arabic words. I don't know why!
1.- Do you want to translate the Grid in Arabic? Just rename any file in the directory microclassifieds/datagrid/languages that you don't plan to use (eg de.php) to ar.php, translate all the phrases, and then goto microCLASSIFIEDS settings and set as Grid Interface Language .... ar ... That's all.
I tried this method, It is easier but I got same result, The Arabic words appears as a question marks (???????) - see the previous screen-shot.
2.- As I wrote before. I'm missing free time. There was a bug in condition, I've post the correct file 3-4 times already (if you check previous pages), but still I haven't add in the districution file. Please upload the attached file and it will correct it.
I uploaded the attached file and rewrite the old one but still same bug. no thing appears in (condition) column :(
Thanks for your effort Chris
Christos Teriakis
10-22-2011, 09:50 AM
Thanks for your effort Chris
Please put back the original phpMyDataGrid.php and then upload the attached file. Then try to see what has been corrected and what not.
Chris
sadiq6210
10-22-2011, 10:26 AM
OH you were in Kuwait It is one of our Gulf countries :D
Thanks Chris for great support.
In the datagrid I have 4 issues
Please have a look to the screen-shot maybe you can support us
1- This is (Condition) column, nothing appears here!
When I enter any item, I can see the condition inside, but in data grid it is not appearing.
2- After edit (microclassifieds\datagrid\class\phpmydatagrid.cla ss.php)
I searched for (Displaying rows) and translated to ARABIC
About charset, I am using "windows-1256"
I am not sure what should I write in "var $charset" so I kept it as it is.
var $charset = "ISO-8859-1"; var $sqlcharset = "windows-1256";
3- I want to move it to right side.
4- how center all text in all cells?
Please put back the original phpMyDataGrid.php and then upload the attached file. Then try to see what has been corrected and what not.
Chris
:up::up::up:
Great
1. About "condition" bug >> SOLVED :up:
2. About charset >> SOLVED :up: (Now it is working with original file phpMyDataGrid.php
but still I get question marks like this (??? ????? ??) with ar.php - see this screen-shot (2)
https://vborg.vbsupport.ru/attachment.php?attachmentid=134002&d=1319268134
3 & 4, Could I know please from where can I align all cells to the center?
Your support is much appreciated :)
Christos Teriakis
10-22-2011, 10:40 AM
3 & 4, Could I know please from where can I align all cells to the center?
Changing the aligment is a very easy job. I don't think that it will get you more than ....a week:D.
You need to modify the file classifieds.php and search for: FormatColumn . To help you, it appears 32 times in the code. By the end of this line you'll find something: "left" or "center" or "right". Depending on the field (eg "adtype"), you can change it to opposite, or make all "center".
As for ????. It appears only there, or in all Arabic words?
Chris
sadiq6210
10-22-2011, 10:50 AM
Changing the aligment is a very easy job. I don't think that it will get you more than ....a week:D.
You need to modify the file classifieds.php and search for: FormatColumn . To help you, it appears 32 times in the code. By the end of this line you'll find something: "left" or "center" or "right". Depending on the field (eg "adtype"), you can change it to opposite, or make all "center".
As for ????. It appears only there, or in all Arabic words?
Chris
I just need this hint
I will do it :D
As for ????. It appears only there, or in all Arabic words?
The words which I translated from "admincp" It is okay
but the words which I translated from ar.php It appears as (???? ?? ????) :confused:
Christos Teriakis
10-22-2011, 02:05 PM
I just need this hint
I will do it :D
The words which I translated from "admincp" It is okay
but the words which I translated from ar.php It appears as (???? ?? ????) :confused:
Most probably you edited the file with the phrases with a text editor. Are you sure that the editor saved the file in windows-1256? Some editors by default are saving in iso-8859-1 or windows-1251
Chris
lazytown
10-22-2011, 02:19 PM
The reason the pages are not being indexed in google (seo) is not because of the urls, htaccess, etc. Don't waste your time on that.
They are not being indexed because much of the content in the free version is in an iframe. Iframes are generally not indexed by google and are very bad for seo.
This is the most important reason for purchasing the pro version that does not use iframes, according to the author. I suspect this will lead to some immediate pro version sales (you're welcome, lol).
fwulfers
10-22-2011, 03:02 PM
I have been using these Custom Rewrite Rules in vBSEO. I think they were inlcuded in a previous version. They do a good job in translating URLs with variables (?do=viewitem&itemid=28) into a static link. For example http://saabworld.net/classifieds-28/
'^classifieds\.php\?do=viewitem&itemid=(.*)$' => 'classifieds-$1/'
'^classifieds\.php\?do=searchtimeframe&timeframe=(.*)$' => 'classifieds/new-days-back-$1/'
'^classifieds\.php\?do=addedititem$' => 'classifieds/addedititem/'
'^classifieds\.php\?do=saveupdateitem$' => 'classifieds/saveupdateitem/'
'^classifieds\.php\?do=myprofile$' => 'classifieds/myprofile/'
'^classifieds\.php\?do=profile&profileid=(.*)$' => 'classifieds/profileid$1/'
'^classifieds\.php\?do=myitems$' => 'classifieds/myitems/'
'^classifieds\.php\?do=myitems&tab=(.*)$' => 'classifieds/myitems-tab-$1/'
'^classifieds\.php\?do=mybids$' => 'classifieds/mybids/'
'^classifieds\.php\?do=myhistory$' => 'classifieds/myhistory/'
'^classifieds\.php\?do=myhistory&tab=(.*)$' => 'classifieds/myhistory-$1/'
'^classifieds\.php\?do=searchseller&sellerid=(.*)$' => 'classifieds/sellerid-$1/'
'^classifieds\.php\?do=searchresults$' => 'classifieds/searchresults/'
'^classifieds\.php\?do=approveads$' => 'classifieds/approveads/'
'^classifieds\.php\?do=approvereports$' => 'classifieds/approvereports/'
'^classifieds\.php\?do=certified$' => 'classifieds/certified/'
'^classifieds\.php\?do=addcertified$' => 'classifieds/addcertified/'
'^classifieds\.php\?do=removecertified&memberid=(.*)$' => 'classifieds/removecertified-memberid-$1/'
'^classifieds\.php\?do=contactseller$' => 'classifieds/contactseller/'
'^classifieds\.php\?do=postreport$' => 'classifieds/postreport/'
sadiq6210
10-23-2011, 04:38 AM
Most probably you edited the file with the phrases with a text editor. Are you sure that the editor saved the file in windows-1256? Some editors by default are saving in iso-8859-1 or windows-1251
Chris
Now, It is Perfect ^_^
We finished the design/layout/style. I will start to modify some features and remove others to end up with awesome student bookshop. =)
Thanks Chris
I expect that we will install it online next month.
Christos Teriakis
10-23-2011, 05:45 AM
Now, It is Perfect ^_^
We finished the design/layout/style. I will start to modify some features and remove others to end up with awesome student bookshop. =)
Thanks Chris
I expect that we will install it online next month.
...hehehe.... I'm more perfectionist than you. Is not perfect yet. The perfect should be when you place the grid title on the right:D
Open the file microclassifieds/datagrid/styles/bluesky/csss/dgstyle.css and modify:
.dgHeader, .dg_dataTable .editTitle
{
background: url(../icons/column_header.gif) repeat-x 0 -1px;
border: 1px solid #B1D8E2;
}
to
.dgHeader, .dg_dataTable .editTitle
{
background: url(../icons/column_header.gif) repeat-x 0 -1px;
border: 1px solid #B1D8E2;
text-align: right;
}
Next month??? And you stressed me for something for next month???:eek::)
Chris
judgeserg
10-27-2011, 09:56 AM
Great job! I will think over the purchase of this wonderful product.
Alternative languages available, or to translate the most?
Christos Teriakis
10-27-2011, 10:10 AM
Great job! I will think over the purchase of this wonderful product.
Alternative languages available, or to translate the most?
Without to be totally sure, I think that there are translations for Spanish, German, Cyrillic. But nobody post anything here.
Chris
judgeserg
10-27-2011, 10:18 AM
Interested in Russian (Cyrillic) :)
Christos Teriakis
10-27-2011, 10:25 AM
Interested in Russian (Cyrillic) :)
...hmmm... don't know if this solution will be ok for you, for 2 reasons:
1.- He is a member who bought the PRO version and he is translating it.
2.- His domain is .ua so I don't know if he is translating in Ukraine or Russian
Chris
judgeserg
10-27-2011, 10:32 AM
Thank's! :)
judgeserg
10-27-2011, 11:21 AM
And one more question.
Are there any methods of payment other than paypal?
DannyITR
10-27-2011, 12:47 PM
I want to buy the pro version optimized for SEO. I don't see a link though can someone point me to the right website? I've also translated most of the mod into French but I don't know what's involved in sharing this as a language file.
judgeserg
10-27-2011, 12:51 PM
<a href="http://www.christeris.com/vbulletin.php" target="_blank">http://www.christeris.com/vbulletin.php</a>
IMMaster
10-27-2011, 04:12 PM
Hi all
If I want to translate this script to another language. which file is for the language?
judgeserg
10-28-2011, 12:58 AM
Open file "product-microclassifieds.xlm" and find "<phrases>" string.
IMMaster
10-28-2011, 04:44 AM
Hi ChrisTERiS
Really great job
please when I click on classifieds on the home page it takes me to classified page ,but I found all the forum new posts are written before the main classifieds windows
Why this happens?
Is it RSS or what and how to remove it.
please see the picture
https://vborg.vbsupport.ru/external/2011/10/9.jpg
Christos Teriakis
10-28-2011, 07:31 AM
And one more question.
Are there any methods of payment other than paypal?
I'm planing to add 2CO, but currently I've only PayPal. What do you think? That I've 10 sales per day to need more payment gateways? ...lol.... One per week and I'll be happy for it:D
Chris
Christos Teriakis
10-28-2011, 07:34 AM
Hi ChrisTERiS
Really great job
please when I click on classifieds on the home page it takes me to classified page ,but I found all the forum new posts are written before the main classifieds windows
Why this happens?
Is it RSS or what and how to remove it.
please see the picture
http://uaesoug.com/pics/classifieds.jpg
For sure it's not the RSS function that causes the error. Not even the Arabic language, as there are already members using it in Arabic. 100% is a conflist with a 3nd party plugin, and last chance maybe your template. This mod has been tested for months and works fine with the default vB style, but with none plugin installed.
So try to inactivate (not uninstall) the other plugins and try again. If it works, then start activating one by one your plugins till to find which conflist. Then its up to you to choose which plugin to use and which not.
Chris
sdebank
10-28-2011, 09:31 AM
I have been using these Custom Rewrite Rules in vBSEO. I think they were inlcuded in a previous version. They do a good job in translating URLs with variables (?do=viewitem&itemid=28) into a static link. For example http://saabworld.net/classifieds-28/
Nice one, any idea why the vbseo copyright repeats twice here:
http://saabworld.net/classifieds.php?do=main&catid=1
warringtonpl
10-28-2011, 04:18 PM
Hey Guys, couple of questions came to my head :)
is any way to disable auction feature?
is any way to disable statistics?
is any way i could see pro version in action ?
Thanks in advance for all answers.
Slav
IMMaster
10-29-2011, 05:44 AM
For sure it's not the RSS function that causes the error. Not even the Arabic language, as there are already members using it in Arabic. 100% is a conflist with a 3nd party plugin, and last chance maybe your template. This mod has been tested for months and works fine with the default vB style, but with none plugin installed.
So try to inactivate (not uninstall) the other plugins and try again. If it works, then start activating one by one your plugins till to find which conflist. Then its up to you to choose which plugin to use and which not.
Chris
It's solved Thanks alot it was from the JQuery marquee..... Does anyone have the arbic translation of the script ? I need it urgently
Christos Teriakis
10-29-2011, 07:27 AM
Hey Guys, couple of questions came to my head :)
is any way to disable auction feature?
is any way to disable statistics?
is any way i could see pro version in action ?
Thanks in advance for all answers.
Slav
Hello Slav,
1.- Currently no, even in the PRO version. By saying No, I mean an automatic way. Otherwise you can edit the templates and remove anything about auctions.
2.- Only be changing the templates
3.- http://www.christeris.net/vb4/classifieds.php
Chris
Christos Teriakis
10-29-2011, 07:29 AM
It's solved Thanks alot it was from the JQuery marquee..... Does anyone have the arbic translation of the script ? I need it urgently
My Marquee is not a jquery plugin, but yes, the jquery exists in the file. So if you've it twice, it causes the problem. That's why I said conflist with other mods. vB doesn't has jquery.
Chris
judgeserg
10-29-2011, 12:56 PM
Testing "micro" version...
Bug #1 - i can't change "Premium" state - checkbox state not save.
Bug #2 - codepage is win-1251, everything appears normal, except "advanced search" (JS) - there's such symbols "����� ������".
Such problems have a pro version?
Cynners
10-29-2011, 02:16 PM
Hi Guys,
I'm having a bit of an issue, it's probably a simple fix but I've searched through every CSS file that is tied into this mod and every VB style that seems to be attached to this mod and cannot find how to change a few simple colors.
As per below I am trying to change the colors associated in the red circles, as these in no way match my forms and changing the 'theme' in the MC ADMINCP doesn't seem to work either.
https://vborg.vbsupport.ru/
Hope someone can help.
Thanks again,
Dylan S.
mgcom
10-30-2011, 11:09 AM
Marking as uninstalled after upgrade to pro, fantastic support on both
cheers chris :up:
Cynners
11-02-2011, 06:55 AM
Hi Guys,
I'm having a bit of an issue, it's probably a simple fix but I've searched through every CSS file that is tied into this mod and every VB style that seems to be attached to this mod and cannot find how to change a few simple colors.
As per below I am trying to change the colors associated in the red circles, as these in no way match my forms and changing the 'theme' in the MC ADMINCP doesn't seem to work either.
http://img443.imageshack.us/img443/4103/imgps.png
Hope someone can help.
Thanks again,
Dylan S.
Anything that might help me here?
Christos Teriakis
11-02-2011, 07:42 AM
Anything that might help me here?
1.- microclassifieds/includes/classifieds.css
stylevar: ul.tabbernav li a:link
1.- microclassifieds/includes/classifieds.css
stylevar: .mc_fieldset
Chris
Cynners
11-02-2011, 09:05 AM
1.- microclassifieds/includes/classifieds.css
stylevar: ul.tabbernav li a:link
1.- microclassifieds/includes/classifieds.css
stylevar: .mc_fieldset
Chris
Thank you Chris,
I'm just looking for one more thing if you could be of assistance it would be fanstatic.
Looking for the boarder stylevar for the below image.
https://vborg.vbsupport.ru/
Christos Teriakis
11-02-2011, 09:29 AM
Thank you Chris,
I'm just looking for one more thing if you could be of assistance it would be fanstatic.
Looking for the boarder stylevar for the below image.
http://img210.imageshack.us/img210/9973/75079712.png
This is native vB stylevar. Goto your admincp:
Styles & Templastes-> Style Manager. From the list of the available templates on the right click StyleVars->Go to the right of your template. Scroll down to Blocks. Click on Blockhead Border. Set border to 0 if you don't like a border, or change the color to your desired one.
Chris
bosken
11-04-2011, 05:19 PM
Question about your great app.
Have not search this long thread but wonder if there is away to make a selection drop box.
Example: I sell a T-Shirt, in 5 different sizes. I would like a selection dropbox for the buyer to be able to select size before he clicks "buy".
Possible?
Christos Teriakis
11-04-2011, 06:33 PM
Question about your great app.
Have not search this long thread but wonder if there is away to make a selection drop box.
Example: I sell a T-Shirt, in 5 different sizes. I would like a selection dropbox for the buyer to be able to select size before he clicks "buy".
Possible?
Not just one, but 2:). If you want it just to display this information in the Ad's page, then you can simple add a "Droplist" type extra field from the Admincp. But if you want to have it searchable you must do the same but choosing "Searchable Extra Fields".
Chris
bigtree
11-04-2011, 06:59 PM
Hi Chris,
what are the possibilities for a review section?
Christos Teriakis
11-04-2011, 07:03 PM
Hi Chris,
what are the possibilities for a review section?
There is already a review section:confused: When a sale completes, both partieds have a period within they have the ability to rate each other. This period is in days and you can set it from the General settings. The reviews are hidden till the time expires, or when both partieds have rate each other (which will comes first).
Chris
bigtree
11-04-2011, 07:16 PM
No, not for sellers/buyers, for products.
bosken
11-07-2011, 09:42 AM
Problem!
We sell t-shirts and hoodies on our forum to support it.
Me Admin has posted the ads. (3 items)
Now, when members tries to buy a shirt they get this error after they click [BUY]
Sorry, but seems that someone else, a moment ago, hit the Buy now button. Please contact seller. Your request has NOT been recorded.
I have checked the autopost button. I want be able to get orders all the time! Even if I have orders to approve!
How can I fix this ASAP! (maybe like do parameter change in the database)
Christos Teriakis
11-07-2011, 10:47 AM
Problem!
We sell t-shirts and hoodies on our forum to support it.
Me Admin has posted the ads. (3 items)
Now, when members tries to buy a shirt they get this error after they click [BUY]
Sorry, but seems that someone else, a moment ago, hit the Buy now button. Please contact seller. Your request has NOT been recorded.
I have checked the autopost button. I want be able to get orders all the time! Even if I have orders to approve!
How can I fix this ASAP! (maybe like do parameter change in the database)
Give me sometime to remember. My mind has stucked now. I've corrected it in the PRO version, just need to check the code again.
Chris
Christos Teriakis
11-07-2011, 10:51 AM
Ok, I found it. Please upload the attached file.
Chris
Christos Teriakis
11-07-2011, 10:53 AM
No, not for sellers/buyers, for products.
For products there is no sense to have reviews, as the products are temporary there till the time that they'll sold.
Chris
bosken
11-07-2011, 11:04 AM
https://vborg.vbsupport.ru/external/2011/11/12.gif
Thank you!! That did the trick :)
bosken
11-07-2011, 11:06 AM
You have anywhere i can make an donation for this app? Want to support you.
Christos Teriakis
11-07-2011, 11:13 AM
You have anywhere i can make an donation for this app? Want to support you.
Currently not. But if you like to get the Brand Free version you can do it here:
http://www.christeris.com/ChrisTERiS-Custom-Services.html
In any case, thank you
Chris
bosken
11-07-2011, 11:53 AM
Ok, one more regarding the above. Noticed that i got 2 identical ads after one was "bought". Correct? (different ID numbers) Same product. (http://harleyforum.se/classifieds.php)
Should I just delete the "twindouble / copy" ?
EDIT: got one more order, did not copy itself. Did hide the double. Lets see what happenes.
migratoria
11-07-2011, 08:38 PM
Congratulations to 'author for this amazing mod.
I 've installed in my forum and I must say that is really well done.
I wanted to ask if u can help. I can not set the Italian language by default
In the field of options reserved for the language I wrote instead of IT EN but nothing happens.
I have to make other changes?
************
Complimenti all' autore per questa formidabile mod.
L' ho installata nel mio forum e devo dire che è davvero ben fatta.
Volevo chiedere se possibile u aiuto . Non riesco ad impostare la lingua italiana di default
Nel campo delle opzioni riservato alla lingua ho scritto IT invece di EN ma non succede nulla.
Devo apportare altre modifiche?
System69
11-08-2011, 09:50 PM
Hey Chris,
thank you for this great mod.
I have some issues with classifieds and vb cms.
In the Breadcrums i have images from some CMS articles.
I can't figure out how they get there.
I use no custom style just a standard vbulletin style with some css modifications.
Vbulletin version is 4.1.2 microClassifieds is the latest free version.
I hav already tested to turn off all other addons but just deactivating vbcms removes the images.
I have attached 2 screenshots to show what i mean.
The first one is a littel bit zoomed out to show the whole mess, the second shows the CMS cat. with the articles where the images from.
Christos Teriakis
11-09-2011, 04:49 PM
This version has all the features of the Professional version except ...SUPPORT. For sure I'll continue supporting it here, but only on Tuesday and Friday night (GMT+2), as I'm very busy. I believe that other members can help novice users, as this is the real meaning of community. Everybody offers what he/she can offer.
There are many new features to this version to list them now. Spend sometime to explore the new mod and you'll find them. The only that I want to mention is that the SEO rules that I've, are normal rules and not vbSeo rules.
How to upgrade:
Download the latest version 6.6.0. Please be aware that the regional restriction on use (Scandinavia) is still valid.
Upload *** ALL *** the files in your forum directory.
Import the product-microclassifieds.xml from your admincp, choosing overwrite.
Walk throught the General settinsg and usergroup permissions, as there are many new settings.Please note that this version is Brand Free. My age and my education does not allows me to deal more time with mindless persons who are removing the copyright without to think that letting it there its like saying thank you for your effort. That's why I decided to remove is as a way to award the honest users who let it in place.
Thank you
Chris
bosken
11-09-2011, 04:57 PM
You rock Chris! :D Superb app and job you are doing here! I lift my hat!
NOT removing any Copyright information, see no reason why...
You have PayPal? Iwant to contribute something. PM me your PPadress!
FannBlade
11-09-2011, 05:49 PM
My age and my education does not allows me to deal more time with mindless persons who are removing the copyright without to think that letting it there its like saying thank you for your effort. That's why I decided to remove is as a way to award the honest users who let it in place.
Thank you
Chris
Thank You very much for the update.
I'm with you when people like yourself take the time to produce an amazing mod (for FREE!) that incurred countless hours of time..then some don't want to give you credit for your work. What a shame.
Please accept my sincere thanks for what you provide to the community.
Christos Teriakis
11-09-2011, 05:52 PM
Please accept my sincere thanks for what you provide to the community.
Thank you for your supporting words. In no way I meant that all those who are using it have removed it.
Chris
fwulfers
11-09-2011, 05:55 PM
Thanks so much Chris! Our community is a better place because of your hard work and generosity.
I noticed the Searchable Fields are not showing up in the Advanced Search grid. Is this a new setting somewhere?
Christos Teriakis
11-09-2011, 06:05 PM
Thanks so much Chris! Our community is a better place because of your hard work and generosity.
I noticed the Searchable Fields are not showing up in the Advanced Search grid. Is this a new setting somewhere?
Well, I was thinking about you when I was posting the new version. It's true that in the PRO I have removed them, but is not a problem. Tomorrow I'll add the correct file. So, have patience.
Chris
Christos Teriakis
11-09-2011, 06:07 PM
You have PayPal? Iwant to contribute something. PM me your PPadress!
I've added my PayPal account here. Must appear where it says "Support Developer" or something similar.
Thank you
Chris
fwulfers
11-10-2011, 03:08 AM
Well, I was thinking about you when I was posting the new version. It's true that in the PRO I have removed them, but is not a problem. Tomorrow I'll add the correct file. So, have patience.
ChrisThanks so much, that was one the mostly anticipated features for our site.
Is there any news on multiple currencies so each country member can use their own for their ads? This is pretty essential for any worldwide classifieds site like ours but I don't know if it is important for most.
sadiq6210
11-10-2011, 06:28 AM
I submitted a request for the bank to renew my Visa card just to support this awesome product from one of the best developers.
BTW, I will use it soon. ^_^
Thanks Chris,
I appreciate your efforts and I would be proud to put the copyright in my website.
Christos Teriakis
11-10-2011, 06:40 AM
Hey Chris,
thank you for this great mod.
I have some issues with classifieds and vb cms.
In the Breadcrums i have images from some CMS articles.
I can't figure out how they get there.
I use no custom style just a standard vbulletin style with some css modifications.
Vbulletin version is 4.1.2 microClassifieds is the latest free version.
I hav already tested to turn off all other addons but just deactivating vbcms removes the images.
I have attached 2 screenshots to show what i mean.
The first one is a littel bit zoomed out to show the whole mess, the second shows the CMS cat. with the articles where the images from.
Please try to install ver.6.6.0 and then we'll see how to fix it in case that the issue still exists.
Chris
Christos Teriakis
11-10-2011, 06:40 AM
I submitted a request for the bank to renew my Visa card just to support this awesome product from one of the best developers.
BTW, I will use it soon. ^_^
Thanks Chris,
I appreciate your efforts and I would be proud to put the copyright in my website.
Thank you :)
ozione
11-10-2011, 08:06 AM
Congratulations to 'author for this amazing mod.
I 've installed in my forum and I must say that is really well done.
I wanted to ask if u can help. I can not set the Italian language by default
In the field of options reserved for the language I wrote instead of IT EN but nothing happens.
I have to make other changes?
************
Complimenti all' autore per questa formidabile mod.
L' ho installata nel mio forum e devo dire che ? davvero ben fatta.
Volevo chiedere se possibile u aiuto . Non riesco ad impostare la lingua italiana di default
Nel campo delle opzioni riservato alla lingua ho scritto IT invece di EN ma non succede nulla.
Devo apportare altre modifiche?
this only valid for the datagrid section. everything else has to be translated manualy.
ozione
11-10-2011, 08:09 AM
has anyone figured on how to get the js counter running? there should be file to overwrite it (/includes) for native language, but there is no file there. if i just add a file from the "do_not_upload" section and renaming it according to instructions, nothing happens.
?
Christos Teriakis
11-10-2011, 08:27 AM
has anyone figured on how to get the js counter running? there should be file to overwrite it (/includes) for native language, but there is no file there. if i just add a file from the "do_not_upload" section and renaming it according to instructions, nothing happens.
?
Do you mean to use the coundown in different language? Look at do_not_upload folder to see if your language exists. eg for the Italian is: jquery.countdown-it.js . Rename this file to jquery.countdown.js and upload it to microclassifieds/includes/ overwriting the default one.
Chris
Christos Teriakis
11-10-2011, 08:30 AM
Congratulations to 'author for this amazing mod.
I 've installed in my forum and I must say that is really well done.
I wanted to ask if u can help. I can not set the Italian language by default
In the field of options reserved for the language I wrote instead of IT EN but nothing happens.
I have to make other changes?
Please upgrade to 6.6.0 to solve it. Be carefull to set it (lower case letters) and not IT. Also no any extention. Finally if you want to have the countdown to Italian find the file jquery.countdown-it.js inside the foldre do_not_upload, rename it to jquery.countdown.js and upload it to microclassifieds/includes/ overwritting the old one.
Chris
judgeserg
11-10-2011, 08:32 AM
I just transferred the money for PRO version, you will not continue to support it? :((((
judgeserg
11-10-2011, 08:49 AM
Well, now it's letter with a warning that the site is being updated ...
What should I do?
Christos Teriakis
11-10-2011, 08:53 AM
I just transferred the money for PRO version, you will not continue to support it? :((((
I've sent you an email to not proceed to payment in case that you're interesting only to download and use the mod, as you can do it here without paying anything.
I'll continue giving support here, but limited. I'll use my site for professional support which will be paid. So please contact me to discuss what you exactly you need, otherwise please let me to refund your payment.
Thank you
Chris
judgeserg
11-10-2011, 09:03 AM
The letter came too late, after payment (may be some problems with mail?): (
And support will I need after I finished the translation mod into Russian (on the test site until there are problems with encoding.)
Many thanks for the quick response.
By what means most convenient to contact you?
imported_stefan
11-10-2011, 09:09 AM
So I am a little bit unsure where to post this, but its maybe a bug so I try it here:
I upgraded to 6.6.0 and start the cron and get the following Error:
Datenbankfehler in vBulletin 4.1.7:
Invalid SQL:
UPDATE user SET pmunread=pmunread+1 WHERE userid=;
MySQL-Fehler : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Fehler-Nr. : 1064
Fehler-Zeit : Thursday, 10.11.2011 @ 11:03:36
Datum : Thursday, 10.11.2011 @ 11:03:36
Skript : http://forum.de/cronadmin.php?do=runcron&cronid=144
Referrer : http://forum.de/cronadmin.php?do=modify
IP-Adresse : 123.456.789.10
Benutzername : imported_stefan
Klassenname : vB_Database
MySQL-Version : 5.0.92-1~ui40+1
Christos Teriakis
11-10-2011, 09:31 AM
The letter came too late, after payment (may be some problems with mail?): (
And support will I need after I finished the translation mod into Russian (on the test site until there are problems with encoding.)
Many thanks for the quick response.
By what means most convenient to contact you?
I think that the best solution is to register at: http://www.christeris.com. Registration works, and soon the full content will be available.
Chris
judgeserg
11-10-2011, 09:38 AM
I think that the best solution is to register at: http://www.christeris.com. Registration works, and soon the full content will be available.
Chris
Thank's!
ozione
11-10-2011, 10:14 AM
Do you mean to use the coundown in different language? Look at do_not_upload folder to see if your language exists. eg for the Italian is: jquery.countdown-it.js . Rename this file to jquery.countdown.js and upload it to microclassifieds/includes/ overwriting the default one.
Chris
there is no default file present in that directory.
so i can't overwrite it. if i do put it in there - and rename it accordingly, nothing happens. no counter.
imported_stefan
11-10-2011, 10:33 AM
\includes\cron\microclassifieds_regular.php
The cron failure is in that file.
imported_stefan
11-10-2011, 01:31 PM
BTW if the cronjob thing is not solved the programm will not run correct, right? So it seems that this is a critical issue.
Christos Teriakis
11-10-2011, 03:47 PM
there is no default file present in that directory.
so i can't overwrite it. if i do put it in there - and rename it accordingly, nothing happens. no counter.
Sorry. I forgot to pack them. These files added in 6.6.1. Email with instructions sent to those who have marked it as Installed.
Chris
Christos Teriakis
11-10-2011, 03:48 PM
So I am a little bit unsure where to post this, but its maybe a bug so I try it here:
I upgraded to 6.6.0 and start the cron and get the following Error:
Is missing the userid value. Maybe it was a testing or messed old Ad?
Chris
maineGuy72
11-10-2011, 04:08 PM
Wow Chris
looks like i missed alot. guess i was away to long.
Christos Teriakis
11-10-2011, 04:36 PM
Wow Chris
looks like i missed alot. guess i was away to long.
Bad luck for me, YES, you were away for veryyyyyy looooong time. So stay here, and let me rest myself:D
Chris
ozione
11-10-2011, 04:41 PM
counter issue again.
duh...
now it works but overwriting it with the local file doesnt change it (language).
still in english.
Christos Teriakis
11-10-2011, 05:09 PM
counter issue again.
duh...
now it works but overwriting it with the local file doesnt change it (language).
still in english.
Try to clear your browser's cache.
Chris
fwulfers
11-11-2011, 02:10 AM
I've added my PayPal account here. Must appear where it says "Support Developer" or something similar.Donation sent. Too bad the Euro / US$ exchange rate has been so terrible in the last few years.
If you're using this mod on your site and have asked Chris for help, please send a donation to show your appreciation. As a forum admin, I know the countless and thankless hours behind the scenes are transparent for the regular users and even a small donation shows that you care. Click that Support Developer button!
imported_stefan
11-11-2011, 08:57 AM
Is missing the userid value. Maybe it was a testing or messed old Ad?
Chris
Of course I made some test sales before. So how should I solve this? I did nothing manually by hand in the database. Everything was done by the programm. I could deinstall everything but then I will loose all the settings and, categories as well :-(.
You have a hint?
imported_stefan
11-11-2011, 09:18 AM
One more thing:
The classifieds sends the following PM:
.......
15/10/2011 - 21:44pm. The link for this Ad is: [URL=/classifieds_usercp.php?do=myitems&tab=5Expired Ads[/URL].
......
That looks strange for the user.
imported_stefan
11-11-2011, 10:25 AM
Of course I made some test sales before. So how should I solve this? I did nothing manually by hand in the database. Everything was done by the programm. I could deinstall everything but then I will loose all the settings and, categories as well :-(.
You have a hint?
Solved.
System69
11-11-2011, 08:58 PM
Please try to install ver.6.6.0 and then we'll see how to fix it in case that the issue still exists.
Chris
Still exist :(
It only shows up with the classifieds.php.
Theres no issue in the User CP...
Christos Teriakis
11-12-2011, 05:17 AM
One more thing:
The classifieds sends the following PM:
.......
15/10/2011 - 21:44pm. The link for this Ad is: [URL=/classifieds_usercp.php?do=myitems&tab=5Expired Ads[/URL].
......
That looks strange for the user.
I've corrected it in 6.6.2 which I'll release today. Also a database error on reposting an Ad.
Christos Teriakis
11-12-2011, 05:22 AM
Still exist :(
It only shows up with the classifieds.php.
Theres no issue in the User CP...
Please post your installation link with permissions to guests to access the classifieds page.
Chris
kfyonur
11-12-2011, 09:56 AM
Hey Chris it is now ok..Can u tell me again what is the differences between license version and free version ? i want to purchase it.
Christos Teriakis
11-12-2011, 10:28 AM
Hey Chris it is now ok..Can u tell me again what is the differences between license version and free version ? i want to purchase it.
There is no any difference other than the priority (and private) support. Also to my subscribers I'm offering free access to downloads for all other vB scripts that I've and they are not available here.
Chris
Christos Teriakis
11-12-2011, 05:04 PM
Is anybody using Classifieds in Russian (windows-1251 or iso-8859-5)? If yes, can you please tell me if the grid when you click on any header to change the ordering, if it looses the charset and shows the data with strange characters?
Thank you
bigtree
11-12-2011, 07:30 PM
Chris,
could this be used for a freelance service plus job opportunities, and employment?
maineGuy72
11-12-2011, 07:42 PM
ok Chris i upgraded to the newest ver from 5.1.7 for some reason the datagrid does not show up when browsing the categories but when i try to do a search it appears. i have disabled other mods and still doesnt work. any ideas??
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.