Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> Raven's RavenNuke(tm) v2.00.00 - v2.02.00 Distro
Author Message
oyjord
Hangin' Around



Joined: Aug 25, 2006
Posts: 44

PostPosted: Tue Sep 12, 2006 12:47 pm Reply with quote

Hi all,

I'm using a RavenNuke 7.6 package, with an integrated Gallery2.1.2 install. Everything works great.

However, when I try and post a picture from my Gallery inside my forums, the bbcode doesn't work.

For instance,

Code:


[img]http://myserver/modules/gallery2/main.php?g2_view=core.DownloadItem&g2_itemId=255[/img]


should draw that image in my forum post, but instead if just writes out the code.

However, if I use the HTML equivalent:

Code:


<img src="http://myserver/modules/gallery2/main.php?g2_view=core.DownloadItem&g2_itemId=255">


the image shows up just fine.

Anyone have any suggestion how I can get the bbcode to work?

Thanks,
Oy.
 
View user's profile Send private message
fkelly
Former Moderator in Good Standing



Joined: Aug 30, 2005
Posts: 3312
Location: near Albany NY

PostPosted: Tue Sep 12, 2006 8:24 pm Reply with quote

I'm guessing that the problem is that Gallery 2 deliberately "obfuscates" the name of the jpg file where the image is stored so you have to go thru the database and Gallery program to display them. I'm guessing also that the bbcode img is probably looking for an image file directly whereas the html code you wrote works okay.

So what's wrong with using the code just the way you wrote it ... if I may ask. I have a lot of Gallery images in my forum posts and that's the way I do it with Gallery 2.
 
View user's profile Send private message Visit poster's website
oyjord







PostPosted: Tue Sep 12, 2006 8:28 pm Reply with quote

fkelly wrote:


So what's wrong with using the code just the way you wrote it ... if I may ask. I have a lot of Gallery images in my forum posts and that's the way I do it with Gallery 2.


Sorry, I don't quite follow. You mean you use html to display your G2 images in your forums? I suppose that's not the end of the world, but I have a number of users who might get lost in doing so, being accustomed to using the bbcode.

I just figured there was a line somewhere in a config file somewhere which would simply allow the obfuscated images to work using bbcode.

Thanks a bunch for helping,
Oy.
 
fkelly







PostPosted: Tue Sep 12, 2006 8:37 pm Reply with quote

Oh, users!&*^ ... well I suppose that if you can figure out what the jpg file names are you can do it that way. Usually what I do is go into Gallery in another window and right click on the image I want to use and click on copy image location. If I'm not mistaken with Gallery 1.5 that gave you the jpg file but with 2 it gives you the type of link that you listed. I can use the CPANel file manager to find the name of the jpg file and I'd bet that if I linked to it using the bbcode img thingy it might work. But your users won't have access to CPANEL or a similar tool so I don't see how they'd find out the jpg file name. I'll take a look at options on a couple of my systems in the next few days and see what works and what doesn't. Post here if you figure a solution first ... please.
 
oyjord







PostPosted: Tue Sep 12, 2006 8:41 pm Reply with quote

fkelly wrote:
I'll take a look at options on a couple of my systems in the next few days and see what works and what doesn't. Post here if you figure a solution first ... please.


Wow, I can't begin to thank you. For some reason this is really important to my users Wink I've been staring the problem down for a few days now, with no luck. I'll keep at it and report back if I find anything.

Thanks again!
Oy.
 
Dauthus
Worker
Worker



Joined: Oct 07, 2003
Posts: 211

PostPosted: Wed Sep 13, 2006 12:05 am Reply with quote

If I remember correctly the image bbcode tag blocks any link with php in it. That is why the link is shown instead of the image.

_________________
Image
Vivere disce, cogita mori 
View user's profile Send private message Visit poster's website
fkelly







PostPosted: Wed Sep 13, 2006 8:23 am Reply with quote

Dauthus, based on my experiments this morning I think you are right. I just created a forum post trying to use the bbcode img tag but pointing it to a link like the one oy gave in his first post here and it just stripped out anything between the img tags. So that doesn't work.

OY, are you sure that first link works. Because on my system it is just stripped, I wind up with opening and closing img tags with nothing in between.

I looked at what I did in my posts and there are two ways of getting images in with Gallery2. Remember that the recommendation for installing Gallery2 is to put the albums directory (usually called g2data) outside your webroot. Unless I'm wrong then, you can't really "point" to the jpg files with a link ... they are above /. Plus you really don't want people having access to those raw files anyway I don't think. And you surely don't want to give CPANEL or equivalent to all your users.

So, what remains? One solution is to use the url bbcode tag and put the link like you did in the first post in there. That's not as "satisfying" as having the image show right in the post but on the other hand folks can just click on it and have it in a new window.

The other solution would be to copy selected gallery images over to a directory that is within your web root and let people use the img tag on these. As long as they are jpg or gif files that should work but of course an admin would have to be involved to copy the images ahead of time.

I don't have a lot of users who want to do any of this but for those few I make sure that they know about opening Gallery in a separate window or tab and right clicking on the image (it can be either the thumbnail or the full size) and then copying the image location and then pasting that into the forum post within the url tags.

Incidentally, the img src does work the way you mention OY, in a news post. But in the forums I just get the link shown on the screen and not the image.
 
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Thu Sep 14, 2006 5:44 am Reply with quote

Another possible solution would be to use mod_rewrite to rewrite the Gallery2 URLs so that they have .html extensions, but don't ask me how to do that (or whether it will work for sure)... as I have not played with Gallery in years.

_________________
Where Do YOU Stand?
HTML Newsletter::ShortLinks::Mailer::Downloads and more... 
View user's profile Send private message Visit poster's website
webservant
Worker
Worker



Joined: Feb 26, 2006
Posts: 206
Location: Springfield, MA

PostPosted: Sat Nov 18, 2006 10:08 pm Reply with quote

I'm in the same boat, but I've disabled HTML in my Forums so I either get this functionality or have to enable HTML.

In addition to integration for phpNuke, Nukedgallery.net also has integration for Gallery2 with a standalone phpBB implementation.
This post ( http://www.nukedgallery.net/postp19808.html#19808 ) seems to indicate that implementing the g2image portion of that integration into the Forums module may allow the functionality discussed here.

I've posted to the thread asking for more information, and will bring any information back here. However, if anyone has insights as to what parts/pieces of this integration is needed to get g2image working, I'd love to hear.

_________________
Awaiting His Shout
Webservant - GraciousCall.org
Romans 8:28-39 
View user's profile Send private message Visit poster's website AIM Address
webservant







PostPosted: Sun Nov 19, 2006 11:22 am Reply with quote

Here is the what I posted on nukedgallery.net:

Well, I've played with this quite a bit, and have learned some things...

What I built:
    * the table - I named mine nuke_gallery2 and placed it in the same DB as the rest of the site.

    * include/constants.php - in RN this is off of the site root.

    * include/bbcode.php - RN this is off of the site root.

    * the g2image directory - but there is an issue of where to place it (see below)

    * the changes to posting_body.tpl - be careful that you change the one that is being called. Some phpnuke themes have their own embedded themes and functions for the forums - RavenNuke default theme is one of them. You need to change it both in subSilver under Forums AND in the other themes that have it.

    * the g2helper.inc - g2image.php calls this to get data out of the table.


Lessons learned:
There is a fundamental issue with where g2image.php lives in relationship to the Forums themselves.

In the standard integration, it seems that Forums live in / and is called from /. The integration (g2image.php) lives in /g2image/g2image.php and called from /g2image/g2image.php. It includes that up one direcory level for includes and forum includes and modules.

In RN (and I think phpnuke in general), the Forums live in /modules/Forums but are called from /forums.html . This makes the Forums act like you are calling them from /. The integration (unaltered) puts g2image in /modules/Forums/g2image/g2image.php. When you select the g2Img button, it calls the g2ic function which creates a child browser for [ Only registered users can see links on this board! Get registered or login! ] which does not exist. You get a 404.

I tried to solve this two different ways:

Let's make /modules/Forums/g2image/g2image.php work
I tried changing the posting_body.tpl to call /modules/Forums/g2image/g2image.php, but that gives me lots of errors for the includes in common.php. This resulted in several changes to g2image.php

Code:
$g2ic_images_per_page = 10; 


define('IN_PHPBB', true);
define('FORUM_ADMIN', true);
define('MODULE_FILE', true);
define('G2IMAGE', true);

$phpbb_root_path = './../';
require($phpbb_root_path . '/nukebb.php');
require($phpbb_root_path . 'extension.inc');
require($phpbb_root_path . 'common.' . $phpEx);


And to nukebb.php

Code:
if ( !defined('G2IMAGE') ) 

{
   require_once("mainfile.php");
} else {
   require_once("../../../mainfile.php");
}


The result: a blank page in the popup.


Let's move g2image.php to the / directory

This changed the url in posting_body.tpl to this:
Code:
var url = './g2image.php?g2ic_form='+form+'&g2ic_field='+field;


This brought the following change to g2image.php in the new location:

Code:
$g2ic_images_per_page = 10; 


define('IN_PHPBB', true);
define('MODULE_FILE', true);
// $phpbb_root_path = './../';
$module_name = "Forums";
$phpbb_root_path = "modules/Forums/";
require("modules/".$module_name."/nukebb.php");


And the included css and js to find them in /modules/Forums/g2image/

This yielded "You can't access this file directly..." from the phpnuke-gallery2 integration in /modules/gallery2/index.php


SO, where does this leave us??
 
fkelly







PostPosted: Mon Nov 20, 2006 9:12 am Reply with quote

1. You can "manually" copy images from g2data to a directory your users can access. Give them the location and they should be able to use img tags in forum posts. Not practical for large volumes of stuff, may not be practical on many sites.

2. They can go into Gallery, view an image, right click, do a copy image location, and paste that into the url tags of a Forum post. Then they'll have a link to the image but not the image itself.

3. Someone can go further with the research into making Gallery work with Forums but I think it's probably a hopeless task. Gallery doesn't want you to have direct access to your pictures, it wants all access to go thru the database and the Gallery programs for good reasons and you are going to have a hard time getting around this.
 
evaders99
Former Moderator in Good Standing



Joined: Apr 30, 2004
Posts: 3221

PostPosted: Mon Nov 20, 2006 9:23 am Reply with quote

I don't suppose you've considered just using Gallery 1? It doesn't rely on the database tables

_________________
- Star Wars Rebellion Network -

Need help? Nuke Patched Core, Coding Services, Webmaster Services 
View user's profile Send private message Visit poster's website
webservant







PostPosted: Mon Nov 20, 2006 11:07 am Reply with quote

Well, I would consider it, but other posts seems to indicated issues with G1 and Sentinel. Crying or Very sad Also, I figured that G2 is the "latest and greatest." Subsequent to my testing, I backed off the integration with Forums and am opting to turn on HTML for img tags. This seems to get me where I want to be for now Very Happy.

Hopefully my post at nukedgallery.net will yield a hybrid integration for phpNuke imbedded Forums. Cheers
 
fkelly







PostPosted: Mon Nov 20, 2006 1:34 pm Reply with quote

There are fixes to make Sentinel work with Gallery 1.x (or the other way round really) and they aren't too complicated. They are posted somewhere here. I guess if you HAVE to have Gallery images in your posts that would be an option.

Having experimented with this approach, Gallery images in posts, I'm not an enthusiast for the idea. For one thing if you ever convert your site to a different url the links get broken. I guess that's true for other aspects of a site too, downloads etc. and any articles that have links to Gallery pictures, but it is nonetheless a major hassle to deal with.

I think that what I'd do if I had to do it is just copy the jpgs that I wanted to use over to a separate directory that could be kept relatively static. It all depends I guess on how dynamic things need to be. If people are going to be constantly adding pictures to Gallery and wanting to immediately link to them in posts my solution won't work very well.
 
montego







PostPosted: Tue Nov 21, 2006 6:21 pm Reply with quote

Quote:

For one thing if you ever convert your site to a different url the links get broken. I guess that's true for other aspects of a site too, downloads etc. and any articles that have links to Gallery pictures, but it is nonetheless a major hassle to deal with.


I try wherever possible to use relative links within the "data" of my site. Because, you are right, this can be a royal pain and if you have a lot of content, that can destroy your site really, really fast.
 
fkelly







PostPosted: Tue Nov 21, 2006 6:27 pm Reply with quote

Yes, I try too Montego. I guess going into Gallery and right clicking and copying "copy image location" and then posting that (with an absolute url) into my posts seduced me into taking the short cut approach. Maybe it's a blessing, in a way, that with release 2.x of Gallery, that doesn't work.
 
thoth
Hangin' Around



Joined: Oct 15, 2006
Posts: 28

PostPosted: Sat Aug 02, 2008 4:30 pm Reply with quote

Thread resurrection time folks!

I'm facing this problem, although according to the docs, using url rewrite on gallery2 will give you .jpg .gif extensions etc. Trouble is, getting it to work correctly with RN, the only settings I tried messed up my gallery access.

Surely its just a check for the end sequence that gallery2 puts out

[img]http://www.book-of-thoth.com/modules/gallery2/main.php?g2_view=core.DownloadItem&g2_itemId=54131[/img]

now in BBcode.php on the Raven install

Code:


//   $text = preg_replace("#\[img\]((http|ftp|https|ftps)://)([^ \?&=\#\"\n\r\t<]*?(\.(jpg|jpeg|gif|png)))\[/img\]#sie", "'[img:$uid]\\1' . str_replace(' ', '%20', '\\3') . '[/img:$uid]'", $text);


could it be as simple as

Code:


//   $text = preg_replace("#\[img\]((http|ftp|https|ftps)://)([^ \?&=\#\"\n\r\t<]*?(\.(jpg|jpeg|gif|png|DownloadItem&g2_itemId=*)))\[/img\]#sie", "'[img:$uid]\\1' . str_replace(' ', '%20', '\\3') . '[/img:$uid]'", $text);


DownloadItem&g2_itemId=*

I don't know if you can put an asterisk there or not, because quite frankly all that regexp stuff is seriously confusing, I think I'd go mental if I understood that. *cough* anyway can someone who does understand that regexp stuff take a crack at this?

If you notice the third part checked for (the file extension begins with a period and I noted from the Gallery url that there is a period in the name it outputs, so why not use whats after that as a dummy file extension?

That way it solves all your problems, no moving files, no allowing html, it just takes what it gets and allows it through thereby being concatenated with the previous part of the URL, as I think thats the only thing that prevents other file types being used in [img] tags.


Guys, could you help, this is my almost last stage of working this out, and its functionality my forums need as they've been used to it with coppermine for so long now.
 
View user's profile Send private message Visit poster's website
thoth







PostPosted: Sat Aug 02, 2008 5:05 pm Reply with quote

Just a follow up guys, I did some checking with PHPbb3 and guess what, gallery urls work in there already, so I looked up the img code

case 4:

Code:


               if ($user->optionget('viewimg'))
               {
                  $this->bbcode_cache[$bbcode_id] = array(
                     'preg' => array(
                        '#\[img:$uid\](.*?)\[/img:$uid\]#s'      => $this->bbcode_tpl('img', $bbcode_id),
                     )
                  );
               }
               else
               {
                  $this->bbcode_cache[$bbcode_id] = array(
                     'preg' => array(
                        '#\[img:$uid\](.*?)\[/img:$uid\]#s'      => str_replace('$2', '[ img ]', $this->bbcode_tpl('url', $bbcode_id, true)),
                     )
                  );
               }
            break;


Help ! somehow that's got to be the basis for that mod on the latest NuketoBB ?
 
misterpat
Hangin' Around



Joined: Mar 02, 2009
Posts: 48

PostPosted: Sun Mar 15, 2009 8:29 am Reply with quote

Any follow ups on this?

I found one persons code that sorta works, but puts a thumbnail of the picture in with a bad link back to the gallery2 page with the image.

All my gallery2 images are 800 x 600, So I was wondering if it would be possible to modify the code to display the full size image with no link back to the gallery2 page?

Here is the link to the code I found.
[ Only registered users can see links on this board! Get registered or login! ]

Code:
<?php


/**
   Description: Embeds content from Gallery2 into phpBB3. This is the only file
          required and no modifications to the phpBB3 install are needed. Users will
          be mapped into the G2 user database the first time they load a page that
          contains linked media. No other user management is included. That means
          users deleted from phpBB must manually be removed from G2
   Author: Tim Simmons <tsimmons@triptychos.com>
   Version: 1.0

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
*/

// This is the location, on disk, of the embed.php script provided by G2. It is in the
// base directory of your G2 installation
DEFINE("G2_EMBED", '');

// This is the location of the main.php G2 script as accessed by the browser. Basically
// it is the URL of G2 without the domain.
DEFINE("G2_URI", '');

// Attempt to create users in G2 if they do not already exist. This will fail if the
// username already exists in G2. See G2_MAP_USER for more info.
DEFINE("G2_CREATE_USER", false);

// Attempt to map a phpBB user to an existing G2 user. If a user already exists in G2 the
// call to GalleryEmbed::createUser will fail. Setting the following variable to true will
// map the user to the existing G2 user. THIS IS A POTENTIAL SECURITY RISK since the user
// in G2 may have elevated privileges. For example if the user 'g2admin' exists in G2
// with admin privileges and someone registers 'g2admin' in phpBB they will be mapped
// to the G2 user and 'enjoy' the admin privs in G2. This risk can be mitigated by making
// sure any accounts that exist in G2 have been created in phpBB.
DEFINE("G2_MAP_USER", true);

// Allow anonymous phpBB user to access content using the G2 guest account. Permissions
// in G2 are still honored so if an album has been marked as private it will not be visible.
// This is basically the same as an anonymous user browsing your G2.
DEFINE("G2_USE_GUEST", false);
// The guest user account in G2. This is created when G2 is installed.
DEFINE("G2_GUEST", "guest");

/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
    exit;
}

/**
* g2_isUserMapped
*
* @param string Userid to check for map in G2
* @result bool True if mapped, false if not mapped or G2 error
*/
function g2_isUserMapped($userid) {
  $ret = GalleryEmbed::isExternalIdMapped($userid, 'GalleryUser');
  return (!($ret && $ret->getErrorCode() & ERROR_MISSING_OBJECT));
}

/**
* g2_createUser
* Create a G2 user based on a phpBB3 user
*
* @param $user phpBB3 user object
* @result integer
*   -1 if user is not logged in
*   -2 G2_CREATE_USER is not allowed
*   else G2 error code
*/
function g2_createUser($user) {
  if (G2_CREATE_USER != true) {
    return -2;
  }

  if ($user->data['user_type'] == USER_IGNORE) {
    // do not create a user in G2 for non-logged in users. They will be mapped to the
    // G2 guest account on g2_init
    return -1;
  }

  $ret = GalleryEmbed::createUser($user->data['user_id'], array(
     'username' => $user->data['username'],
     'fullname' => $user->data['username'],
     'email' => $user->data['email'],
     'creationtimestamp' => $user->data['user_regdate']));

  if ($ret) {
    return $ret->getErrorCode();
  } else {
    return true;
  }
}

/**
* g2_mapUser
* Map a phpBB user to an existing G2 user
*
* @param $user phpBB3 user object
* @result integer G2 error code or -1 if user is not logged in or G2_MAP_USER is not true
*/
function g2_mapUser($user) {
  if (G2_MAP_USER != true) {
    return -1;
  }

  if ($user->data['user_id'] == ANONYMOUS) {
    list($ret, $g2user) = GalleryCoreApi::fetchUserByUsername(G2_GUEST);
  } else {
    // get the id for the G2 user
    list($ret, $g2user) = GalleryCoreApi::fetchUserByUsername($user->data['username']);
  }

  if ($g2user) {
    // create the G2 user map
    GalleryEmbed::addExternalIdMapEntry($user->data['user_id'],
      $g2user->getId(), 'GalleryUser');
  }
}

/**
* g2_init
* You must call GalleryEmbed::init before any other G2
* functions.
*
* @param string $userid The userid for the linked account
*   in G2. For anonymous access this is an empty string
* @param bool $fullinit Set to true if you will not be
*   calling GalleryEmbed::handlRequest during this request
* @return integer G2 error code, false if OK, -1 if user is not allowed G2 access
*/
function g2_init($user, $fullinit = false) {
  global $g2_initialized, $g2_uri;

  $initArray = array('g2Uri' => G2_URI, 'fullinit' => $fullinit);

  if ($user->data['user_id'] == ANONYMOUS) {
    if (G2_USE_GUEST != true) {
      return -1;
    }
  }

  $initArray['activeUserId'] = $user->data['user_id'];

  require_once(G2_EMBED);
  // Attempt to initialize gallery with the logged in users ID
  $ret = GalleryEmbed::init( $initArray );

  if ($ret) {
    // there was an error in init, check if user is mapped
    if (!g2_isUserMapped($user->data['user_id'])) {
      if (g2_createUser($user) & ERROR_COLLISION) {
        // G2 user already exists, try to map it
        g2_mapUser($user);
      }
    } 
  }
  $g2_initialized = true;
}

/**
* g2_disableSidebar
* Prevents G2 from including HTML for the sidebar in output
*/
function GalleryDisableSidebar() {
  GalleryCapabilities::set('showSidebar', false);
  GalleryCapabilities::set('showSidebarBlocks', false);
}

/**
* replaceG2tags
* Replaces G2 tags with image blocks
*
*/
function replaceG2tags($message) {
  preg_match_all('/\[g2:[0-9]+\]/', $message, $g2MatchArray);
  // messageArray contains the text that matches the regex
  foreach($g2MatchArray[0] as $match) {
    $g2ItemId = substr($match, 4, strlen($match) - 5);
    $blockoptions['blocks'] = 'specificItem';
    $blockoptions['show'] = 'none';
    $blockoptions['itemId'] = $g2ItemId;
    list ($ret, $itemimg, $test) = GalleryEmbed::getImageBlock($blockoptions);
    $message = str_replace($match, $itemimg, $message);
  } 
  return $message;
}

/**
* hooked_exitHandler
*
*/
function hooked_exitHandler(&$hook) {
  global $g2_initialized;
  if ($g2_initialized) {
    GalleryEmbed::done();
  }
}

/**
* hooked_template_display
*
* $template->display($handle, $include_once = true);
*/
function hooked_template_display(&$hook, $handle, $include_once = true) {
  global $template, $user;

  g2_init($user, true); 
  // the idea here is to loop through all the messages ([postrow] array)
  // and replace the g2 markers with image blocks. there is probably a
  //  much better way of doing this but I wanted a stock install of phpBB3
  if ($template->_tpldata[_rootref][SCRIPT_NAME] = 'index') {
    for ($i=0;$i<count($template->_tpldata[postrow]);$i++) {
      $template->_tpldata[postrow][$i]['MESSAGE'] =
        replaceG2tags($template->_tpldata[postrow][$i]['MESSAGE']);
    }
  } 

  // handle images in preview window and topic_review_rows
  if ($template->_tpldata[_rootref][SCRIPT_NAME] = 'posting') {
    $template->_tpldata['.'][0][PREVIEW_MESSAGE] =
      replaceG2tags($template->_tpldata['.'][0][PREVIEW_MESSAGE]);

    for ($i=0;$i<count($template->_tpldata[topic_review_row]);$i++) {
      $template->_tpldata[topic_review_row][$i]['MESSAGE'] =
        replaceG2tags($template->_tpldata[topic_review_row][$i]['MESSAGE']);
    }
  }
}

// track if G2 has been initialized so we can free it in the exit hook
$g2_initialized = false;

/**
* Register the hooks in phpBB3
*/
global $phpbb_hook;

$phpbb_hook->register('exit_handler', 'hooked_exitHandler');
$phpbb_hook->register(array('template', 'display'), 'hooked_template_display');

?>
 
View user's profile Send private message
nuken
RavenNuke(tm) Development Team



Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina

PostPosted: Sun Mar 15, 2009 9:08 am Reply with quote

Is your issue in the Add an Attachment or inside the forum body?

Also, www.nukedgallery.net may have the answer in their forums.

_________________
Tricked Out News 
View user's profile Send private message Send e-mail Visit poster's website
misterpat







PostPosted: Sun Mar 15, 2009 10:51 am Reply with quote

nuken wrote:
Is your issue in the Add an Attachment or inside the forum body?

Also, www.nukedgallery.net may have the answer in their forums.


Im Looking on Nukedgallery also.

I was trying to make a BBcode or a button that would browse the gallery to post the image inside the forum body, not an attachment. Figured it would help save space on the server instead of having to upload pics in 2 different places.
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> Raven's RavenNuke(tm) v2.00.00 - v2.02.00 Distro

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©