15.0.0a "add new" block on timeline?

Just noticed that my add block on timeline, after update, shows only options to add "update" and "post" (blog renamed)... instead of options to add update, photo, albums, videos, posts....

So I went to Navigation, Items, choose System then Create post then import to add Album(create) and Video(create), but it doesn't show on front end. Am I doing it right? How do I add those options to "Add new" block?

Thanks in advance

Nurke

  • 127
  • More
Attachments
Replies (2)
    • Hello @Nurke !

      Yes, this menu is separate now, certainly for this block. You may copy the items from "Add new" menu there but then you need add the following code (the "Add Videos" item for example) to the "Onclick" field:

      return oBxDolCreatePost.getForm('bx_videos', 'videos', this)

      • Hi @LeonidS thank for helping.

        I added the code as you said but nothing changes. What happens is...when i add new item or import item, within that added item there is URL field with page.php?i=create-video... but once i add your code to onclick field, save then click on edit that item...url field is gone. Either way nothing shows in add new block on timeline..

        Is there something im missing? I imported that item from videos module.

        Thanks in advance.

        Login or Join to comment.