21
veggieryan
Re: Integrating Cascading menu into xoops theme
  • 2004/7/19 19:56

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


BUMP!!!
I cant get a java drop down menu i made in fireworks open in the XOOPS theme either... what is the trick?

thanks
ryan.



22
veggieryan
Formulaire fix
  • 2004/7/12 22:34

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


Hey there,
I hacked the index.php in the formulaire root folder to allow anonymous submissions...

line 458 was

if( $expe == "on" ){

change to

if( $expe == "on" && $xoops_isuser ){

seems to allow anonymous submissions... but now i get no emails...
how do we get anonymous access?

thanks
ryan.



23
veggieryan
Re: WF-Downloads v2.0.3 Beta Released

wow..
its getting hot in here..
...just want to say that the latest beta is AWESOME!!!!

it works great! thanks for the hard work!
this is a VERY important module!

cool.
ryan.



24
veggieryan
Re: Mydownloads module modified
  • 2004/6/27 23:51

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


to clarify,
im using XOOPS 2.06
with my downloads pro 1.04 and it says mime type not allowed for types which i have defined as allowed..
any ideas?

thanks
ryan.



25
veggieryan
Re: Mydownloads module modified
  • 2004/6/27 22:25

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


well,
so wierd.. it worked for a zip and then not a wav.. says mime type unkown.. i have it allowed in the preferences and i even searched the database to make sure it was defined in the config database...
im giving up for now..
has ANYONE GOT A WORKING UPLOAD MOD?
this is killing me.

thanks.
ryan.



26
veggieryan
Re: Mydownloads module modified
  • 2004/6/27 22:18

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


Hey there,
just thought you all should know.. i was beating my head against the wall trying to get this mod to upload zip files.. it would do jpegs and docs but not zips or wavs..
then i tried it in IE6 and it worked fine.. so there is something up with mozilla 1.7 and this mod...
it was saying mime type unkown..

hmmm...
ryan.



27
veggieryan
Re: subsite... which is master?
  • 2004/6/27 20:27

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


i wonder why no one is interested in this fantastic module and how to use it correctly...

bump!



28
veggieryan
1host-4xoopsSites-1database-many domains
  • 2004/6/27 20:26

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


Okay
I have been searching the forum archives and no answer seems to exists for this problem.
I succeded in setting up 4 different XOOPS sites sharing users via the Subsite module.
www.thefractal.org.. the other sites are in the partners...
all that works except users from other sites dont show up in the dialog to make a forum private... wierd.. i can see users from other sites in any edit user admin section though..
users can sign up for one site and then log into any 1 of the 4 they chose and thats what i wanted so great...

however...

i set up an .htaccess file to forward people looking for www.realenergy.net or www.veggieboys.com to that XOOPS install at
http://www.thefractal.org/xoopsRealenergy/
it works to get them there but once they sign in, they are mysteriously redirected to the root of www.thefractal.org...
why is this?
if they go directly to
http://www.thefractal.org/xoopsRealenergy/
they can log in without problems..

here is my .htaccess file


AuthUserFile /dev/null
AuthGroupFile /dev/null

RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{HTTP_HOST} veggieboys.com
RewriteCond %{REQUEST_URI} !xoopsRealenergy/
RewriteRule ^(.*)$ xoopsRealenergy/$1 [L]
RewriteCond %{HTTP_HOST} realenergy.net
RewriteCond %{REQUEST_URI} !xoopsRealenergy/
RewriteRule ^(.*)$ xoopsRealenergy/$1 [L]

thanks for helping
ryan.



29
veggieryan
subsite... which is master?
  • 2004/6/19 9:52

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


a few simple questions....
1) when using subsite.. do i pick a master and then only install subsite on the slaves?
2) i guess what im asking is how does the information flow.. if subsite is on site B and it has been setup to share the users table from site A, do new user acounts flow from A to B or B to A or both?
3) what happens if you share the actual common_tables table itself? i was thinking that if the traffic flowed both ways then you could setup the master site with all the different tables you want to share and then the slave sites share the common_table.. that way they all share the same thing and when you need to update it or add new tables you dont have to do it over and over for each site...
4) right now i have the master site sharing all the tables from the slaves... each slave shares only the master files.. it works.. but oddly only for one of the slaves.. and it flows both ways for that slave.. the others dont get new accounts at all or send them to the master.


hmmm..
ryan.




TopTop
« 1 2 (3)



Login

Who's Online

155 user(s) are online (119 user(s) are browsing Support Forums)


Members: 0


Guests: 155


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits