![]() |
OMG!! ++++in a. This is the BIGGEST hack i've ever installed. The instructures took me at least an hour . . . . damn it's like 20 pages. God i don't even wanna know how long that took u to write Dark J .. . anywas, GREAT JOB!
|
Hey i'm having a problem. I installed the hack but then when i go into edit options and click the button, it just goes to a blank page. somethin wrong wit member.php?
|
oh wait my bad i didn't add any of the templates
|
You mean totally blank? Did you add all templates because it must be a template is missing. I will check if I included all templates.
Edit: Ok so it was a missing template. Quote:
|
okay the icon isn't showing up anywhere in my forums except for the announcements. I't snot goin on in index.php and not online.php or forumdisplay.php
if ($loggedin['usergroupid'] == 6 and $highlightadmin) { $username = "$iconavatar<b><i><font color=red>$loggedin[username]</font></i></b>"; // Color for Admin That's my little code for the colors for admin part. I have the color online hack. I'm on 2.2.6 and this code is NOT in index.php } else { $username = $loggedin[username]; } |
Did you set to show icons for you in your user cp. I forgot to include these queries in the instructions.
ALTER TABLE user CHANGE options options smallint(6) NOT NULL default '31'; UPDATE user SET options=options+16; I have 2.2.7 but no default installation of it anymore. I will look at a default 2.2.9. Edit: I see the code is: PHP Code:
PHP Code:
|
ahhh those queries made the difference. I still didn't see the index.php code but it's good it works, now i gotta find some pics, can u just give me the ones ur using? i need smaller pics.
|
Also in announcement.php step 2.3 should be:
2.3. Below that add: ----------------------------------------------------------------- if ($post[iconavatarid]!=0) { $iconavatarurl=$post[iconavatarpath]; } else { if ($post[hascustomiconavatar] and $iconavatarenabled) { $iconavatarurl="iconavatar.php?userid=$post[userid]&dateline=$post[iconavatardateline]"; } else { $iconavatarurl=""; } } if ($iconavatarurl=="") { $post[iconavatar]=""; } elseif ($bbuserinfo[userid]>0 and !($bbuserinfo[showiconavatars])) { $post[iconavatar]=""; } else { eval("\$post[iconavatar] = \"".gettemplate("postbit_iconavatar")."\";"); } ----------------------------------------------------------------- I assume you had icons set to not display and becauase I forgot the red line it still displayed there. I will update the instructions. |
And the icons on my public icon list are some of my smilies which you can find here: at the bottom. You willl need to ask permission though and link to the site like I did and is done on this site. The others you may see are custom icons.
|
Great idea!
|
All times are GMT. The time now is 06:39 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|