How can I create new faq categories in Vtiger? - categories

That is.
I can't find the option for create a new faq category. Only "General" category appears.
How can I create a faq category in Vtiger 5.4?
Thanks.

it's simple, goes to the FAQ Module and Click on the "FAQ Settings" Icon and then Click on the left side menu in "Studio" link > "Picklist Editor" and then Select the Module "FQA", after you will show the "Category" in the "Select picklist" dropdown right side has "Add Item" button, click on this button and Add new entries here.

Related

how to add submenu to "Open With" menu form org.eclipse.ui.menu extenstion point

I am trying to add a popup item into "open with" menu of eclipse from org.eclipse.ui.menus extenstion point.
Basically I need to show this submenu on selection of particular type of object from the navigation view tree.
If anyone can guide me , it would be helpful . I have googled about it no specific answer

Hiding "View Menu" button in RCP application

My RCP application includes the Project Explorer view, which has several small buttons in its top-right corner (e.g. "Minimize", "Maximize", "View Menu").
I would like to remove the "View Menu" button. How can I do this?
I think "activities" is what you need:
You should check this:
http://blog.vogella.com/2009/07/13/eclipse-activities/

How to remove *.dep files from project

i created project from existing source in netbeans. I wonder if it is posible to exclude *.dep from files listed in project in netbeans?
You can modify global settings like this:
Menu Tools -> Options
Click Miscellaneous Button at the top of dialog.
Select Files tab under the row of buttons.
Edit the field labeled Ignored Files Pattern add |.*\.dep before the last $
Java per project instructions (because I already wrote them):
Select the project in project pane on the left.
Right click for popup menu.
Select Properties near the bottom of the menu.
Select Sources in the categories list on the left of dialog.
Click the Includes/Excludes button near the bottom-right of dialog.
Enter *.dep in the Excludes field.

Create a GUI using WindowBuilder's visual designer

My question's really that simple. So simple that no one bothered to put the answer anywhere! I've tried googling 'open WindowBuilderPro' but 5-10 mins searching through links I'm no closer to an answer.
In Eclipse's Package Explorer pane, right-click on the package that you want your new GUI class to be in (create a new package first if it doesn't exist).
Select New/Other... from the pop-up menu.
Under "WindowBuilder", expand "Swing Designer".
Select "JFrame".
Click "Next".
In the subsequent dialog window, be sure that the package name is correct and type in the desired class name for your new GUI frame. Use a clearly descriptive name that tells the reader what this frame is for and that it is a frame, e.g. "MainAppFrame".
The "Use Advanced Template" checkbox should be checked.
Click "Finish"
Now click on the Design tab (at the BOTTOM of the editor!) credit to duDE for that bit.

How do I change the name of an application tab?

I'm working on a facebook page for a client and with the new profiles pages starting to roll out I've come across an issue with the name of the app I created. The original profiles which most of you will see here - http://www.facebook.com/DrMartyBecker says "Welcome" as the tab name. On the new profile pages the tab says 'drMARTY', I can't find the place where I can modify the name. So i was wondering if there was a way to change this and where. Thanks for the help!
piece of cake:
Go to: http://www.facebook.com/developers/
Select your application and click "more"
Select Edit Settings
On left side menu, choose Facebook Integration
The fourth configuration block is respective to Tab settings
Change "Tab Name"
Click on "Save Changes" button
Your Tab was renamed!
[]'s,
And Past