Jump to content

logicslab

Members
  • Posts

    39
  • Joined

  • Last visited

About logicslab

  • Birthday 05/05/1984

Profile Information

  • Gender
    Male
  • Location
    Vytilla
  • Interests
    Reading
  • Age
    29

Contact Methods

  • Skype
    anes_pa

logicslab's Achievements

Member

Member (2/5)

0

Reputation

  1. no result found friend , pls advise me Thanks, anes
  2. thanks i am searching for "WAMP url rewrite" now in Google
  3. Hi Dear friends, my need is also simple . My url is : http://localhost/zf2-tutorial/public/ I need to show same content in URL http://localhost/zf2-tutorial/ How it can done using .htaccess . please advise me Thanks, anes
  4. hi pals, I am Anes , a PHP Programmer . I need to implement a web cam tutorial in which a professor can take class in front of the web cam and student(s) can view it. is it possible to implement same using "Apache open meeting".If so , please tell the procedure to install same in my PC , windows 7 WAMP environment . I am really fresher in this field .... Waiting your reply ASAP Thanks Anes
  5. Hi Friends, I am new in OpenChat, My need is to create a Web cam and mic access of a tutor to his student(s) and can view his class through Web cam . I plan to install PHPOpenChat for same purpose. Is it enough ? My pc is Windows 7, WAMP , PHP 5.3.5 . I download the files of PHPOpenChat , in that download package include 3 directories named client,remoting,server. I don't know how to install same in my Wamp environment , please help me to install. Thanks Anes
  6. Actually it's give a hyper link above the success page of any content creation page (like page,article etc ...), To get that criteria just do the steps then get idea. Any way this question can answer by a Drupal developer who work in Drupal 7 or more. Thanks, Anes
  7. Hi Dear, I have a doubt regarding following procedure , it work fine in Article but not in "Page" creation (I mean the link is not proper), please help me with a solution , pls follow the steps and try to create an article and basic page and click the status link , you got my problem . To display an 'Add More [Content_type]' link after user saves new content, do the following: 1. Go to admin/config/workflow/rules 2. Click Add New Rule 3. At admin/config/workflow/rules/reaction/add, give your new Rule a name, something like 'Add more content link' 4. Optionally, you can provide tags to the rules for filtering in administration iterface, unless you have a lot of Rules, tagging isn't neccessary. 5. Under the 'React on event' section, go scroll to the 'Node' section and select 'after saving new content' 6. Save the Rule. 7. This takes you to admin/config/workflow/rules/reaction/manage/rules_[your_rule_name] where you can a screen to edit and further configure your new rule. On the Editing reaction rule '[Your Rule Name]' page, under the Events section, you will see an event named 'After saving new content'. This page has three sections: Events, Conditions, Actions and a Settings section. 8. In this tutorial, I will not be adding any conditions but, you could add conditons to restrict your rule to certain content types or certain roles for example. 9. Go to the Actions section and click Add action. This takes you to admin/config/workflow/rules/reaction/manage/rules_[your_rule_name]/add/1/action. 10. On the Add a new action page, there is a drop-down box named 'Select the action to add', click in this box and scoll down to the section labeled 'System' and select 'Show a message on the site'. 11. In the 'Message' text area, create a href link to add new content. I used something like '<a href="[site:url]/node/add/[node:content-type]">Click here to create another [node:content- type]</a>'. This allows the user to add new content of the same type that they just saved. You can change any of the tokens under the 'Replacement Pattern' dialog to customize your link and message to fit your needs. 12. Under 'Message Type' select 'Status' and under the 'Repeat Message' checkbox should be checked. 13. Click Save 14. You're done. Now you have a reaction rule that will raact when new content is added. ok Advise me Thanks Anes
  8. Hi Friend, I am a newbie in gr8 ocean of Drupal . AS PART OF MY VOYAGE I TRY TO INSTALL RULES MODULE , I PUT THE FILE IN MODULES FOLDER AS USUAL AND TRY TO INSTALL SAME IN ADMIN > MODULE. bUT IT SHOW THE CHECKBOXES DISABLED AS SHOWN IN THE ATTACHED IMAGE . I AM USING DRUPAL 7.0 . PLEASE GIVE ME A SOLUTION ASAP ... please help to install the dependent modules , I cannot find that 2 modules yet . THANKS aNES
  9. Hi Friends, I am a new comer in gr8 world of Drupal. How to create a page in drupal 7.1 with PHP code ? that's my real question. Do any one can telll me how it can implement and use . I set up a localhost version of drupal , so please advise me how it can implement. Thanks Anes
  10. Hi Friends, I am a new comer in gr8 world of Drupal . I read in a book about "Block Table Module --- contributed module that allows to embed all the block in a HTML Table" , but cannot find that module any where and how to use it. Do any one can telll me how it can implement and use . I set up a localhost version of drupal , so please advise me how it can implement. Thanks Anes
  11. Thanks Mikosiko for your clear reply .... Do you can suggest a good book for advanced mySql ideas? thanks Anes
  12. Hi pals, I create 2 tables with name tbl_project and tbl_issue and I plan to give Foreign key constraint for tbl_issue by giving alter table command as "ALTER TABLE `testdrive`.`tbl_issue` ADD CONSTRAINT `FK_issue_project` FOREIGN KEY (`project_id`) REFERENCES `tbl_project`(`id`) ON DELETE CASCADE ON UPDATE RESTRICT" It's successfully executed and when I check the table tbl_issue I found the Alter table command as "ALTER TABLE `tbl_issue` ADD CONSTRAINT `FK_issue_project` FOREIGN KEY (`project_id`) REFERENCES `tbl_project` (`id`) ON DELETE CASCADE;" there missing the "UPDATE RESTRICT" , I feel wonder why this like that ? Do you any one can explain why this ? If you have idea PLS EXPLAIN THANKS ANES
  13. Hi friends, I got a requirement map model(which is in flash actually), I need to implement same using jQuery. My required model url is : http://www.bww.com/Common/International.aspx there map is implemented in Continent basis . please click there then you really amazing .... please help me to do same. You can please contact me at anes(dot)pa(at)gmail.com Thankfully, Anes P.A
  14. Thanks Thorpe , I got the idea ... I am waiting for this answer YET ... my Special thanks to The Little Guy Too... Thankfully Anes P.A
  15. hi The Little Guy, Do I can Write this code directly in a PHP file to implement some trigger functionality. I really need it's usage in context of a real PHP Program. So I ask I need a "sample" Hello world Code . If any one know it , pls Help me thankfully Anes P.A :'(
×
×
  • 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.