![]() |
|
#1
|
|||
|
|||
|
Moved this from pre-sales questions...
Hope others find this useful, I integrated a free service from ThumbShots.org into my VBAlinks site... See a demo here http://www.trumpetcentral.com/links/ I modified the adv_links_linkbit as shown in the attachment... One question, when someone clikcs on the thumbnail - I made it go directly to the links website... how do I howver cuase the "view" counter to increment? Any ideas out there? Thanks - InterFX |
|
#2
|
|||
|
|||
|
Hey interfx,
Nice little hack, I always wanted thumbnail images. I tried your hack and it worked, only problem is the lack of thumbs to be displayed. On one page featuring around 8 links, only one thumbnail shows up. I checked your site, and you have most of them on show .So I guess it depends on what subject your links are based on will determine number of successful thumb displays. |
|
#3
|
||||
|
||||
|
Interfx, nice hack. Adds a new dimension to it.
|
|
#4
|
|||
|
|||
|
Thumbnails only show up for the free version if the site is listed in DMOZ.org... Tell your persons to get their sites submitted to DMOZ.org - and then their thumbnails will show up in a few weeks...
If not, there is a monthly paid version which will show thumbnails of all sites... (of course for a fee) Good luck - InterFX |
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
I agree...
I also need help making the thumbnail image URL click, increment the counter of page views... Anyone know how to do this? This should be simple to do, but I haven't figured it out yet... Any ideas out there? |
|
#7
|
|||
|
|||
|
Quote:
Code:
<a href="showlink.php?l=$link[linkid]" target="_blank"> <img src="http://open.thumbshots.org/image.pxf?url=$link[url]" border="0" onload="if (this.width>50) this.border=1; this.alt='$link[name]';"></a> |
|
#8
|
|||
|
|||
|
Hey, that worked perfectly...
Thanks again for your help... InterFX |
|
#9
|
||||
|
||||
|
thank you interfx, definetly a good addon
|
|
#10
|
|||
|
|||
|
This info might be useful to some... I use the paid service from thumbshots, and for it (and maybe the free service too), dynamic urls need to be encoded so they do not interfere with the dynamic thumbshots url which returns the thumbshot (per the instructions in the member's area of thumbshots).
So this required a minor hack of /includes/functions_links.php. Below this line: Code:
$link['lastpostusername'] = stripslashes($link['lastpostusername']); Code:
$link['url_encoded'] = urlencode($link['url']); Last edited by coolegg; 02-06-2005 at 08:28 PM. |
|
#11
|
|||
|
|||
|
nice hack! added!
__________________
Urban Music Forum |
|
#12
|
|||
|
|||
|
Thanks a bunches for this!
Huggies*
__________________
~Some Days I Live Online ~*~ Some Days I Just Visit~ |
|
#13
|
|||
|
|||
|
can you write the steps for doing this hack?
|
|
#14
|
|||
|
|||
|
Very simple, find adv_links_linkbit in your VB Templates, and paste in the text in my original attachment...
That's it... Remember it uses thumbnails of sites listed in DMOZ directory... Good luck... InterFX
__________________
InterFX <br><br> my Clients using VBa: ChristianMom.com | BrassReview.com | TrumpetForum.com |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [REQ] - Top 10 or Latest Links side block. | ricoche | Modifications | 1 | 01-27-2005 09:36 AM |
| vBadvanced Links Directory RC3 Now Available! | Brian | Announcements | 37 | 01-24-2005 05:58 AM |
| Replying to Links | ricoche | "How Do I..." Questions | 3 | 09-15-2004 12:13 PM |
| Top X Links Block... | Shon | Feedback & Suggestions | 3 | 07-23-2004 12:54 PM |
| vBadvanced Links Directory Now Available! | Brian | Announcements | 26 | 07-07-2004 11:43 AM |