Forum Activity for @franko

franko
@franko
03/17/18 04:25:40PM
56 posts

Celebrity Skin Biography


Design and Skin Customization

franko:
paul:
For the profile bio edit the skin's profile_info.tpl template. At line 29 see this -
                            <div class="bio">
                                {$profile_bio|jrCore_format_string|jrCore_strip_html|truncate:160}
                            </div>

                            {if strlen($profile_bio) > 160}
                                <br>
                                <a class="full_bio" onclick="jrCelebrity_modal('#bio_modal')">{jrCore_lang skin="jrCelebrity" id=132 default="Read Full Biography"}</a>
                            {/if}

Remove the truncate modifier and the 'read more' link -
                            <div class="bio">
                                {$profile_bio|jrCore_format_string|jrCore_strip_html}
                            </div>


I done all that does no keep bio open just removes click read full bio

I done all the above step by step all it does is remove link read full Bio

It does not leave open the bio box to show contents…..

Like it did for me in follow me…

I have now reset the cele to the way it was original.
franko
@franko
03/17/18 08:03:05AM
56 posts

Question about profile pages


Design and Skin Customization

Can you change profile page layouts around to make sections bigger or smaller.
and if so how and where do i find this information.

Site builder does not do this only works for pages i have made.
updated by @franko: 06/18/18 08:16:38PM
franko
@franko
03/17/18 07:25:58AM
56 posts

Celebrity Skin Biography


Design and Skin Customization

I done all the above step by step all it does is remove link read full Bio

It does not leave open the bio box to show contents…..

Like it did for me in follow me…

I have now reset the cele to the way it was original.
franko
@franko
03/16/18 05:19:36PM
56 posts

Celebrity Skin Biography


Design and Skin Customization

OK i taken all on board and i even made Celebrity skin as main skin at the time just so i can see for myself what you are saying and the code did not work like it does for Follow me skin.
I don’t want my follow me skin touch as this has had changes to it and want to keep as it works.

As i understand members can choose a skin for profile page if you allow it ?or am wrong and this is not the case, infact as you said rightly so im using celebrity for my profile page but the main site is using follow me skin is this not the case i can do that?

please see my original message was below :)

—————————————————————————
Some of my members use the CELEBRITY SKIN
and like this skin very much but don’t like it don’t show the full contents you have to click READ FULL BIOGRAPHY to see whats there.

In fact i was able to sort this one for Follow Me.

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 profile 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

A code would be great and where to add would be very helpful.

Thank you

Franko
Unknown.png Unknown.png - 232KB
franko
@franko
03/16/18 11:31:56AM
56 posts

Celebrity Skin Biography


Design and Skin Customization

@Paul Thank you

Yes main skin is Follow me but some members use cele skin on profile pages
franko
@franko
03/16/18 09:03:46AM
56 posts

Celebrity Skin Biography


Design and Skin Customization

@gary yes i did :)I try it a few times and RESET CACHE
franko
@franko
03/16/18 05:32:25AM
56 posts

Celebrity Skin Biography


Design and Skin Customization

yes did all the above

I take it im in right place correct template.

Please note its to show full bio info without needing to clicking to see it
CP.png CP.png - 168KB
franko
@franko
03/15/18 04:36:30PM
56 posts

Celebrity Skin Biography


Design and Skin Customization

paul:
For the profile bio edit the skin's profile_info.tpl template. At line 29 see this -
                            <div class="bio">
                                {$profile_bio|jrCore_format_string|jrCore_strip_html|truncate:160}
                            </div>

                            {if strlen($profile_bio) > 160}
                                <br>
                                <a class="full_bio" onclick="jrCelebrity_modal('#bio_modal')">{jrCore_lang skin="jrCelebrity" id=132 default="Read Full Biography"}</a>
                            {/if}

Remove the truncate modifier and the 'read more' link -
                            <div class="bio">
                                {$profile_bio|jrCore_format_string|jrCore_strip_html}
                            </div>


I done all that does no keep bio open just removes click read full bio
franko
@franko
03/15/18 12:56:47PM
56 posts

Celebrity Skin Biography


Design and Skin Customization

That didn’t work does not leave open profile bio

still have to click to view

want it to show like this see image

Thank s Franko
Unknown.png Unknown.png - 199KB

updated by @franko: 03/15/18 02:03:55PM
  4