Search found 8 matches
- Mon Mar 09, 2009 2:39 pm
- Forum: Developers Discussion
- Topic: Passing variables between URL
- Replies: 15
- Views: 4216
Re: Passing variables between URL
no this is correct. it does work outside of the cms. it brings up the persons details, like it should do. one guy said yesterday: Just watch your URL. It seems to be that you use the internal pretty-urls, don't you? So i believe that because of the internal url-rewriting of CMSms core the CMS sea...
- Mon Mar 09, 2009 2:16 pm
- Forum: Developers Discussion
- Topic: Passing variables between URL
- Replies: 15
- Views: 4216
Re: Passing variables between URL
hey alby,
I am sure what you are saying is correct but I cant figure out how to do it. it is very frustrating. is there no simple way to pass a variable in cmsms? what i am trying to do should be quite easy.
I am sure what you are saying is correct but I cant figure out how to do it. it is very frustrating. is there no simple way to pass a variable in cmsms? what i am trying to do should be quite easy.
- Mon Mar 09, 2009 1:41 pm
- Forum: Developers Discussion
- Topic: Passing variables between URL
- Replies: 15
- Views: 4216
Re: Passing variables between URL
Re: you can display all GET variables in smarty with {$smarty.get.myvar}
where exactly do I put this code? in the actual link?
where exactly do I put this code? in the actual link?
- Sun Mar 08, 2009 10:44 pm
- Forum: Developers Discussion
- Topic: Passing variables between URL
- Replies: 15
- Views: 4216
Re: Passing variables between URL
hello. the third option sounds like something i can do. can you please give me more detail of how to do this?
thanks
thanks
- Sun Mar 08, 2009 10:29 pm
- Forum: Developers Discussion
- Topic: Passing variables between URL
- Replies: 15
- Views: 4216
Re: Passing variables between URL
yes you are correct. I have now set pretty urls to false but this hasnt worked. i think i know what you are saying, and it sounds correct. what you are saying is right but is there a way to do what i need to do?
thanks again
thanks again
- Sun Mar 08, 2009 10:07 pm
- Forum: Developers Discussion
- Topic: Passing variables between URL
- Replies: 15
- Views: 4216
Re: Passing variables between URL
Yes i do have use smarty tags set to true. my only problem is passing the variable in the URL. I can pull the info from the database fine, but when i try to view any details of the info it doesnt work.
- Sun Mar 08, 2009 9:08 pm
- Forum: Developers Discussion
- Topic: Passing variables between URL
- Replies: 15
- Views: 4216
Re: Passing variables between URL
Hi, I have just tried a simple code test in the template: and it doesnt work. Unless I havent changed a setting or something? Yes I am inserting it into the template. The strange thing is that the code to bring the list of employees works, it is when I am trying to pass the variable when I get 'pa...
- Fri Mar 06, 2009 2:22 pm
- Forum: Developers Discussion
- Topic: Passing variables between URL
- Replies: 15
- Views: 4216
Passing variables between URL
Hello, I am farely new to programming and very new to CMSMS so go easy on me! I have my own code which I have integrated into templates using the {php} tags. This code works fine when it is not in CMSMS. It is for my intranet at work. I have created 2 pages - staff and staffDetails and I am tryi...