| Author |
Message |
spasticdonkey Client

Joined: Dec 02, 2006 Posts: 109 Location: Texas, USA
|
Posted:
Tue Mar 20, 2007 4:44 pm |
|
just a minor error i was getting, when i try to use "send quick pm" via the Site Info v2.2.2 © block (using shortlinks too) it just takes me to my inbox instead of a pm to selected member. The url used looks like so:
| Code: | | http://www.mysite.com/messages.html&mode=post&u=9 |
|
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7236 Location: Arizona
|
Posted:
Wed Mar 21, 2007 5:55 am |
|
You are absolutely correct and my appologies! Not sure how I missed those. Here is the fix:
=== OPEN ===
ShortLinks/GTB-block-User-Info.php
=== REPLACE WITH ===
| Code: | $urlin = array(
'"(?<!/)modules.php\?name=Your_Account&op=userinfo&username=([a-zA-Z0-9_-]*)"',
'"(?<!/)modules.php\?name=Forums&file=profile&mode=viewprofile&u=([0-9]*)"',
'"(?<!/)modules.php\?name=Private_Messages&mode=post&u=([0-9]*)"',
'"(?<!/)modules.php\?name=Private_Messages"',
'"(?<!/)modules.php\?name=Your_Account&op=([a-z_]*)"',
'"(?<!/)\?gfx=gfx&random_num=([0-9]*)"'
);
$urlout = array(
'userinfo-\\1.html',
'forum-userprofile-\\1.html',
'messages-post-\\1.html',
'messages.html',
'account-\\1.html',
'account-gfx-\\1.html'
); |
|
|
|
|
 |
spasticdonkey Client

Joined: Dec 02, 2006 Posts: 109 Location: Texas, USA
|
Posted:
Wed Mar 21, 2007 12:23 pm |
|
thanks! worked like a charm
love tegonuke shortlinks btw, cant wait for my next search engine crawl  |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7236 Location: Arizona
|
Posted:
Thu Mar 22, 2007 6:05 am |
|
You are most welcome and I thank you for the kind words. I cannot take credit for the concept and much of the code, but I have tweaked it a bit and have other ideas for improvement... |
|
|
|
 |
rudolfpietersma New Member


Joined: Mar 02, 2007 Posts: 3 Location: Emmen, Netherlands
|
Posted:
Tue Apr 03, 2007 11:39 pm |
|
Where can I download Site Info v2.2.2?
Cheers,
Rudolf. |
|
|
 |
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7236 Location: Arizona
|
Posted:
Wed Apr 04, 2007 7:09 am |
|
rudolfpietersma, I do not believe that it was ever released as a separate distribution. It is in the RavenNuke(tm) latest 2.10.00 release found in the downloads here. |
|
|
|
 |
|
|
|
|