hey all Is there a module that will allow users to upload and download private documents that only the admins
!
hey , could you have a look at a cover letter to tell me what you think; i’m not a native eng speaker so..
http://hashphp.org/pastebin.php?pid=21108
are there any great video tutorials for joomla ?
hey
what is this error ?
Illegal variable _files or _env or _get or _post or _cookie or _server or _session or globals passed to script.
http://mikk36.eu/
http://pastebin.ca/559606 and http://pastebin.ca/559609 look at the $return variable.. at the start of the first file i know it is ok! http://www.my-site.net/forum/viewtopic.php?t=10 and then the control pass to the second file.. and somewhat it drop the final part and link http://www.my-site.net/forum/ or http://www.my-site.net/forum/index.php (don’t know) i thougth it was becau
evening peoples
anyone here used pagination with joomla?
wot you looking to do?
ahh, nothing, “apache -k restart” helped
im creating a lotto component which display a list of the the past lotto results, but i want to display 5 weeks results per page
would someone from the wiki guys consider putting a page about that error to the wiki ?
ah ok, your results stored within a mysql tables?
yea
to try to restart apache first
if problem arises suddenly
to restart web server (not only apache-related)
ok guys… now i’m sure the problem is somewhere here: http://pastebin.ca/559609 i managed to print the $result variable.. and’ it’s ok… so i think the problem is here: mosRedirect( $return ); line 167.. please can you tell me what modRedirect does?
*mosRedirect
so are there any modules that actually parse rss and turn it into news items
returns user to either the registration or login components
actually maybe it just returns the user where they came from
hum.. but it take the $return parameter.. so i think it should take the user where the $return parameter say… why it cat it?
or it isn’t that that cat it?
cat.. split
not sure, im fairly new to this and php is limited so just tryin 2 c what i can
tnx anyway
any one could recomend a component to expand the user registration? Add more fields?
at least tell me where to find the source code of mosRedirect(…) function
Hello, how can I change the styling of a content page when I the user clicks the print button?
it seems to automatically choose template_css.css
ok.. i found the function http://pastebin.ca/559728 …. so… i don’t think that changing this function could be a good idea.. can you explain me how to use it in a way it doesn’t change my url?
(and not something like print.css)
this is a Joomla Services pure function… so you shouldn’t have many problem helping me out.. isn’t it?
hello danZenie
mastroDani, what’s up with that code?
http://www.my-site.net/forum/ and i don’t know how to work around this
are you using any SEF URL engine?
dont’ know what a SEF URL engine is
mastroDani, so I don’t think you’d have one
k
mastroDani, when I try to go to that URL, I get redirected to http://meanwhile.com/?domain=my-site.net&
ok, it’s not really my-site.com
no…
it’s www.bi-clan.net if you want to know
why don’t you try going there directly and see that no redirects happen?
“The topic or post you requested does not exist”
is it being redirect somewhere else?
NN all
hum.. let me check tst_
ok.. this is the right url (pasted..) the one before was created by me as an example: http://www.bi-clan.net/forum/viewforum.php?f=18
you can see the change here: http://pastebin.ca/559754 i simply print the $url value in a file called logfile2
http://www.bi-clan.net/forum/viewforum.php?f=18 http://www.bi-clan.net/forum/viewforum.php?f=18 http://www.bi-clan.net/forum/viewforum.php?f=18 http://www.bi-clan.net/forum/viewforum.php?f=18 http://www.bi-clan.net/forum/viewforum.php?f=18&mosmsg=uffa
so it seems the url is ok
tst_:
mastroDani, so those two urls separated by a space works?
if i copy and paste the last url on the address bar it open the right page
as i expect… i doesn’t understand why this doesn’t happen with that code….
may be the function “header” do some sort of cutting?
i can’t think of other thing if not this.. but it sound really strange to me
tst_:
hi
hey, how can I adjust the position of the contact form?
I would like to get it just a bit off the left side of the screen
padded
try contact.hml.php
hmhp
what’s the emphty block in html
ä
nope
i’ve checked the flux of data too… it is @ob_end_clean(); header( ‘HTTP/1.1 301 Moved Permanently’ ); header( “Location: “. $url ); with the right url.. i tried this sequence of code on my php local web site and it work just fine… so i’m totally lost now
can you explain me what happen from the line 210 to the end of the file here: http://pastebin.ca/559609 ? tnx
of someone anyone
this is the index.php file of joomla
last stable version
youd be better askin in ##php
sigh.. in php they say that doesn’t understand my problem…
this i joomla code
and i only want to know why the mosRedirect (joomla) function work in my local php server and don’t on the remote server.. the only difference from my local server hosting and the remote one is the code from line 210 at that file
which is written in php, i only sugggested them as chances are they would be better qualified to answer your problem
and i would like to know where the problem happen
then add in the line
k.. but there are many joomla stuff there
like “mosGetParam( .. ) they will ask me for all the function…
then look up the documentation
there’s a documentation so deep in details?
theres bound to be something that contains the javadoc, which will have the description in it of what each function does
guys, any one could help me with the Easy User Extended component?
I’m not finding any documentation about those core adjustments….
mastroDani, whats the function your looking to find out what it does?
any one had success used this component?
what exactly is the problem?
wanderingii.. it is simply the index.html (main file) of joomla.. it got call when i use the com_login component to return where i was before
it work just fine for joomla only
but i’m using a phpbb forum.. with the joomla-phpbb bridge..
when i’m in the forum (not logged) and i click “log in” it send me to the joomla website hosting login.. i log in and it send me back to the forum.. but to the homepage of the forum…..
not just edit the phpbb forum component to refer to the joomla users database straight
so i hacked some file.. and now i got the right $url where i want joomla to send the user back… but it keep sending to the open forum hosting homepage instead
hum.. this is far too hard.. means changing the whole phpbb user management
you mean unwrapped? I would expect to be taken to the forum home
joomla-phpbb has meant to bind all joomla user to phpbb users
i’ve a link.. this http://www.bi-clan.net/forum/viewforum.php?f=18 where i am.. i click login.. (and it pass via “post” the url to the joomla login page) the joomla login page pass that url to the index.php that recognise it (there’s an if) and use it to redirect.. but it cout out the last part somewhere from line 210 in this file http://pastebin.ca/559609
the redirection actually take place at line 167.. and it’s ok there… (i checked the inside function)
but for some reason i didn’t reach the page i was expecting to reach
so i think (following the code) that there’s something from line 210 that change the behaviour
guys.. this could help a lot of people that want to use joomla with phpbb if i found a way to do this i will share it on my blog and send a pm to the joomla-phpbb bridge author
so.. in some way, i’m trying to contribute to your project, isn’t it?
you can try it yourself if you want.. i can create a temp user on my web site
wanderingii are you still there? or i’m writing alone?
(sorry for my english)
I cant see why line 210 should matter in this
I am thinking theres a bug between line 165-177
watch line 167.. where mosRedirect($return) is..
i’ve modified the mosRedirect function to print in a log file all the value.. and i know for sure it’s right…
i’ve tried that code locally too and it workd
works
so.. the problem MUST be after that, agree?
or the if-logic so line 167 is never executed
if you watch the “if then else” chain you see that the next executed line is 210.. and from 210 to the end of file must be the problem
i know line 167 is executed because i logged all the behaviour on a log file
hi all
debugging
but then what about the cookiecheck
can i allow certain users access to only one section in joomla?
you mean line 166 ? i really don’t know.. but i know that condition is verified
cause mosRedirect get called
I want to only allow our teachers access to a departmental section only
i think it simply check if a session cookie exist.. it found it and so it redirect the page as requested
you need JACLPlus or AG 2.0, look for those in JED
supergreg, thank you
then my other problem, how can i use joomla for more than one domain?
ok, if the problem is indeed on line 210, just comment out and try until you find it.. I can’t spot any specifics, sorry..
i am using forwarding hmtl pages at the moment but want to do it like joomla.org does it
ok.. no prob.. i’m doing some more debug.. anyway i don’t know if the problem is on 210 or AFTER 210.. i know it is NOT before 210 but i think that if that code is there should exist some reason.. and commenting it out could be a bad idea
Yes, I meant as debugging, not as a solution
….. the ftp stopped working …
can’t debug it that way.. my services isn’t very good
hope it come back in a few minutes
old on
hold
si ma che minchia scrivono 99.9 up time sull’homepage?
99.9 nei loro sogni
sorry.. wrong channel
italiano
yup
no.. it’s not there the problem
i’t doesn’t pass from line 210.. like if the redirection stop that code to been executed.. it is possible?
now i’m completely lost
yes, if redirected earlier, that would make sense, right?
the redirection code is right.. on my local php installation workd
works
i checked the right url reach the redirection
but the redirection doesn’t happen right
that’s weird
i need a joomla/php guru
ehheheh
what exactly does mosRedirect do?
http://pastebin.ca/559754
exactly this:
you can always try #joomla-dev but you will need to wait some hours for a response there
take an url… do some check on it and then redirect the page with the last 3 line (in the else part of the if… ) i checked and the url reach that point right… and go to the “else” section
i’ve pasted the $url = stuff and that 3 lines on a little page locally here on my php web server and it works like a charm
so i can’t understand why here don’t
that’s driving me mad
the only difference from here and the online server is that here i’m on linux with apache and php.. the web server is on windows with IIS
i’m starting to thing that could be there the problem
thats easy to try?
just make a static redirect-script?
how?
and then supergreg ?
that file work locally
yes, try it on the server
oh..
right..
i try
i’m doing it
wait
d’oh..
it work
either on the server
that’s completely crazy
this couldn’t be real lol
may be it’s better if i go sleep
thanks for the help
will try with joomla-dev tomorrow
thank you very much
supergreg:
bye all
hey all. Is there a module that will allow users to upload and download private documents that only the admins can see and edit?
so are there any modules that actually parse rss and turn it into news items
true on the site news and not a feed
how do i remove the header of the site that is in my wrapper
actually the site is also a part of the original site
DrDigital, are you planning to release 1.5 soon then?
hmm
i wonder who he thinks i am
ol
*lol
hey Geof the none photographer using joomla guy
hows it going
alright, you ?
depressed
i have to wait till october for the new Mac OS X
songs like you are my only sunshine run through my head
…
….
howdy
I want to build a membership database for a club with 4000 members
is there a module for Joomla that can be scalable for such a database?
okay this 1.5 is different
I see something called “community builder”
can that handle that many users?
what is a model, helper and views in a component?
Community builder can probably handle millions of users
ok…
we need to be able to add custom fields
and make custom reports/forms for different levels of users
can CB handle that?
I don’t know
hmm
you should install it on a development server and try it out
guess I should download it and RTFM
yeah
I plan to
I am trying to build a database for 3800+ members of a Star Trek Fan Club
and break them down into 200+ chapters around the world
be able to have the Chapter President log in and manage his members
be able to have the member log in and manage his info
be able to have the Regional Coordinator log in and manage his Chapters
and I want to do it all in Open Source Software.
sounds like something that might need custom development
Preferably Joomla because the org already runs it as their CMS
I can hack stuff into submission, my PHP skillz are such… can’t write my own, though, sadly
also would need to have the Brass be able to log in and manage Regions.. you get the drift
morge
where do I edit the standard category layout? (1.5)
views/category/tmpl?
yup thats it
ah I’ve been out of php programming for 4 months now
its great to be back
and its dead in here
ok
so I got Community Builder
but I need more…
CB is just not scalable enough for what I need
is there a Joomla component out there that can create custom forms and reports?
basically using the Joomla db but doing custom stuff?
I found several… but they are all commercial
need open source
Anyone know if Joomla has a cron implmemntation or job scheduling of sorts?
why don’t you just use cron?
hey CraZy675
ah
civicrm
reading
hey DrDigital
whats up stranger
it has been a while
blah I’ve been busy and lazy
i figured you died
or meet a girl
marring the one i’ve known for years
actually
amazing
not really
and here i want to bury the one i known for years
id order like six kegs
and 3 strippers
and two whores
much like my bachelor party
i asked her 4 times to pack her stuff and leave
id get her a studio apartment
hi, I’m completely new to joomla
I’ve my PHP application, ned to inject it with joomla
is there any link or tutorial for that ?
?? component
component[x]: No definition found for word.
?? tutorial
Component/mambot/module tutorials: http://forum.joomla.org/index.php/topic,63383.0.html
ha there you go
yes, I’ve my complete php application, I need to add the whole application
hi all
thats called a component unless you want to do a bridge
I’m trying to figure out how to get the contact form 10 pixels out of the left side where it now lies
I have tried to edit the contact.html.php with no luck
eh??
anybody has configure virtuemart for credit cards?
Crash
What payment gateway do you use?
i am looking for authorize.net, eProcessingNetwork and Pay-me-now
but I don’t know how to create an account
is only for United States?
wait a sec
thanks
BlackKnight which payment gateway are you looking?
Crash
R u there
yes
see pm
what does it mean pm?
private message
i can’t see private message
how
You must see it
ok here is on public
http://www.authorize.net/solutions/merchantsolutions/onlinemerchantaccount/
look at that
there you have all you ned to make acc on authorize.net
so I have to make a merchants account?
thank you very much
i am going to contact them to make an account
Ok
If I can help just say
thanks
hello
anyone using pattemplate extensively withe xtended menu?
heya all
i might have a stupid question
is there any way that i can display a custom page as joomla frontpage ?
I just discovered joomla
uhm anyone alive arownd here ?
put it as the first link in your mainmenu
ty
but what about when i`m loading the page ?
what do you mean
it won`t be the default frontpage the index.php ?
when i`m typeing the url like www.domainname.ext it will load the default www.domainname.ext/index.php wich it will be the default frontpage i guess ?
if you call your website by ;ttp://www.yoursite.com/
yes
index.php will take the first link in your mainmenu
great
Kage_Musha may i query you ?
as private message ?
sure