PDA

View Full Version : Few Questions


Baigo
05-09-2009, 03:54 PM
Hey people, today I installed my first VBulletin forum and I've a few questions:

How can I show the Reputation in the user's profile in each post? I've tried to play a bit with seetings but I cant make it show up!
How can I get .GIF avatars working. I allow them in each usergroup but when I load them only a static image appears!
How can I generate pages in the navbar but using a forum mask? This means for example, unregistered users can't see X link in the navbar, but a Registered user can, or a higher access ranked member.


Thanks and sorry for the trouble ^^

Lynne
05-10-2009, 02:56 PM
1. I think that's a mod. I don't use reputation, but I know it doesn't show on vb.com where they use the default vb software.

2. Make sure you allow animated gifs. Usregroup Manager > select Usergroup to Edit > Can Upload Animated Avatar > Yes

3. Use conditionals around the link.
To only show to registered users:
<if condition="$show['member']">
link
</if>

<if condition="is_member_of($bbuserinfo,5,6,13)">
link only for those in usergroups 5,6,and 13
</if>

Biker_GA
05-10-2009, 02:58 PM
Reputation is set by each user in the default vB installation as to whether it shows in the postbit or not.

I'd go find the settings, but I'm having a server issue with disk space at the moment. **banging head on desk**

Baigo
05-10-2009, 03:23 PM
Lynne, thanks. Then how do I generate the .php page with the same template and stuff?

About reputation, I allowed it in every damn seeting and its not appearing.

.gifs are allowed in forum options and usergroup options, but they are still not working :(

Lynne
05-10-2009, 03:32 PM
Generate a php page for what? I don't understand that question.

As for the gifs - do you have any modifications installed? Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Baigo
05-10-2009, 05:31 PM
I was trying to say how could I create an empty page with the same vBulletin skin and navbar... all that stuff.

About Avatars, its not a product I checked it. It's probably this:

Image Settings
Image Processing Library
Choose the image processing library that vBulletin will use for processing thumbnails and avatars. GD is more widely available but ImageMagick is more robust, supporting more image types. ImageMagick must have a valid path chosen below.

None
GD
ImageMagick 6

I am using GD. Tried to use ImageMagick but it seems I have to install ImageMagick (I dont know how to). You think this is the issue?

Thanks for the help

Lynne
05-10-2009, 05:37 PM
It could be the image processing library. When you go to vboptions > Human Verification Manager, do you see images under the Image Verification Library options? It could be you need to ask your host to recompile php with freetype 2 support.

As for creating other pages that have the vbulletin format, check out this - [How-To] vBulletin API Basics: Creating Custom Pages & Misc. (https://vborg.vbsupport.ru/showthread.php?t=98009)

Baigo
05-10-2009, 08:10 PM
No, no image appears on Image Verification. Freetype 2 is now installed too.

BTW Lynne, I really appreciate your help. No way to give you rep or something? xD

Lynne
05-11-2009, 04:06 AM
If no image appears next to GD, then it isn't installed correctly. To use imagemagick, you just need to have it installed (correctly) and then put in the correct path to the binaries (something you can get from your host).

Baigo
05-12-2009, 11:16 PM
[13:44] <Baigo> kk lol
[13:44] <Baigo> can u help me with imagemagik?
[13:44] <Joe> use GD not imagemagyk
[13:44] <Baigo> last thing I will bother for a while
[13:44] <Baigo> I need imagemagik :P
[13:45] <Joe> why do you need it
[13:45] <Baigo> to fix something
[13:45] <Baigo> vb admins told me to do that
[13:48] <Joe> try /usr/bin/convert
[13:51] <Baigo> nope, didnt work
[13:51] <Baigo> its the correct path?
[13:52] <Baigo> Path to the ImageMagick 6 binaries (convert and identify). Example: Unix: /usr/local/bin/ Windows: C:\imagemagick\
[13:52] <Joe> oh
[13:52] <Joe> i gave you the path for convert
[13:52] <Joe> you need to put /usr/bin or /usr/local/bin
[13:53] <Baigo> nope
[13:53] <Baigo> the thing is joe
[13:53] <Baigo> im trying to get avatars working
[13:53] <Baigo> and I cant
[13:53] <Baigo> they told me to do this
[13:53] <Baigo> and once I did it
[13:54] <Baigo> in that section something should appear
[13:54] <Baigo> the thing is nothing is appearing
[13:54] <Baigo> https://vborg.vbsupport.ru/showthread.php?t=213252
[13:55] <Baigo> If no image appears next to GD, then it isn't installed correctly. To use imagemagick, you just need to have it installed (correctly) and then put in the correct path to the binaries (something you can get from your host).
[14:01] <Joe> GD is installed properly
[14:01] <Baigo> then why no image appears?
[14:02] <Joe> I dont know
[14:02] <Baigo> I cant use avatars lol
[14:02] <Baigo> .gif
[14:02] <Baigo> I put the .gif and its turned into an image
[14:04] <Joe> :s
[14:05] <Baigo> lol
[14:05] <Baigo> this is baad xD
[14:05] <Joe> dude, tell the support people GD is installed
[14:05] <Baigo> kk

Lynne, I dont know if you're interested but if u want I can give you access to the admin cp xD

Lynne
05-13-2009, 04:04 AM
You might want to consider putting in a support ticket. I'm sure the vb.com guys could find what is wrong by taking a quick look.

Baigo
05-14-2009, 05:38 PM
Lynne, I found it out myself, you won't believe what was going on. Avatars were enabled, but the size was 100x100. My avatar was 140*110. This is why it turned it to an image, but it didnt resize the avatar itself as in invisionfree lol

About reputation, it seems that when you edit all the seetings at once they dont save, you have to edit each seeting 1 by 1.

Thanks!

Lynne
05-14-2009, 05:40 PM
Lynne, I found it out myself, you won't believe what was going on. Avatars were enabled, but the size was 100x100. My avatar was 140*110. This is why it turned it to an image, but it didnt resize the avatar itself as in invisionfree lol
Thanks for posting this. It helps me to help others when I know the solution to problems.