Log in

View Full Version : Common Questions and Anwsers to vB3


Zachery
01-14-2004, 10:00 PM
Common Questions and Anwser to vB3

Q. My logo is off center, how do i fix this?

A. Open your header template and find   and remove it.

Q. I'm trying add a second adminstrator and they dont see all the options

A. You must edit config.php and place your userid, which is 1 if you installed the board. Then you will be able to edit and change the Adminstrator Permissions

Q. How can i edit the text somewhere, such as the guest message?

A. Its most likly in the Language and Phrase manager. search for it :).

Q. How do i revert all templates?

A. AdminCP > Style Manager > Drop down > Revert all Templates.

Q. How do i add a profile feild into the postbit?

A. All you need to do is note the field id and replace it for x in the example below, then place it into your Postbit or Postbit Legacy
Example: $post[fieldX]

Q. How do i configure IPN for subscriptions with paypal to work?


A. http://scott.dev.vbulletin.com/ipn_doc/

Q. How to i turn on debug mode?

A. before ?> in config.php add $debug=1;

Q. If your gettin a message like "Cannot modify header information - headers already sent "

A. there is whitespace after ?> or before <?php

Q. Where can i set Avatar / Profile Picture settings?

A. this is now done on a per usergroup baisis

Q. How can i setup how many days / posts a user must have before they can get an avatar / profile picture / Personal Messages / be able to download attachments

A. This is now accomplished by usergroup promotion and primary / secondary usergroups. AdminCP > Usergroups > Promotions

Q. How Can i change my postbit to look like it used to / on this site (vb.org)

A. ACP > vBulletin Options > Thread Display Options (showthread) > Use Legacy (Vertical) Postbit Template > YES


i will continue to update this as nessary :)

TheAnt
01-15-2004, 02:08 AM
Q. What is the PHP Code I need to be able to display my custom templates

A. You must add eval('$template_name = "' . fetch_template('template_name') . '";');
Into PHPINCLUDESTART template or whatever PHP file you need, (ex: index.php for displaying it on FORUMHOME, global for displaying it on all pages)

Zachery
01-15-2004, 02:09 AM
Q. What is the PHP Code I need to be able to display my custom templates

A. You must add eval('$template_name = "' . fetch_template('template_name') . '";');
Into PHPINCLUDESTART template or whatever PHP file you need, (ex: index.php for displaying it on FORUMHOME, global for displaying it on all pages)
already covered in my Basics of vB3 :)

MindTrix
01-15-2004, 04:29 AM
Nice tips there Faranth ;) How about adding the one in there i asked you about making links.

Zachery
01-15-2004, 04:31 AM
templates my boy templates :) i do have a few more tutorials to write, one is about adding links, and of course my conditions tutorial :)

bob46802
01-15-2004, 07:16 AM
Common Questions and Anwser to vB3

Q. My logo is off center, how do i fix this?

A. Open your header template and find &nbsp; and remove it.


hrm
nevermind found it

Zachery
01-15-2004, 03:33 PM
i guess ill add one more

remove the the whole second <td > from the code

Princeton
01-15-2004, 04:22 PM
the FAQ should be upgraded with new questions/answers such as these ...
the way I see it if you make it available people will use it. :)

Plus, I think the faq interface is friendlier than the boards (easier to find things).

Zachery
01-15-2004, 04:25 PM
well i was just tired of anwsering the same questions to every use every other day so i just made this

AN-net
02-05-2004, 11:36 PM
can someone tell me how i can set up an if statement to detect if the user is an admin. plz.........

hooolala
05-05-2004, 08:37 PM
Q. How Can i change my postbit to look like it used to / on this site (vb.org)

A. ACP > vBulletin Options > Thread Display Options (showthread) > Use Legacy (Vertical) Postbit Template > YES

i don't have "Use Legacy (Vertical) Postbit Template" in my "Thread Display Option (showthread)"..... now what can i do

Zachery
05-05-2004, 09:12 PM
http://www.vbulletin.com/forum/showthread.php?p=594182#post594182

Have not updated it here for abit, sorry :)