PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs From 1.0.0 (http://www.photopost.com/forum/bugs-1-0-0/)
-   -   bbcode for "thread" incorrect (http://www.photopost.com/forum/bugs-1-0-0/118064-bbcode-thread-incorrect.html)

livius April 8th, 2005 02:06 PM

bbcode for "thread" incorrect
 
When you use the "thread" bbcode in a gallery reply, it points to forumhome/gallery/showthread.php instead of forumhome/showthread.php.

Brian April 8th, 2005 02:47 PM

Re: bbcode for "thread" incorrect
 
That's not a default bbcode. My guess would be that you need to edit the bbcode tag and add /forums in front of the link there.

livius April 8th, 2005 02:51 PM

Re: bbcode for "thread" incorrect
 
Quote:

Originally Posted by Brian
That's not a default bbcode. My guess would be that you need to edit the bbcode tag and add /forums in front of the link there.

Oh, duh. Thanks Brian. :)

livius April 8th, 2005 02:55 PM

Re: bbcode for "thread" incorrect
 
Hey wait a second... yes it is. :p

Apparently I'll have to edit functions_bbcodeparse.php.

ConqSoft April 8th, 2005 03:02 PM

Re: bbcode for "thread" incorrect
 
There's a [thread] BB code in default vBulletin?

livius April 8th, 2005 03:17 PM

Re: bbcode for "thread" incorrect
 
Yep. It's installed here too. :)

Brian April 8th, 2005 03:18 PM

Re: bbcode for "thread" incorrect
 
Huh... Looks like I stand corrected. Give me a few minutes and I'll get you a fix. :)

ConqSoft April 8th, 2005 03:21 PM

Re: bbcode for "thread" incorrect
 
Hmm. Interesting. The [post] bbcode will probably break too...

Brian April 8th, 2005 03:30 PM

Re: bbcode for "thread" incorrect
 
Ok, if you'll look in your showimage.php file for this code:
Code:

Content visible to verified customers only.
And add this right above it:
Code:

Content visible to verified customers only.
Then that should take care of the problem.

I still can't believe that I didn't know that code was available, especially since it's been there since the beta's apparently. Oh well, I'm sure I'll make some good use of it now. :)

livius April 8th, 2005 03:44 PM

Re: bbcode for "thread" incorrect
 
That did the trick! Thanks, Brian. :)

I never use the thread code, btw. One of my members mentioned the break.


All times are GMT -5. The time now is 11:28 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97