1
hughs
Theme selection
  • 2004/3/9 9:23

  • hughs

  • Not too shy to talk

  • Posts: 117

  • Since: 2003/10/7


Hello
I should like to change my theme selection on my blocks for a marquee.
does anybody know how to .??
Thanks.
hughs

2
Sm0ka
Re: Theme selection
  • 2004/3/9 9:45

  • Sm0ka

  • Just popping in

  • Posts: 41

  • Since: 2003/12/25


Can you rephrase your question?
It's not clear (for me) what you want... do you want to have your blocks (top downloads for example) slide top/left via marquee? Do you want the theme selection block to slide via marquee?

3
hughs
Re: Theme selection
  • 2004/3/9 9:48

  • hughs

  • Not too shy to talk

  • Posts: 117

  • Since: 2003/10/7


Hi,
Yes i want my "Theme selection" to scroll via marquee.
Thanks.
hughs

4
Sm0ka
Re: Theme selection
  • 2004/3/9 9:56

  • Sm0ka

  • Just popping in

  • Posts: 41

  • Since: 2003/12/25


Try going to:

ctrl panel>system>blocks>themes>edit template and change the code:

<div style="text-align: center;">
<
form action="index.php" method="post">
<{
$block.theme_select}>
form>
div>


for

<MARQUEE onmouseover=this.stop() onmouseout=this.start() 
scrollAmount=1 direction=up width="100%" height=100>
<
div style="text-align: center;">
<
form action="index.php" method="post">
<{
$block.theme_select}>
form>
div>
marquee>


I can't test it but it should work fine.

5
hughs
Re: Theme selection
  • 2004/3/9 10:21

  • hughs

  • Not too shy to talk

  • Posts: 117

  • Since: 2003/10/7


Hi again
i have tried that before but is not what i want.
In my homepage i have 10 themes, the old standard theme selection shows 3 of them and then you can choose as you scroll through the themes.
i want to change this form aswell, do you get me?..
thanks
hughs

6
Sm0ka
Re: Theme selection
  • 2004/3/9 10:39

  • Sm0ka

  • Just popping in

  • Posts: 41

  • Since: 2003/12/25


so you want to show more then 3 themes right?

7
hughs
Re: Theme selection
  • 2004/3/9 10:45

  • hughs

  • Not too shy to talk

  • Posts: 117

  • Since: 2003/10/7


Yes. the whole lot ( 10 themes) and with marquee.
i think i should change the layout of the form, BUT..
do not know how.
thank you for your help
hughs

8
Sm0ka
Re: Theme selection
  • 2004/3/9 11:07

  • Sm0ka

  • Just popping in

  • Posts: 41

  • Since: 2003/12/25


Go to file modules/system/blocks/system_blocks.php and on line 498 change this:

$block['theme_select'] = ''.$theme_options.'';


for this:

$block['theme_select'] = ''.$theme_options.'';



If i could test it i would give you a certain answer but i have no place to test it...if it doesn't work shout something back at me

9
hughs
Re: Theme selection
  • 2004/3/9 11:29

  • hughs

  • Not too shy to talk

  • Posts: 117

  • Since: 2003/10/7


Allright..you got it..
I've done it and it works.
I do appreciate your time and help.
Thank you once again.
hughs

10
Sm0ka
Re: Theme selection
  • 2004/3/9 11:32

  • Sm0ka

  • Just popping in

  • Posts: 41

  • Since: 2003/12/25


No problem

Login

Who's Online

801 user(s) are online (314 user(s) are browsing Support Forums)


Members: 0


Guests: 801


more...

Donat-O-Meter

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

Latest GitHub Commits