View Full Version : qustion about Vb3 and forums
EmreTheMatrix
04-09-2004, 06:15 PM
ok i have tried to hack a bit Vb3 and im runing into problem
in Vb2 all settings (allow html, countposts etc etc) were saved in forum table
i looked on my db at vb3 but its not have it
so where does it save the values ?
and how i can add my own ?
thanx
Zachery
04-09-2004, 07:33 PM
ok i have tried to hack a bit Vb3 and im runing into problem
in Vb2 all settings (allow html, countposts etc etc) were saved in forum table
i looked on my db at vb3 but its not have it
so where does it save the values ?
and how i can add my own ?
thanx
It uses bitwise varbibles, if i remember correctly.
EmreTheMatrix
04-10-2004, 09:48 AM
so i cant add my own ?
EmreTheMatrix
04-11-2004, 03:46 AM
some1 please help,
its cant be that hard qustion
Zachery
04-11-2004, 04:39 AM
Yes you can, you just need to learn how to use the bitwise thingier try looking at some of the functions files.
EmreTheMatrix
04-11-2004, 03:19 PM
bitwise thingier is the options in forum table cuse if yes its just save it as numbers
like 86017 if yes then how i can understand that
its not easy as vb2 :(
can u guide me please like for exsample i want to add countreplies or countreq
how i can do that ?
EmreTheMatrix
04-11-2004, 11:06 PM
ok i have looked at the function convert_array_to_bits in the file
functions_misc.php
now its count it in some weird way
well i thought if i will add 1 more option its will read it
so in admin/forum.php
after
print_yes_no_row($vbphrase['count_posts_in_forum'], 'options[countposts]', $forum['countposts']);
i added
print_yes_no_row('Count Reqs Made in this Forum Towards User Req Counts', 'options[countreqs]', $forum['countreqs']);
in order to add counter for requsts.
but its didnt saved is value only showed me yes/no row
if i edited it to yes or no its stayied the same
so how i can make it work ?
please help me cuse im starting to be desprte :disappointed:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.