php forum
php mysql forum
php mysql smarty
 
Page 19 of 21 < 1 2 ... 17 18 19 20 21 >
Topic Options
#248060 - 04/13/05 02:50 AM Re: TLD Bv1.5 Released - Threads Links Directory [Re: SurfMinister]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK

   Re: TLD Bv1.5 Released - Threads Links Directory to Del.icio.us Add to del.icio.us
  Digg Re: TLD Bv1.5 Released - Threads Links Directory Digg it
[]AllenAyres said:<br />I can look at this for you if you like, it's probably easy, tho I'm not sure... been a while since I looked at the code. [/]<br /><br />Thanks Allen <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
parentforum.org

Top
#248061 - 04/13/05 09:21 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: DMClark]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25432
Loc: Texas
Untested:<br /><br />OPEN links_admin.php<br /><br />FIND:<br /><br />
Code:
<br />// -----------------------------<br />// Make sure they should be here<br />   if (($user['U_Status'] != 'Administrator') &amp;&amp; ($user['U_Status'] != 'Moderator')) {<br />      $html -&gt; not_right ("You must be logged in, and be a valid administrator to access this.",$Cat);<br />   }<br />
<br /><br />REPLACE WITH:<br /><br />
Code:
<br />// -----------------------------<br />// Make sure they should be here<br />   if (($user['U_Status'] != 'Administrator')) {<br />      $html -&gt; not_right ("You must be logged in, and be a valid administrator to access this.",$Cat);<br />   }<br />
_________________________
- Allen wavey
- What Drives You?

Top
#248062 - 04/14/05 02:42 AM Re: TLD Bv1.5 Released - Threads Links Directory [Re: SurfMinister]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
Thanks Allen, I will try that when I get home and let you know <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
parentforum.org

Top
#248063 - 04/23/05 02:17 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: DMClark]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
Bit late of me <img src="http://www.ubbdev.com/forum/images/graemlins/rolleyes.gif" alt="" /><br /><br />This works fine, thanks Allen
_________________________
parentforum.org

Top
#248064 - 04/23/05 10:20 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: DMClark]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25432
Loc: Texas
glad it worked for you <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#248065 - 05/26/05 12:22 AM Re: TLD Bv1.5 Released - Threads Links Directory [Re: SurfMinister]
MattUK Offline
Journeyman

Registered: 11/23/01
Posts: 137
I'm not getting a setup screen which I think I should be?<br /><br />Instead I get<br /><br />Script:<br />Line#:<br />SQL Error: select command denied to user: 'bm3wadmin@localhost' for table 'w3t_links_links'<br />SQL Error #: 1142<br />Query: SELECT lid,cat_id FROM w3t_links_links WHERE approved = '1'<br /><br />Please use your back button to return to the previous page.

Top
#248066 - 05/26/05 01:17 AM Re: TLD Bv1.5 Released - Threads Links Directory [Re: edr]
MattUK Offline
Journeyman

Registered: 11/23/01
Posts: 137
Ok ive created the tables manually and its working now, although not sure why i didnt get the admin menu asking me to install and create all these?

Top
#248067 - 05/26/05 01:23 AM Re: TLD Bv1.5 Released - Threads Links Directory [Re: statusblue]
MattUK Offline
Journeyman

Registered: 11/23/01
Posts: 137
Ah, another problem.. when submitted a new link I get<br /><br />Warning: mail(): SMTP server response: 501 5.5.4 Invalid Address in g:\webs\www.bm3w.co.uk\public_html\ubbthreads\links_submit_link.php on line 93<br />Could not notify admin<br /><br />Do we need to set an address somewhere?

Top
#248068 - 05/29/05 06:44 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: statusblue]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25432
Loc: Texas
Sorry Matt, on holiday. I'll check it out when I'm back home and have access to my computer (1-2 days) <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#248069 - 06/04/05 10:18 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: statusblue]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25432
Loc: Texas
[]MattUK said:<br />Ah, another problem.. when submitted a new link I get<br /><br />Warning: mail(): SMTP server response: 501 5.5.4 Invalid Address in g:\webs\www.bm3w.co.uk\public_html\ubbthreads\links_submit_link.php on line 93<br />Could not notify admin<br /><br />Do we need to set an address somewhere? [/]<br /><br />It uses the forum's email address set in the control panel. Double-check that your forum's email address is a current legit one.
_________________________
- Allen wavey
- What Drives You?

Top
#248070 - 07/20/05 09:17 PM TLD Bv1.8.3 Released - Threads Links Directory [Re: ]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25432
Loc: Texas
Download zip updated to 1.8.3 - a few bugs fixed <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br /><br /><br />One was in the links admin where the admin viewed links submitted, the link to the username didn't work, now it does <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#248071 - 07/21/05 08:44 AM Re: TLD Bv1.8.3 Released - Threads Links Directory [Re: SurfMinister]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
Thank you for this Update. The V1.83 is the first version behond 1.5 that will work on my server. But the are 2 typo bugs in links_submitrate_link.php<br />On Line 39 and 59 you must add \ to the " around the word top or you get an error while trying to rate a link.<br /><br />Good work ! <img src="http://www.ubbdev.com/forum/images/graemlins/bow.gif" alt="" />
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#248072 - 07/21/05 11:05 AM Re: TLD Bv1.8.3z Released - Threads Links Directory [Re: landyphil]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25432
Loc: Texas
Thanks for the bugfixes, download zip is updated in the first post <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#248073 - 07/24/05 10:47 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: OWL_pokemon]
ekempter Offline
User

Registered: 10/06/01
Posts: 27
This mod adds search capability to TLD. Links title and description are searched and the found search term is bolded. Perhaps Allen or Josh would be so kind as to integrate my changes into the latest and greatest release because my changes may not include those contributed by other users since I last worked on this script. The integration should be minor because I only changed one script and one template. Enjoy. <br /> <br />Files: <br /> <br />links_search_links.php (new script to go with your other links scripts) <br />links.php (you may need to modify the path to links_search_links.php) <br />links_header.tmpl (this replaces links_header.tmpl in your templates/default directory) <br />search.gif (new icon - this goes in your images directory)


Attachments
128790-TLDLinks.zip (61 downloads)


Top
#248074 - 07/25/05 01:50 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: OWL_pokemon]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25432
Loc: Texas
cool, I'll get it integrated sometime this week and release it as a 2.0 <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br /><br /><br />thankyou again <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#248075 - 07/30/05 11:10 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: OWL_pokemon]
ekempter Offline
User

Registered: 10/06/01
Posts: 27
Added a couple of minor fixes: <br /> <br />Added 'no results found' message, previously no message which made you wonder if the script was working. <br /> <br />When bolding search results, script wasn't retaining case. Example: search for 'dallas' would return 'dallas' but it should have returned 'Dallas'. <br /> <br />Links no longer send the URL in the clear.


Attachments
128875-links_search_links.zip (46 downloads)



Edited by ekempter (07/31/05 12:24 AM)

Top
#248076 - 07/30/05 11:22 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: OWL_pokemon]
ekempter Offline
User

Registered: 10/06/01
Posts: 27
[]ekempter said:<br /><br />3. Added a configurable option to specify the minimum number of votes required before a link will appear on the Top Rated page and before the 'stars' ratings will appear next to a link.<br /> [/]<br /><br />The stars appear in the 'Most Popular' list regardless of how the configuration option is set. Fixed this. Allen, please integrate into the lastest release - this is a very small mod.<br /><br />Thanks.


Attachments
128876-links_popular_links.zip (69 downloads)


Top
#248077 - 08/01/05 11:12 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: OWL_pokemon]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25432
Loc: Texas
will do - thank you <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#248078 - 08/02/05 12:01 AM TLD Bv2 Released - Threads Links Directory [Re: SurfMinister]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25432
Loc: Texas
Zip files updated with the search feature by ekempter - <img src="http://www.ubbdev.com/forum/images/graemlins/yay.gif" alt="" /><br /><br />A few small bugfixes to update it to work with threads 6.5+ and a url fix.<br /><br />Thanks ekempter, seems to be working real well here <img src="http://www.ubbdev.com/forum/images/graemlins/pineapple.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#248079 - 08/02/05 03:19 PM Re: TLD Bv2 Released - Threads Links Directory [Re: SurfMinister]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
Thank you for this update.<br /><br />After review the files your should take a look to links_popular_links.php <br />The header contains wrong version descriptions and in line 58 is an alt tag missing after /images/popular-c.gif\ witch was in your last update.<br /><br />I have a question about your directory structure for this modification. I put he language files in the UBBt language directory so I have to edit the line <br /><br />require ("languages/{$myprefs['language']}/links.php");<br />to<br />require ("./languages/{$myprefs['language']}/links.php");<br /><br />in some files. There should be a note in the installation description about the directory location.<br /><br />This update works very well.
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
Page 19 of 21 < 1 2 ... 17 18 19 20 21 >


Who's Online
1 Registered (blaaskaak), 29 Guests and 5 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Blogs, love em or hate em?
by AllenAyres
10/07/08 02:05 PM
What do you use to edit the files
by Ian_W
10/05/08 03:33 PM
BeyondCompare v3.00
by Ian_W
10/05/08 03:32 PM
Glossy Black Theme with Image Reflection
by Gizmo
10/05/08 02:17 PM
ShareThis
by Gizmo
09/28/08 05:06 AM
[7.3] Viewing MySQL logfiles made easier
by AllenAyres
09/27/08 09:57 PM
Looking for a simple upload script
by Murphdog
09/26/08 08:45 PM
New Mods
[7.3] Viewing MySQL logfiles made easier
by blaaskaak
09/24/08 05:39 PM
[7.3.1] add search to showmembers page
by blaaskaak
09/07/08 04:50 AM
Multiple Identity Detector
by
12/30/06 06:39 PM
Newest Members
pisa666, ghengis317, NitroX, Dogan, EliYah-
13345 Registered Users
Top Posters Last 30 Days
AllenAyres 11
blaaskaak 7
FREAK1 5
Chris Bale 4
Ian_W 4
tackaberry 4
Gizmo 4

 

 

 
fusionbb message board php hacks