I need very simple module for my products.Don't need categories or something special.
All i want is to show my products like that:
...................
(read more..) to call simple extended info text page!
Could someone to help me??
Thank!
If your not using it for something else you could use the Content module or something. Seriously I'd consider using one of the Cart modules since there would be the added benefit of some pre-designed blocks and so on...
Otherwise even for a simple module from scratch your probably looking at around $200.00-$300.00 give or take, money better spent for advertising or something IMO.
But anyway no I don't know of a simple knock off of the news which is basically what you have described.
the problem is that, i'm using Content Module already, and i put Title(History) on it...so no matter what i add to it...it's shown with the Title 'History'.If i can configure it to show Title on only one Categoriq or i don't know.Or i'll just copy the Content module, and rewrite the code and the tables like $pid1,$content1 etc etc...
I would like to make this moduke on my own...it need only 3 sql values...$title,$img,$extendedtext ...nothing more.But i'm at the begining of my php-sql knowledge..so i can make admin form to inject the things in the table,but i cant call them (sql fretchrow...etc etc).I'll try to find some basic Tutorial...
BTW.How can i make in index.php in a module to show extended contents!
I mean...diffirent pages inside the module?
ok i got a little progress with my module:))
Now only left to make admin panel and multilingual , because my site is runnin` on 3 languages.
I added $alanuage value to the table nuke_products , so in the admin i'll be able to input the language there.Could someone help me to show only content with
$currentlanguage = $alanguage ??? Same like blocks, news module etc.... got this option to choose in which langage to be shown.
Here is the code:
HM looks like no one wants to help me...
I just made it, with all night no sleeping.
Now need help with the admin file.I made it but when i click on post, nothin`...blank page.Just want to insert SQL Values to the table.So that's the code.I don't see any mistakes, but if you do, tell me pls.It's just 2 functions:
} else {
include("header.php");
GraphicAdmin();
OpenTable();
echo "<center><b>"._ERROR."</b><br><br>You do not have administration permission for module \"$module_name\"</center>";
CloseTable();
include("footer.php");
}
ok Product module v1.0 is OUT!)
EDIT:I Found some bugs...i'll make it just today!
Enjoy.And dont kill me with stones that's my second module:)
Actually i have modified all the modules on my Nuke site.And have made and modify many blocks too.But that's my first module i build all alone.I'm just learning.
After few hours i'll post link for the module with the upload function.
ok Product module v1.0 is OUT!)
EDIT:I Found some bugs...i'll make it just today!
Enjoy.And dont kill me with stones that's my second module:)
Actually i have modified all the modules on my Nuke site.And have made and modify many blocks too.But that's my first module i build all alone.I'm just learning.
After few hours i'll post link for the module with the upload function.
The Answer is "i'm learning and trying hard to be good" )
For those who have downloaded the module there is one little bug:
change this line - for Older Nuke versions in admin/modules/products.php
Line 104:
from
OK Now out is fixed version with Upload function.
Easy uploading of files with only two clicks:)
Only registered users can see links on this board! Get registered or login to the forums!
Product module V1.1)
Hope you'll like it!
EDIT: I just added select function.Now when you have uploaded an image,you'll just need to select it , not like before, to write the filename.
EDIT2: I just added a cool java effect.When you are selecting the images,they are showed beside, so you preview them before post them.It's the same like the avatar in Your_Account!
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum