I need to create a new section as same as manifacturers. only its name should be "authors".
I tried to make it. I changed databases, I changed files and created new files as like as "manifacturers". But It couldn't work than I got it: I can't make it without any help.
What should I do? Which document should I read to do this?
you need to do little bit of research bro..
you can go this link
http://www.packtpub.com/sites/default/files/9781783280377_Chapter-01.pdf
or
How to make a simple module in OpenCart? Example getting latest posts from Wordpress and showing it in OpenCart?
Related
i have been searching around the internet for a while and cant get any idea of how i will be able to show the module database id as html attribute id without dealing with the template files.
My first idea was to make a plugin that adds this function to each module loaded but i dont think that is the solution anymore.
I hope some of you can give me some ideas of what methods i should use and if it is possible to do this in some way.
Thank you for your awnsers.
I'd look into creating what's called a Custom Module Chrome. To do this does involve creating a file within your template, however.
Is there a reason to not work on the template? The only valid one I can think of is if it is a third party one that gets patched.
So I want to create a new module position in Joomla 3! I know you add the position name in the templateDetails.xml of the file. But what next? Do I need to add css to the styling of the template? Also what next, do I need to add more code to the index.php file or how can I do this? I have searched the web for some help but it seems as if the tutorials havn't been updated because some of the files they are describing, like for example lib/framework, I don't have that in my template? ANy help greatly appreciated!
I am not sure i got your problem properly, but
if you want to just create module position, you need to do 2 steps: define position in templateDetails.xml and insert jdoc:include code in template's index.php like you did in your code above, thats all. By doing this you define positions where your modules could be displayed.
Then if you want to add module, you should go to Joomla administrator panel -> module manager and create module, choosing position you created.
I would appreciate any input here.
I have some php code that I've developed to import a csv file into a custom table in the Magento db and then compare this data with data in the sales_flat_order table and display a simple report.
I now need to add a link to this page in the Magento backend so the guys using the backend can find and use it easily.
I have a bit of experience with adding new Magento modules, but I was wondering if there is any easier way to just add the Magento backend look and feel to my php pages and add a new menu item linking to them?
It seems like a big bloated exercise to have to have to go through the process of adding a Magento module and to have to re-code everything now that its already done.
Any help would be very much appreciated!
Just pop your link in the header links - header.phtml in admin template folders. Job done, not elegant but why spend any longer on it?
I'm pretty new to Wordpress and I need your help.
I use WP-Polls plugin and I want to build a tag cloud for it. It would show most popular polls. I'm wondering how I can do that. I've tried creating my own taxonomy but with no luck. I'm not sure if I understand it correctly but Wordpress allows to create taxonomies for wp_posts table only. Is it correct?
Do you have any idea how I could solve the problem?
Thanks a lot!
It can be done using wp_generate_tag_cloud. I have created a plugin that retrieves all the info from db and pass it to the above mentioned function.
I'm a php developer and currently working on a project in which I'm required to change the layout of a web page created using CubeCart. I've never worked before with CubeCart. I've created a template but don't konw where to place my stylesheet and other things on server as there are a lot of folders and files. This is very confusing. Can anyone please help me?
Thanks.
Just looking through their site, I found this page on editing the look/feel. It seems you're looking for this folder: /public_html/store/skins .
It would be best to make a new folder in there to store your working template. Copy all the default skin files into it and edit those.
To turn it on, go into the store admin and then [Store Config] -> [General Settings] then the [Styles and Misc] section. There should be a drop down for Store Skin - change it to yours.