![]() |
Quote:
|
Oh wow! I love this hack! THANK YOU SO MUCH!
|
I had a table full of categorized link items already and wanted to migrate it into Links 1.51 so that it could become the foundation of my collection. It was a duplicated system up to this point where people would use a forum for URL discussion and I was manually updating a table with phpmyadmin. Anyway, this solution fixes all that.
So I wrote my own php script to import the stuff and I figured I'd share it here in case anyone else has to do something similar.
I then had trouble with apostrophes from words like can't, so I had to use the addslashes() function on the titles and descriptions I was importing. But it worked, and very well. I was able to populate Links with about 400 links, all into the right categories. Here's the ugly amateurish php script with some extra echo commands I used for testing. You can omit those: Code:
<?php Attached are FROM (the original news/links database) and TO (Links 1.51) screen caps. |
I noted earlier that mass move of links to a different category or mass change of permissions would be very welcome, is there any hope of seeing this in the future? :)
|
Quote:
|
I have a simple question
How can I remove the image on the section place. For example on a HD links database I run: http://www.juicyduff.com/forum/local...=links&catid=2 The avatar at the top messes things up and I don't want it to be there, how would I make it NOT display there? "Avatars [img(removethis)]http://www.juicyduff.com/dloadz/avatars/wellysm/2.gif[/img(removethis)]" - Also, that displays on the title at the top near forum navigation ... I want that removed too. BTW - AWESOME HACK! |
Quote:
Put your image tag into the category description (if you want it to appear in the category listings) or into the extended description (if you want it to show up only in the category itself). Don't put it into the category name. |
Hi Andrew,
Perhaps I was too vague and should make myself more clear: Sorry, but the 2 solutions failed to solve the problem: Bascically, I want the avatar to remain where it is on the front page but its image NOT be displayed how it is in the link above but to remain where it is. Here is the main page: http://www.juicyduff.com/forum/local_links.php You can see that the "wallpapers" images is moved, basically I only want the thumbnails to be on the left handside (category) and no where else. Thanks, your help is appreciated... |
Quote:
As you observe, if you put an image tag (or any other tag) into the category name, then the tag also shows up in the navigation bar as text. (I'll see if I can check for that condition and remove it, but I need to be careful that I don't kill anything else in the process.) What you could do (easier if you are the only person creating categories on your board) is use the description or its extended description purely to hold the bbcode image tage, and modify the template accordingly. For example. you could use the description to hold only the image tag and put the accompanying text into the extended description. So, you might edit these lines in the links_main template: Code:
<tr align="center"> You would also have to make a similar change in the links_catbit template, where the three variables are $catname, $catdesc amd $cattext. Code:
<tr valign="top"> |
Unfortunately that didn't work :(
|
All times are GMT. The time now is 01:47 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:
|