Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Osclass Developer

Pages: 1 2 [3] 4 5
31
No, you got it wrong.

YOUR plugin is not working on Skype for Windows 10. Don't twist my words around, thank you.

Can you reinstall skype or update ?

32
Android App For Osclass / Re: When posting a new ad on Veronika
« on: March 06, 2018, 08:20:08 AM »
@Abdisalam

as per your query please use drop down option in veronika theme then your user will select particular country, region, city .

Quote
<input type="text" name="term" id="term" class="term" placeholder="<?php _e('Country, Region or City', 'veronika'); ?>" value="<?php echo veronika_get_term(veronika_get_session('term'), $prepare['i_country'], $prepare['i_region'], $prepare['i_city']); ?>" autocomplete="off"/>

in original theme Developer has use above code . but as per your query please use below code in item-post.php

For Region :
Quote
<?php ItemForm::region_select(osc_get_regions(), osc_user()) ; ?>

For City :
Quote
<?php ItemForm::city_select(osc_get_cities(osc_user_region()), osc_user()) ; ?>

For City Area :
Quote
<?php ItemForm::city_area_text($prepare); ?>

So please use these code then your user will be select city/regions/city area as per pre defined city/region name by Osclass .

I hope this post will be usefull for you.

33
Seller Verified Plugin / Re: Is it possible to include it on search page?
« on: February 23, 2018, 01:18:21 AM »
Hi! i would want to know ifit is possible to include the plugin function on the search page to enable search for verified dealers?

Can you explain more about search page?

according to your question, yes its possible to show verified icon on search page .

How please do I get the icon to the search page. Is it going to appear on the item or what? Can you tell me exactly how it will be?

You can put the plugin code in search-list.php and search-grid.php then icon will be display on search page
Code: [Select]
<?php osc_run_hook('seller_verification_show',osc_item_user_id()); ?>

34
hey guys!

ive been using osclass for over 5 months and everything was working fine until last week. after installing some plugins(welcome box, success publish box, responsive slides,spamprotection)i
 realized that whenever i click on any ads, no details come up. just the name of the item. but when i click on any lists in  osclass dashboard i can easily see item's details. i decided to uninstall and delete those plugins but the problem still occurs. i tried to check the item.php file in cpanel, everything looks quite okay. plus my site has over 70000 users(Span i guess).  Im using Osclass 3.7.4

Please I need your help to figure this problem out.

for your problem please refer to below link
Code: [Select]
https://forums.rackons.in/other/item-description-missing/msg182/#msg182

35
what is the use of putting a description in the categories from oc-admin ?
the description does not appear on the web.

I think you are asking for meta description for categories..

Code: [Select]
General > Categories > Edit any Category > Enter Description
This description will not display on site but if you want to display category description on site then you can use below code or visit this site to see category name with description

Code: [Select]
http://olivia.rackons.in/ 

or

Code: [Select]
<?php echo osc_category_description(); ?>
Use above code to display category description. Firstly you need to enter description from oc-admin after that put the code.

36
I would like to show the details close to the icon so that everyone can see it at a glance.

Find below code in details.php of seller verified plugin folder

Code: [Select]
<img src="<?php echo osc_base_url()?>oc-content/plugins/seller_verification/images/verified-seller.png" title="<?php echo @$detail['s_seller_description'?>">
and replace with below code
Code: [Select]
<img src="<?php echo osc_base_url()?>oc-content/plugins/seller_verification/images/verified-seller.png" title="<?php echo @$detail['s_seller_description'?>"> <?php _e('Verified Seller'); ?>

its just normal. you can put some css if you want to design or change colors, fonts etc.

37
Seller Verified Plugin / Re: How to Remove the unverified image.
« on: February 22, 2018, 01:46:33 AM »
Please how do I remove the unverified image.


Try to remove below code from details.php from Seller verified plugin folder

Code: [Select]
<?php  } else { ?>
             <img src="<?php echo osc_base_url()?>oc-content/plugins/seller_verification/images/unverified-seller.png" title="Unverified">

38
Seller Verified Plugin / Re: Is it possible to include it on search page?
« on: February 22, 2018, 01:45:03 AM »
Hi! i would want to know ifit is possible to include the plugin function on the search page to enable search for verified dealers?

Can you explain more about search page?

according to your question, yes its possible to show verified icon on search page .

39
Hello Osclass developers,
I have just installed the "Digital goods" PlugIn and carried out the relative translation in Italian.

At this point any type of file tries to load I always get the following error:
"Some files have not been uploaded because they have an incorrect extension".

On which files do I have to intervene to enable the ability to allow users to upload files correctly in their ads?
To allow further extensions beyond those already set by default, for example to allow you to upload pdf files, on which file should I intervene, change?
On which folders should I allow any write permissions?
To allow the file attached to the ad to be downloaded, on which file of the graphic theme do I have to intervene to display the same?

How do you look, do you know how to help me about it?

You need to add extension from plugin settings "Allowed filetypes (separated by comma)"

Plugins > Digital Goods > Configure > Add your pdf extension in "Allowed filetypes (separated by comma)"


40
So I think you have disable some plugin and those disable plugin have sql, and those sql files interrupt those items. thats why your item not deleted. Firslty uninstall  all disable plugins then delete those disable plugins sql from phpmyadmin then your problem will be solve dont worry about that.

41
hi,

you will use our GEO LOCATION plugin for that requirement this is avialable on our Rackons market

42
@robert

Place the shortcode on any file wherever you want to show social sharing buttons, we will recommend item.php

Quote
<?php osc_run_hook('item_social_sharing', osc_item() ); ?>

43
New Plugin and Themes Update in This plugin

44
@robert

So in the veronika theme only one item.php not two. So please check again

and find
Quote
<?php echo osc_item_description(); ?>

and put below code after above code

Quote
<p><strong><?php _e('When you call, don't forget to mention that you found this ad on Rackons.com', 'YOUR_THEME_NAME'); ?> </strong></p>

45
@robert

which theme you are using in osclass site?

Pages: 1 2 [3] 4 5