11
stoempie
change Size of pic in scroll block
  • 2008/2/20 19:54

  • stoempie

  • Just popping in

  • Posts: 15

  • Since: 2006/8/29


Hey,

I use XC Gallery and here is a block that u can use that scroll the pics now i want the pics bigger than and in center of the block can someone tell me how to do it?

The code of the template is:

<script src="<{$xoops_url}>/modules/xcgal/js/dw_core.js" type="text/javascript"></script>
<
script src="<{$xoops_url}>/modules/xcgal/js/dw_scroller.js" type="text/javascript"></script>
<
script type="text/javascript">
<!--
/*
This code is from Dynamic Web Coding
at http://www.dyn-web.com/
Copyright 2001-3 by Sharon Paine
See Terms of Use at http://www.dyn-web.com/bus/terms.html
Permission granted to use this code
as long as this entire notice is included.
*/
function initScrollerObjs() {
 
scroller1 = new scrollerObj(0,0,125,<{$block.wh}>,"center","holder");
 <{foreach 
item=pic from=$block.pics}>
 
scroller1.addItem('<a href="<{$xoops_url}>/modules/xcgal/<{$pic.link_tgt}>"><{$pic.image}><br/></a><{$pic.caption}>');
 <{/foreach}>
scroller1.create();

  
setMouseEvents(); // set up pause/restart onmouseover/out
}

window.onload initScrollerObjs;
//-->
</script>

<
div style="height: <{$block.wh}>px; width: 100%;">
<
div id="holder"></div>
</
div>


Sorry for my bad eng. i'm dutch.

Thanks for trying to help me.



12
stoempie
Re: How to set one editor in CBB 3.07
  • 2006/11/4 10:49

  • stoempie

  • Just popping in

  • Posts: 15

  • Since: 2006/8/29


Yes this i now but this not solve my problem, the default editor is set ok but is shows the other options also and i dont want to let use the FCKeditor on my site couse it give errors ...



13
stoempie
Re: How to set one editor in CBB 3.07
  • 2006/11/4 7:45

  • stoempie

  • Just popping in

  • Posts: 15

  • Since: 2006/8/29


I updated the cbb modulle and the system modulle.



14
stoempie
How to set one editor in CBB 3.07
  • 2006/11/3 23:29

  • stoempie

  • Just popping in

  • Posts: 15

  • Since: 2006/8/29


First i'm a dutch guy sorry fof the bad eng.

Ik now how to set the default editor in CBB 3.07 but i dont want my members to select a editor(becouse FCK give an error ) but i want one default editor...

I'll take te plugin.php and see the code

// Set allowed editors
// Should set from module preferences?
$customConfig["editor_allowed"] = array();

// Set the default editor
$customConfig["editor_default"] = "koivi";


Can someone give me please the code to put in this line???
I have done this but it seems that will not work.
$customConfig["editor_allowed"] = array("koivi");



15
stoempie
Font size in CBB1.16
  • 2006/10/14 7:23

  • stoempie

  • Just popping in

  • Posts: 15

  • Since: 2006/8/29


I have a problem,First i want to say i'm dutch and not good in Eng.
I want to change the font size of the forum on my site and want to @ de colors for the dropdown menu on the forum.

I have ad some style in my Style.css in the folder of my theme, i ad the following in that style.css

Quote:
#dropdown a{
color:#000000;
}

#dropdown .menubar, #dropdown .menu, #dropdown .item, #dropdown .separator{
background-color: #99B5CC;
color:#000000;
}

#dropdown .separator{
border: 1px inset #e0e0e0;
}

#dropdown .menu a:hover{
color: #333;
}

#forum_index .item {font-size: 80%}
#forum_index .item a {font-size: 100%}
#forum_index .extra {font-size: 80%}


So i want to change the color of the dropdown menu and change the size of the font of the following text on my forum:

Titel (nochange) "
discryption of what is in this forum.(I whant this smaller)
Moderator: Stoempie rookie73 asfaltrocker (also smaller)

when i dit this i have no change can someone help on this i don find the solution???

Again sorry for bad Eng.




TopTop
« 1 (2)



Login

Who's Online

154 user(s) are online (116 user(s) are browsing Support Forums)


Members: 0


Guests: 154


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits