11
riomx
Re: Need to stop pages from stretching with TinyD - can you help >?
  • 2005/7/12 9:14

  • riomx

  • Just popping in

  • Posts: 52

  • Since: 2005/3/24


It's gotta be something with the TinyD template.

This doesn't happen at all with any other module.

It really sucks, because I went with TinyD because it's the easiest module to use for creating pages with simple content, but it's been the most problematic for me.

I don't know of any other module that would handle content pages better...

I added:

<DIV style="OVERFLOW: auto; HEIGHT: 600px; WIDTH: 800px">

To the pages with problems as a temporary solution.

- Joe



12
riomx
Need to stop pages from stretching with TinyD - can you help >?
  • 2005/7/11 3:32

  • riomx

  • Just popping in

  • Posts: 52

  • Since: 2005/3/24


Guys:

Couldn't get any help in themes/templates, so I'm posting here.

I need to stop pages from stretching with TinyD

The problem is that pages look normal here:

http://moritz.ceegs.ohio-state.edu/modules/tinyd2

But when I add content to some pages, it does this:

http://moritz.ceegs.ohio-state.edu/modules/tinyd2/index.php?id=2

Any ideas on how I can correct this ?

thanks,

- Joe



13
riomx
Need help to stop pages from stretching
  • 2005/7/11 0:24

  • riomx

  • Just popping in

  • Posts: 52

  • Since: 2005/3/24


The problem is that pages look normal here:

http://moritz.ceegs.ohio-state.edu/modules/tinyd2

But when I add content to some pages, it does this:

http://moritz.ceegs.ohio-state.edu/modules/tinyd2/index.php?id=2

Any ideas on how I can correct this ?

thanks,

- Joe



14
riomx
Re: How to get HTML editor in News 1.3.1 ?
  • 2005/7/8 21:57

  • riomx

  • Just popping in

  • Posts: 52

  • Since: 2005/3/24


Hmmm I just did the fixes and it seems that the news module doesn't get along very well with the Xoopseditor package:

Warning [PHP]: Invalid argument supplied for foreach() in file class/xoopseditor/koivi/formwysiwygtextarea.php line 65
Notice 
[PHP]: Undefined variablecaption in file class/xoopseditor/koivi/formwysiwygtextarea.php line 73
Notice 
[PHP]: Undefined variablename in file class/xoopseditor/koivi/formwysiwygtextarea.php line 74
Warning 
[PHP]: Invalid argument supplied for foreach() in file class/xoopseditor/koivi/formwysiwygtextarea.php line 65
Notice 
[PHP]: Undefined variablecaption in file class/xoopseditor/koivi/formwysiwygtextarea.php line 73
Notice 
[PHP]: Undefined variablename in file class/xoopseditor/koivi/formwysiwygtextarea.php line 74
Notice 
[PHP]: Undefined propertyvalue in file class/xoopseditor/koivi/formwysiwygtextarea.php line 94
Notice 
[PHP]: Undefined propertyvalue in file class/xoopseditor/koivi/formwysiwygtextarea.php line 94


The form appears now, but those errors appear at the bottom of the add story page.

Does anyone know of alternatives for the news module ?

- Joe



15
riomx
Re: Help on separating objects on left block
  • 2005/7/8 19:29

  • riomx

  • Just popping in

  • Posts: 52

  • Since: 2005/3/24


Haha never mind, I just needed a <br /> tag in the theme.html



16
riomx
Help on separating objects on left block
  • 2005/7/8 19:27

  • riomx

  • Just popping in

  • Posts: 52

  • Since: 2005/3/24


Guys:

The site ishttp://moritz.ceegs.ohio-state.edu

The problem is that the main menu and the "Who's Online" objects are stuck together on the left block column.

On the right, there is no such issue.

/*---------------------------------------leftblock-------------------------------------*/

.--------------- left{}
.
left_block {
    
padding-top16px;
    
width170px;
    }
.
left_block_title {
    
background-color#485F7D;
    
color#FFFFFF;
    
font-weightbold;
    
padding-top2px;
    
padding-left30px;
    
width170px;
    
height20px;
    
border-top1px solid #FFFFFF;
    
border-left1px solid #FFFFFF;
    
border-right1px solid #FFFFFF;
    
}
.
left_block_content {
    
background-color#EEF2F5;
    
border-left1px solid #FFFFFF;
    
border-right1px solid #FFFFFF;
    
border-bottom1px solid #FFFFFF;
    
font-weightbold;
    
line-height20px;
    
padding4px;
    
width170px;
    }
    
/*---------------------------------------rightblock-------------------------------------*/

.-------------- right{}
.
right_block{
    
padding-top16px;
    
width170px;
    }
.
right_block_title {
    
background-color#485F7D;
    
color#FFFFFF;
    
font-weightbold;
    
padding-top2px;
    
padding-left30px;
    
width170px;
    
height20px;
    
border-top1px solid #FFFFFF;
    
border-left1px solid #FFFFFF;
    
border-right1px solid #FFFFFF;
    
}
.
right_block_content {
    
background-color#EEF2F5;
    
border-left1px solid #FFFFFF;
    
border-right1px solid #FFFFFF;
    
border-bottom1px solid #FFFFFF;
    
font-weightbold;
    
line-height20px;
    
padding4px;
    
width170px;
    }


Those are the stylesheet values.

Any ideas how I can fix this ?



17
riomx
Re: How to get HTML editor in News 1.3.1 ?
  • 2005/7/7 23:08

  • riomx

  • Just popping in

  • Posts: 52

  • Since: 2005/3/24


Here is a screenshot of what I get

Resized Image



18
riomx
Re: How to get HTML editor in News 1.3.1 ?
  • 2005/7/7 23:00

  • riomx

  • Just popping in

  • Posts: 52

  • Since: 2005/3/24


Quote:

hervet wrote:
You should re upload the whole module to your site


I just did that, but nothing changed.

I AM using the Xoopseditor package for WYSIWYG editors, which resides in /XOOPSROOT/class/xoopseditor

In there is DHTML, fckeditor, htmlarea, koivi, spaw, etc

Is there a way I can make the news module recognize this, perhaps changing a line in /admin/index.php ?

Thanks,

- Joe



19
riomx
How to get HTML editor in News 1.3.1 ?
  • 2005/7/5 19:37

  • riomx

  • Just popping in

  • Posts: 52

  • Since: 2005/3/24


Guys:

Maybe I'm making this harder than it seems, but when I try to post a story in the News module, I only get an option to upload a file.

Is this the way News works ?

I thought it would be possible to type text and publish as well.

I've already chosen my preferred editor in the form option criteria of the general settings for the module and no success.

Anyway, I would greatly appreciate if someone could tell me if there is a way to use an HTML editor to publish news.

Thanks,

- Joe



20
riomx
AVI template for SmartMedia 0.85
  • 2005/7/5 18:46

  • riomx

  • Just popping in

  • Posts: 52

  • Since: 2005/3/24


Has anyone found the AVI template for SmartMedia yet ?




TopTop
« 1 (2) 3 4 5 »



Login

Who's Online

186 user(s) are online (92 user(s) are browsing Support Forums)


Members: 0


Guests: 186


more...

Donat-O-Meter

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

Latest GitHub Commits