solved Changing profile look

alt=
@tettlingen
8 years ago
93 posts
Hi!

I really like the jamroom network layout for the "profile page".
https://www.jamroom.net/the-jamroom-network/

And I´d like to do something similar on my site. WIth an profile index page and a menu to the left etc.

Is there some kind of template or code for this one avaliable? :)

Kindest regards
updated by @tettlingen: 09/28/16 11:11:35AM
michael
@michael
8 years ago
7,714 posts
sure, every skin has a profile_header.tpl profile_index.tpl profile_footer.tpl

The menu is styled by the jrProfile_menu function so you can have it look like however you want it to look.

Docs: {jrProfile_menu}
https://www.jamroom.net/the-jamroom-network/documentation/development/1997/jrprofile-menu

The best place for figuring out what you can do is by looking at the existing skins and how they do it.
alt=
@tettlingen
8 years ago
93 posts
Hi, ok great.

The menus are made from the modules, if they are active or not in quotas, am i right?
And if I move them {jrProfile_menu} to the left column they should just align to the new col width i assume. col3 etc...

How can I:

* Add an new button ? (Not from module)

* Add a new page for the profile? Do I just create a new tpl file?

* Override the first index page (Profile tweaks, for ex choose audio as first page) and use a custom page for the profile index. like the one you have: " Jamroom - Building Online Communities... Start Something Special....etc?

Do I need to create a new module (Perhaps clone a existing one) like this

https://www.jamroom.net/the-jamroom-network/documentation/development/1751/add-a-tab-to-the-profiles

or is it a simpler way?


Regards.
updated by @tettlingen: 06/19/16 02:19:40AM
brian
@brian
8 years ago
10,148 posts
tettlingen:
How can I:
* Add an new button ? (Not from module)

Modify the skins/ActiveSkin/profile_menu.tpl and manually add that link in.

Let me know if that helps.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
@tettlingen
8 years ago
93 posts
Hi. Well kinda works. ;)

Another question. Im trying to make the master admins profile forum as the main sites forum and I like it to strech across the entire content . So far I have removed the left column on the profile for admin only with if else. So now there is a gap to the right of the forum block. (it is a row 8? perhaps)

If I want the forum to stretch across the entire content on the profile page? How can I adjust that?
I cant find the term ROW anywere in the forum templates in the skin or in the forum module?

There is a block id?

Can you please point me in the right direction, how can I change the row width in the profile section?
Css or?

Kindest regards
michael
@michael
8 years ago
7,714 posts
Better to put each question in its own thread with a clear title. That way when others come later searching and see the title is the same as their question and its marked 'solved' then they know they will find an answer to their question.

The function you want is {jrProfile_disable_sidebar}

There are a few threads on it:
https://www.jamroom.net/the-jamroom-network/forum/new_posts?search_string=Profile_disable_sidebar
updated by @michael: 06/20/16 04:19:58PM

Tags