solved The Info on profile pages

franko
@franko
6 years ago
56 posts
I using The innovative Social skin featuring an enhanced timeline
jrFollowMe.

I like this skin very much but i don’t like it don’t show the full contents you have to click READ FULL BIOGRAPHY


My Members like to add auto playing videos and stuff into Info

and would like there friends to see it when they go to there profiles page

I know some skins do show it but this one don't

Is there away around this to show full contents that is add into INFO.

Thank you
Unknown.png
Unknown.png  •  22KB


updated by @franko: 05/11/18 01:54:28AM
michael
@michael
6 years ago
7,714 posts
Yes. You have a ton of control over how it looks and works.

What you need to do is locate the template that that READ FULL BIOGRAPHY is in in your skin. (its probably profile_sidebar.tpl at a guess ) then see what the variable is doing there, its probably truncating at a guess like {$_profile_bio|truncate:"200"} or something like that. override the template and remove the truncate.
franko
@franko
6 years ago
56 posts
Thank you @Michael I will try that later today Many Thanks
franko
@franko
6 years ago
56 posts
Still can’t get this to work what do i replace truncate with because just removing name not work
SteveX
SteveX
@ultrajam
6 years ago
2,584 posts
{$profile_bio}



--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)

updated by @ultrajam: 02/09/18 05:12:57PM
michael
@michael
6 years ago
7,714 posts
These docs are useful for understanding what you have to work with:

Docs: "{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1477/debug

Tags