Log in

View Full Version : User Profile Field


ymam
11-07-2009, 09:20 PM
Having great difficultly adding a custom user profile field to my forums and I can't find anything to help!
Whether it be modifying certain templates, changing something in one of the .php files or a hack.
I've added a New User Profile field, Single-Line Text Box, entered in all the necessary information and when I hit save the Title for this new User Profile Field does not appear.
Any help would be greatly appreciated

Lynne
11-08-2009, 04:18 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

ymam
11-09-2009, 12:27 AM
Nope that didn't do it either.
Any files ideas that I might need to edit and add the Custom Title or a hack that will allow to add custom titles easily.

Lynne
11-09-2009, 02:52 AM
When you say the field doesn't appear, where doesn't it appear? In the admin cp user profile field manager?

ymam
11-09-2009, 12:38 PM
The title for my custom user profile field doesn't appear in either the Admin CP nor the User CP.
I've included 2 screenshots of the admin cp and 1 screenshot of the usercp/edit your details looks like.

Lynne
11-09-2009, 03:45 PM
When you disabled all your mods, did you then try to create a new field, or did you just see that the old field you created still didn't have the title? This is exactly what happens with this one mod (I can't remember the name of it - vb-something).

ymam
11-09-2009, 05:27 PM
Disabling it this time apparently worked and it did show up. Once I removed the define('DISABLE_HOOKS', true); then it went back to not being shown.

Here's the list of plugins I have running on our forums currently

AWCoding- Donation System LITE 3.0.0 Process, monitor, record, display donation payments

AWCoding- Donation System LITE for vBAdvanced CMPS 3.0.0 CenterBar and SideBar CMPS Modules as well as Global variables for DropMenu and Donation Bar for vBAdvanced CMPS

Cyb - Auto Birthday Greeter 1.4 Cyb - Auto Birthday Greeter

Cyb - ChatBox 2.3 Cyb - ChatBox

Cyb - PayPal Donate 4.8.2 Cyb - PayPal Donate

Cyb - Visitors in Last X Hours 2.4 Cyb - Visitors in Last X Hours

DNSBL/Open Proxy Monitoring 2.0.8 Open proxy monitoring and blocking

Form Hack 4.1 Create a form.

ibProArcade for vBulletin 2.6.7 ibProArcade - professional Arcade System for vBulletin

Image Resizer 1.0.2 Automatically resizes images in posts!

Limited Guest Viewing 1.2.1 Limit guests to view a set number of threads before being locked out.

passiveVid 1.1.2 Automaticlly turns video links like youtube, myspace videos, google vidoes into the video players.

Real ip detection 3.7.003 Makes your forum aways use the real ip when a proxy server is detected, the proxy ip is recorded in an extra field but then ignored.

vB Optimise 1.3.2 Automatically caches large data usually called by vBulletin to reduce database queries, page load times and overall server usage.

vBadvanced CMPS 3.2.1 vBadvanced Content Management & Portal System

Yet Another Award System 3.7

Lynne
11-09-2009, 05:43 PM
vboptimize. Try disabling that one.

If that isn't it, the way to figure it out is to disable them all and then turn them on one-by-one until you have the problem again.

ymam
11-09-2009, 10:41 PM
It was the vboptimize and unfortunately I would like to keep that on so I guess I'll just wait till either a fix is available or something...
Thanks for all the help!

--------------- Added 1257823135 at 1257823135 ---------------

Figured out the problem!
Just had to Flush the vb Optimize cache and then my changes took effect.

kalisekj
11-10-2009, 09:57 PM
Flush the Cache is all you needed to do , keep everything enabled