vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: Bootstrap embedded cutting off top 'New Discussion' button
yea forget that for a moment and use this in your theme for the site you embedded into and adjust as necessary .vs-mainbox-body .wysiwyg-content iframe{width:100%;height:100%;min-height:1000px;margin… (View Post)1 -
Re: Bootstrap embedded cutting off top 'New Discussion' button
Yes this problem has to do with the fact that your theme for where you embedded needs to be adjusted to hold the size of the embedded object in this case the forum. Give me a link to the embedded for… (View Post)1 -
Re: File Upload Plugin doesn't show up by members
I can delete using that p, the problem is with the file icon if you upload a file the url for the file icon is messed up or something . (View Post)1 -
Re: How to i remove homepage title
He is talking about the site info header title I think. Remove it or hide it ? If you just want to hide it then the code below should work to hide it from view #Content H.HomepageTitle{ display:none!… (View Post)1 -
Re: QnA menu not showing up, want to add extra Ask a Question button on menu
You will possibly see this $Sender->Menu->AddLink('NewDiscussion', T('New Discussion'),array('title' => T('Start New Discussion'))), 'post/discussion', array('class' => 'Button')); To rem… (View Post)1