A small team list, in which the user can look wehr admin, mod, etc. is, you just need to img the folder, and folder local customize finished.
Live view is available here
https://champstyle.de/team
where can you enter the users that are displayed in the team list?
Man I cant get this to work at all takes me to a error code then kicks us out maybe I a trying to use it wrong but wanted to use it to create a team fro our site where people can use it for the contest we are having
I am doing a contest where people have to get te most invites to there team would htis work to keep track of them? Is there a wat to or a program that would allow a link to be sent out by memebers that could show me who gets the most invites etc
ok z-men my version goes like this for all components
components/Teamlist/ossn_com.php
and change the
ossn_register_sections_menu('newsfeed', array(
'name' => 'team',
'text' => ossn_print('team'),
'url' => ossn_site_url('team'),
'icon' => $icon,
'section' => 'links'
));
into the
/*ossn_register_sections_menu('newsfeed', array(
'name' => 'team',
'text' => ossn_print('team'),
'url' => ossn_site_url('team'),
'icon' => $icon,
'section' => 'links'
)); */
now download the round
https://deinedomain.de/team
put it where you want it but I do not care if footer dropdown admin etc find it so better or what do you think I work with ossn and build it where I like it and not according to list much fun with the trick to the other users
He Andre,
we're still waiting for a new fixed release of your component.
Aside from that please asure your code complies to the naming conventions of Ossn components (see the How-To for more details)
Ok, how is there sill a problem?
Place this in css:
li.menu-section-item-team:before {
content: "ICON NUMBER" !important
}
Change "ICON NUMBER" with a desired icon number listed in here:
https://astronautweb.co/snippet/font-awesome/
Pick ANY ICON
The icon is still the problem because I do it very differently
Ok, now that you understand ... can you please upload a working update then?
Ok i understand thanks for your help ossn team really great was my first component further follow mistakes every time makes great of you
Okay Andre,
all you need to know is:
the ending part of the css class has to match with the registered menu name
And since have chosen "team" here:
ossn_register_sections_menu('newsfeed', array(
'name' => 'team',
'text' => ossn_print('team'),
'url' => ossn_site_url('team'),
'icon' => $icon,
'section' => 'links'
));
your class also needs to end with "team" like
li.menu-section-item-team:before {
content: "\f11c" !important }
So, it's up to you ...
You may either leave the class as teamlist
and change the name in the menu registration, or you leave the registration code untouched and change the css to team