| Author |
Message |
nextgen
Newbie


Joined: Jan 09, 2007
Posts: 15
|
Posted:
Wed Jan 31, 2007 8:49 pm |
|
Thats exactrly right, an icon in the forum chosen to be used. I used to have the code, and it did include rdfnuke, but need to add some code to the topic description when setting it up in the forums admin. What a brainstorm of ideas though. You guys are awesome. |
| |
|
|
 |
floppy
Newbie


Joined: Sep 11, 2006
Posts: 92
|
Posted:
Wed Jan 31, 2007 11:18 pm |
|
| montego wrote: |
| oh, hey, that's right! I remember now you doing this. I remember you saying that you added the HTML right into your forum description. That is very ingenious of you. Thanks! |
I kept wondering how they did that and something that simple never even crossed my mind.
Thanks Guardian |
| |
|
|
 |
jjh221
Newbie


Joined: Dec 16, 2006
Posts: 14
|
Posted:
Fri Feb 02, 2007 4:23 am |
|
is there anyway we can tap this like the backend.php? or would we go about it kinda the same way?
Thanks guardian.
j |
| |
|
|
 |
montego
Site Admin/Owner


Joined: Feb 12, 2005
Posts: 1281
|
Posted:
Fri Feb 02, 2007 8:17 am |
|
Yes, the same concept from backend.php can be used here as well, but I really wonder if in this case it wouldn't be better to just hard-code the modified links. If you plan on only using it personally that way, that would be my recommendation.
However, if you still wanted to "tap" this, all you would need to do is "wrap" the following echo at the very bottom with similar code from backend.php:
While the following is not a "working" example, it should show you what to do:
| Code: |
//Added by montego from http://montegoscripts.com for TegoNuke(tm) ShortLinks
global $tnsl_bUseShortLinks, $tnsl_bAutoTapBlocks, $tnsl_bDebugShortLinks, $tnsl_sGTFilePath;
if (defined('TNSL_USE_SHORTLINKS')) {
$_REQUEST['name'] = '<<give this the name of your GT file>>';
$GLOBALS['tnsl_asGTFilePath'] = tnsl_fPageTapStart();
}
//Done add
echo $rdf;
//Added by montego from http://montegoscripts.com for TegoNuke(tm) ShortLinks
if (defined('TNSL_USE_SHORTLINKS')) {
tnsl_fPageTapFinish();
}
//Done add
|
|
_________________ “To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins |
|
|
 |
nextgen
Newbie


Joined: Jan 09, 2007
Posts: 15
|
Posted:
Sat Jun 27, 2009 6:48 pm |
|
That is what i wanted to do, i just brought a site back up after a bit of down time while working out of state. Thank you guys for all of your help and i am so sorry for the late late replies |
| |
|
|
 |
kguske
Newbie


Joined: Dec 11, 2005
Posts: 28
|
Posted:
Sun Jun 28, 2009 10:31 am |
|
Guess the timing is off, but you can do all this (and more) with nukeFEED(tm) now, and I believe Montego tapped it. |
_________________ nukeSEO.com - PHPNuke SEO search engine optimization and other professional tools for PHP-Nuke |
|
|
 |
nextgen
Newbie


Joined: Jan 09, 2007
Posts: 15
|
Posted:
Sun Jun 28, 2009 4:29 pm |
|
I have never tried to setup nukefeed. How hard is it to getting running correctly |
| |
|
|
 |
montego
Site Admin/Owner


Joined: Feb 12, 2005
Posts: 1281
|
Posted:
Tue Jun 30, 2009 4:09 pm |
|
It is quite easy to do. Too bad you aren't using RavenNuke(tm) as its already integrated... |
_________________ “To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins |
|
|
 |
|
|