![]() |
Quote:
Upload the files and rerun all steps in the installation script according to the instructions in the "instructions.txt" file in the zip. *Do not* tell it to uninstall - if you do that, you will lose everything. Let me know if you experience any difficulties. |
K. I will prolly do it first thing after work.
|
Is there a way to "search" the files in vbulletin links database, if not - will Andrew be kind enough to add it? :P ?
|
Quote:
|
thanks :) works fine for me.
(but i do not use download..) |
you know how you can prevent double hits by disallowing hits for 60 seconds after being clicked. In a similar manner, how can I limit the number of downloads for a paticular amount of time after being click for the entire database?
Meaning, lets say I have file1.zip and file2.zip. I want to make sure that after the user clicks on file1.zip, he cant download file2.zip for another 60 seconds and vice versa. This must apply to ALL the files. |
Quote:
thanks |
Andrew I have a question to you. Is it possible to change the look of links and file database like https://vborg.vbsupport.ru/attachmen...&stc=1&thumb=1 in some close future :) why i am asking this this can give a very good look to links and file database and i am not good with html :)
|
Quote:
|
Quote:
|
Quote:
|
Quote:
If you're looking to prohibit multiple hits, then you have to put some similar code in another place. Go down to the lines that read PHP Code:
PHP Code:
|
Hi Andrew .. :)
I think I've found a bug .. :p I was in the process of adding a few more links to my site when I noticed something .. I'd added 2 new links to the 2nd subcat within a main cat and when looking at the front page the subcat I'd added the links to was bold within the Description area .. but so were all the subcats after it in the same cat and I'd not added anything in those subcats. I clicked on the main cat link and the list of subcats were correct on that page with only the 2nd subcat showing bold as it should. I went back to the front page and all the others were still bold .. Is there a missing close bold tag in the code? |
Sussed it ..
In the links_subcatbit template the closing bold tag is < b > instead of < / b > :) |
Quote:
|
thanks slave :)
|
Quote:
|
** 1.56 beta withdrawn ** We found a bug which hits only some users and produces invisible categories.
Attached, find the first beta for release 1.56. This is a 'tidying up' release, completing (I hope) the phrasing throughout the main and admin scripts. It also adds a few features that have been requested recently: - (Slave) addlink script accepts optional url=, name=, description= parameters to allow scripted new link creation - (Chings) optional admin timeout parameter added to prevent multiple hits in quick succession - (Lizard King) two choices for the linkbit template, selected on the admin page. The new template uses a fieldset layout. The main changes from 1.55b are in the admin script, giving better insight into category/forum associations and allowing you to download a csv file of hits when cleaning up the database. There are also two options for how category selection is handled within the addlink script (the existing pulldown menus and a fully expanded set of checkboxes). The choice of template for linkbit and addlink are specified on the admin page. I am separately uploading partially translated French and German xml phrase files. I'd be grateful if someone would go through these and translate the remaining English phrases (of course for any other languages too). As always with a beta, bug reports appreciated |
Upgraded from 1.55 to 1.56 and faced no problem. Everything is working good under 3.0.7 Thanks for the new layout Andrew
|
Just upgraded ..
I'm getting a mysql error when trying to get to the following link .. http://www.domain.com/local_links_ad...set=categories (Category Structure) Database error in vBulletin 3.0.3: Invalid SQL: SELECT forumid, forumpermissions FROM forumpermission WHERE usergroupid = 1 AND forumid IN() mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 4 mysql error number: 1064 Date: Tuesday 29th of March 2005 12:07:37 PM Script: http://www.domain.com/local_links_ad...set=categories Referer: http://www.domain.com/local_links_ad...set=statistics Username: Slave |
Just noticed that we seem to of got back the old bug of showing a link more than once in the "Some Random Links" section ..
|
Within the instructions.txt at 3.1.c ..
local_links_template.xml should be .. local_links_templates.xml |
Another bug with the "Some Random Links" page ..
When a link has a "See also" section .. it's only showing one cat even when the link is linked to multiple cats .. |
For those wanting to take advantage of the "addlink script accepts optional url=, name=, description= parameters to allow scripted new link creation" that AndrewD has kindly added .. I've found the following code to work with IE 6 ..
Code:
javascript:Q='';if(top.frames.length==0)Q=document.selection.createRange().text;void(btw=window.open('http://www.yoururl.com/local_links.php?action=addlink&url='+escape(location.href)+'&name='+document.title+'&description='+escape(Q),'AddToLinks','menubar=1,location=1,resizable=1,scrollbars=1,status=1,toolbar=1'));btw.focus(); Instructions for use .. 1/ Create a favorite within IE6 using any URL 2/ Right click this new favorite within the "Favorites" drop down and click "Properties" 3/ Within the "Web Document" tab replace the current URL with the code above remembering to change the "yoururl.com" part of the URL for the correct path to your local_links.php file 4/ Within the "General" tab replace the name to something like "Add URL to Link Database" 5/ Click OK, at which point it will ask if you really want to do it .. click YES 6/ Finally click "Tools" on your menu bar, click "Pop-up Blocker" and click "Turn off Pop-up Blocker". This will stop IE complaining that the site is trying to open a new window when you click "Add URL to Link Database" from your "Favorites" menu To add a link to your Links Database you can now do the following .. 1/ Goto URL using IE6 2/ Highlight some text you'd like as the description for this link 3/ Pick "Add URL to Link Database" from your favorites list 4/ A new page will open pre-filling the Name, URL and Description of your link 5/ Finalise the completion of this page as normal Finished! :) AndrewD .. your more than welcome to use the above in the instructions.txt if you'd like .. or do some of your own if you think I've not explained it very well .. ;) |
When renewed to the version 1.56, I don`t see any my categories..
Only: Home & Add (Cat) I can pass for link "action=links&catid=N", but a category is nonactive and I cann`t add links. At addition of category the choice of Parent Category I don`t see any my categories also. The options are proposed by default: template_category_selection - links_addnewlink_catselect template_linkbit - links_linkbit_table How to correct ? :ermm: Rgds. |
I just ran into a similar issue. Seems I missed the last couple of upgrades and after version 1.41 of this script, somehow the ability to define your own table prefixes disappeared and the installer insists on prefixing the tables as local_ so it just adds new blank tables if you were using another table prefix. I see no way to solve this without moving all the data around manually.
|
Quote:
|
I think problem not on prefixing (i`m upgrading from version 1.55), but in something other...
Only where ? :) |
Quote:
|
Quote:
|
Quote:
After version 1.41, I split the main code into several files. You must set the required table prefix in local_links_include.php (which goes into your include directory) and local_links_install.php (which goes into your admincp directory). |
Quote:
If you did, please PM me details of your board + a username with admin privs, so that I can take a look. |
Ah sorry...but I`m test this on localhost..
No prob with vers. 1.55.. I add how many a lot of categories and links.. But when upgrade to 1.56 I can`t see any my categories :( Clean installed 1.56 gives those errors... can`t see categories |
Quote:
I'll have a look here. |
Quote:
About the only bug I'm encountering so far is when using Administer > Category Structure. Looks like you hardwired the ACP dir on line 343 of local_links_admin.php, so if someone has changed their ACP dir name for security reasons, then the links under Access Permissions won't work. |
Quote:
|
Quote:
Funfone, is your board on a public web site - if so, can you pm me details plus an account with admin privs so that I can take a look. |
Andrew is it possible to add a custom field for this modification for the new layout that a user can enter a url for a image and this field will auto resize the thumbnail for 100x100 px ? Or maybe get https://vborg.vbsupport.ru/showthread.php?t=73040 this mode work with this hack ? My members want to include small thumbnails so bad and i can't find a stable way to do it.
|
Quote:
|
A couple of you (Funfone, Shadowfun) reported that you upgraded to beta 1.56 and can no longer see the categories you add/nor add any links.
I think the reason is that you did not re-run all the steps in the install/upgrade script. For this reason, some of the required templates and phrases are not available. Unfortunately, this means that any new categories that you add to your database are corrupt (to be precise, their parent is not being set properly). You can fix the problem by re-running the install script and making sure you carry out all the steps as indicated. I will correct the installation script so that this problem is caught before it becomes a problem. |
All times are GMT. The time now is 09:32 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:
|