*

Ivanko

  • *****
  • 388 posts
if translite is ON - TABS for available installed locales become active for edit
Code: [Select]
TAB1
ru_RU

A     textArea1 (for user)
B     textArea2 (for user)
C     textArea3 (for user)
D     textArea4 (for user)
...

TAB2
gr_GR

A     textArea1 (for user)
B     textArea2 (for user)
C     textArea3 (for user)
D     textArea4 (for user)
...

only some idea

or, may be, can use osc_preference table ?
array
Code: [Select]
[0] = A = textArea1
[1] = B = textArea2
...



I know you will find the best solution)
« Last Edit: December 15, 2020, 07:49:01 PM by Ivanko »

*

MB Themes

Only functional solution is to predefine translits for different languages and add checkboxes which one you want to enable.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ivanko

  • *****
  • 388 posts
Two extra ideas:
Please consider to add in admin panel two extra options:

1. box for custom CSS  :o  so users can override some CSS without editing theme or plugin files
2. box for custom JS code, for same purpose


All extra mods can be done via adding styles/js into header or footer via plugin, but if it will be integrated into core , then those extra CSS/JS can be minified. :) :o
« Last Edit: December 20, 2020, 07:39:00 PM by Ivanko »

*

MB Themes

Thanks for feedback, it is nice idea.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

jcarrolo01

  • *****
  • 256 posts
Hello...

This is more a small improvement than other think...

In Custom Fields of osClass, for example, if i add:

iPhone 8Gb
iPhone 16Gb
iPhone 32Gb

When i publish a listing, i got a drop down menu where if i don't choose nothing i got allays the 1st attribute...

In my opinion the drop-down option should have something like

... Choose an option ...   - This is what is missing
iPhone 8Gb
iPhone 16Gb
iPhone 32Gb
 
and not only

iPhone 8Gb
iPhone 16Gb
iPhone 32Gb


Best Regards
João Carrolo


*

Ivanko

  • *****
  • 388 posts
Hello...

This is more a small improvement than other think...

In Custom Fields of osClass, for example, if i add:

iPhone 8Gb
iPhone 16Gb
iPhone 32Gb

When i publish a listing, i got a drop down menu where if i don't choose nothing i got allays the 1st attribute...

In my opinion the drop-down option should have something like

... Choose an option ...   - This is what is missing
iPhone 8Gb
iPhone 16Gb
iPhone 32Gb
 
and not only

iPhone 8Gb
iPhone 16Gb
iPhone 32Gb


Best Regards
João Carrolo

do not spam, here is core suggestion

*

Ivanko

  • *****
  • 388 posts
@MB

we have a lot of functionality about
...categories()
...subcategories()

we can extend subcategories() as well until next level (need extra loops...)

It will be great to have such extension in core  :o

this allows easy to create menu from Main level until last level, or at least level 4)

ps. big point and job



« Last Edit: December 21, 2020, 11:20:37 PM by Ivanko »

*

jcarrolo01

  • *****
  • 256 posts
Hello...

This is more a small improvement than other think...

In Custom Fields of osClass, for example, if i add:

iPhone 8Gb
iPhone 16Gb
iPhone 32Gb

When i publish a listing, i got a drop down menu where if i don't choose nothing i got allays the 1st attribute...

In my opinion the drop-down option should have something like

... Choose an option ...   - This is what is missing
iPhone 8Gb
iPhone 16Gb
iPhone 32Gb
 
and not only

iPhone 8Gb
iPhone 16Gb
iPhone 32Gb


Best Regards
João Carrolo

do not spam, here is core suggestion

Sorry, let me know where is the SPAM? as far as i know, the Custom Fields bellong to osClass core, and that, in my oppinion need a small change, just that!!!

Maybe, is not posted on right forum, but, please, dont call SPAM to my post..



Best Regards
João Carrolo
João Carrolo

*

Ivanko

  • *****
  • 388 posts
@João

usage
Code: [Select]
,iPhone 8, GbiPhone 16, GbiPhone 32Gbor
Code: [Select]
-,iPhone 8, GbiPhone 16, GbiPhone 32Gbdepends what you want in item.php
« Last Edit: December 24, 2020, 04:00:14 PM by Ivanko »

*

jcarrolo01

  • *****
  • 256 posts
@João

usage
Code: [Select]
,iPhone 8, GbiPhone 16, GbiPhone 32Gbor
Code: [Select]
-,iPhone 8, GbiPhone 16, GbiPhone 32Gbdepends what you want in item.php

Yes, i can do that, but make this custom field as "Not Required", and the user don't choose any option, i have the attribute in front-office with no option selected... The behavior should be, no option selected, don't show on front store in item page...

That, is why i post about this custom fields need a small improvement... (Please take a look in attached image)..

For example, for this example i fill the custom field Nationality with
options: ---- Select a Option ----,Portuguese,Brazilian,Africans;Asiatic;Lest


*

Ivanko

  • *****
  • 388 posts
NO
Code: [Select]
---- Select a Option ----,Portuguese,Brazilian,Africans,Asiatic,Lest

YES
Code: [Select]
  ,Portuguese,Brazilian,Africans,Asiatic,Lest

*

Web

  • ****
  • 183 posts
@mbthemes

1. Improve REPORT AD and REPORT USER options
2. User follow option
3. Notification

*

Nightnoir

  • **
  • 29 posts
I think it is useful for the user to have a "search" function by keyword on their "osclass / index.php? Page = user & action = items" ads page, so that if this user has posted "many ads" they can search for their own ad (to be modified / deleted or otherwise) on your personal page without having to scroll through the pages, and avoiding using the general search that would lead you to also view the ads of other sellers!

*

MB Themes

@Nightnoir
This should work already on search page, where you can use userId param
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Nagy Csaba

  • ***
  • 70 posts
-Search in user panel for quick editing own listings its hard to locate one add betwen 4000 i use veronika theme
-Option to select multiple ads for deactivate, delete or renew in user panel (i use the old Activate Deactivate Item plugin)
- If ad importer plugin activ a way that user can upload cvs.

Thank you