915 Topics
![]() | |
Hi, Say I have the same content on my front page and another sub page of my site and this is done due to the limitation of my cms then how can I tell inform google which version is more important / original so that they rank that page instead … | |
Hi, In have created a smallm cms, and I would like to offer customers to download it, instead of only getting access to it, if I design a website for them, AND "attach" the backend to the site. How can I create a download function, so that the whole "system"/CMS, … ![]() | |
Hello there! Is there any CMS to create a customized gift portal. Which have image editing functions and text writing over image. I am looking for any open source CMS to start personalized gift portal but I did not find anyone. Can someone help me over this.? Any reply appreciated. … | |
i'm gonna be building a website,for my summer training,but then later commercialize to earn a few bucks Main thing is, i want to make it as attractive GUI wise as possible with probably PHP only, and ajax and flash are allowed to get as many marks as possible and it … | |
Hi everyone, I have a question. I am making a system that lets the user build web pages much like a custom CMS to learn about SQL, PHP etc. Anyway.. I have a login page and the user is allowed to click create new site. This then asks how many … | |
I Programmed A CMS ( Control Mangament System ) With ASP And When I Programmed The Search Engine This Error Messege Apears : [CODE]Microsoft JET Database Engine (0x80040E14) Syntax error (missing operator) in query expression '??????? like '%??? ??????%' or ?????? like '%??? ??????%' or ????? ??????? like '%??? ??????%' … | |
I am trying to read a long integer value from an Access database, do some math to the number, and save the result back to the database. I've never had a problem doing this with VB6, but with C# it is throwing an error when it tries to Update the … | |
i'm gonna be building a website,for my summer training,but then later commercialize to earn a few bucks Main thing is, i want to make it as attractive GUI wise as possible with probably PHP only, and ajax and flash are allowed to get as many marks as possible and it … | |
hi guys..what is the very simplest commerce cart?can you give me a suggestion, i'm familiar with CMS, but now it's too many commerce cart..thank you | |
Hallo all, I try to install joomla (php based CMS) in my IIS server. When I run the file (index.php): [url]http://localhost/Joomla/[/url] (it only shows me a list of file names in the folder. [url]http://localhost/Joomla/index.php[/url] (it shows me the php codes in IE instead of showing me the running joomla application. … | |
[QUOTE=~s.o.s~;610914]> how to make div id's as unique (since it need to identify a unique div for each row) One way would be to create a separate counter (e.g. i) which would be incremented for each "for each" block and create an ID dynamically by appending the common name with … | |
Does anyone know about cleaning up URLs for CMS? I had a .htaccess file containing the following code (or so far as I can remember) [CODE] RewriteEngine On RewriteRule ^([a-z])$ /index.php?url=$1 [L] RewriteRule ^/article/([a-z])$ /index.php?url=$1&type=news [L] [/CODE] which was working fine ie: [url]www.mysite.com/somepage[/url] loaded the "mypage" content into my index.php … | |
I was adding a link to make it poosible to delete a page on a site, which is not yet published. the link looks like this, with the processing below it: [CODE] <?php // The Link echo '<a href=\"process_delete_page.php?pid=' . $id . '">Slet siden her!</a>'; // Processing the request $id … | |
Hi all thanx in advance I want to make a job portal like naukri.com in Php , I have tried many free CMS and scripts but not got too much of it , please do help me with something its urgent....... Thank you | |
My question is how hard and how much time do you think it take to make a site that integrates Drupal CMS, Vbulletin, drupal question and answers (similar to yahoo answers) and an open and freely editable online encylopedia (like wikipedia), a live chat function and lastly with a user … | |
Hi I`ve done with nuke, xoops, mambo etc for a year now . Now choosing from site like [URL=http://opensourcecms.com]OpensourceCMS[/URL] n all is pretty messy . ;) Can you suggest a CMS for a personal site , blog will do too . I`m thinking of wordpress , but it`s 1.5 is … | |
I am looking on [URL=http://hotscripts.com/PHP/Scripts_and_Programs/Content_Management/]hotscripts[/URL] for content management systems, and there are just so many. Many of them are bloated with junk I don't need (but may have use for soemtime down the road if I start building all my sites with this engine). Some are too stipped too - … | |
Hi guys, I'm trying to use an individual CMS. But when I installed it it shows me this notice: NOTICE: UNDEFINED INDEX: _PAGE IN C:\WAMP\WWW\MYCMS.PHP ON LINE 16 The php file is this: [CODE] <?php if ($_SERVER["REQUEST_URI"]) { if (is_array($tmp = explode("?" , $_SERVER["REQUEST_URI"]))) { $tmp = explode("&" , $tmp["0"]); … | |
![]() | I have a basic CMS running, the three main files are cpanel.php, where the user clicks the "edit" button, this then opens pageeditor.php page, where the changes can be made to the document within an iframe and then the user clicks "save", the data gets passed to the saver.php saving … |
I am creating a cms, where I have a Global horizontal navigation(SUBJECTS) in the top, and a local navigation(PAGES) on the left, all database driven. First I decide if either a subject or a page has been set, to display the correct information: [CODE] if (isset($_GET['sid'])) { $subjectid = ($_GET['sid']); … | |
I have a question regarding how i can make my my navigation display the "correct pages". I am trying to build a CMS, with php and Mysql. So far I only had a table, from the DB, called "pages". I made the following code, to make this work - And … | |
Hello, Guys Please help me.. 1.which are the popular CMS (like joomla,drupal) now in use with most popular websites? 2.which are the popular frameworks(like codeigniter) now in use with most popular websites? I wish to work with php,but i have only mere knowledge about php,frameworks,etc..please quote your suggestions based on … ![]() | |
Hey All, I have tried to work on a way to update all the date in a row called: "position", from a table called: "pages". The admin have a choise on where to place his new page, in the cms. The pages/links, are being pulled from the database by position … | |
hi there i am newbee in PHP and i need some help, how can i user the elements stored in my database for my navigation bar?? <?php $keyword=$_POST['keyword']; $con=mysql_connect("localhost","root"); if(!$con) { die("could not connect"); } mysql_select_db('cms') or die("could not select db"); $sql= "select value from cms where keyword='$keyword'"; $result =mysql_query($sql); … | |
hello all, Which is the best cms for the online shopping website(e g. ebay)????? joomla or droupal??? | |
Hi All! I have made a small cms using php and mysql - I havent tried to export a databae to a webserver before, so I need a little help/confirmation. When I click export in phpmyadmin, and chooses type to be SQL, and saves it with the allready chosen/marked boxes, … | |
Hey guys, I'm interested in PHP and was wanting to get better. I figure there is at least a handful of active members who are college students and wouldn't mind learning more PHP. My offer is to create our own, unique, open-sourced educational CMS similar to Blackboard or Angel. It … | |
Hello everyone! Lately I've been working on my own custom CMS and development library for websites. I know that there are A LOT of CMS:es currently out there but the thing is that I've always wanted a simple CMS that doesn't need a lot of dirty tweaks to get it … | |
Hi, I have been developing a cms site for a client, which uses the adodb package to update the database. I have been doing this as below; [CODE] $updateSQL = sprintf("UPDATE tblSections SET Content = '%s' , ContentTitle = '%s' ,UpdatedDate = '%s' WHERE SectionID = %s", $Content, $ContentTitle, date('Y-m-d … | |
Hey guys, This may be entirely impossible, but I've been wanting to shore up the security of a Wordpress CMS for a family friend. Obviously, anyone who goes to [url]http://site.com/wp-admin[/url] will see a login screen, which MAY be susceptible to potential hacking. What I'd like to do is the following. … | |
Hi, I am looking for a good PHP open source events calandar. I want to be able to intigrate it into my own CMS solution, have some events shown on the homepage and links from within the calendar for people to click on an event then read more details of … | |
Hi, I am adding content to my site using CMS.There are number of boxes in my site.I am adding text to that boxes.width and height of every boxes are 150.When i add more content in the boxes thr CMS-admin the matter is not viewable in that box i.e the matter … | |
hello guys , I'm wondering if you guys know if there is any company in UAE that suppor/implement/train IT professional on open-souce .Net CMS such as umbranco and dotnetnuke I hope I wrote this on the right section if not please let me know :) Thanks alot in advance guys | |
hi all, I want to know that from where i can find best keyword search tool. With Regards, CMS | |
Everyone! In my admin area, of a small CMS, I am creating an admin home page, and an edit page. In my admin home, the admin user, can see what pages exists on the site, by clicking an html drop down menu. All pages are stored in mysgl database, so … | |
Hello fellow Daniwebbers, I have a question about choosing a CMS. I know what you're think "OMG another 'what cms' thread". Hold yer ponies because I want to be very clear and precise. Having worked with multiple CMSs over the years, I have acquired a knowledge of which CMSs are … | |
Hello, I have been developing a cms system using php and for some reason it has suddenly started printing a Æ’ character at the top of the page. There are no errors returned, and the page has all expected functionality but it is pushing my layout down, skewing the design. … | |
Hi everyone! I am new to PHP and aat the moment trying to create a login to an admin area of a website with a simple CMS backend. I have found this code whicj I have tried to look at/learn from and implement into my own website, but I am … | |
I'm seeking recommendations for a CMS for a new community/ social networking website. The following technical criteria are desirable: [LIST] [*]Open source (for customization and low cost). [*]Linux-Apache-PHP-MySQL based (technologies I already know). [*]Job board module, i.e. employers can advertise jobs and members can manage resumes and apply online. [*]Forums. … | |
Dear Dani-web members , My management asked me to benchmark those two CMS softwares because they want to buy one of them i did so and managed to know almost all the details but i believe that dani-web's community has more experience in .Net based CMS therefore i want to … | |
![]() | I have two pages, both extremely simple. One of the has some code on it which is literally an iframe with some basic CMS controls which allows the user to enter some text in it (by default it reads some pre-written text from a file and pastes it into the … ![]() |
Hey Guys, I know there has to be a way to automatically delete a row in a MySQL table on a specified date. I am just brain dead today :icon_confused: Let's just say I have CMS that I input posts and want one of the fields in the table to … | |
Does anybody know a "PRO4" language?I have researched it and found no results.I think that may not be even a language,maybe a CMS or something.Any thoughts?Thanks | |
Hello, I have used Joomla, Wordpress and other CMS tools. All this tools are plugin and theme based. The basic concept for plugins are to extend functionality and if I update the core system than it will not break the plugin's functionality. I like this same feature in a forum … | |
i need to manage a gallery with can be managed by cpanel ...using database.plz help | |
Hello, I am just starting out with ASP.Net using VB.Net. I am trying to build a football website for my football club that has a backend CMS system. I have the database designed with primary and foerign keys in SQL Server 2005. I would like some help to: 1) Insert … | |
Hello All, I am currently working on a CMS that is running as many as 100 domains. The content in these domains is sort of unique. I understand all the implications of duplicate content, being tagged as a clone site, etc. BUT, my client has already bought these... Anyway, I … | |
Hi to all I use a cms and I want to modify an its module. I need to pass a variable to a xml file (this xml is necessary for a flash slideshow), like the value of a folder like '/example' If I create a system variable in php and … | |
![]() | Just a quickie - is there a freely available WYSIWYG editor I can use on my site? I want it to be written entirely in PHP - no other languages e.g. JavaScript. Is it technically possible to avoid JavaScript? All of the editors I have seen use JS in one … ![]() |
Hey guys I'm new to these forums and I was curious about what avenue to take. I am currently playing with Joomla and so far it seems not bad as far as CMS goes for developing and maintaining content on one website. However I am looking for something a little … |
The End.