No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
18 Posted Topics
I have built a website for a client, which looks fine on my machine and in an emulator, but alas won't load for the client. They said it is fine on windows, but not on a mac, where they seam to be using chrome. Looking at the screenshots, it appears … | |
Hello, I have a website that uses the user timeline widget from Twitter. A couple of days ago, it stopped displaying the widget and instead just shows "tweets from @username". I haven't changed and javascripts or anything, so I'm not sure whats changed. The error console says [code]TypeError: t is … | |
I have a magento site set up and have altered the onepagecheckout file so that if the table rates shipping method is selected, it displays an extra couple of fields asking the customer to select a prefered delivery date and time. As a complete novice to modules, I am having … ![]() | |
Hello, I have been creating a website using a content slider (malsup's Cycle). When you first load the site it looks fine, but then if you click the home link, its shifting to the left hand side of the page, and clicking the arrow buttons makes it format really oddly. … | |
A client has an ecommerce site, which is hosted on Magento but could be exported if easier. We are now trying to set up a couple more new branded sites which have independant designs but use the same product and client base. I have done some Googling and found that … | |
Is anyone on here using FCKeditor filemanager? I know its quite old now, but it came with a CMS. I have been trying to upload some large zip files using the filemanager, but it just says unvalid file. When I've had a look round on the net, I found a … | |
![]() | Re: Assuming you have a value unique to the page (ie $_GET['id'] or something) I would just put everything into the one template file, then wrap the blocks you want to change in an IF or SWITCH statement, so you can decide which bits to echo out. |
Re: or, if you want the php, try something like $text = "daniweb is very useful website."; $text = substr($text, 0, 10); $text = $text." (...)"; echo $text; | |
Re: Find the code for the password field and see if it says `value="mypassword"` If it does, then delete this part of code to fix the issue. If not, please post the code for your form. | |
A client has an ecommerce site, which is hosted on Magento but could be exported if easier. We are now trying to set up a couple more new branded sites which have independant designs but use the same product and client base. I have done some Googling and found that … | |
Re: Why does the form need to be in an iframe? The only way I can think of resolving this is to have an intermediary page with a break-frames javascript ![]() | |
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 … | |
Re: Do you want to post to the wall? To do this, you would need to link your button to an app id then use graph ([url]https://developers.facebook.com/docs/reference/api/user/#posts[/url]) There is a PHP SDK you can download to help you get started. | |
Re: It looks like you might be missing a } at the end of the code, so it is getting confused when you suddenly end the php. I find it always helps to hit tab when starting a new block of code, so you can keep track of where you are … ![]() | |
![]() | Re: I would have thought you need another "echo" after the else, unless this is just a shorthand I am not aware of. I would try commenting out each of the if statements in turn, which will give a better idea of where the problem is. ![]() |
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 … | |
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 … | |
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. … |
The End.