PDA

View Full Version : lol, easy hack?


EasyTarget
12-19-2005, 06:44 AM
A hack that will add a 'rebuild bitfields' link or something in the admincp.

cinq
12-19-2005, 06:47 AM
Open cpnav_vbulletin.xml in your includes/xml folder.

FIND

<navoption debug="1" displayorder="40">
<phrase>rebuild_bitfields</phrase>
<link>index.php?do=buildbitfields</link>
</navoption>


REPLACE WITH

<navoption displayorder="40">
<phrase>rebuild_bitfields</phrase>
<link>index.php?do=buildbitfields</link>
</navoption>

EasyTarget
12-22-2005, 10:38 PM
lol you should release this as a hack as there's many new users that could benefit, and many coders who wouldn't have to keep telling people how to do it.

evenmonkeys
12-23-2005, 12:00 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=103565" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=103565</a> =D

Lea Verou
12-24-2005, 12:58 AM
silly question: Why is that useful? What's it purpose? :nervous: :o

Andreas
12-24-2005, 01:05 AM
Normally, it is not be necessary to manually rebuild bitfields (although older hacks say this, it should not be necessary for vBulletin 3.5.1+)

Lea Verou
12-24-2005, 01:07 AM
Normally, it is not be necessary to manually rebuild bitfields (although older hacks say this, it should not be necessary for vBulletin 3.5.1+)

Can you pleeease explain me what rebuild bitfields is though? :nervous:

Andreas
12-24-2005, 01:10 AM
Well, it rebuilds the bitfield cache ... bitfield_xxx.xml files => datastore 'bitfields'

Lea Verou
12-24-2005, 01:11 AM
Well, it rebuilds the bitfield cache ... bitfield_xxx.xml files => datastore 'bitfields'

Oh. I just understood that I will not understand that easily so let's leave it for now :p