Prestashop's Advanced Top Menu Addon - How to use it correctly - module

I could not find any online docs or even no docs in the extracted folder.
And on prestashop's forum it's like useless to ask questions. frustrated
I wanted to make categories appear on top menu, categories go up to 5 levels. But when I tried to configure it, it goes only 2 level and it does not seem to take the default global css.
There is no installation/configuration documents, it's pathetic! And it costs $69!
Anyone have some pointers, would greatly help. thanks!

Advanced Top Menu can't manage more than 3 levels :
First level : Tab
Second level : Group of Elements
Third level : Element
But there no limits to category depth. You have to organize your menu content as you want with these 3 levels (by example : a submenu column for each of your category level depth)
About the lack of documentation and your frustration, you have to know that PrestaModule is a major software editor for Prestashop, and they don't leave their customer without any documentation, example and support. So I think you didn't search to reach them or search correctly.
By example :
You could find the documentation here:
www.presta-module.com/docs/en/advancedtopmenu/
A complete demo for a complex menu example with back-office access here:
demos.presta-module.com/advancedtopmenu/en/
And you could contact the PrestaModule team for support here:
http://www.presta-module.com/en/contact-form.php
Hope this helps !

Related

Custom odoo module - how to make a table

I am creating a custom module with additional part numbers on a separate tab in the products screen. I have built the module, but am having trouble figuring out how to display the information so it matches the layout in the attached image. I have tried tree view but have not been able to get the fields on the same line. Can this only be accomplished through css or is there a table view that I am not aware of?
I also need to make sure that all of the information in row 1 stays tethered together for additional forms, etc. My plan is to make the field names for each row end with a different number (i.e. x_mfrname1,x_mfrpn1,x_mfrname2,x_mfrpn2, etc.). Can somebody please just tell me if I am on the right track. This is the initial Odoo setup for a client of mine and I don't want them to come back to me down the line and find out I forgot something. I have been scouring the internet and reading a few books but I am not completely confident.
Here is a link to a layout of what I am talking about:
MFG Part Number Tab
Thanks!
class sub_part_details(models.Model)
_name='sub.part.detail'
primary_pn=fields.Boolean('Primary P/N')
obsolete=fields.Boolean('Obsolete')
pn=fields.Char('P/N')
desc=fields.Char('Description')
upgrade=fields.Char('Upgrade')
part_detail_id=fields.Many2one('part.details')
class part_details(models.Model)
_name='part.details'
cat=fields.Char('CAT')
sub_ass=fields.Char('Subassembly')
main_ass=fields.Char('Main Assembly')
notes=fields.Text('Notes')
sub_details_ids=fields.One2Many(''sub.part.detail','part_detail_id')
It might be helpful

YouTrack issues list Detail Level manipulation

Question: is it possible to manipulate with issues list detail level some way other than button?
Story: there is a button in issue list where you can choose the presentation of issues in the list: TreeView, One-Line View, Compact View, Detailed View. I would like to give a link or query that specifies the view. Something like:
http://link/issues?q=in:Pro_LG view:DetailedView
http://link/issues?q=in:Documentation view:TreeView
Because if I present (share link, show people) some hierarchical task, I would like it to look like TreeView. And when I present the subset of issues (issues for build) I would like them to be in DetailedView.
And it is not very convenient to tell people "And don't forget to switch to tree view, after you open my link" =)
It's not possible now. Here's the respective request: https://youtrack.jetbrains.com/issue/JT-15305.

Flag module - link's position change (Drupal)

I've just installed Flags module and it looks awful when on the bottom I see "Flag this item" link. The only thing I've found in configuration is enabling it to show as normal link. Still I haven't found how to change position of this link. Is it even possible to change link's place? I have installed CCK Blocks but it doesn't give me any option to get rid of it. If someone know or suspect what's possible - please help me.
Try the Display Suite module, this module is integrated with many modules like flag, title etc...
Display Suite allows you to take full control over how your content is displayed using a drag and drop interface. Arrange your
nodes, views, comments, user data etc. the way you want without having
to work your way through dozens of template files. A predefined list
of layouts (D7 only) is available for even more drag and drop fun!
https://drupal.org/project/ds
You can move and generate custom layouts for the fields/properties on the entity display formatter: teaser, full...

Creating an interactive events scheduler

I'm attempting to create something with a similar layout to this schedule page.
See attached screenshot also.
.
So what I need is:
- "Categories" across the top of the scheduler (Vertical dividers).
- "Timeslots (07:00 07:30, etc..)" down the left of the scheduler.
User's can then add events via modal screens and assign them "Timeslots" and "Categories".
They should then appear in the Schedule in the appropriate locations.
The above mentioned example appears to be using Dojo.
I found this calendar widget but am unsure of how to get it to represent "Categories" across the top when using the "Day" view.
Is this possible with the dojo calendar widget? (I've never worked with Dojo before)
Any suggestions as to other frameworks or example's that would provide me with this functionality would be very welcome also.
I've looked at JQuery's fullCalendar plugin and it doesn't seem to provide this functionality (Would be great if someone could prove me wrong!).
After looking at Dojo's widget documentation I think the Sub-Column display is what you are looking for. So each Calendar in this case will represent a category. http://livedocs.dojotoolkit.org/dojox/calendar#sub-columns.
I don't think FullCalendar is capable of the category layout, but I think its cool enough to request: http://arshaw.com/fullcalendar/wiki/Request-a-Feature/
Hope that helps!

Rally software cardboard with only a iteration dropdown and defects cards

How do I create a cardboard in Rally Software that has just an iteration dropdown and a defect list. I have tried the examples on the dev site and they give me user stories and defects. I just need the defects.
If you look at the example on this page, you will need to change this line:
types : ["Defect", "HierarchicalRequirement"],
to this
types : ["Defect"],
-- Mark
actually, not sure that page has the example tied to iteration dropdown. However, I went through this myself :) Check this post out, and take the above advice on that code. Rally Custom Kanban
on that code, you will want to replace the
a
b
c
etc
with the names to your column headers, and also assign it the proper field to look at (code uses KanbanState field.