• Welcome to WooUSEFUL by PHPVIBE . Please log in.

[ Video Sharing CMS v4 ] Confusion with - Sub-Channel´s

Started by ipeci,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ipeciTopic starter

Hi ,
I have the following problem
If I create sub-channels it all works well in the beginning, I can assign the sub-channels to the right channels. But if I want to add something later to sub-channels I have the following problem that I the existing sub-channels can not be assigned, and also do not know which sub-channel to which channels belonging !!! ???
"See Photo"

SOLUTION
The sub-channels should be imer displayed under his mother-kanäl and not in list of channels !! :rolleyes:

Regards
  •  

Marius

Hi, something to upgrade in xclub, sorry. will do.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

ipeciTopic starter

I believe that not only has to do with XClub script but with the whole vibe.
in the photo I took one sees two channels and two sub-channels each, a "most liked" to amateur, anda "most liked" to anal canal, however, which are both sized down and you do not recognize that "most liked to which channel belongs!
  •  

Marius

We've added that dropdown which styles and groups them, not all pages are updated to it, but will do.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

ipeciTopic starter

hey mario :confused:
I have now not quite understand what you've reply!
Please explain in more detail when will you fix this  :-\?

  •  

Marius

I will update xclub and the admin panel this week.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

ipeciTopic starter

  •  

ipeciTopic starter

Hey Mario
Can you inform me in private if you have this update ready, I need it urgently.
Please do not forget to send the link to update thread.
Thank you very much ;D
  •  

Marius

I haven't been online lately, so haven't worked anything, feeling kinda sick and taking a short forced break.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

ipeciTopic starter

hopefully it's just a flu  :-\
I wish you good improvement ;D
  •  

Marius

Is a repeating flu which kinda worries me, I was sick twice in a month, need to start doing some more than sit on a chair and code, since my immunity is very low.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

ipeciTopic starter

I believe you, this work that we all make is one of the worst jobs which man can have, and man should not overdo work with code for hours otherwise there are side effects in health, friends and family, and most you suffer yourself as this man not to get emotional calm, and man is always superior to man who makes break!
The worst is that man can not change it, so it's just the work with internet  :-\
  •  

Marius

If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

ipeciTopic starter

  •  

Marius

If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

Marius

Just use this function instead of all that code for categories:

cats_select('expected field name')



usually:



cats_select('categ')
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

ipeciTopic starter

Hey mario,
i do not understand what you mean exactly, do you think I should replace the upper code by lower? Where can I find code?
thank you anyway
  •  

Marius

Ok,  redtube example, open moderator/redtube.php

and find

<select data-placeholder="'._lang("Choose a category:").'" name="categ" id="clear-results" class="select validate[required]" tabindex="2">
   ';
$categories = $db->get_results("SELECT cat_id as id, cat_name as name FROM  ".DB_PREFIX."channels order by cat_name asc limit 0,10000");
if($categories) {
foreach ($categories as $cat) {   
echo'<option value="'.intval($cat->id).'">'.stripslashes($cat->name).'</option>';
   }
}   else {
echo'<option value="">'._lang("No categories").'</option>';
}
echo '</select>



replace it with:


'.cats_select('categ').'





Oh, my bad, admin still uses select2  :-\  why the fuck they haven't changed it?
I will update it, promise, was planning for 4.0 but will release a patch.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

ipeciTopic starter

ok thanks mario , i will yet not change nothing  better i will waiting with my project for your complette patch.
regards
  •  

ipeciTopic starter

hi mario :(
i stoped my project and still waitin for patch :-(

regards
  •  

Marius

I was free for my birthday, just got back.
It's pretty hard to start rewriting it now when 4.0 is in the making and the admin changes a lot...but I will do my best, even if I know in a few weeks you will update it to 4.0
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

ipeciTopic starter

  •  

Similar topics (7)