Support Forums - Classified Ads Script Osclass
General osclass questions => General discussion => Topic started by: MB Themes on November 24, 2020, 03:44:51 PM
-
We would like to collect ideas from you regarding osclass v4.x version.
This is place and space for you to share your "out-of-box" ideas and features you think is must in next release.
These should be only features those can be used by at least 70% of all osclass users and should not be specific to your business only (look for plugin, developer for custom requirements or features those should be in plugins).
Thank you all!
-
Why not to add a Credit page:
since the founders of Osclass to this period and continuously grow.
and might be somewhere in the page you mention that the idea come from...
Example Idea1 . on osclass 4.2 was John doe 1
Example Idea2 . on osclass 4.2 was John doe 2
Idea From Me:
these days I spend sometime in the admin and found out, that there is no way i can located directly the add.
in manage listing we need to have an ad ID : we see the add ID in the url but not in the listing oc-admin.
and to put it between the status and title.
-
Sometimes such credit page would be too long, sometimes multiple people share same idea :)
I will check your suggestion with item Id
-
1. What about subdomain option:o
as for now the functions are very limited and set-up is tricky too
sub domains opportunity will improve SEO a lot
2. option for locale code after domain
mysite.com/en
myste.com/sk
::)
-
@Ivanko
I was testing such option already and did not worked too well.
-
Please add a counter of views per day.
Example
(https://do-mos.ru/10.PNG)
-
Dear Osclasspoint,
Can we have an Android/IPhone app for Osclass Beta theme?
Regards,
Amisco
-
@mbthemes
Add sitemap generator functionality
-
Dear Osclasspoint,
Can we have an Android/IPhone app for Osclass Beta theme?
Unfortunately we do not plan any applications to be developed
-
Please add a counter of views per day.
Example
(https://do-mos.ru/10.PNG)
Thanks for feedback, this is even possible today as stats are collected on daily level.
-
@mbthemes
Add sitemap generator functionality
I think this is best to leave on plugins, as there can be different features and functionalities to generate sitemap.
-
Hi
In new core upgrade please consider below:
/oc-includes/osclass/formatting.php
in function remove_accents( $string )
please add :
//ru_RU translit
if (is_utf8($string)) {
$chars = array(
"А"=>"a","Б"=>"b","В"=>"v","Г"=>"g",
"Д"=>"d","Е"=>"e","Ж"=>"z","З"=>"z","И"=>"i",
"Й"=>"j","К"=>"k","Л"=>"l","М"=>"m","Н"=>"n",
"О"=>"o","П"=>"p","Р"=>"r","С"=>"s","Т"=>"t",
"У"=>"u","Ф"=>"f","Х"=>"h","Ц"=>"c","Ч"=>"ch",
"Ш"=>"sh","Щ"=>"w","Ъ"=>"","Ы"=>"i","Ь"=>"",
"Э"=>"e","Ю"=>"ju","Я"=>"ja","а"=>"a","б"=>"b",
"в"=>"v","г"=>"g","д"=>"d","е"=>"e", "ё"=>"e","ж"=>"z",
"з"=>"z","и"=>"i","й"=>"j","к"=>"k","л"=>"l",
"м"=>"m","н"=>"n","о"=>"o","п"=>"p","р"=>"r",
"с"=>"s","т"=>"t","у"=>"u","ф"=>"f","х"=>"h",
"ц"=>"c","ч"=>"ch","ш"=>"sh","щ"=>"w","ъ"=>"y",
"ы"=>"i","ь"=>"","э"=>"e","ю"=>"ju","я"=>"ja",
" "=> "-", "."=> "", "/"=> "-", "-" => "-");
$string = strtr($string, $chars);
}
//ru_RU translit
if no mind add check box somewhere in admin panel to whom who wants to activate such translit option
I believe more nationalities, e.g. Bulgarians, will be happy too and can share their translit
Notes:
I really happy with core upgrade and happy that MB took a lead !
I like coding style, speed, ALL )
This is a reeeeeaaaaally veeeeeeeery good job !!! :)
-
Thank you.
We already have greece characters translit, but it is hard to say if it is good or not, as you can usually have any character in url :)
-
Thank you.
We already have greece characters translit, but it is hard to say if it is good or not, as you can usually have any character in url :)
Many clients are not agree to see such url as:
mysite.com/%d0%9e%d0%b1%d0%bc%d0%b5%d0%bd%d1%8f%d1%8e/%d0%94%d0%b5%d1%82%d1%81%d0%ba%d0%b8%d0%b5-%d0%b2%d0%b5%d1%89%d0%b8/%d0%94%d0%b5%d1%82%d1%81%d0%ba%d0%b8%d0%b5-%d0%b8%d0%b3%d1%80%d1%83%d1%88%d0%ba%d0%b8/%d0%a0%d1%8e%d0%ba%d0%b7%d0%b0%d1%87%d0%be%d0%ba-%d0%bc%d0%b5%d1%85%d0%be%d0%b2%d0%be%d0%b9
every time after new installation I have TODO job no1 - edit formatting.php )))
Check box is necessary, then user can select use translit for URL formatting or NOT
or may be TEXT AREA for available locales? with some examples....
some people might prefer to use different tranlit type, but this is ideal solution ))))
-
@Ivanko
It's URL encoded format. Textarea would not be good, many people would add there wrong data and got into error.
I will think about best option.
-
if translite is ON - TABS for available installed locales become active for edit
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
[0] = A = textArea1
[1] = B = textArea2
...
I know you will find the best solution)
-
Only functional solution is to predefine translits for different languages and add checkboxes which one you want to enable.
-
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
-
Thanks for feedback, it is nice idea.
-
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
-
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
-
@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
-
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
-
@João
usage
,iPhone 8, GbiPhone 16, GbiPhone 32Gb
or
-,iPhone 8, GbiPhone 16, GbiPhone 32Gb
depends what you want in item.php
-
@João
usage
,iPhone 8, GbiPhone 16, GbiPhone 32Gb
or
-,iPhone 8, GbiPhone 16, GbiPhone 32Gb
depends 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
-
NO
---- Select a Option ----,Portuguese,Brazilian,Africans,Asiatic,Lest
YES
,Portuguese,Brazilian,Africans,Asiatic,Lest
-
@mbthemes
1. Improve REPORT AD and REPORT USER options
2. User follow option
3. Notification
-
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!
-
@Nightnoir
This should work already on search page, where you can use userId param
-
-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
-
@Nagy
Thanks for feedback, all your points are more-less related to themes/plugins.
-
1) There must be an option to select all the plug-ins and make them enable and disable that will be very helpful is if we want to crosscheck the error. Sometime we needs to disable plug-ins to check if they are responsible for the particular error then one by one we can enable them and crosscheck exactly which plug-in is creating trouble.
2) Debug log should be enable or disable from the admin area itself we should not go to the file manager to make the amendment and make the debug log enable and disable by commenting the debug log code.
3) We are unable to clear the log file from the admin area that clear log option should be there.
-
Consider whether timyMCE can be multilingual. That is, the language that the user selects for the site should display the same language in timyMCE.
-
Impossible, as tinymce use different language codes.
-
@mb themes
January 29, 2021, data-vocabulary.org markup will no longer be eligible for Google rich result features.
i saw that warning somewhere in google,
Structured data
Allow osclass to generate structured data (microdata) for google, facebook, twitter, ... (in general TAB)
i think this is already schema.org markup.
-
@mocody
This was already migrated to schema few updates ago.
-
New feature:
ADMIN -> Manage listings
Bulk action - RENEW listings
-
New feature:
ADMIN -> Edit Item
Change expiration - Date picker - select ( date / time )
-
New feature:
ADMIN -> Edit Item
Change expiration - Date picker - select ( date / time )
Will check it out if it make sense ;)
-
just a suggestion maybe can add phone number tab in OC-admin > user
as for now we only have
Status
E-mail
Username
Name
Items
Last update
Last access date
if we can add one more field phone number will be great for admin to track all in one page
-
@ajwad
Right we could add different fields into user table, but it could bring also more confusion and mess into data so I am not quite sure about phone number yet.
-
Hi,
I noticed that there are so many reported listings marked As Spam or other reports. Every time I clear them from all but again and again it is marked hundreds of listingMarked as Spam every day and I have clear all them manually. So if something can do in that.
Also There should be inbuilt Blog and Business profile management system.
Must have improvement needed in image upload processing. There should be something in which if user is uploading high-quality photo for example he is uploading 10 MB file so that should be without restriction backend or system has to process it to optimise for the best performance it should be compressed automatically without any front-end user restriction. Because nowadays mobile cameras are so much high-tech so OS class should be more intelligent to process the images without interference. The system should down size images automatically.
There should be an option where Admin can decide whether to show the mobile number and website address or email ID in the Title and description area or not. This will be very beneficial.
Also admin should have full control on user account to allow how many free ads allowed in a Particular time. I know Payment plugin can control all this but that should me more easy to configure.
Social media Login is also not working Properly. Even after installing the plugin option is not coming at Reg or Login Window.
Most Important All the Catagories should be Pre-installed when we install the OC Framework. Because this is very difficult to create the categories and subcategories. That should be universal for everyone because it is time consuming to also required lot of research so that should be preloaded along with the software application. Please work out on this.
One More Innovative IDEA There should be a video pre-roll play back for the promotional purpose. I saw that plug-in long time back so I searched the entire internet but nowhere found this that was very amazing feature that you can incorporate to the OS class that can be merge with YouTube video display plug-in or Some other way but that will be very awesome feature.
Is it possible if there is an option on one click the add can be shared to all available social media platforms in just one go. At the time of Ad publishing there should be check box which decide to share Ad on all connected social media platform of the USER.
Also there should be some marketing tricks. We can do some real-time promotion of the website. There should be some inbuilt Mailer option.
Email templates should be more functional and more realistic. There should be some graphical design preloaded templates required in which admin can make the amendment according to their brand. There should be the footer area which will be taken from the website footer area. In settings there is a email template option which shows send the email hourly weekly and on monthly basis but practically it is Not functioning properly and sending emails to the users to get them engage with the website. That should be more precise.
-
Thanks for feedback ;)
-
Hello!
Please tell me how to correctly enter the exclusion of the "item-post.php, user-public-profile.php, user-items.php" pages in Optimization > JS Exclude pages.
I tried it in different ways, it didn't work. Thanks.
-
There is no integration into theme
-
Understood, everything works well. Great Osclass update. Thanks
-
Image watermark needs update.
Setup:
Watermark type: TEXT
Position: CENTRE
Crop image: Best image crop
Watermark is not in centre of image, because an image is watermarked before cropping, I think.
-
New feature:
Select cropping metode for image size.
Example:
Thumbnail size - Best image crop
Preview size - Force image aspect
Normal size - Force image aspect
or
Thumbnail size - Best image crop
Preview size - Best image crop
Normal size - Force image aspect
-
@tomi327
What would be benefit?
-
Hi Friend,
I just want from admin backend when click hide contact number, then in front cannot see. Must Login first. Also can used in Gamma Themes
-
Hi
Would be great if you can update for new core new schematic DB diagram (new items in red ink for eg)
tkx
-
Maybe in a new update timiMCE could be replaced by a multilingual wysiwyg processor.
-
Currently there is nothing better than tinyMCE.
It is also multilingual but language codes are not matching to osclass one and not languages are available.
-
When more than one picture is uploaded in an item, it would be fine to chose which one is the main. Right now, it's the first uploaded but if you want to change, you need to delete all and re upload in a different order.
Second thing concerns the forum plugin. I understand it's a simple forum but one thing is essential and need to be added : the possibility for admin to move a topic from a section to another.
-
What you described with pictures is problem because of how it works right now, basically just based on naming of images and order of their processing.
Thanks for feedback ;)
-
Hello,
First of all thank you for your work.
I have also some sugestions.
1. "Description" for item post to accept emoticons.
2. Copy email sent to admin for item contact to include also ip of sender like in contact email. I need this to can block them when is used for spam.
-
@bgd
Thanks for your feedback.
1) Not a problem to add into tinymce, problem is with database that will not save emoji characters. Yet I was not able to find if problem is in code or database setup, you may check that if you want ;)
2) Will check this as well.
-
Ok, thank you. I will check.
-
@bgd
Regarding point 2, in all osclass mails you can now use following keywords no matter if they are defined in email function or not.
{WEB_URL}
{WEB_TITLE}
{WEB_LINK}
{CURRENT_DATE}
{HOUR}
{IP_ADDRESS}
Osclass built-in function has also been redesigned to return most realistic IP address of user (even behind proxy).
-
Build a ready Plug and play Android App
-
An update of jquery please !
-
please add city areas not only city
-
City areas are built-in to osclass for 10 years.
-
Where is the fourth column for areas of the city? As shown in the picture, there is the country, the prefecture and the city, but there is no column for adding areas of the city.
-
City area is filled by user in same way as address or zip.
Doing extra level bellow city sounds like waste of time right now.
Anyway, will put it into list and may be added as well ;)
-
is ther a way to add option to delete all listings of user at the same time? eq:40.000 listings
-
You can add a function where we can CHANGE THE NUMBER ON ALL LISTING AT ONCE Because some people lost their number and cant change the number on all 10,000 Listing one by one
-
@oneloveb
You can do such operations on database level.
-
Hi,
Please we need a bulk action on Items Republish just like the way we mark 100 of items as premium at once.
Thanks
-
Add fundraiser / donation plugin and theme.
-
let there be more options on the price, example we already have Free, a number, Check with Seller,
There should be more such as Contact Advertiser, Completely Invisible (empty) etc
-
@uchihaboy
No, this should be solved via plugin/custom fields/attributes for very simple reason - no solution will fit everyone, no list will be sufficient for everyone, some people might wanna some functionality behind price option etc....
-
I think that it would be geat! There are some basic functions in order to enhace SEO, for example that must be in the core of osclass.
@mbthemes
Add sitemap generator functionality
-
Hi,
I think that it must be very usefull, I miss the option that user's can search their own listings.
-
1. Would be nice to be able to define the custom fields datatype and validation on the same i.e. A custom field num_bedrooms can we choose to contains a number between two numbers, to hold an integer only. We can already define it as mandatory but different level of validation would be nice.
2. The listing contact details, can we have it linked with the original advertiser details so when they update their contact details we wont need to update anything on the listing
-
Hello,
First, thanks for feedback.
1) this sounds to be beyond complexity of custom fields. You could define this with jquery based on field identifier.
2) this could be made as optional setting in backoffice, as such behaviour may not be always wanted.
-
Can we get rid of the commas in the URL format in a future release? Commas in the URL are bad for SEO:
https://www.seroundtable.com/google-commas-brackets-faceted-navigation-32741.html (https://www.seroundtable.com/google-commas-brackets-faceted-navigation-32741.html)
Many thanks
-
Their "best practice" is non-friendly url.
Does not make sense.
-
Why not to add a Credit page:
since the founders of Osclass to this period and continuously grow.
and might be somewhere in the page you mention that the idea come from...
Example Idea1 . on osclass 4.2 was John doe 1
Example Idea2 . on osclass 4.2 was John doe 2
Idea From Me:
these days I spend sometime in the admin and found out, that there is no way i can located directly the add.
in manage listing we need to have an ad ID : we see the add ID in the url but not in the listing oc-admin.
and to put it between the status and title.
Here is solution - OC Admin Dashboard - Manage Listing page last column Item ID showing. This is big help to identify item quickly.
Install this plugin - & check result. Item views + Item Id
-
I have added One Region and 2 Cities by mistake under my country. Now i am not able to delete it. Can anyone suggest how to delete this please?
-
Go to t_city, t_region and t_country tables and remove them manually.
It may ask you to reasign items from these locations to different as well.
-
Hope the following features are added in future
1. Re-install Osclass even if it is up-to-date or a checksum feature to make sure all the core files are original and not changed or damaged.
2. The database has not been set to be repaired in cpanel. The repair should be allowed to fix any database issues.
3. The data cleanup tool always shows a success message but in fact, several records are not getting deleted. The feature should show a list or summary of records deleted and also show a reason why the rest of them are not deleted.
4. A multipurpose site should generate a proper schema org code and item type (important) for each section. For example, a job plugin area should not mark the schema type as an item but job while books should mark it as books. The Google search results is generating several issues with the schema structure data which is not allowing the website to rank.
5. Let's get rid of the SEO plugins and built-in the SEO features in the core.
6. The sitemap features need to be built-in instead of a plugin.
7. Social media sharing features need to be built-in
8. Some most common payment gateways to be built-in now like Paypal, bank and COD.
-
Hello,
1) nope
2) nope
3) db problem
4) osclass already generate structured data
5) nope, as plugins provide features those would be overhead for software itself
6) nope
7) nope
8) nope, what would be limit on features and gateways? Osclass Pay itself is biggest plugin that was ever created for Osclass and people still ask new and new features, gateways, promotion options etc.
Let's say we integrated paypal to core before, your point 8) would be to integrate more gateways. Then it would be to integrate more promotion options etc etc.
So core and plugin features will still be strictly separated and usually anything that can be done as plugin will be done as plugin.
-
The uppy.io uploader should be adapted for mobile, as a desktop Ubloader it works great, but for mobile it's all too small and should be adapted if possible. it would be a great enrichment for everyone.
I hope it can be implemented by the next version.
Best regards
Roberto
-
Well thats more for uppy team.
-
It would be great to have an immediate purchase option and a reservation function so that you can reserve for customers who want the goods and if the customer wants to buy and pay directly.
Maybe something like that can be implemented.
Best regards
Roberto.
-
Hello,
1- would be great to have a general category, called "all categories", built in, where it is scripted to include all "user added" cats and sub cats automatically and would be appear on the search, category select. Users should have the ability to "disable it" if they wish.
2- A click to display or NOT the page title, main page and al others.(check mark or NOT, page that would display the "web title" as defined in the main set up. Or at least allow for the web title, to be blank?
3-Email_Forms: why not have every single aspect available, fully scripted to all of them? allowing for a 100% customization of what to include or otherwise, in each one of them, without having to dig way too deep into the code.
4- Would be VERY NICE to have access to all the html hooks
Thanks for the reach.. THIS IS A GREAT platform if not the best, lets keep it that way.
-
It would be great to have an immediate purchase option and a reservation function so that you can reserve for customers who want the goods and if the customer wants to buy and pay directly.
Maybe something like that can be implemented.
Best regards
Roberto.
reservation function great idea
-
Yes, that would also be a great idea as a plugin for any theme. Also perhaps a simple variant with a label on the item picture.
-
Here are some ideas and features you shouldn't miss when developing Osclass v4.x, categorized for different user groups:
For General Users:
1. Improved Search Functionality:
- Advanced search filters based on various criteria (e.g., location radius, price range, custom fields).
Search suggestions and autocompletion for a more intuitive experience.
In
tegration with Google Maps for location-based searches.
2. Enhanced User Interface:
- Modern and responsive design for optimal viewing across devices (desktop, mobile, tablets).
User-friendly interface for easier ad creation, management, and communication.
C
ustomization options for user profiles and listing presentations.
3.Streamlined Communication:
- Built-in chat or messaging system within Osclass for direct communication between buyers and sellers.
R
eal-time notification system for messages, inquiries, and relevant actions.
4. Integrated Social Media Sharing:
- Easy sharing of listings on popular social media platforms to increase visibility.
O
ption to connect social media accounts for automatic posting.
-
It would be really nice if there were a built in way to BUMP user posts to the top again and make them new to avoid reposting same ads.
Additionally adding the ability for admin to adjust how frequently the listings can be bumped. Making it different for users based on user type or membership purchased.
For example free users posting in a personals category can bump as often as every hour but a user with a paid membership that has the ability to post in certain categories will depend on their membership level. The lowest paid membership may only be able to bump every 6 hours and the next tier membership can BUMP post every 4 hours while the highest tier is able to BUMP hourly.
Similarly it would be nice to have easier control over how many photos can be posted depending on user type and the users membership tier. A free tier of a certain user type may only have 4 photos in their listings while a paid tier of the same user type may get to post 8 photos on the lowest tier while the next paid tier may post 16 photos in their listings and so on.
Finally I would like to be able to hide certain user types from having their profile shown in their listings. For example users posting personals listings would not be able to see other listings posted by those types of users to help with their privacy and prevent multiple accounts created by the same user so they are not embarrassed by other listings posted on their account.
-
Hi,
I noticed that there are so many reported listings marked As Spam or other reports. Every time I clear them from all but again and again it is marked hundreds of listingMarked as Spam every day and I have clear all them manually. So if something can do in that.
Also There should be inbuilt Blog and Business profile management system.
Must have improvement needed in image upload processing. There should be something in which if user is uploading high-quality photo for example he is uploading 10 MB file so that should be without restriction backend or system has to process it to optimise for the best performance it should be compressed automatically without any front-end user restriction. Because nowadays mobile cameras are so much high-tech so OS class should be more intelligent to process the images without interference. The system should down size images automatically.
There should be an option where Admin can decide whether to show the mobile number and website address or email ID in the Title and description area or not. This will be very beneficial.
Also admin should have full control on user account to allow how many free ads allowed in a Particular time. I know Payment plugin can control all this but that should me more easy to configure.
Social media Login is also not working Properly. Even after installing the plugin option is not coming at Reg or Login Window.
Most Important All the Catagories should be Pre-installed when we install the OC Framework. Because this is very difficult to create the categories and subcategories. That should be universal for everyone because it is time consuming to also required lot of research so that should be preloaded along with the software application. Please work out on this.
One More Innovative IDEA There should be a video pre-roll play back for the promotional purpose. I saw that plug-in long time back so I searched the entire internet but nowhere found this that was very amazing feature that you can incorporate to the OS class that can be merge with YouTube video display plug-in or Some other way but that will be very awesome feature.
Is it possible if there is an option on one click the add can be shared to all available social media platforms in just one go. At the time of Ad publishing there should be check box which decide to share Ad on all connected social media platform of the USER.
Also there should be some marketing tricks. We can do some real-time promotion of the website. There should be some inbuilt Mailer option.
Email templates should be more functional and more realistic. There should be some graphical design preloaded templates required in which admin can make the amendment according to their brand. There should be the footer area which will be taken from the website footer area. In settings there is a email template option which shows send the email hourly weekly and on monthly basis but practically it is Not functioning properly and sending emails to the users to get them engage with the website. That should be more precise.
Any Update regarding this issue ?
-
No and no change in 8.3 due to complexity in redesign (old tabke must be repurposed to real item stats, nee table to collect possible claims.
-
I have some ideas.
1. I want to suggest social media auto sharing of item post link in the listing forms, so that users can click to choose either one or more of the social media platforms where they want the advert to show on via link
2. Admin to be able to make money via selling social media follow, where a group of privilege users will be allowed by the admin to be able to participate in following social media pages, of clients that paid admin to get them followers
3. Android and IOS apps design will be good too, so that new internet users can have better experience they are used to on other site, as apps now trending and necessary.
4. downloadable business card, and or banners for sellers (users ) that can be slightly edited with their details, wil carry the admin logo and website details, then users can input their business name and contact details b4 downloading.
5. allowing video or animated content advert on landing page
6. Users birthday celebration via message template
7. Attributes pro plug-in for all categories ( full attributes ) this plug-in will automatically serve all categories with full attricutes that can be thought of.