forum bugs or tips

forum bugs or tips

by peter m -
Number of replies: 0
moodle/mod/forum/view.php?id=6

CSS:
div#content {}
If i do 3-colomn layout, i must set margin:0;padding:0;
If i do it, on forum page i have no padding.
Can you add some div for all no-menu page?

HTML code:
<a title="Pomoc s Umožnit každému vlastní volbu (nové okno)" href="http://localhost/ppweb/moodle_fei/moodle/help.php?module=forum&amp;file=subscription.html&amp;forcelang=" onclick="this.target='popup'; return openpopup('/help.php?module=forum&file=subscription.html&forcelang=', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=500,height=400', 0);">
<img class="iconhelp" alt="Pomoc s Umožnit každému vlastní volbu" ...>
What is this?
Can you do normal script?
<a href="link" title="text" onclick="return forum_popup(this)">
<script>
param = 'menubar=0,location=0,scrollbars,resizable,width=500,height=400';
function forum_popup(Xthis)
{
Xthis.target='popup';
var x = openpopup(Xthis.href,Xthis.target,param,0);
x.focus();
}
</script>
... smaller and smaller :)
If you cant do it, use only this.href. 200 char per link saved.


Average of ratings: -