Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Aug 2004
Posts: 82
Power User
Power User
Offline
Joined: Aug 2004
Posts: 82
i tried to add
<?php require('/****/ubbthreads/pull.php'); ?>

but it just comes up empty? any ideas?

Sponsored Links
Joined: May 2001
Posts: 550
Code Monkey
Code Monkey
Offline
Joined: May 2001
Posts: 550
There seems to be a problem with the path.

Providing both the calling and the include file reside in the same directory, use
<?php require('pull.php'); ?>

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
aye and if in seperate directories supply the full path..

<?php require('/home/of/your/script/pull.php'); ?>

I usually do the full anyways from the home in case I move something at a later date...

Joined: Aug 2004
Posts: 82
Power User
Power User
Offline
Joined: Aug 2004
Posts: 82
i did ti both ways but none of the links i want to come up show.. its just empty

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
whats in pull.php?

try doing something like at the top of pull.php print_r("WIDGET");

and see if you see anything.. then also look at your error files and see if they provide clues

Sponsored Links
Joined: Aug 2004
Posts: 82
Power User
Power User
Offline
Joined: Aug 2004
Posts: 82
Code
 <?<br />// Variables Section - Edit these to suit your needs<br />// Number of threads to show<br />$numposts =	8;<br /><br />//number of characters of the subject to display<br />$numchars = 25;<br /><br />// -----------------------------<br />// End of the variables section<br /><br />require_once ("./includes/main.inc.php");<br />// --------------------------<br />// Let's grab the  threads<br />$query = "<br />	SELECT B_Number, B_Subject<br />	FROM {$config['tbprefix']}Posts<br />	WHERE B_Parent = '0'<br />        AND B_Board = 'site' <br />	ORDER  BY B_Posted DESC<br />	LIMIT $numposts<br />";<br />$sth = $dbh -> do_query($query);   <br /><br />// -----------------------<br />// Cycle through the posts<br />while ( list($Number,$Subject) = $dbh -> fetch_array($sth)) {<br />	$Subject =substr($Subject,0,$numchars) . "...";<br />	$toprint .= "ยท <a href=\"{$config['phpurl']}/showflat.php/Number/$Number\">$Subject</a><br \>";<br />}<br />$dbh -> finish_sth($sth);<br />echo $toprint;<br />?><br />


thats whats in the pull.php

Joined: Aug 2004
Posts: 82
Power User
Power User
Offline
Joined: Aug 2004
Posts: 82
because i am doing it in the admin panle. with ubbt_registednav.tmpl

so am i editing in the wrong spot?


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)