The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Mary's Classifieds Details »» | ||||||||||||||||||||||||||
-----Not available any more------ *** VERY IMPORTANT NOTICE *** By downloading and installing the new version 5.0.3, you automatically accept the following restrictions in use, which have been approved as legal from the Administrator Team of vB.org.
With 100+ support pages, its impossible for me to follow the posts her. That's why I opened in my site:I'll appreciate your understanding on the fact that this is a Free product, so don't expect superior level support, but I'll try my best with the help of Bug Tracker. Also note that even if you can suggest new features, these features will be include in the upcoming CMPS style version which will be Commercial. No plans exist for adding new features in the Free version. Just bug fixes. --------------------------------------------------------------------------- NEW VERSION 6.6.0 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:
Chris 1.- How it works
This version fixes all posted bugs and corrects any styling issued by using external css files (microclassifieds/includes/classifieds.css). It also replace the inline blocks (Buy Now etc) with modal popup windows. 7.- Upgrade to ver.4.9.5
9.- Upgrade to ver.4.9.5a
11.- Upgrade to ver.4.9.5a
Quote:
Show Your Support
|
21 благодарности(ей) от: | ||
Adrijan, BCP Hung, Bram H, BWJ, cherylferraro, fwulfers, GhoHan, HoSStiA, K4GAP, klaush, maineGuy72, Max Paint, nacaruncr, principino1984, sadiq6210, Sayid, shadowfax3, stationar, victorvu, warringtonpl, weexto |
Comments |
#1402
|
|||
|
|||
Quote:
find Code:
<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> Code:
<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 Code:
<vb:if condition="$premium_items"> {vb:raw premium_items} </vb:if> Code:
<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. |
#1403
|
|||
|
|||
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. |
#1404
|
|||
|
|||
Quote:
Chris |
#1405
|
|||
|
|||
Quote:
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. Code:
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? |
#1406
|
|||
|
|||
Quote:
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 ? |
#1407
|
|||
|
|||
Quote:
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 |
#1408
|
|||
|
|||
Quote:
http://www.marteri.com/Forums/3/MART...g-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 |
#1409
|
||||
|
||||
Quote:
Quote:
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! Quote:
Quote:
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 |
#1410
|
|||
|
|||
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 |
#1411
|
|||
|
|||
Quote:
Quote:
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/attachmen...2&d=1319268134 3 & 4, Could I know please from where can I align all cells to the center? Your support is much appreciated |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|