hi all!!
I ve been creating an eshop with ubercart in d7 for a friend of mine... I have a problem though with the views for the taxonomy terms!!
Have a look at the front page... i wanted a grid like..pic and category name to show up as in most eshops. I did create a new view as:
uc_catalog_terms
Display: Page
Database overriding code
Type: Term
hi all...
i have created an ubercart site...like 3 months ago but i have not advertised it at all since i still configure it while online! today i noticed in log messages that:
page not found 01/30/2012 - 14:49 wp-login.php
i googled and i can see that this is the path for wordpress admin obviously... does that mean that someone is trying to access my admin section?!?
am i safe? is there smthing i should check in my files like infections etc?!
I have a view which takes care of year overviews for my News pages. So now I have news/2012 , news/2011, etc...
The problem is, I'd like to create a 'News archive' page which lists the years I have a view of. Obviously I could make this page by hand but I would think a view could take care of this, so I won't have to do anything when the year 2013 comes around. Problem is, I can't seem to find out how that is done. Can you give me any suggestions?
(News is grouped by a field_date I have in every node.)
I'd like to write a module that modifies the node-admin-content form, specifically when the option value="delete" is selected.
When submitting with option='delete', I want either a javascript alert type pop up to ask for a password or a seperate page to load with a password request before it continues to the confirmation page if the correct password is entered.
So I presume I need to use hook_form_alter and modify the submit function before calling node_delete_confirm_submit ?
Any pointers, or is there already a module that does this?