915 Topics

Member Avatar for
Member Avatar for patrick1981

I have three table that are linked like this. Each content is linked to a category and each category is linked to a section. Like this sections_table -section_id -section_name categories_table -category_id -section_id -category_name contents_table -content_id -category_id -content_title -content_description I want to write a query to display only content from a …

Member Avatar for rajeevphp2011
0
189
Member Avatar for caltech

I'm making somebody a website, and it needs to be manageable by the owner. She needs profile pages for each employee, and then a schedule which will list the employees who work on whichever days, and their names need to link to their pages... you know... and the employees frontpage …

0
122
Member Avatar for SakuyaCross
Member Avatar for WebOutGateway
0
217
Member Avatar for kischi

Hi, I have created a database, where it is possible to create posts and see them on a different page. On the page where it's possible to see all the records I want to create a delete link so it is possible to delete the record where you have pressed …

Member Avatar for kischi
0
124
Member Avatar for lite_ws

Is anyone else using Magento ? I want to make a list of website using the magento CMS using a javascript which display the website screenshot in a box 400 pixels [URL="http://www.website1service.com/new-slide-show/"]like that:[/URL]

Member Avatar for stevenmaico
0
190
Member Avatar for n3xtgen

I want to create a blog type site where I post stories and users are able to comment on them. In order to do this must I create a CMS? If so how difficult would it be? Would I only need to use PHP and MySQL? Thank You

Member Avatar for subrata_ushasi
0
147
Member Avatar for dwlamb

I am using a CMS as a basis for a website. There are some special articles I wish to add and they require custom css. To keep things tidy, I want to have unique css files for each of these special articles and invoke them using [CODE=css]@import url('filename.css')[/CODE] However, the …

Member Avatar for weekendrockstar
0
154
Member Avatar for kimmi_baby

Hi, I'm curious as to what the best CMS to use for a photography site is... I've had a potential client approach me about having a website made but they would like to update everything themselves including the images in the galleries. I've used Joomla and Wordpress before and I …

Member Avatar for Ritesh_4
0
541
Member Avatar for subrata_ushasi

Hi all, I am creating an cms/admin where I want a drop down consists of list of product and an another drop down consists of list of sub products. On selection a product ,the corresponding lists of sub product will be generated in sub product drop down. using javascript I …

Member Avatar for subrata_ushasi
0
268
Member Avatar for Poonam Jadav

change password.php [CODE] <html> <head> <title>Change Password</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="pwd.css" rel="stylesheet" type="text/css"> <link type="text/css" href="menu.css" rel="stylesheet" /> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="menu.js"></script> </head> <body> <style type="text/css"> #menu { top:5px; margin:0 auto; width:80%; left: 40px; } #copyright { margin:100px auto; width:80%; font:12px 'Trebuchet MS'; color:#bbb; text-indent:20px; padding:40px …

Member Avatar for Sorcher
0
300
Member Avatar for marwankhalil0

[CODE]<?php include_once ('connection.php'); include_once ('session.php'); if(isset($_POST['submit'])) { $title = $_POST['title']; $content = $_POST['content']; $metatitle = $_POST['metatitle']; $metadescription = $_POST['metadescription']; $metarobots = $_POST['metarobots']; $metatags = $_POST['metatags']; $categoryname = $_POST['categoryname']; if(empty($title) || empty($content)) { echo 'A valid title and some content is required to ceate a post'; } elseif(empty ($categoryname)) { $category …

Member Avatar for desup
0
235
Member Avatar for Valkyrian

Hi, My products (records) are selected with a number of pages. Then I use navigationbuttons like first | next | previous | last, to the next or the previous. like [CODE]<a href="<?php printf("%s?pageNum_Recordset1=%d%s", $currentPage, 0, $queryString_Recordset1); ?>"> <input name="faktura_datum" type="text" id="faktura_datum" value="<? echo $date; ?>" /> First</a></strong></span></span> | <a href="<?php …

Member Avatar for Valkyrian
0
343
Member Avatar for Netcode

Hi everyone! Am new to python, getting grounded in it as fast as i can but now, i have some issues. I use the web2py framework for web development. At the moment, am working on a blog using one of the CMS (named InstantPress) designed in web2py also. While editing …

Member Avatar for Lucaci Andrew
0
200
Member Avatar for 1002Wycliffe

I have searching around and could only find tutorials for earlier versions of Joomla and am a new comer to this CMS. Please help me with good, easy to understand sources or suggest any other CMS you think i could use. Thank

0
57
Member Avatar for mmonclair

I have a situation where I am creating content to be used in a content management system, and I am running into some CSS issues with page zoom. The site I put together has, as a feature, a page layout that looks something like the file attached. It looks fine …

0
93
Member Avatar for robjan

I developped a cms system to upload images with php to a mysql database and a upload folder on the server. Firefox version 5.0.1 for MAC and earlier have no problems with file uploading through the script. But after that version it is impossible to upload images bigger then 250kb. …

Member Avatar for robjan
0
204
Member Avatar for Jashandeep

Hello all ! I have worked on PHP .There are many CMS available for PHP like Joomla,Wordpress,Magento,Cake,Druple etc.Is there any CMS which is available for java only?

Member Avatar for dmanw100
0
82
Member Avatar for Martin C++

Hello, I would like to know how to call a theme in a custom made CMS. I have some very primitive bootstrapping done (I dont really know how to do it). I have finished the functions I need and I have actually finished the theme aswell, the only problem is …

Member Avatar for Martin C++
0
86
Member Avatar for amityadav9314

I have two table named:[B] Blog[/B] for displaying blogs post and [B]comments[/B] for displaying comments section for each blog post. The fields for these are as follows: [B]For Blog:[/B] 1: blog_id 2: title 3: body 4: author 5: updated [B]For Comments:[/B] 1: comments_id 2: username 3: email 4: comment_body 5: …

Member Avatar for SANJAY26
0
355
Member Avatar for PixelatedKarma

Hey guys and gals, I have a question that is bugging me because I can't seem to figure out how different php based applications achieve it (curiosity killed the cat right). My question is this, how does forum/cms/etc software utilize functions in their templates without using php code to wrap …

Member Avatar for diafol
0
89
Member Avatar for PetesDream

Hi, I wasnt sure where to post this question.. I was wondering what is a good website template/system that provides ability for connecting buyers and sellers together? I dont mind spending the money to buy one that provides lots of bells and whistles. I really like wordpress if there are …

Member Avatar for sufyan2011
0
169
Member Avatar for mikulucky

Hi, I am attempting to build a PHP based CMS, and a custom template system, these items I do not believe I would have a problem with. However its about the server environment. For example I would want to place instructions in the html code, in the form of html …

Member Avatar for mikulucky
0
144
Member Avatar for ronny22

Hi guys im making a cms site and very close to finishing it but i get this one warning which is [B]Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in C:\wamp\www\cms\_class\cms_class.php on line 117[/B] i dont know how to solve it! It happens when I try to update …

Member Avatar for pritaeas
0
171
Member Avatar for anand01

Hi all , i configured my jdbc drivers and url in Xml but it shows null value my servlet code [CODE]public void init(ServletConfig config) throws ServletException { // TODO Auto-generated method stub super.init(config); System.out.println(config.getInitParameter("dbUrl")); System.out.println(config.getInitParameter("dbUserName")); System.out.println(config.getInitParameter("jdbcDriver"));} [/CODE] [CODE] <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0"> <display-name>CMS</display-name> …

Member Avatar for anand01
0
132
Member Avatar for ronny22

[B]Hey guys just asking for some help on my code to see where am going wrong thats all [/B] Right am making a simple CMS site and my problem is that i want everything to be shown on my index page nothing is and i dont know why it is, …

Member Avatar for simplypixie
0
187
Member Avatar for basketmen

For a website, sometime we used more than a script that [B]separated[/B], yes separated and dont have connection at all each other for example domain.com is a forum, using vbulletin domain.com/blog is a blog, using wordpress domain.com/store is ecommerce, using oscommerce domain.com/article is article cms, using joomla etc so for …

Member Avatar for rubberman
0
200
Member Avatar for Mojtabarahimi

Hi guys I used the joomla cms for web development. Actually i install the roknewsrotator module and use it for Persian language that it decode with UTF-8. i don't know why the News rotators module want to show some news in UTF-8 language, at the end of the sentences it …

Member Avatar for diafol
0
605
Member Avatar for gtsrit

data not save on the strGno, is there is another way to do this? Dim connetionString As String Dim strSQL As String Dim conn As SqlConnection Dim ds As New DataSet Dim strGNo As New TextBox strSQL = " Select * From DocNos Where DocId='" & Trim(Doctype) & "' " …

0
48
Member Avatar for |-|x

Hi all Is anyone here familiar with coding in WolfCMS? I have been asked to add a form page to an existing website based on WolfCMS, but have little experience on the platform. For some reason my form doesn't seem to be receiving the POST data, or executing the processing …

Member Avatar for diafol
1
297
Member Avatar for newviewit.com

[B][I]PayPal[/I][/B] If you just have a few products and don't need the full features of a shopping cart CMS then have a look into PayPal 'buy now' buttons. This is the easiest platform to get started with - all you do is copy and paste some code into your website …

Member Avatar for dlyaregov
-1
491
Member Avatar for cjohnweb

Hello, I've built myself a nice, simple little store to sell some stuff I've got laying around and some nice jewelry I got last week. I would like to give users the option to pay with PayPal exclusively (since it will also process CC's I figure that's all I really …

Member Avatar for cjohnweb
0
520
Member Avatar for arunsolo1984

Earlier i was displayed the image by referring current directory. My current directory is '/opt/lampp/htdocs/cms/'. My images was placed in the folder called 'Images' inside the cms folder. So, i have displayed the images by referring "./images/filename.png". Now i have moved the images outside of cms folder. Now i kept …

Member Avatar for almostbob
0
190
Member Avatar for blaaam

[B]Hello! I have made my web site tamplate, and know is the time to add to CMS. But i have problem in the internet have so many type CMS source, but all what i have tryed (somewhere about 20) i didn't like, becous some have features that i don't need …

Member Avatar for Stefano Mtangoo
0
171
Member Avatar for stevanity

IM new to Ruby and RoR. I have very less prior experience with web techs. I know how web works and worked with pre coded php code (edited em)... and ran websites with template scripts and wordpress cms. But never built em on my own. Now I wanna learn a …

Member Avatar for stevanity
0
129
Member Avatar for stevanity

IM new to Ruby and RoR. I have very less prior experience with web techs. I know how web works and worked with pre coded php code (edited em)... and ran websites with template scripts and wordpress cms. But never built em on my own. Now I wanna learn a …

Member Avatar for Rashakil Fol
0
75
Member Avatar for cmps

Hello, it's me with oop again, So now I understand what are oop and how to use it, but I have 2 questions: [1] - How to use controllers models views libs [2] - Is there any tutorial on how to create a cms using oop even if I should …

Member Avatar for simplypixie
0
85
Member Avatar for cmps

Hello, I have created many websites using only classic php and functions But now I decided to learn classes, I understood how it works but haven't used it yet. I have phpcake tutorials, but don't know if it is good to learn it or it is not a good idea …

Member Avatar for cmps
0
198
Member Avatar for shella

Hi guys, I'm not very good with ASP but atually I need to fix some stuff and I'm encountering weird problem when I tried to connect to Access database into my localhost. Actually when I do something like this: [CODE]conn.Open "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & server.MapPath("/cms/db/cms.mdb")[/CODE] I return this error: …

Member Avatar for shella
0
156
Member Avatar for nameunknown

Hi everyone, we have constructed a content management system that gets updated quite frequently and is used by many clients for their day to day opperations for their websites. We have decided to build a section of the CMS with additional modules that we will host on our cloud and …

Member Avatar for BitBlt
0
231
Member Avatar for JSR

Hi Guys, new to this forum, kinda new to PHP in general haven't been using it long, mostly creating forms for database and custom CMS modules. Anyway, i'm building a html email tool from the ground up and just need some help with one thing. How do i convert values …

Member Avatar for sush.princess
0
372
Member Avatar for codemonkey88

Perhaps not strictly a php question - but I can't find anything on this and thought you guys might be able to help. I am using a CMS which has FCKeditor built into it. Just recently (I didn't change the configuraation or server or anything) its started escaping all my …

Member Avatar for codemonkey88
0
99
Member Avatar for likesonia

Hi, What is the CMS and what is the use of the CMS?Please explain CMS in detail so that i can tell others about CMS. thanks

Member Avatar for crishlay
-2
131
Member Avatar for gilgil2

Hi I have added my new site to google webmaster tools but the most significant keywords that are appearing are ones to do with the php code used for the site, so 'array' is at the top and words included in the directory addresses appear for the rest of the …

Member Avatar for canadafred
0
229
Member Avatar for kimmi_baby

Hi there, I need to create a website for a client using a CMS. This client is a manufacturer and wanting to have a website that is pretty much similar to an ecommerce website except they won't be selling anything. It will have categories and list all the products. It …

Member Avatar for kimmi_baby
0
106
Member Avatar for Evil_genius82

Hi everyone, I need a bit of guidance on a particular problem: A client of mine wants a search functionality added to his site. The site would have a form which when submitted would display a list of results. The client would also need to update the site himself. I …

Member Avatar for Dandello
0
98
Member Avatar for evanescence

Hi! I have to write something like a multisim-like ([URL="http://www.ni.com/multisim/whatis.htm"]http://www.ni.com/multisim/whatis.htm[/URL]) software in VB.NET. My task is to make several custom controls, which the user can combine in order to create a circuit and test it after that. The problem is that I don't know how to make a control, looking …

Member Avatar for evanescence
0
102
Member Avatar for marimifs

Hello, I have done a PHP project and on my localhost it is working perfectly but when I uploaded it on my webspace the CMS part of my website did not work as it is supposed to. The strange thing is that the client side of the website is working …

Member Avatar for Stefano Mtangoo
0
247
Member Avatar for Azmah

I ALWAYS hear that Wordpress is the best for blogging and even building other sites. I'm currently in favor of Joomla as it does everything I need it too out the box with very little extras and configurations. I'm totally happy to switch to Wordpress if you can convince me …

Member Avatar for Azmah
0
241
Member Avatar for Stefano Mtangoo

Hi friends, it is weeks now I'm trying to figure out how to make simple custome theme engine for my custom PHP CMS. I want to use it for my projects. It is based on custom framework too. So I checked how Drupal does it and Joomla. They are complex …

Member Avatar for Stefano Mtangoo
0
155
Member Avatar for sercio

Hi guys. We are a small company with a network of 5 local and 5 remote pc's (connected via VPN). Our current server (or better to say, kinda-server, since I built it up on a regular pc) is not enough for us anymore so we plan to upgrade to a …

Member Avatar for sercio
0
309

The End.