Thanks for the info. Ok, the reason that didn't work is because you don't have "satchmo_ext.product_feeds" installed (I'm guessing), and you probably don't want it installed, either (again I guess).
So instead of templates/product_feeds/plugins/admin_tools.html create the file in templates/<some-app-you-do-have-installed>/plugins/admin_tools.html For example, I created templates/shop/plugins/admin_tools.html and templates/wishlist/plugins/admin_tools.html and in each one I simply put an <h1> element. Now when I visit the admin, I see both my h1's in there. (You will have to restart apache.) Bottom line is you just need to create a plugins/admin_tools.html file in pretty much any template/app hierarchy you like, and it should just work. Does that make sense? --Stuart On Mon, Nov 29, 2010 at 1:27 PM, m1chael <[email protected]> wrote: > I created the file > > /home/hotpaparazzi/hotpaparazzi/templates/product_feeds/plugins/admin_tools.html > > containing the word 'hi' > > I visit http://www.hotpaparazzi.com/admin , login, and observe the > side bar "admin tools" > > I do not see the word 'hi', I do a view source, and do not see 'hi' in > there either > > am I doing something wrong? I've even tried to restart apache > > On Mon, Nov 29, 2010 at 1:46 PM, Stuart Laughlin <[email protected]> > wrote: >> How do you know it's not working? I.e. what are you doing/observing? >> >> >> --Stuart >> >> On Mon, Nov 29, 2010 at 12:45 PM, m1chael <[email protected]> wrote: >>> Thank you for the tips Stuart.. much appreciated, >>> >>> but it is still not working >>> >>> On Mon, Nov 29, 2010 at 12:14 PM, Stuart Laughlin <[email protected]> >>> wrote: >>>> It needs to go in templates/product_feeds/plugins/admin_tools.html >>>> >>>> How do I know? >>>> >>>> $ find -name admin_tools* >>>> ./satchmo_ext/product_feeds/templates/product_feeds/plugins/admin_tools.html >>>> >>>> >>>> Hope that helps! >>>> >>>> --Stuart >>>> >>>> On Mon, Nov 29, 2010 at 9:41 AM, m1chael <[email protected]> wrote: >>>>> Thanks for the suggestion Stuart, >>>>> >>>>> I've tried these: >>>>> >>>>> templates/shop/plugins/admin_tools.html >>>>> templates/shop/admin/plugins/admin_tools.html >>>>> templates/admin/plugins/admin_tools.html >>>>> templates/admin/shop/plugins/admin_tools.html >>>>> >>>>> Still a no go.. >>>>> >>>>> ~Mike >>>>> >>>>> On Mon, Nov 29, 2010 at 10:23 AM, Stuart Laughlin <[email protected]> >>>>> wrote: >>>>>> ottomh it's something like shop/plugins/admin_tools.html >>>>>> >>>>>> Key is "plugins" >>>>>> >>>>>> --Stuart >>>>>> >>>>>> On Nov 29, 2010 9:13 AM, "m1chael" <[email protected]> wrote: >>>>>> >>>>>> Hello everyone, >>>>>> >>>>>> Looking at this template: >>>>>> >>>>>> http://bitbucket.org/chris1610/satchmo/src/93fc130080b1/satchmo/apps/satchmo_store/shop/templates/admin/index.html >>>>>> >>>>>> On line # 138 there is a line of code: >>>>>> >>>>>> {% plugin_point "admin_tools" %} >>>>>> >>>>>> I've tried to plugin some html here.. but can't seem to figure out >>>>>> where exactly this html file should live... >>>>>> >>>>>> I've tried my project template dir admin_tools.html >>>>>> >>>>>> template_dir/admin_tools.html >>>>>> template_dir/admin/admin_tools.html >>>>>> template_dir/shop/admin/admin_tools.html >>>>>> >>>>>> I can't seem to figure out the correct file to get this working.. >>>>>> >>>>>> any suggestions? >>>>>> >>>>>> ~Mike >>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google Groups >>>>>> "Satchmo users" group. >>>>>> To post to this group, send email to [email protected]. >>>>>> To unsubscribe from this group, send email to >>>>>> [email protected]. >>>>>> For more options, visit this group at >>>>>> http://groups.google.com/group/satchmo-users?hl=en. >>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google Groups >>>>>> "Satchmo users" group. >>>>>> To post to this group, send email to [email protected]. >>>>>> To unsubscribe from this group, send email to >>>>>> [email protected]. >>>>>> For more options, visit this group at >>>>>> http://groups.google.com/group/satchmo-users?hl=en. >>>>>> >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google Groups >>>>> "Satchmo users" group. >>>>> To post to this group, send email to [email protected]. >>>>> To unsubscribe from this group, send email to >>>>> [email protected]. >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/satchmo-users?hl=en. >>>>> >>>>> >>>> >>>> -- >>>> You received this message because you are subscribed to the Google Groups >>>> "Satchmo users" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]. >>>> For more options, visit this group at >>>> http://groups.google.com/group/satchmo-users?hl=en. >>>> >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Satchmo users" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/satchmo-users?hl=en. >>> >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Satchmo users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/satchmo-users?hl=en. >> >> > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
