PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.0.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/)
-   -   mods to postbit (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/119232-mods-postbit.html)

hbalagh September 27th, 2005 10:15 PM

mods to postbit
 
I have the ribbons and gift mods added to my forum and when i view a post i make to a image i get the wonderful red x's, as well as the ucash mod, and its not showing the amount of points that i have

seen here
http://www.daycareforums.com/gallery...postid=1#post1

so im wondering if there is a way to fix this?

Brian September 28th, 2005 11:11 AM

Re: mods to postbit
 
I've never used any of these mods, but I would assume that if you modifed your postbit template and added $vboptions[bburl]/ in front of the URL for each of those image tags then that should take care of the problem.

hbalagh September 28th, 2005 11:22 AM

Re: mods to postbit
 
some of them don't have image tags its something like this [ribbons]

Brian September 28th, 2005 12:29 PM

Re: mods to postbit
 
Can you give me a link to those hacks?

hbalagh September 28th, 2005 12:31 PM

Re: mods to postbit
 
http://www.vbulletin.org/forum/showthread.php?t=75734 (the zodiac mod)
http://www.vbulletin.org/forum/showthread.php?t=75159 (ribbons mod - gift mod is same just different text)

Brian September 28th, 2005 12:38 PM

Re: mods to postbit
 
The first link you posted does have the image tag in your postbit template.
Code:

Content visible to verified customers only.
For the ribbons one, look in your forum/includes/functions_showthread.php file for:
Code:

Content visible to verified customers only.
And replace with:
Code:

Content visible to verified customers only.

hbalagh September 28th, 2005 03:04 PM

Re: mods to postbit
 
thank you :)


All times are GMT -5. The time now is 01:09 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