473,608 Members | 2,689 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

I have an idea and want to check if anyone tried it !

Ok ...
I want to Create a Content Management System that I will add pages and then
it will automatically create a menu system and add each page in it....

Also if I have a page with products... it should also add the products and
create the Menu system for them...

I know it is possible... I am just too busy to start all over and I was
wondering if someone has alleredy done something simillar....

Take care,
Angelos.
Aug 10 '05 #1
4 1193
> Ok ...
I want to Create a Content Management System that I will add pages and
then it will automatically create a menu system and add each page in
it....

Also if I have a page with products... it should also add the products and
create the Menu system for them...

I know it is possible... I am just too busy to start all over and I was
wondering if someone has alleredy done something simillar....

Take care,
Angelos.


Have you had a look at CMS on Google?
Or, have a look at the few hundreds listed here,
http://www.opensourcecms.com/.

More can be found on Google.

Simon
Aug 10 '05 #2
I didn't really asked for a list of CMS to copy...
I asked If someone here has done ore developed a cms which had a module like
the one that I suggested :
I want to Create a Content Management System that I will add pages and
then it will automatically create a menu system and add each page in
it....

Also if I have a page with products... it should also add the products
and create the Menu system for them...
And That is the reason that I asked: I know it is possible... I am just too busy to start all over and I was
wondering if someone has alleredy done something simillar....


Thanks guys !!! (and girls if any)
Aug 10 '05 #3
"Angelos" <an*****@redcat media.net> kirjoitti
viestissä:dd*** *******@nwrdmz0 3.dmz.ncs.ea.ib s-infra.bt.com...
Ok ...
I want to Create a Content Management System that I will add pages and
then it will automatically create a menu system and add each page in
it....

Also if I have a page with products... it should also add the products and
create the Menu system for them...

I know it is possible... I am just too busy to start all over and I was
wondering if someone has alleredy done something simillar....


I did something like that with a teeny weeny cms that I made for one of our
clients, but it was so inflexible that I had to discard it. Our client
wanted collapsable menus, sub menus and sub sub menus, that was too complex
for me to carry out in the given time. It was done in a hurry. Given enough
time (and money) I could make one...

--
SETI @ Home - Donate your cpu's idle time to science.
Further reading at <http://setiweb.ssl.ber keley.edu/>
Kimmo Laine <et************ ****@5P4Mgmail. com>
Aug 10 '05 #4
Angelos wrote:
Ok ...
I want to Create a Content Management System that I will add pages and then
it will automatically create a menu system and add each page in it....

Also if I have a page with products... it should also add the products and
create the Menu system for them...

I know it is possible... I am just too busy to start all over and I was
wondering if someone has alleredy done something simillar....


I've got one at my place of employment. I've been working on it (off and
on) for just over a year now, and have a few modules written already.
When I get around to porting it to php5, I'll even write documentation
for it. ;) However, it isn't available as source to the public at this time.

--
Justin Koivisto, ZCE - ju****@koivi.co m
http://koivi.com
Aug 10 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
2394
by: R | last post by:
Hello everybody. I'm writing my own Content System in PHP5. I've written so far main classes for handling DB connections, XML, XForms and Sessions. But I've got problem with one thing - it's not even relative with implementation - I'm looking for a smart solution My present system works like this:
0
2406
by: Chris McKeever | last post by:
I am trying to modify the Mailman Python code to stop mapping MIME-types and use the extension of the attachment instead. I am pretty much clueless as to what I need to do here, but I think I have narrowed it down to the Scrubber.py file.. If this seems like a quick step me through, I would be very appreciative, could get you something on your Amazon wish-list (that is me on my knees begging).. From just my basic understanding, it...
5
1717
by: Hugo Elias | last post by:
Hi all, I have an idea for a better IDE. Though I don't have the skills required to write such a thing, if anyone's looking for a killer app, maybe this is it. If I'm typing at a rate of 10 characters per second (which is *very* fast for sustained code writing), then my computer is executing around 200,000,000 instructions as it waits for the next keystroke to
11
2009
by: Sandfordc | last post by:
I have tried several time to do this but have been unsucessful. I tried something like: myFunction(charater) str=frm.s1.value sb1=str.substring(0,charater) sb2=str.substring(charater,str.length)
2
2033
by: Nathan | last post by:
I've spent a good part of the afternoon searching Google and the newsgroups for some sort of answer - so I apologize if I'm asking something that has already been asked and answered. I'm using ASP.Net 1.1 (unfortunately 2.0 isn't an option right now) and I'm working on the design of a security framework for other developers in our organization to use. We have a handful of different types of users that are contained in an enum called...
2
2633
by: Gordon Burditt | last post by:
I had this idea about preventing session fixation, and I'm wondering what anyone else thinks about it. The idea is, essentially, don't allow session ids that YOUR PHP didn't generate (and aren't yet expired) to log in. That way if someone sticks a made-up session ID on a URL, it won't matter, unless it happens to correspond to an active session (guessing a user password is probably easier). Is this already standard practice, new, or is...
7
2290
by: elgiei | last post by:
Good morning at all, i have to implement a server,that every n-seconds (eg. 10sec) sends to other clients,which files and directory has been deleted or modified. i build a n-tree, for each files on harddisk there's a node into n- tree, this solution is not good for large hard disk.. and i can't use inotify (it's forbidden), and only c solutions are accepted without third party software or external calls.
11
1733
by: aslamhenry | last post by:
hem anyone can give me an idea on how to saparated digits using looping example please key in any 5 digits number : 56789 and the ouput is 5678 9 5678 9
6
1150
by: Dan Holmes | last post by:
in a follow up to the thread "a better way for user searches" the "search" method signature is this: public List<ProductInfoList(ProductInfo productInfo1, ProductInfo productInfo2) That produces problems in determining if the user is wanting to check the column for nulls or doesn't want to include the column in the search criteria. What if i changed it to this?
0
8472
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8324
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6000
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5471
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3954
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4015
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2464
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1574
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1318
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.