Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Forums
Favorite Tags

18 Posted Topics

Member Avatar for codemonkey88

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 …

Member Avatar for codemonkey88
0
199
Member Avatar for codemonkey88

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 …

0
182
Member Avatar for codemonkey88

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 …

Member Avatar for LastMitch
0
136
Member Avatar for codemonkey88

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. …

0
85
Member Avatar for codemonkey88

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 …

Member Avatar for Max D
0
111
Member Avatar for codemonkey88

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 …

Member Avatar for codemonkey88
0
115
Member Avatar for CriticalError

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.

Member Avatar for veedeoo
0
407
Member Avatar for Jdsiteworks

or, if you want the php, try something like $text = "daniweb is very useful website."; $text = substr($text, 0, 10); $text = $text." (...)"; echo $text;

Member Avatar for codemonkey88
0
80
Member Avatar for J.Killa

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.

Member Avatar for codemonkey88
0
104
Member Avatar for codemonkey88

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 …

Member Avatar for veedeoo
0
152
Member Avatar for joban.ali

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

Member Avatar for diafol
0
885
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 9tontruck

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.

Member Avatar for codemonkey88
0
105
Member Avatar for tkapadia1102

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 …

Member Avatar for diafol
0
181
Member Avatar for cuonic

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.

Member Avatar for cuonic
0
106
Member Avatar for codemonkey88

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 …

Member Avatar for codemonkey88
0
254
Member Avatar for codemonkey88

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 …

Member Avatar for codemonkey88
0
198
Member Avatar for codemonkey88

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. …

Member Avatar for codemonkey88
0
114

The End.