Registered: 12/07/03
Posts: 131
Loc: Brantford, ON Canada
Dumb question from *greenie* here. Which file do I alter in order to change the default font for links listings? They currently display in 12pt/10pt arial; I'd like to make it verdana or tahoma. <br /> <br />Thx!
fishtails
Enthusiast
Registered: 06/19/02
Posts: 307
Loc: Fernandina Beach, FL
[]Sky YYZ said:<br />Dumb question from *greenie* here. Which file do I alter in order to change the default font for links listings? They currently display in 12pt/10pt arial; I'd like to make it verdana or tahoma.<br /><br />Thx! [/]<br /><br />links_show_links.php around line 180. Eventually all of the script will be based on the css.
[]Sky YYZ said:<br />Ran into the same issue myself. First, drop the two tables it created in phpMyAdmin. Then look in links_admin.php and replace the create table w3t_links code, (found around line 488), with:<br /><br />CREATE TABLE w3t_links_categories <br />( <br />cat_id int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, <br />parent_id int(11) DEFAULT NULL, <br />title varchar(50) NOT NULL DEFAULT '', <br />cat_desc varchar(60) DEFAULT NULL, <br />cat_order tinyint(10) NOT NULL DEFAULT '0' <br />)<br /><br />Now run the install script again. <br /><br />I think I read that fishtails is planning to update the install script when time permits.<br /><br />Jason [/]<br /><br />Worked....thanks. <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />
ksanuk
Member
Registered: 02/06/02
Posts: 297
Loc: Bangkok, Thailand
Hi,<br /><br />Found a small bug in the Top Rated links script. While the averages are calculated correctly, the links are ordered on total amount of points they have received.<br /><br />This means that a link with 3 times a 1 star rating will appear before a link with once a 5 star rating.<br /><br />Anyway, obviously not a major issue, but figured I'd point it out anyway.<br /><br />Sanuk!
I am just starting a threads driven site and had a question about TLD. I have it installed and I can't seem to make a sub folder.<br /><br />1. I go to the TLD panel<br />2. I click on ADMIN<br />3. I click on "Show Categories"<br />4. I enter a new category in the box where it says ""Add Sub Category"<br />5. The category gets added, but not as a sub categrory, it is a top level category.<br /><br />What am I doing wrong?....
_________________________
N Grant Swaim Administrator autotech-elearning.com
JoshPet
I type Like navaho
Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I installed this for him last night.<br /><br />I just applied this fix for you.<br /><br />The file was actually links_admin.php<br /><br />Thanks. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
JoshPet
I type Like navaho
Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yeah, I knew what you meant, just thought I'd post in case anyone else wanted to make the fix to their copy. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
Wow, four posts in an hour...<br /><br />Thanks Josh! I didn't want to bother you with it... I just assumed it was operator error.<br /><br />By the way, do you ever sleep. I went to bed at midnight and you installed Chat and Links after that. Thanks for the hustle!<br /><br />Grant
_________________________
N Grant Swaim Administrator autotech-elearning.com
JoshPet
I type Like navaho
Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
LOL<br /><br />I never sleep. <img src="http://www.ubbdev.com/forum/images/graemlins/tongue.gif" alt="" /><br /><br />But I dream of someday being able to sleep. <img src="http://www.ubbdev.com/forum/images/graemlins/grin.gif" alt="" />
Well you add it in your UBBTHREADS templates ubbt_registerednav.tmpl and ubbt_unregisterednav.com<br /><br />Now I visited your links. You might want to run the create table for links. Or if you problem was the creation of that one table you can go a few posts up and get the updated command.
steelhead
Power User
Registered: 01/14/04
Posts: 99
Loc: Portland, Oregon
I forgot to add the comment that you are dealing with a dork so type slowly, and clearly . ; )<br /><br />I don't see were to add it in my trnp files ubbt_registerednav.tmpl and ubbt_unregisterednav.temp I don't see anything in there for links, What should it look like?<br /> <br />Also, you say I should also run the create table for links. How do I do that?
Steelhead, Mmmm....hey, don't try taking any titles away from me!! <img src="http://www.ubbdev.com/forum/images/graemlins/cool.gif" alt="" /> I'm the biggest numb-nutt when it comes to this php schtuff.... <img src="http://www.ubbdev.com/forum/images/graemlins/laugh.gif" alt="" /> But with time and patience from the many others who've helped me....I'm slowly learning. <br /> <br />I'm not sure that you and Chuck are on the same sheet of music here and to be quite honest...you have lost me as well...but hey, it doesn't take much to lose me on this schtuff. <img src="http://www.ubbdev.com/forum/images/graemlins/tongue.gif" alt="" /> It almost sounds like you are trying to figure out how to add links to your database. However, if that is not the case...then what Chuck is refering to is that if you want to make life a bit easier on your members and would like to integrate a link to your top menu for them...then you would need to add the hyperlink so that they can click on it so it can bring them to the TLD. <br /> <br />If that is what you're trying to do...then go to: <br /> <br />ubbthreads/templates/default/ <br /> <br />Open ubbt_registerednav.tmpl (this is the menu bar that your registered users will have available to them) <br /> <br />Edit this file adding the following code somewhere in between your other links: <br /> <br /> · <br /><a href="http://www.qualityfishing.net/ubbthreads/links.php" target="_top">Links</a> <br /> <br />Next, you'll need to open and edit: <br /> <br />ubbt_unregisterednav.tmpl (this is the menu bar that your unregistered users will have available to them) <br /> <br />Edit this file adding the following code somewhere in between your other links: <br /> <br /> · <br /><a href="http://www.qualityfishing.net/ubbthreads/links.php" target="_top">Links</a>