Hello,
I am searching here to find an extension that causes the users who have bought our products set their site address plus their comments on it. Is there such a site?
Best,
Search found 10 matches
- Sun Mar 23, 2008 7:45 pm
- Forum: Joomla! Extensions Directory Forum
- Topic: Add your Site extension
- Replies: 1
- Views: 2029
- Mon Mar 10, 2008 4:45 pm
- Forum: Joomla! Coding 101
- Topic: Session question
- Replies: 1
- Views: 422
Session question
Hello,
Does the session variables have scope in PhP ?
thx
Does the session variables have scope in PhP ?
thx
- Sat Mar 08, 2008 8:13 pm
- Forum: Joomla! Coding 101
- Topic: Using method of modules in atricles
- Replies: 2
- Views: 628
Re: Using method of modules in atricles
I also loaded my module by "loadposition" tag and then tried to used to the variables directly in {php} tags but again the scope of methods are not in my articles.
- Sat Mar 08, 2008 8:13 pm
- Forum: Joomla! Coding 101
- Topic: Using method of modules in atricles
- Replies: 2
- Views: 628
I found includePHP in extension manager which seems solve php embedding in articles. I have a php question. I wanna call a method of a module in an article. Suppose my module is mod_example and has a method getMe(); as I call mod_example::getMe() through the {php} tag I get error : Fatal error: Clas...
- Sat Mar 08, 2008 5:53 pm
- Forum: Joomla! Coding 101
- Topic: Using method of modules in atricles
- Replies: 2
- Views: 628
Using method of modules in atricles
Hello, How can I integrate an article with Joomla Methods and using PhP in articles too. My problem is related to activating a paypal button when the user LogIn. I can read the user status by PHP codes to shows the PAYPAL buttons but it seems the PHP codes cannot integrated with article environment ...
- Thu Mar 06, 2008 7:12 am
- Forum: Joomla! Coding 101
- Topic: Login separate page
- Replies: 2
- Views: 576
Re: Login separate page
thank you
- Wed Mar 05, 2008 2:22 pm
- Forum: Joomla! Coding 101
- Topic: Element not defined for type = MenuItem
- Replies: 1
- Views: 451
Re: Element not defined for type = MenuItem
I should used menuitem instead of MenuItem. 

- Wed Mar 05, 2008 1:12 pm
- Forum: Joomla! Coding 101
- Topic: Element not defined for type = MenuItem
- Replies: 1
- Views: 451
Element not defined for type = MenuItem
Hello, I created a component which needs a type of MenuItem in it's XML file. Its ok in my localhost but when I test it in the server the parameters of this component which have MenuItem types shows: " Element not defined for type = MenuItem " in fron of my parameter tag!. Anyone know what...
- Tue Mar 04, 2008 8:07 pm
- Forum: Joombie Coding Q/A
- Topic: article parameter
- Replies: 0
- Views: 281
article parameter
Hello,
I need a parameter in the XML file to shows articles. Is there such a parameter? AS I saw http://docs.joomla.org/Using_the_core_parameter_types there us no such a parameter.
Thank you for your advise.
I need a parameter in the XML file to shows articles. Is there such a parameter? AS I saw http://docs.joomla.org/Using_the_core_parameter_types there us no such a parameter.
Thank you for your advise.
- Mon Mar 03, 2008 5:14 pm
- Forum: Joomla! Coding 101
- Topic: Login separate page
- Replies: 2
- Views: 576
Login separate page
Hello, I am working on my website by using Joomla. I have a button in my top menu which redirect the user to registration page. After login or registering as a new user, I redirect the user to the Home page. How can I get the user information to show it as a module in my Home page ? In reality I jus...