| Find out the current ver?
Im curious how i find out what version of classifieds im running?
In your inc_ads.php numerous amounts of threads it talks about all the same typical stuff, which mine was fine compared to all the settings people talked about regarding the multiple db's.
I found that i had to do this
$thumbtag = "{$cldata_dir}{$pcat}/{$puserid}{$product}";
I had to add $puserid to product because my images in classifieds are prefaced as so with the userid #.
The newest inc_ads.php uses {$pcat}/thumbs/{product} which is not how my thumbs are setup in classifieds.
Mine look like /classifieds/data/54/3test_image2-thumb.jpg
Now i know #3 is the user id, and i have my featured block showing fine, however it shows the large image in the small frame which only shows portions of that image lol.. not the whole image but scaled down thumbnail.
So in the end, am i using an older classifieds? i could've sworn in past posts and since the 2.5b rls i've been using it.
-edit-
I do see it says im running 2.5 now in the middle of the admin page (blind).. but is this new system a result of 2.5.1 or some newer beta? My thumbs are not setup in sub directories like the newest inc_ads code looks for.
|