Git Product home page Git Product logo

osclass-themes's Introduction

Osclass

All you need to easily create your own classifieds website

Osclass is for classifieds what WordPress is for publishing. It's a free and open script to create your advertisement or listings site. Best features: Plugins, themes, multi-language, CAPTCHA, dashboard, SEO friendly.

Preview of Osclass

Project info

Develop

Clone the repository and the submodules.

$> git clone --recursive [email protected]:osclass/Osclass.git

Installation

Go to our site to get detailed information on installing Osclass.

osclass-themes's People

Contributors

conejoninja avatar emanwebdev avatar feralou avatar garciademarina avatar juanramon avatar schopenhauer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

osclass-themes's Issues

[Bender] Public user profile - Avatar error

Always is used gravatar?

If user don't have gravatar account, image avatar fails to load.

Show a default avatar image when user don't upload a new one or don't have gravatar.

[Repurpose Theme] user-item pagination off

The user-item pagination for the account works, however it's not starting on the right page. It's off by 1. The inital page is actually iPage=0 instead of iPage=1. Any fix for this?

[Bender] Breadcrumbs typo - My account

User registered and logged in, go to My account.

The breadcrumbs aren't correct, XXX web title >> Account >> Update my profile should be _'Update my account'_

[bug] In Modern Theme (Default Theme)

What were you trying to do?
I was testing the mobile page by creating a new ad posting with PayPal as payment method.

What did you click on or do last?
On clicking the "publish" button on the ad posting page after filling all required field.

What happened / what did you see?

Fatal error: Cannot redeclare theme_modern_actions_admin() (previously declared in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\osclass\oc-content\themes\modern\functions.php:38) in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\osclass\oc-includes\osclass\gui\functions.php on line 79

What browser are you using?
Opera mini as the mobile phone browser.

What version of OSClass?
OSClass 3.0.2

What hosting provider? (And if you know, what version of PHP do they use?)
Local Hosting on my home server with PHP version 5.2.8

BUG in Twitter Themes -> select categorie shows only the first language!

ORIGINAL ISSUE HERE : osclass/Osclass#659

When the category have more languages, than "select categories" shows only the first language.
The translation in the Admin menu-> Categories and in the database works correctly!!!
Languages enable in Website / oc-Admin

I tested in localhost and in my server with a fresh OS-App
OSClass 3.0.2 and Twitter bootstrap 1.2.4
OSClass 3.0.2 and Twitter theme 1.0

STEPS:

  1. add the language de_DE, es_ES and enable en Website/Backend
  2. add the categories (the Installations was blank)
  3. add the Theme Twitter

Result:
I select the language english - Categorie is in german the subcategorie in english > It works not correct!
I select the language german - Categorie is in german the subcategorie in german.
I select the language spanish - Categorie is in german the subcategorie in spanish.> It works not correct!

"Select the categorie" its only in German Language for all other 2 Languages???
The Subcategory works perfect and is in the language selected.

Add the language bg_BG (its now the first language because starts with B)
all categories give this language in categories. the Subcategory works perfect.

Correct handling of "magic" quotes

There is an incorrect handling of quotes in the theme, depending on the site language.
Here is a simple example on the page "index.php?page=search".

in English:
There are no results matching "test"

in French:
Il n'y a aucun résultat correspondant à "test"

I am not sure, if this appears on other places on the theme.

[bender] wrong text on main page

On the main page so instead of "latest Listings" we get "Latest job offers" its simply wrong.

I checked on github, the code there is good

<h1><strong><?php _e('Latest Listings', 'bender') ; ?></strong></h1>
        39  <?php if( osc_count_latest_items() == 0) { ?>
        40  <div class="clear"></div>
        41  <p class="empty"><?php _e("There aren't listings available at this moment", 'bender'); ?></p>

but on my latest install 3.3.2 its the following

<h1><strong><?php _e('Latest job offers', 'bender') ; ?></strong></h1>
 <?php if( osc_count_latest_items() == 0) { ?>
    <p class="empty"><?php _e("There aren't job offers available at this moment", 'bender'); ?></p>

I wanted to correct it on github, but its good there, so what exactly is the matter?

[bug] in USA theme

The USA map goes over the first listing making it impossible to click on the first listing. What I did to fix the problem was set the z-index to -1 and then the map goes behind the first listing and you can again click on the first listing.

Jay

[Bender] Check search-sidebar.php styles

some changes were made on search-sidebar.php template.

Categories list has been moved at bottom of filters, outside the filters

Check if something can be broken by this change, especially with 'responsive' theme features.

India Theme: Unable to assign the name to a region on the Image Map

The India Theme (Version 1.1.1) is having a problem.

After installing and activating the theme, We can assign names to the regions on the Image Map..

But It is not possible to assign a name to the region corresponding to Pondicherry on the Indian Map.

pondicherry

On clicking this region, the Assign Region Name dialogue doesnt appear.. So you cant assign a name to this region and an alert keeps telling that there are unassigned regions on the Map...

I posted this in the support forums only to find that this problem is there since October 2012. No one replied or suggested any solution to this problem.

Later I myself tried to look into the code of the India Theme.

Thank God I found the problem and corrected it...

The for loop in the file map_settings.php (in \oc-content\themes\india\admin) needs a small correction.

Line No: 140.
for($i=1;$i<5;$i++){
should be corrected as
for($i=1;$i<=5;$i++){

This will correct this issue and all regions can be assigned with names..

The full details are in the post
http://forums.osclass.org/themes-26/india-theme-still-the-problem-is-not-resolved-unable-to-a-assign-region/

Please rectify this in future versions. Thank You...

Idea: show # of items within a category

Would it be possible to show the number of items within a category, so see what is hot or not, directly on the front page (on Real estate theme) ?

e.g.
Art (7)
Cars (11)
Clothing (3)

File user-custom.php has to be added to ALL themes

In Osclass 3.2 we added user-custom.php

The content of this file is the user area, but loading a plugin/external file, It should have the user menu and osc_render_file(); somewhere (to show the external file)

user-dashboard.php or user-items.php could be used as a base for said file

Meta title and meta description not updated when working with subdomains

When you choose subdomains as regions, the meta title and description still display the main home page meta tags. Not SEO friendly at all.

Original issue : osclass/Osclass#890

Proposed solution :

    <?php if(Params::getParam('subdomain')==1) { ?>
        <title><?php echo osc_user_name(); ?> - <?php osc_subdomain_host(); ?></title>
        <meta name="title" content="Toko online - <?php echo osc_user_name(); ?> - <?php osc_subdomain_host(); ?>" />
        <meta name="description" content="<?php echo osc_user_info(); ?>"/>

    <?php } else if (Params::getParam('page')=='item') { ?>
        <title><?php echo osc_item_title(); ?> </title>
        <meta name="title" content="<?php echo osc_item_title(); ?>" />
        <meta name="description" content="<?php echo osc_item_city().' - '.osc_item_category().' - '.osc_item_title();?>"/>

    <?php } else { ?>
        <title><?php echo meta_title() ; ?></title>
        <meta name="title" content="<?php echo osc_esc_html(meta_title()); ?>" />
        <?php if( meta_description() != '' ) { ?>
            <meta name="description" content="<?php echo osc_esc_html(meta_description()); ?>" />
        <?php } ?>

    <?php } ?>

India Theme: A Region Name can be assigned to more than 1 region on the Image Map...

In the India Theme, you can assign a state to more than 1 region...
So you can assign same region name to 2 or more regions on the Map.. (This is a BUG)
There can be 2 Delhis or 2 Karnatakas or Keralas...

This should be rectified.

This can be prevented by removing the name which is already assigned to a different region from the list which appears while assigning a region..
OR
Giving an alert mentioning that this name is already assigned to another region...

Search page sidebar

Hi i am using modified twitter theme. as the search page loads it displayed all the categories along with the search category checked. I want to display the sub categories alone. the another point is when the friendly URL is disables it displays all the categories well but when the friendly URL is enabled it shows up the list in the side bar with out any category is checked.

[bender 1.1.0] Uploading a header logo breaks png transparency

What were you trying to do?
Change header logo
What did you click on or do last?
Upload
What happened / what did you see?
the header was changed, but the png lost its transparency
What browser are you using?
firefox 26.0
What version of OSClass?
Osclass 3.2.2

I tried it (locally) on a fresh installation using BitNami, and it also occurs there.

How it should look like:
bender_logo_good

What it turns into:
bender_logo_bad

Bug in Real Estate Theme Zip file

I just tried to download the latest zip file 1.0.6 for the Real Estate Theme, and I get an error message that the file is invalid (unexpected end of archive) Tried to open it with windows and with winrare - same problem with both programs.

Andresvendedor

Permalink Category URL -> rules {CATEGORY_NAME} and {CATEGORY_ID}

BUG? Permalink Category URL -> rule {CATEGORY_NAME} & {CATEGORY_ID}

I have a problem with permalink Category URL -> rule {CATEGORY_NAME} and test it in OSCLASS 3.02 and OSCLASS 3.1. (with original example)

First:
The rule {CATEGORY_NAME} give an result from the correct category, but not rewrite the URL.

Take a view here please http://test.immobilien-gran-canaria-tip.de/%7BCATEGORY_NAME%7D or view in the Startpage in the Sidebar the Categorie-Links (it show like http://domain/{CATEGORY_NAME})

Second:
When the rule is {CATEGORY_ID}, than it`s the problem, I dont became the search results when I click in the mainpage a category. It shows "There are no results", although there are items.

I tested in localhost and in my server with a fresh OS-App

OSClass 3.1 and Twitter bootstrap 1.2.5
OSClass 3.0.2 and Twitter bootstrap 1.2.4

If you need the access to the Application (my lastest test - OSClass 3.1) no problem, send me a PM.

Original issue was here : osclass/Osclass#711
This does not happens with modern theme, so it has to be a twitter theme bug

Repurpose Theme - Custom fields not displayed

I have a new install of Osclass 3.1.2.

I created a multi worded category.

I then created a custom field using the default theme and it is displayed on the front end when creating an ad.

If I change to the Repurpose theme it is no longer shown.

If I then change the category title to one word the custom field is shown.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.