Josh, your a star!<br />I tried copying the sql code from the file myself and enter it in the threads sql box, i guess i must have copied it slightly wrong as i got errors!<br />But now it's working like a treat!<br />thanks m8!
As I see there is a V1.8 avaible at the start posting. I take a look and its not compatible with threads 6.5 too. It use the old way for languages.<br /><br />I try to change this and test out the version but I get strange results in my library. Must the DB changed if I do an Update from 1.5 to 1.8 ? Is the 1.8 compatible with php5 register global off?
AllenAyres
I type Like navaho
Registered: 03/10/00
Posts: 25452
Loc: Texas
hmmm... updated original post with latest bugfixes to use threads 6.5. It should run fine <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
hi. i have a prob. when my users submit a site, the 'date submited' shows up the same all the time.... like 01/01/70 or something like that.. i guess its something to do with the date_added in my database field. should it be null for default? what else must i make sure its adjusted? thenks
Thank you for the update, but I have still problems. I use a old 1.5 version for a long time. Some month ago someone post a version wich works with globals=off in this thread. <br /> <br />This version works fine for me. No problem with php5 and no big problem with ubb 6.5 <br /> <br />After installing this 1.8.1 the links index page looks fine ( http://www.dragonclan-forum.de/ubbthreads/links.php ) but if yo try enter a section or edit a link the chaos begins. <br /> <br />Is a database modification needet to bring this to work again ? <br /> <br />/edit: I try to submit a link or create a category. Everytime I get an error that nothing is submited. I fear this version is not compatible with php globals=off <br /> <br />I have to put my backup in again. <br /> <br />Can anyone verify this ? <br /> <br />/edit: First bug found? In links_show_cat.php there is a $parent_id = "= $id"; <br /> <br />in my version this is only: $parent_id = $id; <br />
here is my version of links1.5<br />I do a compare between my version and 1.8.1. I use Beyond Compare and clean out all minor changes. The leftover differences are major changes between the versions. The followings files contains differences:<br /><br />links.php<br />links_admin.php<br />links_rate_link.php<br />links_redirect.php<br />links_show_cat.php<br />links_show_links.php<br />links_submit_form.php<br />links_submit_link.php<br />links_submitrate_link.php<br />links_toprated_links.php<br />template/default/links_footer.php (just the copyright notice)<br /><br />there are some differences in the code belongs to ' and ". I m not sure if these are the same in php so I leave it unchanged. In some places my code dont have ' ' around a value and the new one have " ". You will see it if compre it.<br /><br />This pack works fine for me. Maybe this helps to find out why the new version doesnt work.
AllenAyres
I type Like navaho
Registered: 03/10/00
Posts: 25452
Loc: Texas
[]Zarzal said:<br />/edit: First bug found? In links_show_cat.php there is a $parent_id = "= $id";<br /><br />in my version this is only: $parent_id = $id;<br /> [/]<br /><br />That does look odd, there's also:<br /><br />$parent_id = "= $parent_id";<br /><br />and in links_show_links.php line #124 there's:<br />$parent_id = "= $id";<br /><br />hmmm... I'll ask <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
this looks better. Links 1.8.1 begins to work on my site. The main index is ok and subcats too. You can browse links without problems. But there are still 3 problems: <br /> <br />1) The redirector doesnt work. If you click a link I get a blank page, on top of the page a horizontal line, below that line a 'generated by Opera', thats all. Nothing happen. <br /> <br />[update] It seems that is related to Opera. Some Kind of protection. It work with IE. <br /> <br />2) You cant edit any link. If you click the green led-button to edit a link you get the edit mask but without any data. The fields are still empty. <br /> <br />3) If you try to submit a link you fill out the form and send it. You get an answer that 'http:// (nothing more)' isnt correct. It seems that the input from the form is not submitted to the script. <br /> <br />I put back may backup in again....
yes, 1.5 works real fine. Little bit above I attach my files. The thing with the redirector is Opera related, my fault. But the empty Input mask must be something different. I run on ZEUS, not on Apache with php5.x <br /> <br />As I notice in my 1.5 there are some additional varibales in some places. If you compare you see it. I do some testings but cant find out where is the problem with the input. <br /> <br />I cant edit <br />I cant send new one
AllenAyres
I type Like navaho
Registered: 03/10/00
Posts: 25452
Loc: Texas
That's a little over my head. I'll look at it, but I'm not sure if I can fix it. If someone else wants to take a look first, be my guest.<br /><br />Files updated with minor xhtml-bugfixes <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
I get this error when try to add a category.<br /><br />SQL ERROR: Fri, Jan 07 2005 10:29:22 +0100 Unable to do_query: INSERT INTO w3t_links_categories (parent_id, title, cat_desc) VALUES (0, 'Resa', '')<br />Resa was added to the database.<br /><br />It worked before I switched webhotell.<br /><br />Thanks<br />/Stefan
I combined mine with thumbshots.com to get a nice layout: <br /> <br />ViperAlley Resource Directory <br /> <br />I put a two-tiered display into place - nonmembers see the "free" thumbnail service which provides thumbnails for those sites listed in the DMOZ. My paying members see the paid service provided which provides for thumbnails of every site listed in the index.
dparvin
Member
Registered: 08/08/04
Posts: 184
Loc: UK
I would like to make my admins control of this, so my moderators have to have links approved and turn off the delete feature for them.<br /><br />Can someone tell me how to do this please?