![]() |
Here is my gallery forumdisplay, can someone please help me identify my problem with the upload button not appearing?
PHP Code:
|
is the image in the buttons folder for all styles? Hwats your website?
|
Larry
the upload appears fine on mine and i did nothing other than what it says to do it... ? just make sure the icon is in the images/buttons/ folder !!! did you manage to get rid of the german text ? im getting Nur f?r Mitglieder! for none registered users, ill see if i can figure it out, im not too clever with this stuff :) wez |
@UtahNissans: I also would suggest, that you check, if the upload.gif-file is uploaded to your images/buttons-folder. Remember also, that it can be style-dependent, where you have to place button-images.
@Wez: No panic. I'll stay member. And the unfeature function will be done tonight. |
@ Harald
I've noticed that the user profile 'latest gallery submissions' is not included in your last uploaded file. What plugin has to be added to allow this? (name, code, hook location). Edit, saw u posted at about the same time. I'll wait for the updated release. |
any luck with mines harald?
|
Bernd
this is now working i beleive !!!! ? it does on mine anyway, theres a downloadable .XML file on the previous page or two .... As for me , anyone know how to get rid of this "Nur für Mitglieder" ive looked in the languages and i cant find it for the life of me cheers |
@Wez: Look into the template "gallery_postbit". There you find it. It's not phrased at the moment.
@all users: If you find some more, please post it here. I'll check them and phrase them out. |
harald,
My issue was once the gallery is enabled, my server seizes up and shuts down forcing me to restart apache. I sent you a pm wiht the link to my board and the admin login |
the only other bit of german language i can find is
Dateigr??e not sure where to change this, apart for that its all i can find Harald, what bit controlls where the featured images are placed, i would like to put it across the top under the nav bar, is this an easy task, sorry for asking i know you got your hands full at the moment ;) wez |
I just read the html file of the actual product zip file, and the template modification is listed there.
Code:
<!-- gallery-featured header --> As for phrase replacement, i have explained a few pages back how to change that yourself. |
@Wez: Dateigröße = Filesize
@imported_magjr: I'll a look after it tonight. |
Brilliant Bernd !!!!
that worked :) any idea where i remove the origional ? as i have it twice now :) |
Just do a template search on $featured_gallery, and it will return the template files which contains that phrase.
|
thanks burnd
sorry for my ignorance, its a big learning curve for me :) |
lol :P
I didn't know my name had a past tense ;) Anyways, no problem. I'm a vbulletin noob myself and know how frustrating it can be at times. |
hehe Sorry Bernd <------ note correct spelling ;)
anyway thats sorted i think, i managed to put it under the nav bar , only problem was it stayed there no matter where you went, i only want it there on the forum home, but hey beggers cant be choosers so ive put it back to where it was for now, but thanks all the same. heres a problem for you...(Harald) ;) when you click on the image and it takes you to the thread it shows your image and the thumbnail, is it possible NOT to display the thumbnail ? it just looks rather messy as the thumbnail is scaled up, id rather not show it at all in the thread. sorry i keep asking all these questions but i never enjoyed myself hacking my forum this much :) EDIT : just noticed that if you go to the relevant thread, The pictures are displayed in the thumbnails section and thumbnails are displayed in pictures !!! wez |
That should be prevented if you upload the correct featured thumbnail image name. Check out the gallery options for more details.
|
thanks bernd that sorted it :)
so all the thumbnails for all images have to be called the same ? or can you use a wild card like thumb*.jpg |
@Wez: You can just call each thumbnail for the featured header "test.jpg" for example.
You just have to fill in the name in the vBi-Gallery-Settings. That's all. But i'm testing out atm, how to avoid this. So you just have to upload a thumbnail, that should it do. |
Wildcards are currently not supported. I can code something for the general gallery display template, but Harald said that the thumbnail name was filtered through the sql statement itself. I haven't looked into it yet.
A way to check for a wildcard in the template file is using the function STRPOS. http://nl3.php.net/strpos. I'll look into it 2morrow. |
I got a problem after finishing all code modifications with this latest mod.
Attachment 48485 When i click to see the image, the image apears, but there is no thumbnail of it. At the installation text its is mentioned "Please ensure, that your vbulletin is capable of creating thumbnails for your attachments." But i dont find any option or any place to check this. Can anyone help me? |
Vbulletin options -> image settings
vbulletin options -> message attachment options Attachments -> Extensions & sizes. Enable thumbnail creation for each image type there. |
guys im realy getting there now :)
thanks for being so patient with me one last question ( i hope) is it at all possible to display the featured images under the navbar but only on the forum home so its not visible if you visit a thread ? Harald , will you check to see i have done exactly what you asked on my forum ? thanks |
Found a bug ( i think)
on latest gallery submissions it shows the link to the thumbnails rather than the image ? |
Hello and thanks for this hack!
I just installed and I see 2 gallery boxes under my navbar. How can I remove the top one? http://www.treasurequestxlt.com/community/ Thanks, Gregory |
Hi
in you vboptions - gallery there you will find a check box for latest images and random images you must have them both checked, you only need one !!! |
That worked! Thank you.
|
Quote:
http://www.quadaventuratt.net/forumdisplay.php?f=6 |
if thumbnails were disabled at first, you may have to rebuild them through update counters. Also make sure that guests have permission to view thumbnails in that forum.
Different topic, is it possible to allow the featured item in thread tools to appear in non-gallery threads too? That way an admin can feature any thread anywhere. |
Yeahhh Bernd thats a real nice idea
|
Quote:
|
@Bernd: This is possible.
Please find in your showthread_template: Code:
<if condition="$show['editpoll']"><div><label for="ao_edp"><input type="radio" name="do" id="ao_edp" value="editpoll" />$vbphrase[edit_poll]</label></div></if> Code:
<if condition="$show['movethread']"> To make the unfeature function work, change the code of the plugin "gallery_featured" to: Code:
if ($_POST['do'] == 'feat') |
That would be great.
Looking forward to it. |
Edited my last post.
See it for instructions. |
Harald_T: i've just PM you with the login/password to access the forum to check whats wrg. :|
|
seems the unfeature wont work Harald
it appears on an ordinary thread but not in my gallery ? any ideas ? |
@Wez: Edit your gallery_showthread-template.
In the template find: Code:
<if condition="$show['movethread']"> Code:
<if condition="$show['movethread']"> |
Quote:
It was this setting: Code:
Mostrar Miniatura para este Tipo?Isto s? se aplica a arquivos de imagem com extens?es: bmp, gif, jpe, jpg, jpeg, png, psd, tif e tiff. A cria??o de uma miniatura de qualquer tipo de imagem n?o ? garantida. |
WEHeeeeeeeeeeeeeyyyyy
pure class !!!! nice one Harald, what else can i ask for ???? ;) |
All times are GMT. The time now is 02:22 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|