Jump to content

thestars

Members
  • Posts

    18
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

thestars's Achievements

Member

Member (2/5)

0

Reputation

  1. hi, In my drupal site, I have enabled comments for blog content type and only registered users can post comments.So users not logged in will see 'Login or register to post comments' below each post. It links to login/register form on a seperate page. I need the login/register form to appear below the post. How can I accomplish this?
  2. Hi, I am new to CI i have implemented dompdf generation in my application.its working fine in local server.but after uploading it to sever i am getting the pdf with a extra text message across the diagonal www.pdflib.com how to remove that text message in the generated pdf please find the attachment for clarification [attachment deleted by admin]
  3. I've installed the tweet module and worked for Page content types(Tweet this button appears on every page). When I create a specific content type (i.e. Blog Entry), the option to Post to Twitter is present in the blog detail page. I have created a view- blog , which lists blog titles and content. I need Post to Twitter icon for each blog entry.Anyone please help.
  4. Hi, I used the PHP mail function for sending email. The script below works on one server, but not another. Mail sent successfully but cannot be retrieved . Does anyone know whats going on?Is it anything related to domain? <?php $to = "email@example.com"; $subject = "Test mail"; $message = "Hello World."; $headers = "From: someonelse@example.com" . "\r\n"; mail($to,$subject,$message,$headers); echo "Mail Sent."; ?>
  5. Sorry, This is not working. Showing "page not found" error instead of redirecting
  6. Hi, The url is the home page of my site and #id is the id of a <div> tag in my home page. ie I need to redirect to a specific section in my home page. My site is built in wordpress. Its home page url is http://www.example.com/. So Whenever http://www.example.com/test.html comes, it needs to be redirected to http://www.example.com/#id.ie to the <div id="id"> section of my home page. Thanks
  7. Hi, I have a problem with URL RewriteRule with my .htaccess file. ie. I need to redirect to a Url containing the special character "#" (Example:www.example.com/#id) from an html page. When "#" is given direcltly , it is redirected to www.example.com/%23id and resulting "a page not found" error page. The rewrite rule I used is Options +FollowSymLinks RewriteRule ^test.html$ /#test/ [R=301,L] Please anyone help. Thanks in advance.
  8. Hi, I am working with wordpress. I have to add multiple contents on the same page using Dean's FCK editor. Is it possible? Anyone please help!!!
  9. In OScommerce can image be uploaded into a folder other than catalog images(/catalog/images)?
  10. I need to get print preview but I dont have a printer installed. Print spooler service is started.Any suggestions?
  11. Thank you so much Neil. Its working !!!! . I got the correct answer. Thanks
  12. But this will give only the last two records.
  13. Hi, In database, the IDs may be in random order and the difference between the two IDs may not be 1. IDs will be like 1, 3, 4, 33, 10 etc. So , I need 10 if current ID is 4. Hope you got it.
  14. How can I get the very next Primarykey and just previous Primarykey of a given row using mysql query?Please help me
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.