111
ralf57
Need help to fix a theme....
  • 2004/2/4 14:45

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


I need a little help from some experienced user to fix a strange behaviour in a theme.The problem is related to the theme's header.
The starnge is that the header is shown correctly in Firebird but not in IE6 as you can see below:

IE6:
Resized Image







and in Firebird(correctly):







Resized Image







Notice that in IE6 only there is a ugly space between the logo and the silver bar just below.

This is the code:

___________________________________






















________________________________


and these the related .css selectors:

_________________________________

table#okvir
{
background-color: #FFFFFF;
border-right: 1px solid #026CA9;
border-left: 1px solid #026CA9;

td#headerlogo
{
background-color: #ECE9D8;
background-image: url(images/header_bg.gif);
background-repeat:repeat-x;

.navbar
{
background-color: transparent;
background-image: url(images/nav_bar_bg.gif);
}

td#headmenu a
{
background-color: transparent;
color: #6F6635;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 0px;
padding-top: 0px;
border-left: 0px solid #514928;
border-top: 0px solid #514928;
border-bottom: 0px solid #514928;
}
td#headmenu a:hover
{
background-color: #F8F7EF;
color: #B5A966;
}
.menuHead
{
font-size: 10px;
}


__________________________________________________

I hope someone could help me.
Thanks in advance,ralf.



112
ralf57
Xtremguestbook's long posts problem
  • 2004/2/3 11:21

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Hi all i have a problem with extremguestbook module.
Sometimes my users write long posts in a few lines of text;so they break the formatting of my and make appear a very ugly horizontal scrollbar when visiting the guestbook.
Is there a way to force the post into the textarea width?
I hope i was clear.
Thanks in advance,ralf.



113
ralf57
Re: Wysiwyg editor as a core feature
  • 2004/1/26 18:08

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Hi Mithrandir,
i can understand that finding a cross-browser editor is a
big trouble.
I know that all the best wysiwyg editors don't work on all the main browsers at the moment.
But a choice must be taken at the end;
so you can integrate htmlarea 3 that,with all its bugs,works on both IE and Mozilla.
What i suggest is:
take an editor and make all efforts to make it available for XOOPS in a (relatively) short time,avoiding spending time in personal solution.(thanks to Chapi and Catzwolf however).
Regards,Ralf.



114
ralf57
Wysiwyg editor as a core feature
  • 2004/1/26 17:08

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Hi all,
i know that the wysiwyg editor is one of the most requested
features and now we have spaw as a module to use within others modules.
I would see our cms featuring a REAL wysiwyg editor,i mean integrated into the system so for example you can switch back to the standard editor in Preferences if you don't like the new one.
I really like the Mambo OS solution and i think it could be used into XOOPS too.
I hope that developers could give a good answer about this theme.
Have all a nice work,Ralf.



115
ralf57
Re: A night at the opera (Dedicated to Catzwolf)
  • 2003/11/19 17:19

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Sorry,no mp3 yet.
But this would be only a different way to
ask catwolf the same thing that many and many
users already asked for.



116
ralf57
A night at the opera (Dedicated to Catzwolf)
  • 2003/11/18 22:29

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


The tenor:
Resized Image
"I want,i want,i want the next version of wfsection"
"I need,i need,i need the next version of wfsection"

The chorus:
Resized Image
"He wants,he wants,he wants the next version of wfsection"
"He needs,he needs,he needs the next version of wfsection"

The sopranist:
Resized Image
"I want,i want,i want the next version of wfsection"
"I need,i need,i need the next version of wfsection"

The chorus:
Resized Image
"She wants,she wants,she wants the next version of wfsection"
"She needs,she needs,she needs the next version of wfsection"

All together:
Resized Image
Resized Image
Resized Image

"No one knows the release date...but Catzwolf"
"Yes,he does"
"Please Catzwolf,give us an answer..."
"Please Catzwolf,give us the long awaited answer..."

End of the opera.
(I hope that it has not)....to be continued.

Greetings,ralf57



117
ralf57
Re: How to use SPAW wysiwyg editor with the News module!
  • 2003/10/23 21:39

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Hi ezteok,
i've installed your hack on a XOOPS 2.05 system and the installation was quite simple.
Now i found a "little" problem.
When i compose a new article and preview it,the preview area shows the html source code instead of what i have composed.
The same happens when i edit a published article.
The strange is that this doesn't happen if i directly save the article without preview.
I think this should depend on the way XOOPS deal with html code and tags,but i can't find a solution to his.
Hope you will.
Regards,ralf.



118
ralf57
Re: How to show xoops content into a iframe?
  • 2003/10/20 13:06

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


I posted the solution in my previous post but...
it isn't perfect.
In fact the iframe's horizontal scrollbar appears with some modules like newbb or xoopsmembers and this is not elegant.
i'll try to make it better and repost if i success.



119
ralf57
Re: How to show xoops content into a iframe?
  • 2003/10/19 22:56

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Ok,i solved.
It was only a css matter.
I just edited the content div in .css file :

div#content {text-align: left; padding: 8px;width:96%;height:450px;overflow:auto; margin:5px;}

and now it works good.
I thank ackbarr for this.



120
ralf57
Re: How to show xoops content into a iframe?
  • 2003/10/19 22:02

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Thank you RedEye,
but the the link you gave me didn't solved my problem.
As i said above i want to show XOOPS content in a iframe;
i may want to include external pages but this is not important for now.
I think the key would be in the theme.html file but i can't find it alone
I hope that you or someone else could help me further.
thanks again,ralf.




TopTop
« 1 ... 9 10 11 (12) 13 »



Login

Who's Online

158 user(s) are online (83 user(s) are browsing Support Forums)


Members: 0


Guests: 158


more...

Donat-O-Meter

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

Latest GitHub Commits