robgrahamsydney
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Docs] Edit Window Default HeightThank you David,
I gave this a go but it did not increase the size of the editing area. Maybe the html from that section might help. I have pasted it below. It is the height: 591px that I want to increase the default for.
Your help is really appreciated.
Rob
<div id=”mceu_34″ class=”mce-edit-area mce-container mce-panel mce-stack-layout-item” hidefocus=”1″ tabindex=”-1″ role=”group” style=”border-width: 1px 0px 0px;”><iframe id=”doc_content_ifr” frameborder=”0″ allowtransparency=”true” title=”Rich Text Area. Press Alt-Shift-H for help.” style=”width: 100%; height: 591px; display: block;”></iframe></div>
Forum: Plugins
In reply to: [BP Group Documents] Warning: countI am afraid the author is very busy (as can happen to all of us). I am very new to php, wordpress and all but I think brackets are missing. This is what I think it should be.
I had to download the file, make the changes and upload again and it was fixed. Please consider this is coming from someone who knows very little about what I am doing. I hope I have done the write thing here.
<?php if ( $template->document_list && (count($template->document_list) >= 1) ) { ?>
The line 73
<?php if ( $template->document_list && (count($template->document_list) >= 1) ) { ?>Forum: Plugins
In reply to: [BP Group Documents] Warning: countI am having the same error. I am using the KLEO theme if that helps.