Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 05-09-2009, 03:54 PM
Baigo Baigo is offline
 
Join Date: Mar 2009
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Few Questions

Hey people, today I installed my first VBulletin forum and I've a few questions:
  1. 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!
  2. How can I get .GIF avatars working. I allow them in each usergroup but when I load them only a static image appears!
  3. 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 ^^
Reply With Quote
  #2  
Old 05-10-2009, 02:56 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
HTML Code:
<if condition="$show['member']">
link
</if>
HTML Code:
<if condition="is_member_of($bbuserinfo,5,6,13)">
link only for those in usergroups 5,6,and 13
</if>
Reply With Quote
  #3  
Old 05-10-2009, 02:58 PM
Biker_GA Biker_GA is offline
 
Join Date: Oct 2004
Location: Where my hat is
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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**
Reply With Quote
  #4  
Old 05-10-2009, 03:23 PM
Baigo Baigo is offline
 
Join Date: Mar 2009
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #5  
Old 05-10-2009, 03:32 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

PHP Code:
define('DISABLE_HOOKS'true); 
Reply With Quote
  #6  
Old 05-10-2009, 05:31 PM
Baigo Baigo is offline
 
Join Date: Mar 2009
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #7  
Old 05-10-2009, 05:37 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #8  
Old 05-10-2009, 08:10 PM
Baigo Baigo is offline
 
Join Date: Mar 2009
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #9  
Old 05-11-2009, 04:06 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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).
Reply With Quote
  #10  
Old 05-12-2009, 11:16 PM
Baigo Baigo is offline
 
Join Date: Mar 2009
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:29 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
  • Page Generation 0.04136 seconds
  • Memory Usage 2,258KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_html
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete