Author |
Message |
dad7732
RavenNuke(tm) Development Team

Joined: Mar 18, 2007
Posts: 1242
|
Posted:
Mon Apr 13, 2009 2:15 pm |
|
op=lgl_contact did the trick, thanks. Other links have to be changed as well, eg., op=terms to op=lgl_terms and so on.
Thanks for the heads up.  |
|
|
|
 |
draxx
Involved


Joined: Nov 19, 2003
Posts: 282
|
Posted:
Mon Apr 13, 2009 3:33 pm |
|
Okay so after reading this message I decided to go toy with mine and when I add a document it doesnt display at all - but rather the default text becomes the text for the new mod and the module op?=test becomes the link to the default legal text.
Very strange indeed. |
|
|
|
 |
dad7732

|
Posted:
Mon Apr 13, 2009 3:39 pm |
|
If you use FCKEditor then when you add the document, use the "Source" function to edit the op= links correctly prior to saving. Should be op=lgl_test
There has to be the ability to change the default in the php script somewhere so we don't have to edit each document.
Cheers |
|
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Tue Apr 14, 2009 7:11 am |
|
I don't understand why you are not seeing out-of-the-box the lgl_ prefixes. I cannot see these anywhere in the RN distribution and I programmed the legal module version that is provided in the distro. Are you absolutely certain that you have uploaded and overwritten any prior versions of the legal module on this site because those $op codes are NOT from RN. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
 |
dad7732

|
Posted:
Tue Apr 14, 2009 7:23 am |
|
I'll use one of my test domains to remove all of the legal files, module, etc. and re-up the distro files again and see what happens.
Hmmm, just noticed that I upgraded all of my domains from RN 2.20.01 which didn't have a "Legal" module, so RN 2.3.01 has to be the original files. Dunno, will still remove them and re-up. |
|
|
|
 |
dad7732

|
Posted:
Tue Apr 14, 2009 7:32 am |
|
Ok, here is a line directly from the rn_core.sql ..
Code:<a href="modules.php?name=Legal&op=terms">terms of use</a>
|
That is exactly how it reads when you hover over the actual link in the docs.
Shouldn't that read op=lgl_terms ?
Cheers |
|
|
|
 |
dad7732

|
Posted:
Tue Apr 14, 2009 11:28 am |
|
I dunno, now I'm at a loss on this one. op=terms AND op=lgl_terms both are working. Who knows .....
Cheers |
|
|
|
 |
horrorcode
Involved


Joined: Jan 17, 2009
Posts: 272
Location: Missouri
|
Posted:
Tue Apr 14, 2009 1:24 pm |
|
For me only op=terms works, op=lgl_terms does not. |
|
|
|
 |
dad7732

|
Posted:
Tue Apr 14, 2009 1:34 pm |
|
So long as it works ..
My "Legal" is working 100%, but I did find out that if the "Feedback" module is inactive, the comments and contact webmaster don't work. All in a day's work.
All this may have had something to do with the ctype extension not enabled in PHP. Ever since I enabled it, it all works just fine now.
Cheers |
|
|
|
 |
montego

|
Posted:
Wed Apr 15, 2009 5:48 pm |
|
dad7732 wrote: | but I did find out that if the "Feedback" module is inactive, the comments and contact webmaster don't work. |
Yes sir. The thought there is why re-invent the wheel. The core Feedback module is already well secured and if you are going to allow feedback on legal documents, why not allow for other types of feedback? You should be able to hide the module from the modules block if you don't want it to show up, but I am certain you already know that! |
|
|
|
 |
dad7732

|
Posted:
Wed Apr 15, 2009 6:11 pm |
|
Yup, already knew that .. Wasn't rocket science to figger out that "comments" = "Feedback" = "Contact" = "Feedback" and so on ..
Cheers |
|
|
|
 |
|