Nope, caused an SQL Error
[0]
...and so the hunt continues...
Search found 7 matches
- Mon Feb 20, 2012 4:24 pm
- Forum: Web Design
- Topic: Viewing Attachments on External Page
- Replies: 8
- Views: 8964
- Mon Feb 20, 2012 4:21 pm
- Forum: Web Design
- Topic: Viewing Attachments on External Page
- Replies: 8
- Views: 8964
Re: Viewing Attachments on External Page
On that section of the page you pointed me to they say to find the following code: $message = bbcode_nl2br($message); $message = smiley_text($message); On my page I found this message which appears to be approx... the same'ish... but is the only section that has it. $post_text = nl2br($posts_row['po...
- Sun Feb 19, 2012 7:06 pm
- Forum: Web Design
- Topic: Viewing Attachments on External Page
- Replies: 8
- Views: 8964
Re: Viewing Attachments on External Page
Yea..., that didn't do anything... haha <?php /* * News.php * Description: News File for displaying News topics for guild. * Created on: February 17, 2012 * @package phpBB3 * @version $Id$ * @copyright (c) 2005 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License...
- Sun Feb 19, 2012 7:02 pm
- Forum: Web Design
- Topic: Viewing Attachments on External Page
- Replies: 8
- Views: 8964
Re: Viewing Attachments on External Page
I'm wondering if adding the following code to the News.php page will help and if so... // Does post have an attachment? If so, add it to the list if ($row['post_attachment'] && $config['allow_attachments']) { $attach_list[] = (int) $row['post_id']; if ($row['post_approved']) { $has_attachmen...
- Sun Feb 19, 2012 6:37 pm
- Forum: Web Design
- Topic: Viewing Attachments on External Page
- Replies: 8
- Views: 8964
Re: Viewing Attachments on External Page
Ok, so I fixed a permission issue, BUT the External page still doesn't show the image that's on the post. The permission I fixed just now was the ability for a Guest to download files, which allowed the Guest to see the image on the main post but still cannot see it on the External page... Still nee...
- Sun Feb 19, 2012 6:31 pm
- Forum: Web Design
- Topic: Viewing Attachments on External Page
- Replies: 8
- Views: 8964
Viewing Attachments on External Page
Thanks to TheGiftedApe's page and to battye for getting my external page going without them knowing :D I have another question that I figured I'd start up a new thread on... I am unable to view the attachments that are on the "original posts" that the new page pulls from. I'm sure it's jus...
- Fri Feb 17, 2012 11:12 pm
- Forum: Web Design
- Topic: Problem with Displaying Topics/Posts on external page #9001
- Replies: 16
- Views: 16461
Re: Problem with Displaying Topics/Posts on external page #9
Thanks for keeping this available! The questions that TheGiftedApe asked and the answers that were give were perfect for my questions that I was having. I just couldn't figure out why I couldn't pull the Forum/Topics/Posts into the coding... I was super confused. Now on to Styling my page to match t...