Teamlist Download 1.0

5.0
German andre kutzner 4 years ago

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.
enter image description here

Live view is available here
https://champstyle.de/team

Comments
German Willi da SIlva Borges Replied 3 years ago

where can you enter the users that are displayed in the team list?

mx Lidia espinal hernandez Replied 4 years ago

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

mx Lidia espinal hernandez Replied 4 years ago

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

German Andre kutzner Replied 4 years ago

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

download

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

German Michael Zülsdorff Replied 4 years ago

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)

us Roman Lohov Replied 4 years ago

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

German Andre kutzner Replied 4 years ago

The icon is still the problem because I do it very differently

German Michael Zülsdorff Replied 4 years ago

Ok, now that you understand ... can you please upload a working update then?

German Andre kutzner Replied 4 years ago

Ok i understand thanks for your help ossn team really great was my first component further follow mistakes every time makes great of you

German Michael Zülsdorff Replied 4 years ago

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

Component

Developer: andre
License LGPL v2.1
Type: User admin
Requires Ossn Version : 5.5
Latest Version: 1.0
Last Updated 3 years ago
Repository Url View Repository

Versions