Author |
Message |
nooblet
Regular


Joined: Sep 09, 2005
Posts: 88
|
Posted:
Mon Jan 29, 2007 8:46 pm |
|
I guess the Advertising and Groups module is not on google tap..  |
_________________ What a FACE!!! |
|
|
 |
kguske
Site Admin

Joined: Jun 04, 2004
Posts: 6437
|
Posted:
Mon Jan 29, 2007 9:03 pm |
|
I could understand the ads, but not sure of the importance of tapping Groups. Do you have lots of public groups? |
_________________ I search, therefore I exist...
Only registered users can see links on this board! Get registered or login! |
|
|
 |
nooblet

|
Posted:
Mon Jan 29, 2007 9:36 pm |
|
Yup.. i have over 10 groups on my site..  |
|
|
|
 |
kguske

|
Posted:
Tue Jan 30, 2007 5:44 am |
|
I'm sure montego will see this, but you might want to post a request at montegoscripts.com to see if he or anyone else may have done this or could do it. I don't think it would be difficult to do, but haven't played with it much. |
|
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Tue Jan 30, 2007 6:49 pm |
|
You are right, I did not see the benefit and it wasn't a core nuke module, so I did not include it. However, I will add it. It may take a day or two to show up on RavenNuke.com. |
_________________ 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! |
|
|
 |
montego

|
Posted:
Tue Jan 30, 2007 7:02 pm |
|
This is what you will need in your GT-Groups.php file:
Code:
$urlin = array(
'"(?<!/)modules.php\?name=Groups&op=GRInfo&gid=([0-9]*)"',
'"(?<!/)modules.php\?name=Groups"'
);
$urlout = array(
'groups-\\1.html',
'groups.html'
);
|
This is for GTB-block-Modules.php:
Code:
urlin:
'"(?<!/)modules.php\?name=Groups"',
urlout:
'groups.html',
|
In .htaccess, you need these:
Code:
#NSN Groups
RewriteRule ^groups-([0-9]*).html modules.php?name=Groups&op=GRInfo&gid=$1 [L]
RewriteRule ^groups.html groups.html [L]
|
Have fun! |
|
|
|
 |
nooblet

|
Posted:
Tue Jan 30, 2007 11:25 pm |
|
Thank you very much montego..
will i need to add it my self or it is already included in the RavenNuke release? |
|
|
|
 |
montego

|
Posted:
Wed Jan 31, 2007 6:45 am |
|
It sounded to me like you already had ShortLinks installed, so I wanted to give you the "meat" for making this work for you now. HOwever, "yes", this will be in 2.10. I have already "committed" it...  |
|
|
|
 |
|