Ticket #19 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

additional sidebar items

Reported by: leonieke Owned by: michiel
Priority: low Milestone: MvBlog 1.5
Component: global Version: 1.3
Severity: Keywords:
Cc:

Description

Can a function be added that will add a .php page where people can add their own sidebar items?

The .php page can be an empty file (which won't give function-errors), but it can be edited (using a template we specify) by the users themselves.

For instance I would want to add my flickr.com link and also links to other pages (and of course money-making buttons!).

Change History

Changed 3 years ago by michiel

  • priority changed from major to minor
  • status changed from new to assigned
  • version set to 1.5
  • milestone set to MvBlog 1.5

Idea as discussed on IRC:
Make a function for in the sidebar: blog_show_custom_items();
This function will fetch data from a table in the database:
id, url, text, image

If the image is set, it will show the image with a tags arount it and text as alt.
If the image is not set, the text will be shown with a tags around it

Changed 3 years ago by michiel

(In [30]) implemented user configurable links in main interface. Going to write admin stuff for it now.

re #19

Changed 3 years ago by michiel

  • version changed from 1.5 to 1.3

Changed 3 years ago by michiel

  • status changed from assigned to closed
  • resolution set to fixed

(In [33]) implemented admin stuff for menulinks. Fixes #19

Note: See TracTickets for help on using tickets.