Guest module for phpFox 3 - phpfox

I have installed phpFox and I want to add to my website guest module how can I do this!

Firstly, I think you should make your question more specific or others will be hard to help you.
As I understand, you want to add Guest module into your website. There're 2 possible cases :
You already have package that contains Guest module: all you have to do is extracting that package into your website and go to AdminCP/Extensions/Product/Import Product/ then choose Guest product and click install
If you don't have that package, you need to contact your package provider to get one then do as I say above

Related

Joomla Module hidden from registered users

I have a joomla 3.6.5 site with T3 and Bootstrap 3.
One of the menu items displays some info to registered users only.
If a user is not registered then a module ("public access") appears with "Registered Users Only" message and info.
But this module still appears to registered users (I guess because its access is "public").
I want to show this module to all users EXCEPT the registered ones but I couldnt find a way to do it so far.
Any suggestions ?
The only solution I have found so far is to download the Advanced Module Manager,
and then assign an exclusion of a user group to the module.
If anyone knows of an easier way without using any plugins please tell me.
Set the user group as GUEST and try

Change admin module title joomla

When I installed the module that I developed and in the module manager screen of the backend I can see the title like this.
Module Manager: Module mod_examplemodule
So I want to change it into something like this. Module Manager: Module Example Module
I have developed few Joomla modules but so far I didn't realize how to do this.
Your help on this would really appreciated.
Thank you.
Im using Joomla 2.5.8. I have just added the screen shot. Perhaps it would be more helpful.
In my modules I use:
<name>Module Title</name>
<description>MOD_MODULE_TITLE_XML_DESCRIPTION</description>
I then add an entry in the language file for the description. This normally covers my needs
I have solved this:
You can change name tag in mod_examplemodule.xml file and install again
OR
If you have database access then in [prefix]_modules table find the record of this module and change the name field as per your requirement

Joomla: Install component and module at once

I know how to install a component together with a plugin. It's all about manipulating the xml like, let's say, the Artof User component.
What I want to know is if this is also applicable to module. Like I can install a component together with a module.
Starting from J1.6, you can create a Package. See http://docs.joomla.org/Package

How to create multiple module instances in joomla 1.5?

I have installed joomla module. It seems that I can only display the same module with the same configuration on any page.
How do you have this same module, with a different configuration on different page ? (I do not want to display the same rss feed under each joomla article)...
Is it possible to have multiple "instances" of a module ?
I have taken an rss feed module for example, but I could have taken any joomla module.
Thank you for your answer
Frd...its easy..
Pls follow my link:
Administrator--> Extensions--> module manager-->Select ur module(Which module u need)-->click new Button (in top right menu)-->here u got all module (select ur required module)--> now u can get it...!!! pls check it..!!
Modules can be assigned to specific menu items. In 1.5 you have the option to assign a module to All, Selected, or None menu items. Simple make multiple copies of the module you want to use then assign each version to the menu items you wish with the associated variations in configuration.
You can create multiple instances of a module through module manager in Admin side of your site. And different instances can have different configurations.

magento example module

I'm reading through chapter 4 of the magento developers guide which explains how to build a shipping module I've built the config.xml put it in the proper place, put the MagentoBook_ShippingModule.xml file where it needs to go then it tells me I can configure it in the admin panel but it doesn't show up do I need to reboot the server or something for it to take effect ?
Ok well I found the answer on this thread you have to refresh magento's cache

Resources