MyBB Community Forums

Full Version: problem in inline ads mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i download in line ads mod now how i edit can any aone help me

my code is

file name == xmlhttp_inline_post_editor [can i change this name?]

code
<br />
		<div style="clear: both;">
			<div>
				<textarea style="width: 99%; padding: 4px; margin: 0;" rows="12" cols="80" id="quickedit_{$post['pid']}" />{$post['message']}</textarea>
			</div>
			<div class="editor_control_bar" style="width: 99%; padding: 4px; margin-top: 3px; text-align: right;">
				<input type="button" class="button" onclick="Thread.quickEditSave({$post['pid']});" value="{$lang->save_changes}" />
				<input type="button" class="button" onclick="Thread.quickEditCancel({$post['pid']});" value="{$lang->cancel_edit}" />
			</div>
			<br style="clear: both;" />
		</div>

where i put my ads
can any one help plz
i don't get a menu for my plugin... i activated it, and nothing... no menu in admin cp no nothing
Well check the 'Options' page Kaitora.

And emsplanet, maybe you should check the template for that mod. I'm assuming you want to modify how it looks?
where does the options ,page appear?