![]() |
Quote:
|
One small request, heh, maybe not too small. How about allowing banners. Uploaded, or linked.
|
Lil one's tho :)
|
you know how you can exlude domains from the site referrer list. Well I want to know how I can bring back those domains I excluded?
|
DrkFusion-
I need to replace "catagory" with "category", but its not so easy. I have way too many styles to do this manually. Any suggestions? I tried the find and replace, but its only listing one template, and I know there are more. |
Smoothie, there should be 2 ways you can do this, one way is set your board to debug (be careful) and edit the global template, which will affect all styles. (I would say this is the most effective way) but be careful
or you can go into a database administration software like phpmyadmin, first go to your admin, find out the template ids for the global templates, and then run [SQL]SELECT * FROM `template` WHERE templateid=globaltemplateidonly[/SQL] I would really suggest the first one, because you have so many styles, you might want to look into closing yourboard while doing these jobs to be on the safe side, we really do not know how many stuff debug mode opens to the public if any, so be safe, but it is the easier way, the 2.X update will have this. Sorry, and good luck Smoothie |
Quote:
Also the standard banner (468x60) will not fit in any of the current tables, so if you want those sorts of banners then for the mod, I can add a new <tr> if you want buttons thats ok, but to benifit all, I will include instructions for both :) |
DrkFusion,
You say the next release will fix the spelling errors? Ok, I just checked, out of the 13 templates, 3 of them have the word catagory, with a total of 5 instances. So, 9 styles x 5=45 changes I have to make. :( |
Did you try the first way above?
:) |
What I did was find and replace in the templates with a text editor. Then debug mode on, edited the vblinks global templates. Replaced drkslinks_main, drkslinks_error and drkslinks_addnewlink templates.
|
So everything is fixed?
I see the html problem was fixed too. Note, the same html problem is on browselinks, Top 10 visisted, and top 10 last added Sorry about the template errors, I focused alot on the code for the release, and really did not revise the templates. |
Quote:
|
Im not sure if this has been covered yet but for some reason whenever I try to admin the links directory in the admin panel I must submit my username and password each step of the way. Sometimes to do one function such as remove a link, it asks me for my username and password 3 times. Any ideas? Great hack by the way. Are you planning to add a deeper directory structure and the ability to move links? Just wondering. Thanks in advance.
JakeC |
Quote:
Ahhh well, never mind. |
OK, after some messing around and forgetting to upload the links.php (i was a bit merry on boxing day) file i got the hack working on 2.8.
Nice hack, thanks. |
@Axe, we do not do hosting anymore, the site will go up soon, no hosting :-/ (plans changed) we lost one of the business locations.
|
@Axe, we do not do hosting anymore, the site will go up soon, no hosting :-/ (plans changed) we lost one of the business locations.
|
No vb codes?
I want to bold something.. <b> and [b] doesnt work :( |
Units, currently no, but if its something you would like to see in the 3.0 version (which by the way is nearing completion) you are welcome to confirm a suggestion.
|
Great hack! Installed and rolling with it. Works really nice. :)
|
Quote:
|
Ratings for version 3.0 drk!
|
Mist, its in
Units, the number of links is not done through design, but through coding, it is in vB links 3 |
I understand that.
But thats one feature all my members are requesting at the moment. |
Version 3.0 is very near to completion...
Satan |
Look forward to the release of Version 3.0, so going to be released in this year or next year? :)
|
Quote:
Please don't think I am not supporting this hack, hopefully you can look at it my way, alot of unhappy clients...alot of them, design, code, network, server building and stuff. Sorry Again, you are welcome to add it manually, but it is standard in vB Links 3.0 and I will provide full upgrade information, so you won't have to worry about loosing data. |
Quote:
I am planning to make 2 versions of vB Links Directory 3.0 [One for vBulletin 3.0 and another for the vBulletin 2.2.x] |
For those who are interested in catagory counts, this might help some...
1. Edit your vB Links Directory Templates > drkslinks_catbit file as such (for example) -- I've added a [$linkcounted] to mine, more on what it is .... PHP Code:
2. In the links.php, change PHP Code:
PHP Code:
|
I'm running into the apostrophe problem like Visionray was on page 10. Basically when I try to add a link with a ' in it, it will not upload. There was a fix given but it appears it was for an earlier version or something because the code looks different. Any help you could give would be very much appreciated. Thanks.
JakeC |
Here are some basic information about vB Links Directory 3.0
vB Links Directory 3.0 Features Administration: ? Better Category Management ? Better Link Management ? Full Management of settings (Name, fields, extras) ? --->You can set the name of your links directory, and fields, for example, instead of showing the word hits: you can put visits, or views, and instead of having a standard name of "Site Links Directory" you can set it in the vB options to be "Site Link Database" or "Site Links" or "Site Plugin", you can disable and enable features such as ratings, add links, user editing, user viewing. ? Advanced Link Validation System (better then current) ? Button/Banner Management ? New Sub Category Management ...(Will list more as finish date nears) Links Directory (Public): Main:: ? Categories ? Sub Categories ? Number of Links in each Category ? Descriptions ? Search Category View:: ? Sub Categories ? Link Name ? Link Description ? Link Rating (Average) ? Admin Options (Viewable to admins, and others you specify) ? Search ? Link Hits Extras:: ? Built in Mini-Topsites (Can be disabled) ? Top 10 Visited Links (Can be disabled) ? Last 10 Added Links (Can be disabled) ? Banner Rotator (Can be disabled) ? Full Mas view (Can be disabled) These are just some features of 3.0, which will be released with it:) |
Yes but it's not released yet :p
|
Quote:
|
Quote:
|
Dude.. My members are saying that they add there link, and it doesnt show up. I checked the link validation thing, and it said its off..
Im an admin, so i could see the link.. But they cant, any suggestions? |
Hi,
This is a very cool hack.... but lacks a couple things, namely in the category functionality. Does anyone know how to add the category into the form when validating or editing a link? Any help would be appreciated. Thanks, Elvis |
Well,
This isn't anything fancy... but it's my first hack (and of a hack), so go easy on me. ;) Replace weblinksadmin.php with the one attached here (weblinksadmin.php.txt), and you'll be able to change categories in both the Link Edit and when you Validate New Links. I also sorted View ALL Links by linkid. Again, it's quick and dirty, but it works. All my changes are commented... just search the file for ' Elvis '. Lemme know what you think... perhaps someone else can clean it up, and make it more efficient. Elvis |
I gave it a try and I got an error when I tried to validate a link. Here is the error:
Quote:
JakeC |
Quote:
PHP Code:
|
Ok, I got it. For some reason when I saved the file everything was run together and not in any structure of any kind. So, I just copied and pasted into a php file and it works great. I havent been able to test it thoroughly but it works great so far. Thanks for a great update. I really like it.
JakeC |
All times are GMT. The time now is 04:07 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:
|