Search found 11 matches
- Tue Apr 12, 2011 10:34 am
- Forum: Modules/Add-Ons
- Topic: CMSMS and PHPBB3 Integration
- Replies: 2
- Views: 3327
CMSMS and PHPBB3 Integration
Hi, I am trying to integrate login and registration service of CMSMS with PHPBB3. Currently I am working on the login system. I have an external script that logges user into the forum. It worked when I call it. However, when I add the login script inside the do_login action inside the FEU users modu...
- Fri Jan 15, 2010 5:26 pm
- Forum: Developers Discussion
- Topic: Very Simple Login System
- Replies: 4
- Views: 2958
Re: Very Simple Login System
Thank you ajprog, it made some little sence....
- Fri Jan 15, 2010 4:30 pm
- Forum: Developers Discussion
- Topic: Very Simple Login System
- Replies: 4
- Views: 2958
Re: Very Simple Login System
I wish I could use them, I have used them previously for some sites(both IUsers and FEU) but for this website I need to implement a bit different login system, therefore I ask, this questions.... How can I use $_SESSION With smarty or something different. I'm just a beginner in CMSMS therefore I ask...
- Fri Jan 15, 2010 3:55 pm
- Forum: Developers Discussion
- Topic: Very Simple Login System
- Replies: 4
- Views: 2958
Very Simple Login System
I'm trying to do very simple login system, I'm trying using session_register('username'); //successful login code will go here... //echo 'Success!';//we will redirect the user to another page where we will make sure they're logged in header( "Location:http://www.ucas-help.lv/" ); ...
- Wed Dec 30, 2009 2:11 pm
- Forum: Modules/Add-Ons
- Topic: *SOLVED*Pass php variable to UDT
- Replies: 2
- Views: 1860
*SOLVED*Pass php variable to UDT
UDT PART: echo ' Hello ' . $params['name'] . '!'; TEMPLATE PART: {helloworld name='Bob'} work's fine But when I need to pass php variable like: UDT PART: echo 'Hello ' . $params['name'] . '!'; TEMPLATE PART: TEMPLATE PART: {helloworld name='$bob'} It doesn't work as it should. How to pass php varia...
- Wed Dec 23, 2009 9:44 pm
- Forum: Modules/Add-Ons
- Topic: *Solved *FEU: getting the username.
- Replies: 8
- Views: 2934
Re: FEU: getting the username.
Yes, in UDT after a bit reworking it works fine ! Thank you guy's ! I really needed your help !
- Wed Dec 23, 2009 8:59 pm
- Forum: Modules/Add-Ons
- Topic: *Solved *FEU: getting the username.
- Replies: 8
- Views: 2934
Re: FEU: getting the username.
{php}
global $gCms;
$smarty = $gCms->GetSmarty();
$thisStringShouldContainUsername = $smarty->get_template_vars('customcontent_loginname');
{/php}
Doesn't work, I have installed both Feu, and Custom Content. Cashable set to false.
global $gCms;
$smarty = $gCms->GetSmarty();
$thisStringShouldContainUsername = $smarty->get_template_vars('customcontent_loginname');
{/php}
Doesn't work, I have installed both Feu, and Custom Content. Cashable set to false.
- Wed Dec 23, 2009 5:41 pm
- Forum: Modules/Add-Ons
- Topic: *Solved *FEU: getting the username.
- Replies: 8
- Views: 2934
Re: FEU: getting the username.
Let's make task even more simple:
{php}$thisStringShouldContainUsername = {$customcontent_loginname}{/php} // Big mistake
How to do something like this ?
{php}$thisStringShouldContainUsername = {$customcontent_loginname}{/php} // Big mistake
How to do something like this ?
- Wed Dec 23, 2009 5:26 pm
- Forum: Modules/Add-Ons
- Topic: *Solved *FEU: getting the username.
- Replies: 8
- Views: 2934
Re: FEU: getting the username.
Sorry, I am still confused.
How can I just add current logged in username into sql statement. As in sql provided ?
Thank you for your patience.
How can I just add current logged in username into sql statement. As in sql provided ?
Thank you for your patience.
- Wed Dec 23, 2009 1:50 pm
- Forum: Modules/Add-Ons
- Topic: *Solved *FEU: getting the username.
- Replies: 8
- Views: 2934
*Solved *FEU: getting the username.
In FEU to print username we simply use {username}. I need to create little user defined tag which would use logged in user as it's username and add it to SQL. Example: $username1 = "uca"; $password = "Example"; $host = "localhost"; $database = "uca"; // Make t...
- Mon Aug 31, 2009 8:16 pm
- Forum: CMSMS Core
- Topic: Language solution
- Replies: 1
- Views: 841
Language solution
Hello, I am new here ))
I really like CMSMS.
How can I create many language site on CMSMS.
Please send me links for documentation or guides.
Waiting for your replies.
I really like CMSMS.
How can I create many language site on CMSMS.
Please send me links for documentation or guides.
Waiting for your replies.