1
rayking
Re: bug in xoops
  • 2007/1/6 19:42

  • rayking

  • Just popping in

  • Posts: 8

  • Since: 2006/10/3


i used the default wysiwyg XOOPS editor

the problem happens only in internet explorer

when i look at the page with firefox it's ok.

the real question is how do i create an html table in xoops?

is there a way to edit the html data? and manually adding a table? i tried going into the database tables but all the data is stored in the wysiwyg format.

is there no way to add a table in data saved thru the wysiwyg?



2
rayking
Re: bug in xoops
  • 2006/12/29 9:42

  • rayking

  • Just popping in

  • Posts: 8

  • Since: 2006/10/3


ok I found the problem.

bottom line is i need to separate the pics using tables instead of <br> line breaks.
is there a way to do this in the WYSIWYG?

basically,
the pictures are very large. about 500x500 pixels

so when i hit enter on the WYSIWYG editor it inserts a line break.
but since the pic is so large the only effect is that the 2nd pic is dropped down a little bit but is still to the right of the first pic.

example: with the 2nd pic slightly shifted down

== ==
|| ||
== ==

instead of:

==
||
==

==
||
==



3
rayking
Re: bug in xoops
  • 2006/12/29 9:26

  • rayking

  • Just popping in

  • Posts: 8

  • Since: 2006/10/3


wait.. i just saved the page to my dsktop and examined the html

the html looks ok.
<IMG alt=""
src="JLC - Audio Downloads_files/natan_big2.jpg"
align=left><BR><BR><BR><IMG alt=""
src="JLC - Audio Downloads_files/natan_big.jpg"
align=center>
for some bizare reason in IE6.0 this html does not break the lines.
will try to figure it out on my own as i think it's not an XOOPS problem.

thanks



4
rayking
bug in xoops
  • 2006/12/29 9:15

  • rayking

  • Just popping in

  • Posts: 8

  • Since: 2006/10/3


i noticed in the downloads, if i add several pictures on they wind up side to side.

i traced the problem to the line break tag which is outputed as:<br />
instead of <br>

for some reason internet explorer is not reading this as a line break and everything gets displayed side by side.

any idea how to fix this?



5
rayking
Simple Module Question
  • 2006/11/10 8:11

  • rayking

  • Just popping in

  • Posts: 8

  • Since: 2006/10/3


basically, i'm trying to have an active module that i can access through links but without having it show on the main menu.

i tried to set modversion['hasMain'] to 0 in the xoops_version.php file but the module disappears from the main menu and also from the groups page in admin.

so there is no longer a check box for setting priviliges to this module and the home page says "permission denied".

if modversion['hasMain']=1 everything works fine just that the module appears in the main menu, which i'm trying to avoid.

any way around this?
thank you.


here's the index.php:

include("../../mainfile.php");
$xoopsOption['show_cblock'] =1;
$xoopsOption['show_rblock'] = 1;
include(XOOPS_ROOT_PATH."/header.php");

some html here

include(XOOPS_ROOT_PATH."/footer.php");

------

xoops_version.php file:

$modversion['name'] = "simple_mod";//name of module
$modversion['version'] = 1.01;
$modversion['description'] = "My Module";
$modversion['author'] = "";
$modversion['credits'] = "";
$modversion['help'] = "";
$modversion['license'] = "GPL see LICENSE";
$modversion['official'] = 0;
$modversion['image'] = "blackhat.gif";
$modversion['dirname'] = "simple1";//name of directory

// Admin things
$modversion['hasAdmin'] = 0;
$modversion['adminpath'] = "";


// Menu
// Menu for submenus in main menu when page loads
$modversion['hasMain'] = 1;//0 to remove from main menu

---



6
rayking
Pical vs. ExtCal
  • 2006/10/25 16:38

  • rayking

  • Just popping in

  • Posts: 8

  • Since: 2006/10/3


hi,
i noticed the extcal module has an option for allowing groups permission to view but not submit in each category.

it seems pical does not have this basic option.

it just has a global access for each category.

is this correct?

thanks everyone for the great work.



7
rayking
xoops 2.0.15 gone haywire
  • 2006/10/19 11:17

  • rayking

  • Just popping in

  • Posts: 8

  • Since: 2006/10/3


not sure if it's just me but i'm having a hard time getting many of the modules to work in XOOPS 2.0.15
some of them are basic modules like the forum or wf-downloads

when i load them on 2.0.13 they work fine.



8
rayking
How to add addresses to the user register
  • 2006/10/12 9:59

  • rayking

  • Just popping in

  • Posts: 8

  • Since: 2006/10/3


anyone have an idea if there are modules to allow the user register/view/edit etc. page to have more data such as address or phone #

xoops 2.2.x has this built-in but 2.0.x does not.

thanks everyone




TopTop



Login

Who's Online

250 user(s) are online (175 user(s) are browsing Support Forums)


Members: 0


Guests: 250


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