vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   qustion about Vb3 and forums (https://vborg.vbsupport.ru/showthread.php?t=63683)

EmreTheMatrix 04-09-2004 06:15 PM

qustion about Vb3 and forums
 
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

Quote:

Originally Posted by EmreTheMatrix
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:


All times are GMT. The time now is 12:54 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.01008 seconds
  • Memory Usage 1,719KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete