Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
a few questions (css/php busting)
hello vanillians,
id like to remove the complete sitepanel from the "index page" ..better known as diskussions list.
is there a way to do that to get there the full width ? (the hide panel extension is buggy and not functional, so this option is gone elsewhere)
the other question is..
where can i change/add a bg color to the profile.
thnaks a lot
id like to remove the complete sitepanel from the "index page" ..better known as diskussions list.
is there a way to do that to get there the full width ? (the hide panel extension is buggy and not functional, so this option is gone elsewhere)
the other question is..
where can i change/add a bg color to the profile.
thnaks a lot
0
This discussion has been closed.
Comments
$Page->AddRenderControl($Panel, $Configuration['CONTROL_POSITION_PANEL']);
then on line 4 in themes/vanilla/styles/stylename/vanilla.css remove this line
background:#fff url('panelfade.gif') top left repeat-y;
and then remove line 244 on the same file
margin:0px 18px 0px 235px;
and change it to this
margin:0px 18px 0px 5px;
have a nice day and check back if it doesn't work
and now a question ... if i affect the css do i also affect here global attributes for "all" panel elements on all pages?
and then if you change the css all you are doing is changing the css for the rest of the page.
ok ill try:
so there is the title below the header and above those listed latest discussions there ..named : All Discussions... so this buddy (displ. title of the page) is not in place anymore on the index ... its around 20-30 pixel in a higher position as before.
thx mang
i just figured out, that simple changes on the css are not very effective or userfriendly, if you tweak one line of margin there, than something else is moving with it and further
very fustrating after a while