vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   Clan Hack (https://vborg.vbsupport.ru/showthread.php?t=51549)

Hobbes 04-20-2003 01:20 AM

I installed this hack....but when I had to add $showuserclan<br> to the postibt template, it wouldnt show up...i tried everything...and still no luck...this was on 2.2.6, btw...but yeah....

is the download updated to the most recent adjustments and bugs recently posted?


i was told to find
Quote:

$post[avatar]<p>

and all i have is...

Quote:

<td align="center"><p align="left"><font color="#05335F"><b>
<font color="#FFFFFF" face="Verdana" size="2">$storeextraglow</font><font color="#FFFFFF" face="Tahoma"><font face="verdana, arial, helvetica" size="2" > </font></font></b></font><font face="Verdana">
<span style="font-size: 9pt">$rpggenderimage</span></font><font face="Tahoma"><br>
<b> <font style="font-size: 9pt" >$post[usertitle]</font></b></font><span style="font-size: 9pt">
</span>
<br>
<font face="Arial"><span style="font-size: 7pt">$post[avatar]</span></font>
<br><br>
</td>
.....

any help on how i could install
Quote:

$showuserclan<br>
in the above template successfully ???

ehhhh?


and also, when I change my password in my usercp, it says I 'am not in a clan'....?

Almax 04-20-2003 07:39 PM

yup cheers the cyberdemon for the hack m8 ;)
good work bud
is it bug free ??

SavgeDusk 04-20-2003 09:17 PM

I know you said to ask in the Hack Requests forum, but I don't seem the point. ^^;; I have a quick suggestion. :D
Could it be possible to make it so members can be on more than 1 clan? I think this would be great. And my members were wondering the same.
Also, how about clan alliances? Like, the leader of the clan can input names or passwords of the clans they're allied with in their profile or someting. And it would appear in their postbit as well as in the showclans.php page. Looking something like..

= postbit =
Clan: Clan Name[1], Clan Name[2] (if in more than one)
Clan Allies: Clan Name[1], Clan Name[2]

Etc. :D But for Clan Allies, it would only show on the Leader's post bit. For regular members, just what Clans they're in.
And maybe in the leader's postbit, it would say if they're the leader or not.

= showclans.php =
Clan Name Leader Clan Allies Contact

Sorry if this is a lot of trouble, but just thought I'd ask before I forgot. This would be really neat and be put into good use on my boards. -- If I knew how to code it, I would.

The_Cyberdemon 04-21-2003 09:14 PM

Quote:

i was told to find
quote:
$post[avatar]<p>




and all i have is...

quote:
<td align="center"><p align="left"><font color="#05335F"><b>
<font color="#FFFFFF" face="Verdana" size="2">$storeextraglow</font><font color="#FFFFFF" face="Tahoma"><font face="verdana, arial, helvetica" size="2" > </font></font></b></font><font face="Verdana">
<span style="font-size: 9pt">$rpggenderimage</span></font><font face="Tahoma"><br>
<b> <font style="font-size: 9pt" >$post[usertitle]</font></b></font><span style="font-size: 9pt">
</span>
<br>
<font face="Arial"><span style="font-size: 7pt">$post[avatar]</span></font>
<br><br>
</td>

.....

any help on how i could install
Heh. Well, this is because you have edited the postbit previously, so it is different than the default. I do see a $post[avatar], but it doesn't have the <p> after it. THat's because the line of code has been changed. Sooo..., i would go ahead and put the new code under the
Quote:

<font face="Arial"><span style="font-size: 7pt">$post[avatar]</span></font>
<br>
between the <br>s.

SAVAGEDUSK:
Okay, i am going to create a "user can be in multiple clans" thing, but it really makes the code a lot more complicated an a lot less compatible with other stuff. I have to redo the whole clan database system for that to work. And the way it must be done, i cannot add to much extra stuff. So the way it will be is, you can either pick to have users can be in multiple clans, but it has very few features, or you can pick users can only be in one clan at a time and have tons of features.

I am currently looking for a better way to make it so users can be in multiple clans so you can have more features. The big problem i'm having is being able to list multiple variables in one cell.

I AM BACK FROM MIAMI AND HAVE STARTED WORKING ON ADDITIONS

Hobbes 04-21-2003 09:24 PM

Quote:

Today at 02:14 PM The_Cyberdemon said this in Post #64


I AM BACK FROM MIAMI AND HAVE STARTED WORKING ON ADDITIONS


awesome.


and btw, I figured out what to do in my postbit ;) thanks :D

[high]* Anguish anxiously awaits additions[/high]

drumsy 04-21-2003 11:26 PM

Quote:

Today at 05:14 PM The_Cyberdemon said this in Post #64
Heh. Well, this is because you have edited the postbit previously, so it is different than the default. I do see a $post[avatar], but it doesn't have the <p> after it. THat's because the line of code has been changed. Sooo..., i would go ahead and put the new code under the

between the <br>s.

SAVAGEDUSK:
Okay, i am going to create a "user can be in multiple clans" thing, but it really makes the code a lot more complicated an a lot less compatible with other stuff. I have to redo the whole clan database system for that to work. And the way it must be done, i cannot add to much extra stuff. So the way it will be is, you can either pick to have users can be in multiple clans, but it has very few features, or you can pick users can only be in one clan at a time and have tons of features.

I am currently looking for a better way to make it so users can be in multiple clans so you can have more features. The big problem i'm having is being able to list multiple variables in one cell.

I AM BACK FROM MIAMI AND HAVE STARTED WORKING ON ADDITIONS


Thank you for the work you put into this hack. I would like to see multiple users and lots of features if possible, but if not, member of only one clan and lots of features! :)

kaotic 04-21-2003 11:57 PM

Quote:

Today at 12:26 AM drumsy said this in Post #66
Thank you for the work you put into this hack. I would like to see multiple users and lots of features if possible, but if not, member of only one clan and lots of features! :)
I agree with drumsy.

The_Cyberdemon 04-22-2003 12:13 AM

As i said eariler, i'm working on it, and i'll give updates and screenies on the way!

Hobbes 04-22-2003 12:37 AM

Quote:

Today at 04:57 PM kaotic said this in Post #67
I agree with drumsy.


I think almost all of us do :D :lick: :lick: :lick: :lick:

but we shalt umm let the_cyberdemon work in peace! bwaha:D :ninja:

Hobbes 04-22-2003 07:29 PM

also!!!

i was wondering if it would be possible for it to show in the profile view...???

*help*????


All times are GMT. The time now is 07:30 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.01612 seconds
  • Memory Usage 1,756KB
  • 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
  • (9)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