161
robekras
phpWiki outputs incorrect XHTML code
  • 2003/11/7 7:03

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


Please can someone confirm the following:

I have running the phpWiki module on our intranet.
I did take a look on the outputted html code
(I was inspecting some css issues),
and I saw that the phpWiki outputs again a complete
XHTML code frame within the normal XOOPS XHTML frame.

Quote:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
...
</head>
<body>
...
...
<td id="centercolumn">

<!-- Display center blocks if any -->
<!-- End display center blocks -->

<div id="content">
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
....
....


My browsers will show the page, but as I understand this is not correct XHTML!?

Nevertheless thanks for the phpWiki modul.

BTW, do someone know why the XOOPS site is using the wakka wiki??



162
robekras
Re: Bug in default style.css causing errors in phpWiki numbered lists
  • 2003/11/6 19:48

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


I would recommend the following:

li { margin-left: 2px; list-style: square inside; color: #2F5376}

ol { margin: 2px; padding: 2px; text-align: left;}
ol li { margin-left: 2px; list-style: decimal inside; color: #2F5376}

ul { margin: 2px; padding: 2px; text-align: left;}
ul li { margin-left: 2px; list-style: square inside; color: #2F5376}

That's because sometimes a <li> could occur also within a <div> and not only on <ol> or <ul> (I think this is true for the Agenda-X modul)



163
robekras
Re: why this simple html code don't work fine in a theme ??
  • 2003/11/5 8:03

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


As far as I understand:

If there is a stylesheet within a hmtl file,
you can't use normal html tag attributes for all the tag attributes which are defined within the stylesheet.

So if, within the stylesheet, you define the background,
border styles etc. for a table:

table
{
border: #960 3px solid;
background: #ffc;
}

the following will not take affect:

<table background="#ff00ff">

There several ways to make your table look like you want
(Without changing the XOOPS style):

- Write the following for your table (and also for td tr etc. if you need):
<table style="background=#f0f">
...

- Add a new table class definition to the themes/yourTheme/style.css
and in your source:
<table class="yourTableClass">
...




164
robekras
Re: I need Notification Options Help
  • 2003/11/3 16:44

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


I think the change will not mess up your site.
To get the info about your site is very simple.
Make a simple block with the following php command:

phpinfo ();

Set PHP as blocktype, and make it available only for the admin (go to administration -> system -> group).

But the info you get with phpinfo may not help you for your notification problem.




165
robekras
Re: Off-site avatars?
  • 2003/11/2 11:13

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


Why not allowing the users to upload their avatars to your site?



166
robekras
Re: How can it display recent topics before user login?
  • 2003/11/2 7:38

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


Do you want to show the recent topics block in top of the user login block?

or

Do you want to show the recent topics block for anonymous users?



167
robekras
Re: Something wrong
  • 2003/11/1 16:09

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


I think you can name your file whatever you want,
and you can place your files wherever you want.
You have to take care only for the correct path for the first include statement (the mainfile.php path).
And maybe the modules directory isn't the right place to store
your own php files.

And you click on which button?



168
robekras
Re: Notifications Not Working... Where to Start?
  • 2003/11/1 15:00

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


Just to be sure.
Did you read the following thread?

https://xoops.org/modules/newbb/viewtopic.php?topic_id=13178&forum=20

And it did not help?



169
robekras
Re: Something wrong
  • 2003/11/1 9:53

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


If you want to add own content to a XOOPS site look at the following:

http://wiki.xoops.org/wakka.php?wakka=XoopsStaticContent

There are described two ways to make own content.
There is also a third way to add own content.
Build your own block in admin -> system -> blocks.



170
robekras
Re: File Manager Module for User!
  • 2003/11/1 9:30

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


Maybe the new version (1.1) of the MyDownloads module meets your needs.

Look here:

https://xoops.org/modules/news/article.php?storyid=1037





TopTop
« 1 ... 14 15 16 (17) 18 »



Login

Who's Online

211 user(s) are online (148 user(s) are browsing Support Forums)


Members: 0


Guests: 211


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