915 Topics

Member Avatar for
Member Avatar for iamthwee

Sup peeps, I'm building an ultimate CMS and I am looking into building a drag and drop menu. I alreadly have the jquery to create the drag and drop items but I was wondering what is the best way to save this to a database. <ul> <li>stuff</li> <li>morestuff</li> <ul> <li>ssstuff</li> …

Member Avatar for iamthwee
0
664
Member Avatar for MBRaja
Member Avatar for igmuska
-1
209
Member Avatar for iamthwee

So what are your thoughts. I've recently been looking at things like expression engine, http://buildwithcraft.com http://statamic.com and http://modx.com Purely because, writing my own CMS from scratch is one helluva ballache. The above sites look appealing because they afford enough flexibility to write a CMS to control pages using templating in …

Member Avatar for diafol
0
150
Member Avatar for davy_yg

Hallo, How to create a check mark (V) if status is enable and a cross mark (x) if status is disable. I basically trying to create a CMS for an article. Therefore, if the article is not viewable by others (disable x) or viewable (enable V). Lol. I don't know …

Member Avatar for davy_yg
0
175
Member Avatar for engrjd91

I have the following code,I have created a form for attemting a scheme of changing the password for the user. i have hashed my password and stored it in the database. Now in the database it looks like, "980a3a0b40df9a1". Whenever i enter the changed password in the form it throws …

Member Avatar for engrjd91
0
255
Member Avatar for engrjd91

I have my php page, in which i have 3 fields old pass, new pass, confirm new pass. I'm trying to chnge the password of my id from which i am logged in. The program first check in the database and change the password of the logged in user. I …

Member Avatar for engrjd91
0
680
Member Avatar for engrjd91

Hello everyone, I have 2 of my php pages. I am starting a session in my first page and setting the setting variables but whenever I am trying to access that variable in the 2nd page it doesn't show an error neither it pops out my desired result. In short …

Member Avatar for faisal.qureshi.7121614
0
308
Member Avatar for engrjd91

I have the following code, and i am having these errors: "Warning: mysql_fetch_array() expects parameter 1 to be resource, integer given in C:\xampp\htdocs\fyp\qmc-login\login.php on line 58 Warning: mysql_fetch_array() expects parameter 1 to be resource, integer given in C:\xampp\htdocs\fyp\qmc-login\login.php on line 59" Can somebuddy find out whats the problem? Thanks in …

Member Avatar for eburlea
0
349
Member Avatar for engrjd91

I have my 2 php pages, one is the login page and the other is the cms page. I need to login into my account, whenever i Give my id and password in the login form the page should first check in the database whether the user exists or not. …

0
136
Member Avatar for DerrickCampbell

Hi. I am the owner of several offline stores. Now I want make my business online. I am try different online website builders, but functionals very simple. Can you advice me website builder or CMS with huge functionality and seo friendly modules.

Member Avatar for oCodewire
0
176
Member Avatar for psprint

I have website [psprint](http://www.psprint.gr) it's on Joomla CMS. I want to ask what is the best for SEO? Joomla or Wordpress?

Member Avatar for Coloradojaguar
0
197
Member Avatar for newuser68

I’m building a website (desktop first, tablet 2nd, smartphone app 3rd) that enables users to track their disposable income to better utilize it (whether investing it or using it on ecommerce)…it’s sort of like Mint-light+ Pinterest-lite. However, I have limited programming experience. I would love to get anyone’s input on …

0
132
Member Avatar for iamthwee

hi guys... what is the simplest php forum to add to my cms. I'm struggling finding something simple which separates the db code and view(html)

Member Avatar for diafol
0
793
Member Avatar for iamthwee

hi guys... what is the simplest php forum to add to my cms. I'm struggling finding something simple which separates the db code and view(html)

Member Avatar for diafol
0
193
Member Avatar for begueradj

Hello, I am using PHP 5.3.10 on Ubuntu 11.04. How can I upgrade my PHP version to 5.3.20 ? (I need it because the e-commerce CMS I want to install needs it). Thank you for any help

Member Avatar for iamthwee
0
263
Member Avatar for sallaudin
Member Avatar for LaurenE

Hi guys, I am struggling a bit with some code. I have put the code on my own test hosting website yet it is not displaying anything... not even an error message. Here is the code <?php $conn = msqli_connect("xxxxx","xxxxxxx","xxxxxxx","xxxxxxxx") or die ("Could not connect to mysql because ".mysql_error()); $q …

Member Avatar for diafol
-1
691
Member Avatar for jelly46

I'm a bit new to DOM [please bare with me] and what I want remove some html as I don't actually have access to the HTML file. This is because it is a CMS so would it be possible to manipulate code via DOM? Here is a code sample I …

Member Avatar for Troy III
0
175
Member Avatar for krystallee

A picture is worth a thousand words. Using banner slider is one of the best ways to make your products’ image more and more clearly in customers’ view. That’s why Magento banner extension is a right selection for you.Magento Banner extension is a simple, effective solution that brings your customers …

0
91
Member Avatar for stud101

Hi, am so new to java programming and I need help to create an address book. Am using this project to test my self.(http://sis.ashesi.edu.gh/courseware/cms/mod/resource/view.php?id=218). Please this is my writen code but I need help to add, edit, delete, and the rest of the functions. Or better if someone can guide …

Member Avatar for JamesCherrill
0
315
Member Avatar for boney

Hi all, Now this may be a very basic question. Need to know which CMS is better to achieve what I want and How to configure it properly. Please refer to this link: http://www.usmagazine.com/entertainment/pictures/oscar-snubs-most-overlooked-films-stars-and-shocking-losses-in-academy-awards-history-2014101/35151 Things I want to achieve: 1. Articles that may/may not include multiple images. 2. Page should …

Member Avatar for diafol
0
177
Member Avatar for davy_yg

Hello, I wonder if it is possible to create a website with your own CMS and with a changable themes feature. I prefer using my own CMS since I have more control over it like I can edit the backend as well if neccessary rather than using ready-to-use CMS like …

Member Avatar for pritaeas
0
113
Member Avatar for davy_yg

Hello, I am trying to install TinyMCE in for my text editor in CMS. [TinyMCE](http://www.tinymce.com/index.php) This is my code: input_berita_static.php <td valign="top">Isi berita</td> <td> <!-- TinyMCE --> <head><!-- CDN hosted by Cachefly --> <script src="//tinymce.cachefly.net/4.0/tinymce.min.js"></script> <script> tinymce.init({selector:'textarea'}); </script> </head> <body> <textarea cols="60" rows="10" id="news" name="news"><?php echo $news;?></textarea> </body> <!-- end …

Member Avatar for Tpojka
0
262
Member Avatar for Jasika Thakur
Member Avatar for stokie-rich

Hi guys I'm rich and I'm new to this forum and I hope I can help you guys as well as helping me! I have been to staffs uni and got a 2:2 in applied it so I know almost all the in's and out's about IT and PHP, I …

Member Avatar for stokie-rich
0
344
Member Avatar for otengkwaku

Hi guys Happy New year. I miss you all :), that is just by the way. I am thinking of building a CMS with nodejs ana i will like your take on it? First of all i have seen other simlly projects but they are all fixed in the type …

0
127
Member Avatar for Violet_82

Guys, I was wondering if any of you use Umbraco CMS and if so how user-friendly/good/easy-to-use it is. thanks

0
92
Member Avatar for aals

hey...i need help with magento...with a travel booking engine integration i have got the directory structure figured in magento. There is this static block where i need the booking form to be put up, then i need to create page where the results are to displayed... i jus dont how …

Member Avatar for Mobcom
0
313
Member Avatar for Daniel_18

AGH that was annoying...After typing this whole thing I went to register with Google+ and now I have to type it all again...anyways... I have a registration page on a CMS that I'm building. The first step in attempting to register is to enter an email address. Once it's entered, …

Member Avatar for Airshow
0
299
Member Avatar for davy_yg

Hello, Cek this: [Events](http://rustoleum-indonesia.com/Events.png) Those event news will be added through the admin CMS. I wonder how to create the link pages? What should I name it? It seems like everytime I input a new event news I have to create a new php file. Any idea?

Member Avatar for davy_yg
0
146
Member Avatar for HunainHafeez

i'm newbie to DOTNET nuke framework, i tried to install it using this method: http://seablick.com/blog/71/a-newbies-guide-to-installing-dotnetnuke.aspx but getting error: ![cb2f9bf8c255723a8c97c12d246b8a65](/attachments/small/3/cb2f9bf8c255723a8c97c12d246b8a65.jpg "align-left")

Member Avatar for sunandan
0
163
Member Avatar for davecoventry

If I have a photograph of a rectangular object whose image recedes with perspective, is it possible to work out the scale of measurements along that object? For example: I have a photograph of a (metric) ruler. The ruler is graduated in centimetres as shown, 30 cms. Is it possible …

Member Avatar for davecoventry
0
175
Member Avatar for davy_yg

Hello, I am trying to make the frontend banner works. index.php <html> <link href= "css/style.css" rel="stylesheet" type="text/css" media="screen"> <script src="js/jquery.min.js" type="text/javascript"></script> <script src="js/chili-1.7.pack.js"></script> <script src="js/jquery.cycle.all.js" type="text/javascript"></script> <script src="js/jquery.easing.1.3.js" type="text/javascript" ></script> <script type="text/javascript"> $('#slideshow').cycle({ fx: 'fade', speed: 900, timeout: 10000, pager: '#nav', pagerAnchorBuilder: function(idx, slide) { // return selector string for …

Member Avatar for davy_yg
0
193
Member Avatar for primzon

Hello to everyone! Please help me with some useful infos. I want to create my own website in C# ASP.NET MVC 4, but I don't exactly know which other tools will I need to use along with that. WebMatrix? Windows Azure? MS SQL Server? or can I use MySQL to …

Member Avatar for primzon
0
229
Member Avatar for AAAA23

Hi , Using my search_page.php, I want to know how to search from diffrerent online libraries,databases and websites. How to creat a form to search from Online medical libraries,for example.I use Wordpress as CMS for my website. Any ideas or suggestions are appreciated.

Member Avatar for AAAA23
0
127
Member Avatar for neha05
Member Avatar for davy_yg

Hello, I am following this tutorial: http://www.codefactorycr.com/login-with-codeigniter-php.html It works when I copy it exactly as it is. Now, I only wonder why eventhough I try to imitate it and modify it a little bit to match my system, I wonder why it still does not work ? views/admin/login_view.php <!DOCTYPE html …

Member Avatar for cereal
0
517
Member Avatar for mysitemanager

For several years we've been offering a low cost web-based site builder and CMS for small businesses so they can manage their websites online with no programming knowledge. We've been using a custom built classic ASP back end for a long time and it's in serious need of an upgrade …

0
69
Member Avatar for csshacker

[CODE]Hello daniweb Friends, i found my question's answer "How to Make a Hindi WebSite in PHP". You Can use Wordpress to make a Hindi website After instllation of Wordpress CMS Download a Wordpress Plugin name "HindiWriter1.1.zip". and put this in "plugins" Folder of your installed Wordpress CMS. Now login to …

Member Avatar for diafol
0
257
Member Avatar for klemme

Hi, I am able to post from my CMS and share the post directly on the fan page wall. **BUT** only when I have signed in to facebook, and have copied the access token from my admin profile, and directy inserted it into the php script that sends the post …

Member Avatar for beweo
0
314
Member Avatar for Nishant shukla1

Total Import PRO we have used and the product updated on 1000 product but images are not come so how to get images from direct xml feed from my supplier directly come from xml feed any help is appricated i have check all info like not a single image is …

Member Avatar for LastMitch
0
151
Member Avatar for MattD00

I am building a cms I want to iplement the ability to hide pages. I have a row in mysql named hidden which stores the values 1 and 0. 1 will allow the page to be shown and 0 will hide it. The defalut value is set as 1. When …

Member Avatar for MattD00
0
2K
Member Avatar for phaneendrahari

I am trying to create a form like the one we ask questions in, but with image & video Upload facility. I am making Admin Support pages for a CMS. When the admin uploads an image, the name of the uploaded file can be seen in the textarea and the …

Member Avatar for phaneendrahari
0
190
Member Avatar for Eagle.Avik

hi, i am building a cms, when a user(already logged in) post anything, the script will check if the user is already exist or not if not it will create a new account(only save username and useremail) for the cms, so i can keep track of users. ok, so i …

Member Avatar for simplypixie
0
917
Member Avatar for Eagle.Avik

hi i am building a cms system for my website, i am able to put data into a mysql database with the following code(look below). i also have a login system for accessing the cms, everything worked so far. I am facing a problem now. Ok so user signup info …

Member Avatar for broj1
0
289
Member Avatar for sugumarclick

Hi geeks, After tireless searches of online open-source inventory management, I got no successful results. My requirement is that, there are 3 levels. A least level employee request for a inventory item to 2 level. second level manager approves and sends it to first level, First level manager approves, replies …

Member Avatar for diafol
0
349
Member Avatar for Folaju

I have a silly issue, I am creating a CMS at the moment. it has pages and menus . I created a page to add new pages. on that page i have a drop down list that is populated with data from the menu. I also have an edit page, …

Member Avatar for sachin.padole1
0
10K
Member Avatar for pjh1985

Hi, I am building a website and decided to try and add clean URL's using mod_rewrite. This is my first time using mod_rewrite so i decided to follow a guide which resulted in URL's such as [url]www.example.com/gallery/12[/url]. This URL would then be rewritten to index.php/gallery/12. The problem I am having …

Member Avatar for diafol
0
154
Member Avatar for praba_web

Hi **I have doing the project for my purpose. it is working properly on localhost engine. after i have uploaded to server(cpanel) it is not working. i have posted my code here for reference: Please help me anyone!!!** ** Login.php** `Inline Code Example Here` <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 …

Member Avatar for pritaeas
0
221
Member Avatar for eltonpiko

Hi I own a small and growing I.T company we deal in app and web development and technical support mostly. I would like to add a new service to our portfolio (email marketing), but has no knowledge of how this actually work. We know how to create the email template …

Member Avatar for eltonpiko
0
169

The End.