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)

Blood Lust 08-25-2003 06:42 PM

I am having a little problem with this hack, it installed fine and works. However in the actual catagories in the user cp they catagories bleed into one another. I have a catagory for buffy and one for angel, and they avs are mixing. I am using vb 2.3.2

I am also recieving this error "Parse error: parse error in /home/thelega/public_html/forum/admin/user.php on line 671"

Sacrifice 08-28-2003 09:07 AM

Warning: main(): Unable to access ./global.php3 in /home/thesacrifice.net/html/admin/avatar_categ.php on line 4

Warning: main(./global.php3): failed to open stream: No such file or directory in /home/thesacrifice.net/html/admin/avatar_categ.php on line 4
< - - - that happened, what do i do?

Bison 08-29-2003 08:09 PM

Finally got around to doing this and I should have installed this GEM a long time ago ... you guys amaze me with your talents! :)

[Bison clicks Install]

MapMan 09-09-2003 07:39 PM

this is a nice hack one of the first one's i installed

i found one problem ever time i go into F.A.Q's it takes me straight to the section on avatar's, i have the same problem when i click on "get more" smilies, it takes me their instead of displaying the rest of the smilies?

poetic 09-14-2003 12:30 AM

Sacrifice i think you gotta upload the .php3 files that came in the zip instead of the .php ones

blakkboy 09-26-2003 04:59 AM

heres my problem when i click on the change avatar link in pik 1 it takes me to pik 2 instead of the avatar gallery......

NuclioN 09-26-2003 10:18 PM

after changing server the avatar cat. hack isn't working. It shows all avatars, members can choose one but it is not updating the existing custom (url) avatar or if they haven't one...! We're on vb 2.0.6 and it has worked perfect but now i wonder what to do. I've chmod 777 the avatar_categ.php but that doesn't work eighter.

blakkboy 10-02-2003 04:36 AM

i really need help with this problem of mine

drives fast 10-04-2003 05:06 AM

just an FYI

if you are installing this hack for the first time.....there is no mention of the changes needing to be made to register.php, you will have to find them in the other links listed in the sqltodos.php

also.....if you have not categorized avatars....those are the only ones that will appear in the list during the registration process...none of the ones in the categories will appear in the list

My solution to that was to disallow the selection of an avatar in the registration process by removing the code from the template... they can go to their usercp to select one since everything shows properly in there.

also.....according to the screen shots.....the word "hidden" in red by categories I am assuming that you have sent so only admin/mods can select....there is nothing referencing that in any of the hack that I can find

otherwise...I got this working fine without too much hassle other than finding and fixing my own mistakes

Cyricx 10-04-2003 12:40 PM

Everything is workin fine for me on 2.3.2 but I get a permissiondenied when I try to upload :(

Warning: copy(../images/avatars/Aligator.gif): failed to open stream: Permission denied
in /home/gof/public_html/forums/admin/avatar_categ.php on line 301

dmark101 10-09-2003 11:57 PM

i tried this, but it wouldn't work the way i was hoping. i STILL cannot limit who can and cannot have avatars.

:(

Quote:

Originally Posted by bad_madman
Hmm. only a quick workaround:
search in member.php for:
Code:

if (($avatarallowupload or $avatarallowwebsite) and $bbuserinfo[posts] >= $avatarcustomposts) {
and replace with
Code:

if (($avatarallowupload or $avatarallowwebsite) and $bbuserinfo[posts] >= $avatarcustomposts and
        $bbuserinfo[usergroupid]==6) {

6 for the user groupid (User group) which can play with avatars (upload).

For more than one group this code:
Code:

if (($avatarallowupload or $avatarallowwebsite) and $bbuserinfo[posts] >= $avatarcustomposts and
        ($bbuserinfo[usergroupid]==4 || $bbuserinfo[usergroupid]==5 ||
        $bbuserinfo[usergroupid]==6 ...)) {



blakkboy 10-10-2003 03:05 AM

i cant get this to work

blakkboy 10-10-2003 12:21 PM

damn i guess im screwed with this..... anybody know how to uninstall this???

Delusional 10-11-2003 02:37 PM

I tried on version 2.32 but when i try to choose a new av, it shows the catagories etc and syas showing avatars from 1-24 etc, but it doesnt show, or allow you to choose which avatar you want. does any1 know whats wrong? or how to fix it

blakkboy 10-12-2003 02:46 AM

^^^ i get that same problem with the same version

drives fast 10-12-2003 03:22 AM

try the "uninstall" link the the installer

blakkboy 10-12-2003 04:39 AM

apparently this hack doesnt work with version 2.3.2

maybe madman could fix it so that it did

Delusional 10-12-2003 01:39 PM

I hope so. My board theme definatly has alot of catagories. the members will have to deal with it for now i guess lol. I hope this hack can be edited for our version soon

bexie 10-17-2003 05:18 PM

Yes, I have 2.3.2 (a very poor version for those who like hacks...*sigh*) and I had my friend who is hack smart and has used this on his sites to install it for me, and he couldn't get it to work.

PLEASE get a version of this for 2.3.2. It's so useful, and I would love to have it...but it just doesn't work for 2.3.2 (like a gazillion other hacks, growl!)

Thanks! Fantastic hack...it just needs to have a bit of an update. :)

brownafroduck 10-21-2003 09:03 PM

I am running on 2.3.2, and I have found plenty of hacks that work. They may not say that they are for 2.3.2, but they still work. Are you sure that you guys haven't made any mistakes in your modding? On the previous page, there was a person who said that he/she got the hack to work after madman posted some code to change specifically for 2.3.2. :)

Matt 11-04-2003 09:33 PM

Has no-one figured out how to fix this yet? I really need a working version on my forum asap and I can't seem to find a way to fix it myself :(

Delusional 11-05-2003 11:24 PM

yay i got it to work on 2.32 great hack and thanks so much!

blakkboy 11-12-2003 09:59 PM

what was the problem

blakkboy 11-13-2003 12:16 AM

Quote:

Originally Posted by blakkboy
heres my problem when i click on the change avatar link in pik 1 it takes me to pik 2 instead of the avatar gallery......


ive uninstalled the hack but i still get this problem

bupk1s 11-19-2003 10:32 PM

i just installed and have a smallish problem...
i set everything up right i think its all working bar one little thing..
so far i have two catagories one with 5 avatars one with 15
but although the drop down menu shows the right number it then shows all the avatars of both catagories regardless of what i click

what i do wrong?

BlackxRam 11-19-2003 11:25 PM

I need help guys, i am having a problem with an SQL ERROR that appears whenever i try to EDIT someone from the ADMIN CP. It seems to be happening to ONLY the users with a CUSTOM UPLOADED AVATAR.

This is my error
Code:

Database error in vBulletin Control Panel 2.2.9:

Invalid SQL: UPDATE user SET birthday='1986-01-08',options='15',usergroupid='2',username='Adudefellfast',email='adudefellfast9999@yahoo.com',styleid='1',parentemail='',coppauser=0,homepage='http://www.adudefellfast9999.150m.com',icq='',aim='',yahoo='',signature='Fate controls us, but we control fate.',adminemail=0,showemail=1,invisible=0,usertitle='Dedicated Poster',customtitle=0,joindate=UNIX_TIMESTAMP('2003-10-24 13:01:40'),cookieuser=1,nosessionhash=1,daysprune='-1',lastvisit=UNIX_TIMESTAMP('2003-11-19 12:25:03'),lastactivity=UNIX_TIMESTAMP('2003-11-19 19:27:40'),lastpost=UNIX_TIMESTAMP('2003-11-19 12:23:45'),posts='291',timezoneoffset='-9',emailnotification=1,receivepm='1',emailonpm='1',ipaddress='164.116.22.3',miditoplay='http://adudefellfast9999.150m.com/midi/retrospection.mid',midiname='Suikoden II's Retrospection',pmpopup=IF(pmpopup=2 AND 1=1,pmpopup,'1') WHERE userid=2116
mysql error: You have an error in your SQL syntax near 's Retrospection',pmpopup=IF(pmpopup=2 AND 1=1,pmpopup,'1') WHERE userid=2116' at line 1

mysql error number: 1064

Date: Wednesday 19th of November 2003 08:25:26 PM
Script: http://forums.mogusland.com/admin/user.php
Referer: http://forums.mogusland.com/admin/us...it&userid=2116

Can anyone help me? I couldnt find anything like this in the posts before.

VirtualHogwarts 11-29-2003 04:10 PM

/me clicks install!

Thanks everything works great! Nice addition to VirtualHogwarts.

brownafroduck 12-19-2003 04:40 AM

Wow! This is wonderful! The only thing is that the right frame in the Admin CP won't show up when you first come to the admin panel...

*clicks install*

sacerdotisa 12-19-2003 04:43 AM

I have 2.3.2, is read post of people that use the avatares categories. But to it my me does not work, gives me mistake. Does someone want to help me?

brownafroduck 12-19-2003 05:20 AM

Go back to page 27. There are some code changes that were given there pertaining to version 2.3.2.

sacerdotisa 12-19-2003 07:23 PM

I am Spanish, and do not understand very much English. But... I it have done 5 times but .. it me does not work.

I can create categories, but .. I do not see them.

Captures:
http://usuarios.lycos.es/fembrujadas/av.jpg
http://usuarios.lycos.es/fembrujadas/avs.jpg

Jeremy Kurucz 01-01-2004 10:32 PM

It's a good hack, but it dosen't work in VB 2.3.3. All the pages show up, and I followed the modifications, and templates - but the categories don't show up on member.php :(

King Badklow 01-02-2004 12:55 AM

Jeremy try this changes.. https://vborg.vbsupport.ru/showpost....&postcount=394

for me works...


sacerdotisa, voc? tem que habilitar a op??o "Show up avatar categories" em Avatar options..

DarkSavior 01-23-2004 10:22 PM

Great hack! Worked for me in 2.3.4!

sacerdotisa 02-01-2004 07:52 AM

me continues does not work.
The list of categories goes out for me quite less on the menu of avatars. why?

Paige4Ever 02-13-2004 08:36 PM

Hi! I used this hack in my vBulletin v 2.3.4 . I followed all the steps, and i have now the categories in CSS, but i can't see the avatars (although there's the number of avatars behind the categories). Anybody knows the problem?? Thanx

Jeremy Kurucz 02-15-2004 01:06 AM

I am using VB 2.3.4, and I installed the av category's, and everything worked alright - and I did those changes you suggested to the member.php.

But, when I click a category, all the avatars show up, even if they aren't in that category...

Paige4Ever 02-15-2004 08:45 PM

Hi! I did all the installation again, and now i can see the avatars in 5x5 tables, but i still have problems.

1st - I have several categories, but i always see the same avatars in all the categories. Only 50, but always the same, the last i upload.

2nd - Avatars have an order, but when i upload them, their order is random.

If somebody knows the problem, please answer me. Thanx a lot

Jeremy Kurucz 02-17-2004 03:34 AM

Yea, I have the same problem Paige4Ever!

WotC_Mel 02-27-2004 09:27 PM

hmmm. *bump*? I am hoping someone can take a look at Jeremy and Paige's problems before I try it on my 2.3.4.


All times are GMT. The time now is 02:58 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.01591 seconds
  • Memory Usage 1,816KB
  • 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
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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