vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Avatar Hack: Categories & Usergroups (https://vborg.vbsupport.ru/showthread.php?t=24997)

JGM007 08-09-2003 01:10 AM

Hmmm.. I could be crazy, but I have had no problems up to 2.3.1

But today since I am moving to a new web host in the AM I figured I would take advantage of a fresh install of 2.3.2 since it just came out.

For the life of me I can figure out why I can not see the avatars when going to choose a new avatar, but they DO show up under the FAQ.

I see the dropdown list, reports the correct number of avatars...

I have done a fresh install 2X and checked for errors a few times now. Not to ask this common phrase, but... Has anyone tried it on 2.3.2 since it was released today?

You can take a gander at the problem at:
http://aries.lunarpages.com/~madoshi2/sobanoodles/

If you look at before 7am Eastern time it will look kinda bland there. From 7am till 8 or 9 it will be offline while I move the db into place.

I want to place the blame on a template issue... but I am not sure.

King Badklow 08-09-2003 04:28 AM

Yeah, today i update my foruns for 2.3.2 and this happening with me too. I cant see the avatars, but the droopdown list show the numbers of avatar for categories

JGM007 08-09-2003 01:30 PM

Can you see the avatars on the FAQ page?


Also I though I shoud note what I have for mods too:

Avatar Hack ;)
vBindex
Sig Killer

bad_madman 08-09-2003 04:31 PM

Quote:

Today at 07:28 AM King Badklow said this in Post #392
Yeah, today i update my foruns for 2.3.2 and this happening with me too. I cant see the avatars, but the droopdown list show the numbers of avatar for categories
Quote:

Today at 04:30 PM JGM007 said this in Post #393
Can you see the avatars on the FAQ page?


Also I though I shoud note what I have for mods too:

Avatar Hack ;)
vBindex
Sig Killer

Oops. With update 2.3.2 come a new function for a better page-navi in the file 'admin\functions.php'. But no problem:
search in member.php for
Code:

  $perpage = $numavatarshigh * $numavatarswide;
and inserting (!!!) the following lines under this
Code:

  if (!isset($pagenumber) or $pagenumber==0) $pagenumber=1;
  $limitlower=($pagenumber-1)*$perpage+1;
  $limitupper=($pagenumber)*$perpage;

and search in member.php for
Code:

  sanitize_pageresults($totalavatars, $pagenumber, $perpage, $perpage, $perpage);

  $limitlower=($pagenumber-1)*$perpage+1;
  $limitupper=($pagenumber)*$perpage;

and replace with
Code:

//  sanitize_pageresults($totalavatars, $pagenumber, $perpage, $perpage, $perpage);

//  $limitlower=($pagenumber-1)*$perpage+1;
//  $limitupper=($pagenumber)*$perpage;


Matt 08-09-2003 11:04 PM

I would really love the ability to allow specific users access to a certain category. I want to give Contributors to my forum access to a category containing a selection of special avatars.

Is this possible?

JGM007 08-10-2003 04:52 AM

Thank you bad_madman!! Works like a charm! ^_^

You were right on top of that one. Thank you again for the great hack!

JGM007 08-10-2003 01:09 PM

Heya bad_madman, I think I found another bug, I am not sure.
In the admin/user.php I get an error on line 671 when I try to use the functions under users: add find move/prune


line 671 points to the } at the end of the section: // ###################### Start modify Avatar ################




//at the end of the section//
//line 671 for me ->// }


// ###################### Start Update Avatar ################


If I remove the line the admin/user functions work again but it shows admin functions again, but errant bits from the avatar selection code show up :D

If you need more information let me know and I will try to provide you with it.

poetic 08-23-2003 05:27 AM

i get a error in admin/user on line 673 when i try to delete inactive users and click on the ip address link in admin cp can you figure it out madman

gmarik 08-23-2003 07:48 AM

Categorys could be used not only for avatars ...

poetic 08-24-2003 01:54 AM

well can anyone help my error????


All times are GMT. The time now is 04:11 PM.

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.01658 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete