About Main Menu in joomla - joomla1.5

In admin , main menu is not displaying from menu manager but other menus like footer menu and header menu are displaying / working.

Has it been created? Was it accidentally deleted?
You may be able to recreate it - or go into the module manager and make sure that there's the appropriate module for it!

Related

Netbeans is not showing source tab

Netbeans is not showing source tab, please help.
I had the same problem and I had to delete the Netbeans Cache and User Directory. Once I did it worked fine.
you will find the cach in the path: C:\Users"user_name"\AppData\Roaming\Netbeans
delete all files in this folder
It may be that for some reason the layout changed. I am not very familiar with NetBeans but I presume that there is an option to reset the layout under
Window -> Reset Windows
Hope this helps!
As of now you are viewing Project view. You have to click on Files then you will be able to see what you want to see. :)
or still not visible follow following steps :
User selects main menu Window.
User clicks menu item Reset Windows and all views are reset to their defaults.
Choose from IDE menu bar, Next to FILE---EDIT--VIEW---and then go to View option-- select show editor option
show "Editor Tool bar"(put tick mark to select)

How to work with workspaces in TYPO3 7.6

How is it possible in version 7.6 of TYPO3 to add a second workspace? I was able to successfully activate the extension workspace management and there appears a menu entry workspaces in the menu bar but I could not find a possibility to add a second workspace. Furthermore there isn't a menu entry in the top menu bar how it used to be (atleast in version 6.1.5).
Is there a configuration step I overlooked? Was the workspace management concept revised in version 7.6? Is there documentation to this?
Regards,
Thomas
After you created the workspace and if it doesn't appear in the top menu bar you only need to log out and then log in again. After this it should appear next to the help menu entry. I tested it with TYPO3 CMS 8.1.2 and 7.6.9 and 6.2.25.
You have to create a new workspace in the list view on your very root page (Pid 0). Just click add record scroll down to workspace and create as many workspaces as you need.
As for the top menu. There is a menu entry. After installing workspace extension, try reloading you backend once. It should appear next to the help menu entry.

Adding menu listener for Paste option in SWT Browser

I have a org.eclipse.swt.browser.Browser instance created in a composite. I would like to know when some content is pasted in the browser using the (platform specific) right click context menu and selecting the paste option.
In the menuDetected() of MenuDetectListener, I get a notification when the context menu is detected in the browser.
How can I know if the Paste option is selected from the context menu?
Regards,
Noopur
No you can't access the selected context menu item. There is no direct provision for that. At least not in eclipse 3.7. Although, you could try different combinations of events for determining the menu item. For example, in windows the internet explorer populates the status bar with 'inserts the clipboard...' when your mouse pointer hovers over the Paste menu item, you can capture this using StatusTextListener event.
Note: The hack is not an elegant solution, even if you get it working, there is still some possibility that it may break with new or older releases of SWT or in fact its behavior may vary with operating systems !!

package explorer is broken

this is what I`ve done
I clicked on a project with right button and I`ve selected open in new window. I had 2 windows. First I've closed the primary one, then the new one. After that every time when I run eclipse the project that I've selected to open in new window was the default one. My package explorer every time was in it and I had to click back. I just deleted this project and now I can't navigate in package explorer. It is still set to this project but I can't go back. What can I do ? How can I select the basic package explorer view ?
There should be an Up one level or a Back button enabled on the Package explorer view toolbar - I am not talking about the main toolbars similar buttons but one just under the view header. These buttons shall allow you to return to the original level with multiple projects visible.
This is the Up One Level button that Zoltan is referring to:
Symptom:
The package explorer dialog looks as if you have drilled down into an end node but the dialog is blank and there is no "Up One Level"/"Back Button" to click.
Solution:
Ensure eclipse is not running
Delete the following file:
workspace/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml
Start Eclipse
The workbench.xml file contains settings for the state of the package explorer among other things. I suspect that the package explorer settings get corrupted somehow.
Top right there is ViewMenu option menu (triangle downside oriented) - try some options there, or click project explorer tab(top left) and try refresh etc. It is hard to see what exactly happened to you.
In Eclipse, Window → Reset Perspective...

Joomla!: What do to add links in footer?

I wanted to add some (internal) links to the footer in a custom template,
how should I do this?
I'm very new to Joomla! and I don't know how to do this best.
I couldn't/don't want install plugins, it should simple work with built-in possibilities.
If I understand the question correctly, all you need to so is add a new menu.
Log in to Joomla and select Menu Manager from the Menu menu
Create a new menu
Select the new menu in the Menu menu
Add menu items - internal links or what ever you want
Select Module Manager from Extensions meni
Create new Menu module, select the new menu and the footer position
You should be able to then style the menu accordingly with CSS.