11
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:
To the pages with problems as a temporary solution.
- Joe
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:
To the pages with problems as a temporary solution.
- Joe
12
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
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
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
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
Hmmm I just did the fixes and it seems that the news module doesn't get along very well with the Xoopseditor package:
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
Warning [PHP]: Invalid argument supplied for foreach() in file class/xoopseditor/koivi/formwysiwygtextarea.php line 65
Notice [PHP]: Undefined variable: caption in file class/xoopseditor/koivi/formwysiwygtextarea.php line 73
Notice [PHP]: Undefined variable: name 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 variable: caption in file class/xoopseditor/koivi/formwysiwygtextarea.php line 73
Notice [PHP]: Undefined variable: name in file class/xoopseditor/koivi/formwysiwygtextarea.php line 74
Notice [PHP]: Undefined property: value in file class/xoopseditor/koivi/formwysiwygtextarea.php line 94
Notice [PHP]: Undefined property: value 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
16
Guys:
The site is http://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.
Those are the stylesheet values.
Any ideas how I can fix this ?
The site is http://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-top: 16px;
width: 170px;
}
.left_block_title {
background-color: #485F7D;
color: #FFFFFF;
font-weight: bold;
padding-top: 2px;
padding-left: 30px;
width: 170px;
height: 20px;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}
.left_block_content {
background-color: #EEF2F5;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
font-weight: bold;
line-height: 20px;
padding: 4px;
width: 170px;
}
/*---------------------------------------rightblock-------------------------------------*/
.-------------- right{}
.right_block{
padding-top: 16px;
width: 170px;
}
.right_block_title {
background-color: #485F7D;
color: #FFFFFF;
font-weight: bold;
padding-top: 2px;
padding-left: 30px;
width: 170px;
height: 20px;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}
.right_block_content {
background-color: #EEF2F5;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
font-weight: bold;
line-height: 20px;
padding: 4px;
width: 170px;
}
Those are the stylesheet values.
Any ideas how I can fix this ?
18
Quote:
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
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
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
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