![]() |
@Xtrm2Matt
Quote:
|
Thanks :)
|
Thanks for this hack. It's really good.
I've translated it into french (only the user visible part). I've also made a little style modification. Hope you'll like it :-) |
I'm getting a "status unknown" for all of the dloadz atm, what's going on?
http://www.juicyduff.com/forum/local_links.php |
get a small problem when i tried to install
Error SQL-query: -- -- Table structure for table `local_linkslink` -- CREATE TABLE `local_linkslink` ( `linkid` int( 11 ) NOT NULL AUTO_INCREMENT , `linkname` varchar( 255 ) NOT NULL default '', `linkdesc` text NOT NULL , `linkurl` text NOT NULL , `linkhits` mediumint( 8 ) unsigned NOT NULL default '0', `linkforum` smallint( 5 ) NOT NULL default '0', `linkcheck` int( 10 ) unsigned NOT NULL default '0', `linkstatus` int( 10 ) NOT NULL default '0', `linkdate` int( 10 ) NOT NULL default '0', `linkusername` text NOT NULL , `linkuserid` int( 10 ) NOT NULL default '0', `linkmoderate` int( 2 ) NOT NULL default '0', `linkmoddate` int( 10 ) NOT NULL default '0', `linkreviewfreq` smallint( 5 ) NOT NULL default '0', PRIMARY KEY ( `linkid` ) , FULLTEXT KEY `namedesc` ( `linkname` , `linkdesc` ) ) TYPE = MYISAM AUTO_INCREMENT =1 MySQL said: Documentation #1283 - Column 'linkname' cannot be part of FULLTEXT index any ideas how to fix it plz |
Excellent hack! Just got a quick question for you (don't we all?). I'm using this as a URL link manager for my reciprocal links. Right now, the links are all pointing to an internal link, like http://www.mydomain.com/forum/local_...tion=jump&id=3. Is there a for the link to show the actual link? My link exchange partners won't be too pleased when they find their inbound links gone.
|
Quote:
I've just done this to one of your entries that was showing "status unknown". After accessing it and refreshing the links page, the description has changed to saying [52 kbytes] i.e. the file size. If you don't like this behaviour, you can always edit the links_linkbit template. Find and delete the line which reads as follows: Code:
<if condition="$linkstatus==0"> [$vbphrase[ll_unknown_status]]</if> |
Quote:
The easy way is to go to the links admin page and change the setting of force_redirect to 2. This makes all your links completely visible, but it has the side effect that the hit counter no longer works. An alternative is to edit the links_linkbit template. Find the line which reads Code:
<if condition="$linkurl"><a href="local_links.php?action=jump&id=$linkid" target="_blank"></if>$linkname<if condition="$linkurl"></a></if> Code:
<if condition="$linkurl"><a href="local_links.php?action=jump&id=$linkid" title="$linkurl" target="_blank"></if>$linkname<if condition="$linkurl"></a></if> Please note that this will make the location of all your links and downloads visible, so you will not be able to hide things. |
Quote:
|
version 4.1.9
|
All times are GMT. The time now is 10:51 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|