| Author |
Message |
sandman229
Sergeant


Joined: Jul 28, 2003
Posts: 102
Location: Victorville, Ca.
|
Posted:
Sat Dec 17, 2005 6:23 pm |
  |
|
        |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12364
|
Posted:
Sat Dec 17, 2005 6:59 pm |
  |
|
     |
 |
sandman229
Sergeant


Joined: Jul 28, 2003
Posts: 102
Location: Victorville, Ca.
|
Posted:
Sat Dec 17, 2005 7:03 pm |
  |
|
        |
 |
sandman229
Sergeant


Joined: Jul 28, 2003
Posts: 102
Location: Victorville, Ca.
|
Posted:
Sat Dec 17, 2005 7:58 pm |
  |
| sandman229 wrote: |
| Evaders99 wrote: |
| I don't know then, I'd have to look into the actual code |
Where does the e-mail gets set up and sent?? Which file?? |
Ok Found the file that governs the notification of topics. Its in: includes/function_post with the line:
$script_name = 'modules.php?name=Forums&file=viewtopic';
what would be the format the $module_name in the place for the Forums??
I've tried $module_name and ".$module_name." and neither one worked. |
_________________ Sandman
http://www.kittykorp.com and http://www.katpaws.com |
|
        |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12364
|
Posted:
Sat Dec 17, 2005 8:45 pm |
  |
|
     |
 |
LadyCherry
Lieutenant


Joined: Aug 12, 2003
Posts: 183
|
Posted:
Wed Jan 18, 2006 6:38 pm |
  |
I noticed that the Find a Username option no longer works. It seems to be related to this part:
| Code: |
--- [EDIT includes/sessions.php] ---
FIND
function append_sid($url, $non_html_amp = false)
In this function
REPLACE
global $SID, $admin;
WITH
global $SID, $admin, $module_name;
REPLACE
All instances of 'Forums'
WITH
".$module_name." |
The piece where we change the instances of "Forums" with ".$module_name." seems to make the url incorrect for looking up a username when in your private messages. The button you click for looking up a username. When you type a name in the url is missing the Forums part after name=
What can be done to fix this issue?
Thank you for your time
-Lady Cherry |
|
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12364
|
Posted:
Wed Jan 18, 2006 7:04 pm |
  |
|
     |
 |
LadyCherry
Lieutenant


Joined: Aug 12, 2003
Posts: 183
|
Posted:
Sat Jan 21, 2006 10:39 am |
  |
Any luck?
btw thank you for helping.
-Lady Cherry |
|
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12364
|
Posted:
Sat Jan 21, 2006 6:56 pm |
  |
|
     |
 |
LadyCherry
Lieutenant


Joined: Aug 12, 2003
Posts: 183
|
Posted:
Tue Jan 24, 2006 6:14 am |
  |
yes you can.
I will send you to our test site. (The Sites theme is a disaster right now because we are changing the look a bit so please dont mind that.)
You can use the user: Test
and the password: test
if you click on messages and click new post message and then click find a username. (Put in any username) hit search and you will see the results.
Thanks for your time.
-Lady Cherry |
|
|
   |
 |
LadyCherry
Lieutenant


Joined: Aug 12, 2003
Posts: 183
|
Posted:
Tue Feb 21, 2006 9:14 am |
  |
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12364
|
Posted:
Tue Feb 21, 2006 9:58 am |
  |
|
     |
 |
webjunky
Lieutenant


Joined: May 11, 2003
Posts: 167
|
Posted:
Tue Feb 21, 2006 10:14 am |
  |
As soon anyone solves this... call me  |
|
|
   |
 |
webjunky
Lieutenant


Joined: May 11, 2003
Posts: 167
|
Posted:
Sun Feb 26, 2006 12:29 am |
  |
Is anyone still working on this?
I would like to help.
I'm a phpnuke user since version 4 and write own modules.
So if anyone is working on a second bb2nuke forums integration in phpnuke contact me...
Else I start my own |
|
|
   |
 |
LadyCherry
Lieutenant


Joined: Aug 12, 2003
Posts: 183
|
Posted:
Wed Mar 29, 2006 10:50 am |
  |
In phpnuke 7.9 the following doesnt exist:
[code]
Fix for the post reviews:
--- [EDIT modules/Forums2/common.php] ---
BEFORE
if ($forum_admin == 1) {
ADD
[code]$module_name = 'Forums2';[/code]
Where in the modules/Forums2/common.php do we put the following?:
[code]$module_name = 'Forums2';[/code]
Until I can figure this out my Topic review does not work properly
thanks for your time.
-Lady Cherry |
|
|
   |
 |
|
|