Kevinferm,
This scriptworks for you ?
Can we see the result on a website ?
Thanks.
You are not logged in. Please login or register.
PunBB Forums → Posts by Bloody
Kevinferm,
This scriptworks for you ?
Can we see the result on a website ?
Thanks.
Spam.
Thanks a lot Garciat !!
I didn't watch at the post date.:D
Pihel, I test the last version module on my localhost.
I wanted to know if It made for Punbb 1.3 ou 1.2X ?
Just one line for one (big one) mistake.
I'm stupid. It could'nt follow the condition (if) while placing the code before.
Thank a lot Daris.
Very good news for me.
Everybody should necessary to support a serious project which integrates Punbb and a CMS. They are so rare.
There is some bridges for CMS: Artiphp, Typolight, Logicfury, and Website Baker but not a relly integration as Puntal has done.
No solution ?
Yes. I think so, before "if ($action == 'change_pass')" as you can see in my post before.
Yes, i'm logged in WP and Punbb.
Riklaunim, it works fine login/ register, but not to the Punbb profil access.
I can't change anything in my Punbb profil (avatar, location and so on), because i'm redirect to Worpress user panel.
I give the "profil.php" part concerned. Maybe you'll see the problem.
// Load the profile.php/register.php language file
require PUN_ROOT.'lang/'.$pun_user['language'].'/prof_reg.php';
// Load the profile.php language file
require PUN_ROOT.'lang/'.$pun_user['language'].'/profile.php';
header('Location: http://localhost/wdp/wp-admin/profile.php');
if ($action == 'change_pass')
{
if (isset($_GET['key']))
{
// If the user is already logged in we shouldn't be here :)
if (!$pun_user['is_guest'])
{
header('Location: index.php');
exit;
}
I tested RCMF (from your Website), this is a nice CMS php script with Punbb integrated.
Yeehawjared, Great job.
A little question where in WP, you have code of your login menu ? It's your own plugin ?
Ok. I'll remake your mod tomorrow. Thanks a lot !
Jolupa give us the generated link and the right one to compare.
OK Riklaunim.
When i tested it, i've got maybe a wrong direction link. I made surely a mistake.
If i understand, we are redirected to WP, only when we choose "Change password" link ? That's right ?
I tested it. It works fine for me
But why you have choose Wordpress side login ?
With that system, if a member want change something on his Punbb profil (sign, avatar, and other things...), he can't do it.
If you look at Logicfury CMS, it's possible to change pass and name with a bridge, with access to Punbb profil or CMS profil without any changes the user profil panel.
Can you make the same thing for wordpress ?
I install the plugin without error under Wordpress.
But I've got a error on Punbb.
An error was encountered
Error: Unable to create topic.
Fatal error: Call to a member function close() on a non-object in C:\wamp\www\wordpress\forum\include\functions.php on line 1122
Where I made a mistake.
Ok Riklaunim !! Thanks, but I think I put the right path.
I'll try again. and give the path and url. ^_^
Oups !!
Right now.
I've got these warning.
Warning: include(../forum/config.php) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\wp\wp-content\plugins\jl-punbb.php on line 62
Warning: include() [function.include]: Failed opening '../forum/config.php' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\wp\wp-content\plugins\jl-punbb.php on line 62
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\wp\wp-content\plugins\jl-punbb.php:62) in C:\wamp\www\wp\wp-content\plugins\jl-punbb.php on line 71
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\wp\wp-content\plugins\jl-punbb.php:62) in C:\wamp\www\wp\wp-includes\pluggable.php on line 369
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\wp\wp-content\plugins\jl-punbb.php:62) in C:\wamp\www\wp\wp-includes\pluggable.php on line 370
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\wp\wp-content\plugins\jl-punbb.php:62) in C:\wamp\www\wp\wp-includes\pluggable.php on line 331
What is my mistake ?
Yes, I know Quaker.
Look at my test website under Wordpress, there : http://www.chantdeleau.com/wordpress/
It will be better.
Don't be sorry nicefzx.
I'm be nice to talk with you.
Thanks !! I think, I will not use this two mods together.
Your comments system please me.
Did you think, you can change your hack to integrated this punbb pluging ?
Nickfzx,
Wordpress login and Punbb login must be the same or not ?
Have you see that thread to ? A wordpress plugin to manage punbb users by Wordpress.
http://punbb.org/forums/viewtopic.php?pid=99533
Could we use twice ?
I wanted to know if you use calendar mod to do this mod.
I made that on the index.php file :
// liste utilisateurs en ligne aujourd'hui
echo "\t\t\t".'<dl id="onlinetodaylist">'."\n\t\t\t\t".'<dt><strong>'.$lang_index['Online today'].': </strong></dt>';
if ($num_users_today > 0)
echo implode(',</dd> ', $users_today).'</dd>'."\n\t\t\t".'</dl>'."\n";
else
echo '<dd><em>aucun</em></dd>'."\n\t\t\t".'</dl>'."\n";
}
require PUN_ROOT.'modules/birthday.php';
echo $out_list;
It doesn't work. Any solution ?
Me too aswell !
Maybe a plugin to install automatically mods ?
PunBB Forums → Posts by Bloody
Powered by PunBB, supported by Informer Technologies, Inc.