| Author |
Message |
xGSTQ
Newbie


Joined: Jun 13, 2006
Posts: 40
|
Posted:
Sat Dec 16, 2006 11:34 am |
|
Hey Montego !
Im having a slight problem with regards to PM pop ups its showing the whole index.php instead of the PM popup window
I posted on Ravens for support in a thread already http://ravenphpscripts.com/postp90302.html#90302
Guardian suggested i post here quoting RN0000397 |
| |
|
|
 |
montego
Site Admin/Owner


Joined: Feb 12, 2005
Posts: 1294
|
Posted:
Sat Dec 16, 2006 12:32 pm |
|
Guardian is both a Gentleman and a Scholar. I have been waiting for RavenNuke 2.10 to be released before I release a final patch to ShortLinks, as I wanted to include everything found (not much so far). But, since I now have a "taker", here is the fix for this.
=== OPEN ====
.htaccess
=== ADD to Private Messages section ===
RewriteRule ^messages-popup.html messages-popup.html [L]
=== OPEN ===
GT-Forums.php
=== ADD to $urlin ARRAY ===
'"(?<!/)modules.php\?name=Private_Messages&file=index&mode=newpm&popup=1"',
=== ADD to $urlout ARRAY ===
'messages-popup.html',
=== YOU ARE DONE ===
NOTE: on the $urlin and $urlout array notice that I have a comma after this, so you should insert these lines in-between your other ones AND make sure you keep the relative positions the same (i.e., where you inserted the one, you insert the other in the same relative position).
This will all be released in a 1.1 version at some point here. |
_________________ “To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins |
|
|
 |
xGSTQ
Newbie


Joined: Jun 13, 2006
Posts: 40
|
Posted:
Sat Dec 16, 2006 2:49 pm |
|
hmm okay ive added all that ! i might wait for floppy to look at this post to make sure ive added it all correclty !
The PM popup didnt show the correct page, its not actually showing the index.php like i thought it was ! i dragged the box and its actually the forums inbox that is popping up....
 |
| |
|
|
 |
montego
Site Admin/Owner


Joined: Feb 12, 2005
Posts: 1294
|
Posted:
Sat Dec 16, 2006 3:08 pm |
|
That should have fixed it. The only other "popup" type issue that we fixed in RN 2.10 is the smilies "View more Emoticons" had an issue showing the site footer. |
_________________ “To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins |
|
|
 |
xGSTQ
Newbie


Joined: Jun 13, 2006
Posts: 40
|
Posted:
Sat Dec 16, 2006 3:31 pm |
|
Ive not played with GT yet hence im not too sure if i added it correctly !
hmm lol well i added that to GT-Forum.php and i couldnt reply to threads ! lol
told ya i was a noob
Ive removed it for now, ill get floppy to take a look when he comes online and let you know |
| |
|
|
 |
montego
Site Admin/Owner


Joined: Feb 12, 2005
Posts: 1294
|
Posted:
Sat Dec 16, 2006 3:36 pm |
|
Ok. Sounds good. I am pretty sure this should work as I even tested it here on this site and I am using what I think you are using. If it still does not work, turn off ShortLinks in config.php and then try and capture the pop-up message link that is being generated so I can see what it looks like (I think you have to see it not in the pop-up, but in the source HTML of the main page underneath (i.e., the forums page). |
_________________ “To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins |
|
|
 |
|
|