Quote:
Originally Posted by marcovb I actually like the feature and the way it integrates in the postbit section. I like it because it's another incentive for the user to click and go to the gallery. Isn't vbGallery all about integration?
Too bad vBulletin doesn't make it easier. It works 50% the way it should... good enough for me... |
I would say 99% not fifty..
because it only affects
you after you post in
quick reply
1. only the moment after you posted..
2. It does NOT affect any other user.. when he reads your post, not eaven if he comes 1 second after you posted...
3. It does not affect you if you come again..
so (i'm not to good at maths) unless you only have 2 users (You and another one) who post every time they open a page.. it must be more than 50%
Quote:
Originally Posted by marcovb Luciano: you've mentioned that you removed all the other info from your postbit in vBGallery. How? Is this an option in the menu option or just a manuel change in the template.
Thanks |
Well it has to be changed in the code
but its easy..
in showimage.php change the template.. and cache the new template..
Code:
Content visible to verified customers only.
example:
Code:
Content visible to verified customers only.
Then you add 'picturecomment_message' to the cached templates on top
.. if you test you will not see any thing..
because there are still 2 things todo..
1. adapt the variables..
so in the code the main var is nomore $post['xxx'] but $message['xxxx']
and some other little tweaks...
2. and you need the css.. so you have to include the picturecomment_css tempate at the top of the page and cache it..
Its about 1 hour of intense work..
If there is general interest.. i will post a how to...
but it is only a temporary solution.. because it will be obsolete when vbulletin 4.0 will come out..
So i think a gallery solution is better..
I will look into it and see if the creation of a gallery template would be better.. but its a question of time.. and i have none
Luc