I would like to know all messages (photos/status update) in which there is a tag about one of my managed pages: is it possibile?
I can't find the correct method.
Can you please help me?
Andrea
Related
I have an account at opencart forum https://forum.opencart.com/ and I have a few things to ask regarding opencart, but I don't get to know how to add a new post on this forum, there is no option showing in my account to add a new post. I have searched but could not find anything. Can anybody tell me about it?
1.Login.
2.choose where to post your new post..
like General,OpenCart 2.0 Support etc.
then choose and click on that type of support...
3.click on general support.
4.you can see the
new topic
on left click and post your new post to forum.
If any doubt ask me i will help you.hope this work for you.
I want to add direct link with filter_date_added=(DATE(NOW()) in Dashboard in Opencart's Administration to orders page.
I'm not a programmer and if somebody can help me with this I'll be very grateful.
If you a not a programmer may I suggest you searching the modules on OpenCart modules forum. Alternatively you can edit the order_sales.tpl in view/templates and simply add a column inside that and pull the variable from the PHP module.
The archiecture is found in
admin\controller\sale\order.php
admin\model\sale\order.php
admin\view\template\sale\order_list.tpl
admin\language\english\sale\order.php
http://www.opencart.com/index.php?route=extension/extension/info&extension_id=14230
There is a module out there that allow you to do this for country, viewing sales by country. Maybe you can download and play around with it and try to experiment. It will only help you to become a better programmer.
How can I format article's layout...
For example I would like to display the first image on top under the title but, on the left of the text I would like a column with the date, hits, author name and pic, and any other stuff I like to have there...
Is it posible?
Thanks again for your time and help.
You could check out Joomla overrides. Here's one link to get you started:
http://bit.ly/Z97yls
Hope this helps!
For what I understood of your question, you can easily do this with CSS classes - use google chrome to inspect the code.
Also, there is a amazing component called Modules Anywhere that you can use to insert any module inside your articles page.
It's awful that this thing is called "Like"-Box and there is no way to like, comment or share on an actual wallpost shown in the activity feed!
Is there a way to customize the Like-Box core so that these three little items are shown?
Would be great!
The only customization options are those found on the documentation page. You could build your own though using the Facebook graph API to pull a pages feed down and add like and share buttons.
I am using nodecomment module in drupal 6.2. I need to change the design, look and feel of the comments attached to each node. Since i am using the nodecomment module so , i added few extra fields to the comments which needs to be repositioned and redesigned.
Being a novice in drupal, I have absolutely no idea how do i proceed. Please help
Thanks in advance :)
You can go fairly far with CSS and the "Manage Fields" and "Display Fields" settings of your content type. For more in-depth changes, you can override the node-comment.tpl.php for the comment nodes and view templates for different listings of contents.