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)

solent 05-06-2003 12:09 PM

i install a new style site in my board and now my template edits/creations for this hack are gone.

now i am running the install file to see the template instractions but nothing.

iam missing something. i remember the first time i install it, it was straight forward easy hack to install.

anyway i cannot find the template edits so anyone with them please post them in here.

thanks

Hobbes 05-06-2003 09:25 PM

create template: Showclans_Main

with the following text

Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD><TITLE>$bbtitle Administration and Moderators</title>
$headinclude
</head>
<body>
$header
<!-- breadcrumb -->
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
        <td width="100%"><img src="https://vborg.vbsupport.ru/vbimages/vb_bullet.gif" align="absmiddle"> <normalfont><b>$clanheader</b></normalfont></td>
</tr>
</table>
<!-- /breadcrumb -->

<hr>

<table align="center" cellpadding="4">
<tr>
        <td>
       
        <!-- show stuff -->
        $showclanobject
        <!-- end show stuff -->

        </td>
</tr>
<tr>
        <td align="center">$forumjump</td>
</tr>
</table>

$footer
</body>
</html>

create template: [i]showclans_allclans]/i]

with the following content

Code:

<table cellpadding=0 cellspacing=0 border=0 bgcolor="#555576" align="center" width=100%><tr><td>
<table border="0" cellpadding="4" cellspacing="1" width=100%>
<tr>
        <td bgcolor="#606096" width="100%" colspan="5"><normalfont color="#FFF788"><b><img src="https://vborg.vbsupport.ru/vbimages/vb_bullet.gif" align="absmiddle"> ALL CLANS </b></normalfont></td>
</tr>
<tr>
        <td bgcolor="#8080A6" colspan="2"><smallfont color="#EEEEFF">Clan Name</smallfont></td>
        <td bgcolor="#8080A6" colspan="2"><smallfont color="#EEEEFF">Leader</smallfont></td>
</tr>
$showallclans
</table>
</td></tr></table>
<br>

create template: Showclans_allusers

with the following content--

Code:

<table cellpadding=0 cellspacing=0 border=0 bgcolor="#555576" align="center" width=100%><tr><td>
<table border="0" cellpadding="4" cellspacing="1" width=100%>
<tr>
        <td bgcolor="#606096" width="100%" colspan="5"><normalfont color="#FFF788"><b><img src="https://vborg.vbsupport.ru/vbimages/vb_bullet.gif" align="absmiddle"> All users in clan $clan[title]</b></normalfont></td>
</tr>
<tr>
        <td bgcolor="#8080A6" colspan="2"><smallfont color="#EEEEFF">Username</smallfont></td>
        <td bgcolor="#8080A6"><smallfont color="#EEEEFF">Location</smallfont></td>
        <td bgcolor="#8080A6"><smallfont color="#EEEEFF">Contact</smallfont></td>
</tr>
$showallusers
</table>
</td></tr></table>
<br>

create template: showclans_clanlist

with the following content

Code:

<tr>
        <td bgcolor="$backcolor" colspan="2" nowrap><normalfont><b><a href="showclans.php?s=$session[sessionhash]&what=users&clanid=$clan[clanid]">$clan[title]</a></b></normalfont></td>
        <td bgcolor="$backcolor" width=50% nowrap><normalfont>$theleader</normalfont></td>
</tr>

create template: Showclans_userlist

with the following content--

Code:

<tr>
        <td bgcolor="$backcolor" nowrap colspan="2"><normalfont><b><a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$clanusers[userid]">$clanusers[username]</a></b></normalfont></td>
        <td bgcolor="$backcolor" nowrap><normalfont>$showloc[field2]</normalfont></td>
                <td bgcolor="$backcolor" nowrap><normalfont><a href="private.php?s=&action=newmessage&userid=$clanusers[userid]"><img src="http://www.blindedstorms.com/vb/images/sendpm.gif" alt="Send a private message to $clanusers[username]!" width="55" height="17" border="0"></a></normalfont></td>
</tr>

--------------- IM not sure if u needed the template adds, but i did them anyways.
----------///

EDIT>>>>User Option Templates>>>modifyprofile

find

Code:

<tr>
<td bgcolor="#F1F1F1"><b><normalfont>Yahoo Messenger Handle:</normalfont></b></td>
<td bgcolor="#F1F1F1"><normalfont><input type="text" class="bginput" name="yahoo" value="$bbuserinfo[yahoo]" size="30" maxlength="30"></normalfont></td>
</tr>

and ADD BELOW

Code:

<tr>
        <td bgcolor="#F1F1F1"><b><normalfont>Clan Password:</normalfont></b><br><smallfont>Enter the password for your clan. <b>STATUS:</b> $showclanstat</smallfont></td>
        <td bgcolor="#F1F1F1"><normalfont><input type="text" class="bginput" name="pickclan" value="$clanstat[pass]" size="30" maxlength="30"></normalfont></td>
</tr>

EDIT>>>Postbit Templates>>>>postbit

find

Code:

$post[avatar]<p>
and BELOW it add
Code:

$showuserclan<br>
that should work ^_~

solent 05-07-2003 03:57 AM

Anguish thanks dude. i guess the cyberdemon is right to have you as his assisant. :D :D :D

Hobbes 05-07-2003 09:14 PM

*dances*..

hehehe....to think i almost took the install off bookmarked XD

The_Cyberdemon 05-08-2003 07:50 PM

wow, very nice job, Thanks a lot anguish, btw, i haven't given up on you guyz, i've had a huge project for school, sooo...

The_Cyberdemon 05-08-2003 11:27 PM

Oh, and, if you need to see the template edits, go here:
http://*YOURDOMAINMAME*/*YOUR BOARD ROOT*/admin/clan_install.php?where=end
You will get the "headers not snet on output" or whatever error, but that doesn't affect anything.

The_Cyberdemon 05-11-2003 11:45 AM

Okay, i have another update, something is wrong with my site, and it's not working. I'm getting a "The page cannot be displayed" error, but my ftp works, so i don't know what is going on. I'm gonna talk to my friend who i'm running the site with and see if he got any e-mails about anything.
Long story short - I can't work on the hack till it's back up

Hobbes 05-11-2003 06:45 PM

...Nuuuuu.....that sucks...my forums were down a few days ago...:(...

hope its back soon cyberdemon =P

Koutaru 05-11-2003 10:09 PM

:( I hope it gets back up, ^^; but it's okay

drumsy 05-12-2003 06:07 PM

Quote:

Yesterday at 08:45 AM The_Cyberdemon said this in Post #167
Okay, i have another update, something is wrong with my site, and it's not working. I'm getting a "The page cannot be displayed" error, but my ftp works, so i don't know what is going on. I'm gonna talk to my friend who i'm running the site with and see if he got any e-mails about anything.
Long story short - I can't work on the hack till it's back up


Sounds like the same problems that vB.org had........might check out www.vbulletin.com's Chit Chat forum for more info....

The_Cyberdemon 05-12-2003 08:11 PM

well, it came back up, but it's down again right now, i have no idea what is going on. This is really annoying.

Hobbes 05-12-2003 08:21 PM

Quote:

Today at 02:11 PM The_Cyberdemon said this in Post #171
well, it came back up, but it's down again right now, i have no idea what is going on. This is really annoying.



thats weird :confused: :confused:

my forums are down too...:(!

The_Cyberdemon 05-14-2003 07:34 PM

okay, well, my site seems to be up and staying up now, so i'm restarting work on the thing tonight. Beta testing coming soon!

Koutaru 05-14-2003 07:42 PM

;) Looking forward to it

Xyphen 05-14-2003 09:17 PM

Hey it would be good if you could integrate this with Battle System :)

DarkDraco07 05-15-2003 01:52 AM

that is what i did with my forum.

Hobbes 05-15-2003 03:06 AM

Quote:

Today at 07:52 PM DarkDraco07 said this in Post #176
that is what i did with my forum.


you did! :devious: :devious: :devious:

that's really cool....how? lol....i would be really interested in that....

and yeah....

maybe the_cyberdemon could make an add-on (if it seems to be popular by demand)....lol...:)...


*awaits beta*..wheeeeeeee

The_Cyberdemon 05-16-2003 08:14 PM

Battle system integration... Hmmmmm... Once again, i don't have most of these hacks installed at my site, so i can't really make mods for them. I'm sure someone can though. Oh, and i need your opinions, which layout do we want for the clan rankings?

two choices.

1: It looks exactly like the one now, but there is an additional column labled "Status"

2: There is a seperate spot for the different ranks, like this:
----------
Leader
----------
Cyber
----------
Co-Leader(s)
----------
Mortal
Foolish
----------
Member(s)
----------
This
ooooooodl
liver
Member
-----------

SUmthing like that, i dunno.

Pick one, i'll do it

Jagang 05-16-2003 08:27 PM

I would recommend a clan info page. Where the leaders of the clan can enter info like clan history and requirements to join etc...

Hobbes 05-16-2003 08:30 PM

Quote:

Today at 02:14 PM The_Cyberdemon said this in Post #178
Battle system integration... Hmmmmm... Once again, i don't have most of these hacks installed at my site, so i can't really make mods for them. I'm sure someone can though. Oh, and i need your opinions, which layout do we want for the clan rankings?

two choices.

1: It looks exactly like the one now, but there is an additional column labled "Status"

2: There is a seperate spot for the different ranks, like this:
----------
Leader
----------
Cyber
----------
Co-Leader(s)
----------
Mortal
Foolish
----------
Member(s)
----------
This
ooooooodl
liver
Member
-----------

SUmthing like that, i dunno.

Pick one, i'll do it


I'd gowith the second one....but for the template jus have it be like


Leaders--~~ Cyberdemon

Co Leaders (Assistants) --~~ Anguish

Members--~~ foolish, mortal


-----

kinda like a horizontal list.

but whatever, *dies*...


:D

I wonder who could/would want to integrate it...a store integration and/or battle hack would be soooo wicked awesome lol you have no clue!!!..
Quote:

this is from bitsys to meh:

I've looked at it and it would be buggy for me to try that

i suck at PHP so yeah.....:P!

DigitalDesktops 05-21-2003 08:27 PM

I'll go with the second one also.

sonic3d 05-21-2003 09:00 PM

ne updates on this yet?

l8er
sonic

Hobbes 05-22-2003 04:32 AM

the_cyberdemon hasnt posted it, but he is techincally away from his comp cuz he router broke etc so he is very limited since he has to find alternate ways of accessing the internet, thats all im gonna say for now :p

kaotic 05-22-2003 05:17 AM

Hmm... can anyone fill me in on how to get each member's clan name in their profile?

solent 05-22-2003 05:22 AM

well first you have to create a clan from ACP. then you give the clan password to the clan leader and the clan leader gives this password to its memebers.

The members then have to go to their usercp then profiles and under the clan password they have to put the password that they were assigned by their clan leader. That will make them show up in the specific clan.

kaotic 05-22-2003 12:18 PM

Errr...

I know how it works, but there is no way to display a user's clan within his or her profile. It just shows up on the user's postbit.

Hobbes 05-22-2003 03:37 PM

Quote:

Today at 06:18 AM kaotic said this in Post #186
Errr...

I know how it works, but there is no way to display a user's clan within his or her profile. It just shows up on the user's postbit.


from what i recall, clans dont show in profile in this version. I think they will show and/or have an addon in version 2! i could be wrong :S!

The_Cyberdemon 05-27-2003 10:36 PM

I'm really, really sorry about the fact that i haven't gotten this done. My iternet and website have been having problem after problem. This is the first time i've gotten on the computer in about a week, since my internet died. I've got a summary HERE
Sorry again.
Quote:

rom what i recall, clans dont show in profile in this version. I think they will show and/or have an addon in version 2! i could be wrong :S!
Yes, you will have the option to do this in Version 2

djhenry21 05-28-2003 02:06 PM

oops, think i have it now. lol

kaotic 06-01-2003 12:31 PM

So... I suppose it will be a while before v2 is released?

The_Cyberdemon 06-01-2003 02:31 PM

good news! My internet is now back up! I'm continuing to work on the hack now! Yay!

Koutaru 06-01-2003 05:07 PM

;) good to hear that Cyberdemon

Hobbes 06-02-2003 02:24 AM

Quote:

Today at 08:31 AM The_Cyberdemon said this in Post #191
good news! My internet is now back up! I'm continuing to work on the hack now! Yay!

EXCELLLLLLLLENT!!!!!

:D....beta testing beta testing...wooooo...:)

The_Cyberdemon 06-11-2003 07:39 PM

well, this is a bit annoying. I made a bit of progress, then i went back to my site. If you've looked, the site was hacked, so i've been repairing it. Someone (i'm sure i know who) went into my account, changed my pass and e-mail, and changed the default template, then deleted all posts. sooo, been repairing. I've banned the person who did it, and i'm putting in some extra stuff to prevent hacking. I've also had final exams all this week, so it's making this REALLY hard. I'm close to done with the hack itself, but i still have to write the instruction manual. lol. I'll probably end up sending the beta-testers the pre edited files. I don't feel like writing a manual if it doesn't work correctly. Well, back to work.

Koutaru 06-12-2003 09:26 AM

Yikes. Don't be too hard on yourself, these things take time. I'm sorry what happened to your board though, every admin's worst nightmare. XD

kaotic 06-15-2003 12:16 PM

So what exactly is this next version going to accomplish? I was tired of waiting and came up with a clan request form/auto subforum creation myself. :p

Xyphen 06-20-2003 06:41 PM

I got a few suggestions..

* CCP (Clan Control Panel)
A control panel for Clan Members/Leaders, where leaders can add/delete clan members. And more features which can be added later on.

* CR (Clan Ratings)
Leader of the clan can give ratings to the members through the CCP.

Hobbes 06-23-2003 07:35 AM

AHHHHH.....this thread was so0o0o0 inactive....i forgot about it....

alright hehehe....im ready for beta :D lol

Frozen Dreams 07-20-2003 04:19 PM

Is version 2 ever gonna be released :(
I really want all those add ons ... since will be hella useful for the RPG I wanna introduce - and I do need those leaders and co-leaders as well as the right order of people ;)
it is gonna be quite a few (but small) clans so them being able to organize themselves would be soooo useful ...

anyone know anything?
T'is a great hack ... and those extra features sound so intruiging ;)

kaotic 07-20-2003 04:39 PM

I'm pretty sure he gave it up. His last post recorded post: 6/11/03


All times are GMT. The time now is 02:33 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.01430 seconds
  • Memory Usage 1,844KB
  • 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_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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