225951
webguygary
Re:how do I edit registration form so users can place themselves in a group?
  • 2004/11/11 17:21

  • webguygary

  • Just popping in

  • Posts: 25

  • Since: 2004/11/8


The post from Ackbar seems a step in the right direction, but I'm still not clear what it is I am messing with here...the info posted here:

https://xoops.org/misc/api/kernel/form/XoopsFormSelectGroup.html

This seems like the solution, but I'm clueless about how to implement it.



225952
jensclas
Re:image problems

problem is resolved

Thanks to a kindly and patient soul in JasonMR my problem is resloved - an important lesson for all newbies...we need to take the time to learn the correct code for inserting images:

This was the solution
<img src="{X_SITEURL}/images/webgraphics/taustralia.jpg" alt="Jen's right pic" style="float:right; margin:8px;" />

img src - says an image is to go here
{X_SITEURL} means your site's public html folder
images/webgraphics/taustralia.jpg - is the rest of the path to where the image is to be found. (.jpg is the file type of the image)
alt: is the alternative text to appear if the image does not
Style is a rule about where it should go and how big it should be
all "" are as essential as full stops and capital letters in written european languages
< and > are essential as section markers stating this is the start and the finish of the section of code.

Hope this can help other newbies!



225953
Mithrandir
Re: Is there a way to...

Quote:
Why am I doing a setValue($id)? $id changes with each iteration of the while loop

setValue($id) inserts the value of $id into an array of pre-selected values on the XoopsFormSelect object, so you are not as much setting the value as you are adding to the value.

Quote:
Now in my recieving script, how do I determine if a element in the list is selected?

With the XoopsFormSelect element named "defaults" and the form method used being POST, you can access the selected values in the receiving script with
$array_of_selected_ids $_POST['defaults'];



225954
ackbarr
Re: Can someone help me with a code translation please

simple fix, turn off gzip compression in system -> Preferences -> General Settings



225955
ackbarr
Re: Session hijacking vulnerability in XOOPS 2.0.7.3

the PHPSESSID you speak of is something added by PHP, not by XOOPS. If you are on a hosted server adding this to the beginning of mainfile.php should modify php's settings:

ini_set('session.use_trans_sid'false);


If you are running XOOPS on your own server, you can make this setting the default for PHP apps by changing this setting 'session.use_trans_sid' in your php.ini. You'll need to restart apache for this change to take effect.

This is well discussed online, I have included a forum post discussing the issue from a webhosting forum as reference:

http://www.webmastershome.com/detail18.html



225956
jensclas
Can someone help me with a code translation please

Hi code experts

I have a debugging error message. Since I am new to the language I haven't a clue what it means:

Warning [PHP]: ob_start(): output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter' in file include/cp_functions.php line 33

I see it is a file in includes called cp_functions.php and there is a problem on line 33. That is as far as my understanding goes.

output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter'
means I need to change it to?????



225957
vinit
Re: Flexible Forms - STORED IN DB WITH REPORTING
  • 2004/11/11 16:55

  • vinit

  • Just can't stay away

  • Posts: 530

  • Since: 2004/1/10


That would be one good thing to have. Futher more if the reporting can be enabled, like displaying those data back on basis of some queries, it would be fantastic to have.

My best wishes....will surely like participate in testing and implementing.



225958
lmora
Re: Bibliography module
  • 2004/11/11 16:49

  • lmora

  • Just popping in

  • Posts: 3

  • Since: 2004/11/3


Hy all!

I recently found a good wiki on SourceForge. It is called uniwakka. See features and developments on sourceforge project site.

The bibliography managing system is itimately linked to Wiki page redaction, so that you can cite references in you page as you do with LaTeX. This Wiki also supports MathML.

It is great ! I could easily write new methods integrated as plugins to make a search page and show bibliography lists in a convenient way.

Xoops module developers should look at it. Especially those from wfsection project. It seems to me that adding bibliography and LaTeX supports in wfsection would give a very high value to this module for writing scientific documents.

Cheers,

--
Laurent



225959
Archaenon
The Image Galleries.
  • 2004/11/11 16:45

  • Archaenon

  • Just popping in

  • Posts: 1

  • Since: 2004/8/11


How do you generlly use them , and get them to completely work. I asked al\round to site who already have it installed , and read alot of the guides on it , yet i still cant seem to figure out how to gt the image galleries to work with the users and the admins being able to submit pictures.

I'm kinda stuck on how to get it to work. So if someone can help me out , or ill have to pay to have someone install it correctly.

www.archaickei.org >> site in question.



225960
phillipd
Re: Is there a way to...
  • 2004/11/11 16:41

  • phillipd

  • Quite a regular

  • Posts: 219

  • Since: 2004/4/20


OK, that works, but now I'm totally confused. Why am I doing a setValue($id)? $id changes with each iteration of the while loop. Why aren't I setting a value of "1" or "0" depending on if I want the list item highlighted or not. I must have a basic misunderstanding of what setValue does.

Now in my recieving script, how do I determine if a element in the list is selected?

Doug P (I really appreciate the help)







Login

Who's Online

115 user(s) are online (66 user(s) are browsing Support Forums)


Members: 0


Guests: 115


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