COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- Added Author description at K2_tools module author list
Added Author description at K2_tools module author list
- olsen
-
Topic Author
- Offline
- Elite Member
- Joomla and K2 Freelancer
Less
More
15 years 8 months ago #73040
by olsen
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Added Author description at K2_tools module author list was created by olsen
Hi,
I had made a custom module that extend k2tools module to show up Author description at the author list function.
Download attachement file and use install/unistall to upload module.
Take note that this will overwrite following files, if you had made some customizations to them:
modules\mod_k2_tools\helper.php
modules\mod_k2_tools\mod_k2_tools.xml
modules\mod_k2_tools\tmpl\authors.php
modules\mod_k2_tools\includes\calendarClass.php
modules\mod_k2_tools\index.html
language\en-GB\en-GB.mod_k2_tools.ini
language\es-ES\es-ES.mod_k2_tools.ini
Hope this work fine.
Thanks
I had made a custom module that extend k2tools module to show up Author description at the author list function.
Download attachement file and use install/unistall to upload module.
Take note that this will overwrite following files, if you had made some customizations to them:
modules\mod_k2_tools\helper.php
modules\mod_k2_tools\mod_k2_tools.xml
modules\mod_k2_tools\tmpl\authors.php
modules\mod_k2_tools\includes\calendarClass.php
modules\mod_k2_tools\index.html
language\en-GB\en-GB.mod_k2_tools.ini
language\es-ES\es-ES.mod_k2_tools.ini
Hope this work fine.
Thanks
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Please Log in or Create an account to join the conversation.
- Steve k
-
- Offline
- New Member
Less
More
- Posts: 16
15 years 7 months ago #73041
by Steve k
Replied by Steve k on topic Added Author description at K2_tools module author list
Can you add a drop down menu choice to the Author menu.
Please Log in or Create an account to join the conversation.
- olsen
-
Topic Author
- Offline
- Elite Member
- Joomla and K2 Freelancer
15 years 7 months ago #73042
by olsen
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Replied by olsen on topic Added Author description at K2_tools module author list
Where exactly??
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Please Log in or Create an account to join the conversation.
- Steve k
-
- Offline
- New Member
Less
More
- Posts: 16
15 years 7 months ago #73043
by Steve k
Replied by Steve k on topic Added Author description at K2_tools module author list
When creating a k2 tools module on the admin side It would be nice if one of the chocies in the Select module functionality was to create an authors select box like the one for category select box.
olsen said:Where exactly??
olsen said:Where exactly??
Please Log in or Create an account to join the conversation.
- Pierre Gazzola
-
- Offline
- Junior Member
Less
More
- Posts: 20
15 years 7 months ago #73044
by Pierre Gazzola
Replied by Pierre Gazzola on topic Added Author description at K2_tools module author list
great mod thank you
Please Log in or Create an account to join the conversation.
- Thiago Freitas
-
- Offline
- New Member
Less
More
- Posts: 2
15 years 6 months ago #73045
by Thiago Freitas
Replied by Thiago Freitas on topic Added Author description at K2_tools module author list
Hi olsen! Nice work! This feature is very usefull!!!
I´m not a developer, but a Joomla! and K2 heavy user (Acctually I work on template development), and I have a question: I need to fix the number of authors that shows on k2_tools author list module. Can you help me to find a easy (and fast) way to make this possible?
Once again, congrats. for the work. I apreciate you attention!
Thiago Freitas
Brasília - Brasil
I´m not a developer, but a Joomla! and K2 heavy user (Acctually I work on template development), and I have a question: I need to fix the number of authors that shows on k2_tools author list module. Can you help me to find a easy (and fast) way to make this possible?
Once again, congrats. for the work. I apreciate you attention!
Thiago Freitas
Brasília - Brasil
Please Log in or Create an account to join the conversation.
- Jochen Kästle
-
- Offline
- New Member
Less
More
- Posts: 13
15 years 6 months ago #73046
by Jochen Kästle
Replied by Jochen Kästle on topic Added Author description at K2_tools module author list
so just a thought: but what about to insert a "LIMIT" Statement in the SQL-Query?
Thiago Freitas said:Hi olsen! Nice work! This feature is very usefull!!!
I´m not a developer, but a Joomla! and K2 heavy user (Acctually I work on template development), and I have a question: I need to fix the number of authors that shows on k2_tools author list module. Can you help me to find a easy (and fast) way to make this possible?
Once again, congrats. for the work. I apreciate you attention!
Thiago Freitas
Brasília - Brasil
Thiago Freitas said:Hi olsen! Nice work! This feature is very usefull!!!
I´m not a developer, but a Joomla! and K2 heavy user (Acctually I work on template development), and I have a question: I need to fix the number of authors that shows on k2_tools author list module. Can you help me to find a easy (and fast) way to make this possible?
Once again, congrats. for the work. I apreciate you attention!
Thiago Freitas
Brasília - Brasil
Please Log in or Create an account to join the conversation.
- olsen
-
Topic Author
- Offline
- Elite Member
- Joomla and K2 Freelancer
15 years 6 months ago #73047
by olsen
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Replied by olsen on topic Added Author description at K2_tools module author list
Hi,
I had modify mod_k2_tools.php, mod_k2_tools.xml and tmpl/authors.php to limit authors shown. Its an easy hack to limit authors shown and not the best way to do it, but its something by now.
rgds
I had modify mod_k2_tools.php, mod_k2_tools.xml and tmpl/authors.php to limit authors shown. Its an easy hack to limit authors shown and not the best way to do it, but its something by now.
rgds
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Please Log in or Create an account to join the conversation.
- Thiago Freitas
-
- Offline
- New Member
Less
More
- Posts: 2
15 years 6 months ago #73048
by Thiago Freitas
Replied by Thiago Freitas on topic Added Author description at K2_tools module author list
Hi Olsen. Nice work! Again!!!
This changes are very usefull! Thanx!!!!
olsen said:Hi, I had modify mod_k2_tools.php, mod_k2_tools.xml and tmpl/authors.php to limit authors shown. Its an easy hack to limit authors shown and not the best way to do it, but its something by now.
rgds
This changes are very usefull! Thanx!!!!
olsen said:Hi, I had modify mod_k2_tools.php, mod_k2_tools.xml and tmpl/authors.php to limit authors shown. Its an easy hack to limit authors shown and not the best way to do it, but its something by now.
rgds
Please Log in or Create an account to join the conversation.
- fresco
-
- Offline
- Junior Member
Less
More
- Posts: 35
15 years 2 months ago #73049
by fresco
Replied by fresco on topic Added Author description at K2_tools module author list
Just to remember that to exploit all the additions made by olsen, you have to install/unpack first mod_k2_tools_olsen.zip then mod_k2_tools_limitauthor.zip
Thanks to olsen for this nice customization!!
Thanks to olsen for this nice customization!!
Please Log in or Create an account to join the conversation.
- Aris Nurwachid
-
- Offline
- New Member
Less
More
- Posts: 1
14 years 9 months ago #73050
by Aris Nurwachid
Replied by Aris Nurwachid on topic Added Author description at K2_tools module author list
Can this module integrate with UserExtendedFields Plugin? I try to show this feature under user description but not working. Please help me what I should do to make it happen.
Please Log in or Create an account to join the conversation.
- Forum
- K2 Community Forum
- English K2 Community
- Added Author description at K2_tools module author list