Quote:
Originally Posted by civil78
I have a little problem. I go from the vbulletin admin panel into the log file of the statistics of Links and Downloads Manager.
In the table that appears in log of the last downloads, the 1st column that have the URL of the download doesn?t show the complete link. For example show in the image.
Please if anyone knows where I can change the code of the template of this table. Can I make it to show the complete link in two lines?
P.S. This isn't a problem of the weight of my screen. Between the 1st col and 2nd col the table have a lot of blank space.
|
Yes, this was deliberate. It's an easy change to the code in local_links_admin.php. Go to the line which reads
Code:
iif(strlen($myrow['linkurl'])<=48,$myrow['linkurl'],substr($myrow['linkurl'],0,45).'...').'
and simply change this to read