![]() |
Excellent hack, thank you.
Can I please request an enhancement? I want to list retailers on our site but it galls me somewhat that they will be getting free advertising. I want to have 'premium' links which are displayed at the top and charge them for this service. I appreciate this might need a 'display order' field in the link table and admin page and the order sql will need the 'order by' bit changed. E.g. to order by displayorder ASC,title ASC etc But I think being able to set a display order would be a useful feature. I would, for example, set all normal links to a display order of 1 and all advertisers an order of 0 so the premium advertisers get listed alphabetically at the top. It would also be great to be able to put a separator - just a small gap - between the premium links and the normal ones. Is this something you'd be interested in adding do you think? |
Quote:
Indeed, others have asked for something similar, and it's quite easy to add. I'll hav a look this weekend. |
Thanks, Andrew.
Had another idea. Our links resource relates to audio visual resources. It includes manufacturers, distributors and retailers of AV gear. Very occasionally these companies don't have a website. In addition the retailers - partiularly those who are paying for a premium listing - would value having their phone number up there. Is it at all possible to include entries where the link isn't active (because very occasionally the organisation has gone bust or doesn't have a website) and include a separate optional column for a phone number? Thanks |
Quote:
If you send me an email, I'll reply with the beta code for your previous suggestion - display order + separator bars. The display and database code is written but not the admin code to modify the display order, so you have to use phpmyadmin. |
Email sent, thanks.
|
I have found a small bug.
In the admin page listing of duplicate links, the links to the categories read as, for example: HTML Code:
http://www.avforums.com/forums/local_links.php&catid=6 |
Quote:
yep! thanks |
Andrew,
based on initial usage, I have another important feature request. Some links might mistakenly be put into wrong categories. Or people might not know which to use. In addition, people might use inappropriate wording in links trying to spam people etc. I think a category specific 'instructions' text field displayed when adding a link would be very useful. In this field, one could enter specific instructions guiding people on how to enter new links and warning them not to abuse the system. Hope you agree this would be useful. |
Quote:
|
Yes that would be fine.
It's mainly to give guidance on what is and isn't allowed to be posted in the link description. Today we had a retailer post an essay on how great they were. That's not appropriate, obviously. |
Andrew, I have a suggestion -
Many sites do recripocal links. Ettiquite is when requesting a link, you place the other site's link first, then request. What I have always found troublesome is verifying that the recripocal link actually gets placed - Is there a way you can incorporate a way to remind the site admin that they are waiting on a link so they know to check and make sure a link got placed? |
Quote:
|
Bad timing, possibly. Something to think about, perhaps, while you are away.
How about a 'your favourites' category? A category which is created by default upon installation with an admin option to use it or not. It's display order is at the top by default. (Which as an aside makes me think that maybe categories should have a display order also). If enabled, every link in the database has an 'add to favourites' link which adds that link to the favourites list for that member. That link is then displayed in the 'your favourites' category. Each link displayed in the 'your favourites' category has a 'remove from favourites' link against it for obvious reasons. I thought that maybe this functionality is duplicating your browser favourites list, but the advantage in using the forum links database is that we validate the links regularly and maintain each user's list irrespective of which browser they use (some use several). |
I am haveing one tiny problem
the hit counter is not working ? it stays at 0 ? what did i miss ? |
Quote:
|
You just got yourself an install ;)
|
I plan to add an "extended description" in the add_link. How would I go, if there are no links, instead of displaying the error to display that?
|
Quote:
You want to add an extra field in the links table which contains extended text concerning the link? And you want this field to be displayed if the link is missing/invalid/? Adding an extra field to the database is quite easy - although you will mess up any upgrade path that I offer - but you will have to make quite a few changes to avoid the error checking for valid/invalid/missing links. Maybe you could explain what you try to do - there may be an easier approach. |
Thanks for your reply. I am using this to display references: pdf, mp3, external pages etc... and it is working great for me. I'd like to be able also to display biographies. For that I thought of using the description field only, but if there are nothing in the url field, I get an error message.
What would be awesome would have been for the description box to have the same features than vbulletin newpost.php with attachment etc... but I'll be content with the ability to bypass the url field. |
anyway to make user add files, but need an admin to validate them?
|
Quote:
- allow the appropriate user groups to create new links - turn on moderation - set the admin group as moderators :) |
Quote:
|
I added the free editor from http://www.interactivetools.com/freescripts/
with which, with a couple of hacks provided there you can create template and make the contents display the way tou want it. BUT, how do I make description display html? |
here is what I did so far:
I downloaded and installed the link above in less than 5 minutes. Added a table below linkdesc table with same attributes and called it extendedlinkdesc In the script, after every instance of linkdesc or $linkdesc, I added a similar line for extendedlinkdesc or $extendedlinkdesc with conditionals, I made a-the editor show only to certain usergroup b-if condition $extended is not null then the link is different or, like in the thumb example, there is a ... more link. I copied entire function if ($_REQUEST['action'] == "jump") into if ($_REQUEST['action'] == "extendedjump") in order to create inhouse jumplink (the more link) here is where I am fumbling a-the extendedjump field does not display html b-I'd like for the extended jump link to do an eval, call template extended jumlinkbit where all I would have in there will be $extendedlinkdesc, so it display within site template. For the http:// error, we could tell the script that if http:// is empty, then to use my site url (it will not display anyway. That is just to trick the link check). Would be swell to limit that only if extendedlinkdesc is not empty (only admin and mod see it), in order to prevent people from posting blanks. |
Error when i update my links option (who can view, etc)
Warning: opendir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/blamina/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/blamina/public_html/forum/local_links.php on line 2630 Warning: opendir(/): failed to open dir: Operation not permitted in /home/blamina/public_html/forum/local_links.php on line 2630 The following setting(s) are invalid file_icons_dir : / Go back |
I did a nice little addition to rating
below: $linkrate = round($links_totrate[$linkid] / $links_numrate[$linkid]); I added: $thevote="<img src=\"images/rating/rating_$linkrate.gif\">"; and in template ratebit, I swapped $linkrate with $thevote. :squareeyed: For the rate itself, I am planning to place the navbar type vote which opens with the stars |
Quote:
|
Quote:
|
Nice Work :up:
I have the MOD installed on my forum. Is it posible to change the .xml file to dutch? Yesterday I changed the text between the <br> and </br> and I thought it would come on the forum in dutch. No luck, it's still english... What is the problem? Can anyone help me? Sorry for my bad english. |
Quote:
I need to do a proper language pack job on this hack, but that was a low priority while things were still in development. |
Quote:
I'll try it out. |
Quote:
But I see also that you are setting file_icons_dir to "/", so I presume you've dumped the icons into the main forums directory. Move them into a subdirectory, e.g. set file_icons_dir to (e.g.) local_icons/ |
Quote:
|
Quote:
Code:
Warning: opendir(): open_basedir restriction in effect. File(/forums/images/link-icons/) is not within the allowed path(s): (/path/to/my/lib/php:/usr/local/lib/php:/tmp) in /path/to/my/forums/local_links.php on line 2630 HELP!! |
Quote:
|
Quote:
Your system manager has configured your account so that people like me can only write scripts that do a "directory listing" in certain places in the file system. Unfortunately, she has set it to forbid "directory listing" access to your web site directories. My script tries to read the icon directory a) to be sure that it exists at all, and b) to see which icons are there. Step a) fails because of this setting. I'll fix the code to deal with this situation. I realise on further thought that a full fix is probably not possible for sites that have set open_basedir. I can get round the error message by not doing the error checks - but this will only be satisfactory if you make sure that you enter a correct directory and if you ensure you provide icons for every file type that you make available for download. Otherwise the user will see missing images for downloadable files when the icon isnt available. Can you guarantee this? |
Quote:
|
Quote:
So have a look in the insert_link code and in the do edit link code. You'll find that the database insert/update statements wrap several fields in a call to htmlspecialchars(). |
OK, I got my problem resolved. I went into the control panel for that m host provides and turned on directory listing for that folder.
Thanks Andrew for the heads up on why it was failing. |
Thank you Andrew :up:
|
All times are GMT. The time now is 09:55 PM. |
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:
|