• OzzModz is no longer taking registrations. All registrations are being redirected to Snog's Site
    All addons and support is available there now.

[OzzModz] Classifieds

Status
Not open for further replies.
I'd be setting the default to "admin usergroup" to yes in the download, it will save you answering the same question 100 times

Cheers
 
I'd like to change the padding of the " Classified Detail" text on the display page, as it it tight up against the left hand side and just doesn't look right, any idea where I can edit this?
 
Edit the template, classifieds_view_item and find this bit of code:
Code:
<blockquote class="restore">

And change it to this:
Code:
<blockquote class="restore" style="padding-left:20px;">

Adjust 20px as needed.:)
 
Thanks, that's perfect, I also added padding to the bottom as the text was right on the bottom of the page, it just didn't look right, I went for 5 left and 15 bottom, it looks much neater

Code:
<blockquote class="restore" style="padding-left:5px; padding-bottom:15px; ">


This is a great mod, it just needs to be tidied up a little with things like this, it needs padding on a few other bits of text and images etc,

I'll have a play around with it and then show you the finished look

Cheers
 
Yeah I did not do to much to it when I took it over. I do want to update the mod at some point, adding features, cleaning it up, and perhaps some paid options. But the mod will not be expensive. :)
 
I just added a 10px padding and white background around the main image on that same page, look a lot neater

Code:
<img border="0" src="christeris/classifieds/photos/{vb:raw logo}" style="width:300px; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:10px; background-color: #ffffff;" title="{vb:raw title}" />

View attachment 300
 
OK, I have 1 more question,

Which is the template to edit for the ozzmodz_classifieds.php page

Thanks in advance


This is the page I want to edit and tidy up

View attachment 301
 
Last edited:
In preparing to upload the renamed "UPLOAD" folder, I noticed a folder inside of it named, "christeris". May I ask what is the purpose of that folder?
 
Concurrent Ads. eg Fill out a verification form users can have only 1 active ad
But it doesn't work for me, help me please :hail:
 
I've installed on my test server and it's fine, so I'm translating it to spanish.

My question is: can I set the Main Photo as Required field?
 
Status
Not open for further replies.
Back
Top