Hi,
I'm having two issues related to Events and Classified Ads Modules.
1. a.
I installed both the modules and then i created menu items by editing default items from Navigation. Actually when both the modules are installed with the following Path and added parent item as primary links, both menu items are created fine but the same menu items are gone once admin logged out which means visitor is not able to see them in site menu.
node/add/ed-classifieds
node/add/event
1.b.
And when i use the Path like this, every visitor and registered user can see them in site menu.
ed-classifieds
event
2. When i use 1.a. and click on menu items, respective posting form is opened and hence i am able to post content for both the modules.
But when i user 1.b. and click on menu items, posting form is not opened.
Basically my requirement is:
When i click on menu item i should be able to see first all the previously posted results and then posting form or link should be appeared in the same page so that i should be able to post content for the above Classified Ads and Events modules. For example it should be just like Forum module in which any user see the posted threads list and then post a new thread link. And this link either prompts login or shows posting form based on the visiting user or registered user.