Advertisement:

Author Topic: SOLVED Category > Subcategory aligment while item post  (Read 761 times)

muratbora

  • Full Member
  • ***
  • Posts: 234
SOLVED Category > Subcategory aligment while item post
« on: March 09, 2018, 01:17:36 pm »
Category > Subcategory aligment while item post ; how to do it for BENDER theme?
When you try to post an item, while selecting category, Osclass ( Bender theme ) shows whole categories + subcategories into one frame...

Can we change this like ; first show main categories, after selection one than bottom must be opened sub-category selecting option ( if exist )

This is already done into WIZARDS theme, how to implement same in BENDER theme
« Last Edit: March 11, 2018, 03:50:05 pm by muratbora »

WEBmods

  • Hero Member
  • *****
  • Posts: 937
  • github.com/webmods-croatia/love-osclass/ | patrick
Re: Category > Subcategory aligment while item post
« Reply #1 on: March 10, 2018, 01:24:07 am »
Hello,

In item-post.php file, around line 61, change the following code:

Code: [Select]
<?php ItemForm::category_select(nullnull__('Select a category''bender')); ?>

With this code:

Code: [Select]
<?php ItemForm::category_multiple_selects(nullnullnull__('Select a category''bender')); ?>

It's tested.

Regards.

muratbora

  • Full Member
  • ***
  • Posts: 234
Re: Category > Subcategory aligment while item post
« Reply #2 on: March 11, 2018, 03:49:39 pm »
Patrick you are amazing, thank you for help. it works

WEBmods

  • Hero Member
  • *****
  • Posts: 937
  • github.com/webmods-croatia/love-osclass/ | patrick
Re: SOLVED Category > Subcategory aligment while item post
« Reply #3 on: March 11, 2018, 05:02:03 pm »
No problem. ;)

Regards.

muratbora

  • Full Member
  • ***
  • Posts: 234
Re: SOLVED Category > Subcategory aligment while item post
« Reply #4 on: March 14, 2018, 03:22:07 pm »
Hi Patrick do you know also knowledge about how insert adsense ads between items under categories ( for BIGIO theme )

WEBmods

  • Hero Member
  • *****
  • Posts: 937
  • github.com/webmods-croatia/love-osclass/ | patrick
Re: SOLVED Category > Subcategory aligment while item post
« Reply #5 on: March 14, 2018, 08:54:38 pm »
I will reply to the topic you opened when I find out how to do it.

Regards.
« Last Edit: March 14, 2018, 08:57:13 pm by patrickFromCroatia »

Aficionado

  • Guest
Re: SOLVED Category > Subcategory aligment while item post
« Reply #6 on: March 14, 2018, 11:29:09 pm »
I will reply to the topic you opened when I find out how to do it.

Regards.

It seems that more and more people (like the one you replied to) don't really care about the Osclass forum and community, they respect no-one, they only care about solving their problems. I doesn't matter to them if they abuse the community and the helping people (like yourself, me and others) here. They post wherever they want, multiple times, they highjack topics etc etc.

Pitty.

And this is 100% due to the extremely poor way those forums are moderated (=not moderated). Because if you let people SHI* here once, they will do that in every occasion they have.

« Last Edit: March 15, 2018, 12:29:48 am by Aficionado »

muratbora

  • Full Member
  • ***
  • Posts: 234
Re: SOLVED Category > Subcategory aligment while item post
« Reply #7 on: March 19, 2018, 08:50:15 pm »
I do not understand what is wrong here? Before asking question, I always search answers in posts...Than I post to receive help...Thanks to PatricfromCroatia and others helps here...Those answers will also helpful other newbies on this portal...

Question was related bender theme and I placed under Bender theme section...