The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Showing results 1 to 21 of 21
Search took
0.00
seconds.
Search:
Posts Made By:
gfran5
Forum:
vB4 Programming Discussions
12-21-2014, 03:03 PM
Replies:
5
Default Member Profile Tab
Views:
929
Posted By
gfran5
That was the issue Kevin, Thanks! ...
That was the issue Kevin, Thanks!
--------------- Added 1419243039 at 1419243039 ---------------
This is off topic, but does anybody know how they did this ?? bodybuilding.com ...
Forum:
vB4 Programming Discussions
12-21-2014, 01:20 PM
Replies:
5
Default Member Profile Tab
Views:
929
Posted By
gfran5
Default Member Profile Tab
I am trying to change the default profile tab from "My Activity" to my custom built tab "My Profile".. i used a plugin as shown in this tutorial...
Forum:
vB4 Programming Discussions
12-19-2014, 12:13 PM
Replies:
31
Google Chart Integration
Views:
2,625
Posted By
gfran5
thanks worked!! Also i was able to get that...
thanks worked!! Also i was able to get that google pie chart to work, having some small sizing issues but hopefully figure that out soon.
Forum:
vB4 Programming Discussions
12-19-2014, 11:44 AM
Replies:
31
Google Chart Integration
Views:
2,625
Posted By
gfran5
So i was able to use vb:math to do what i wanted...
So i was able to use vb:math to do what i wanted but i can't control the number of decimals displayed. So how would i do the maths in the plugin? and then call the equation in the template? I was...
Forum:
vB4 Programming Discussions
12-19-2014, 07:00 AM
Replies:
31
Google Chart Integration
Views:
2,625
Posted By
gfran5
Hi, Was wondering if you know how to do math...
Hi,
Was wondering if you know how to do math equations in html template just simple things like times, divide, etc ?
Forum:
vB4 Programming Discussions
12-18-2014, 01:27 PM
Replies:
31
Google Chart Integration
Views:
2,625
Posted By
gfran5
Sorry don't worry i've figured it out, was...
Sorry don't worry i've figured it out, was missing just one </div> element.. lol hate when it's that simple right in front of your face.
Forum:
vB4 Programming Discussions
12-18-2014, 01:21 PM
Replies:
31
Google Chart Integration
Views:
2,625
Posted By
gfran5
That red line goes with the footer-main section,...
That red line goes with the footer-main section, making the advertisement absolute doesn't fix the issue, this is getting me confused, because the only pages effected are the ones on the member...
Forum:
vB4 Programming Discussions
12-18-2014, 01:01 PM
Replies:
31
Google Chart Integration
Views:
2,625
Posted By
gfran5
Hi, This is slightly unrelated but i'm...
Hi,
This is slightly unrelated but i'm having some CSS issues on the template: Link to the page (http://musclephlex.com/members/1-TrainInsane&tab=test#test)
For some reason my footer is half...
Forum:
vB4 Programming Discussions
12-18-2014, 11:33 AM
Replies:
31
Google Chart Integration
Views:
2,625
Posted By
gfran5
You were pretty close, just forgot to mention to...
You were pretty close, just forgot to mention to change (if $post) to (if $userinfo)... but thanks for your help. I will try get this chart working, if i have any questions i will post back.
Forum:
vB4 Programming Discussions
12-18-2014, 01:35 AM
Replies:
31
Google Chart Integration
Views:
2,625
Posted By
gfran5
Yeah, i have entered data and i am even...
Yeah, i have entered data and i am even displaying this information on my postbit_legacy template with all the numbers showing up, but for some reason when i try the same thing on a member profile...
Forum:
vB4 Programming Discussions
12-17-2014, 10:09 PM
Replies:
31
Google Chart Integration
Views:
2,625
Posted By
gfran5
I tried that but that didn't work either, i am...
I tried that but that didn't work either, i am able to see "Congratulations, you can see me, I'm your PHP Code!" on the profile tab page, therefore it should work if it is right.
Not sure why...
Forum:
vB4 Programming Discussions
12-17-2014, 01:01 PM
Replies:
31
Google Chart Integration
Views:
2,625
Posted By
gfran5
my plugin is this: if...
my plugin is this:
if (isset($vbulletin->GPC['tab']))
{
$selected_tab = $vbulletin->GPC['tab'];
}
$blockinfo['title'] = "My Bodyspace";
$blockid = "my_bodyspace";
$taburl = $memberurl =...
Forum:
vB4 Programming Discussions
12-17-2014, 12:53 PM
Replies:
31
Google Chart Integration
Views:
2,625
Posted By
gfran5
i tried: <div class="body_measurements"> ...
i tried:
<div class="body_measurements">
<vb:if condition="$post['field8']">
<h2 style="display: inline;">H: {userdata.field8}cm | </h2>
<vb:else />
<h2 style="display: inline;">H: --...
Forum:
vB4 Programming Discussions
12-17-2014, 12:38 PM
Replies:
31
Google Chart Integration
Views:
2,625
Posted By
gfran5
I have already created those variables for Height...
I have already created those variables for Height and Weight needed, but i'm currently stuck with making the My Bodyspace page (http://musclephlex.com/members/1-TrainInsane).
I have followed this...
Forum:
vB4 Programming Discussions
12-17-2014, 11:42 AM
Replies:
31
Google Chart Integration
Views:
2,625
Posted By
gfran5
I want to have them both on the same pie chart,...
I want to have them both on the same pie chart, one figure as weight and the other as body fat % as seen here: http://www.theironden.com/forum/members/24086-gfran5
thoughts on where i should...
Forum:
vB4 Programming Discussions
12-16-2014, 11:29 PM
Replies:
31
Google Chart Integration
Views:
2,625
Posted By
gfran5
So would you be able to help me out? I'm...
So would you be able to help me out? I'm currently making my own profile tab.
Forum:
vB4 Programming Discussions
12-16-2014, 03:49 PM
Replies:
31
Google Chart Integration
Views:
2,625
Posted By
gfran5
Google Chart Integration
I would love to include a pie graph on my members profile, where users can enter two different values e.g. Height & Weight and it is automatically produced as a pie graph.
I noticed the Google...
Forum:
Modification Graveyard
12-13-2014, 06:28 AM
Replies:
3,112
Major Additions -
8WayRun.Com - Media Library
Views:
692,822
Posted By
gfran5
It's probably pretty simple... but how do you add...
It's probably pretty simple... but how do you add categories?
Forum:
vBulletin 4.x Add-ons
12-07-2014, 09:05 AM
Replies:
1,853
Major Additions -
Product Review Forums ? Research, Review & Compare Items
Views:
280,805
Posted By
gfran5
Am i able to have this without it being displayed...
Am i able to have this without it being displayed on forumhome? Want it just to be accessed through the nav bar...
Forum:
vBulletin 5.x Template Modifications
11-29-2014, 11:31 AM
Replies:
64
Show Thread Enhancements -
Social Buttons with Short Share URL
Views:
95,321
Posted By
gfran5
Anyone know how to add this to the article (CMS)...
Anyone know how to add this to the article (CMS) conversation bar?
Forum:
vBulletin 5.x Template Modifications
11-23-2014, 11:39 AM
Replies:
64
Show Thread Enhancements -
Social Buttons with Short Share URL
Views:
95,321
Posted By
gfran5
Works great in 5.1.1 :D
Works great in 5.1.1 :D
Showing results 1 to 21 of 21
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
10:57 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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.03623 seconds
Memory Usage
2,002KB
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)
footer
(1)
forumjump
(1)
gobutton
(1)
header
(1)
headinclude
(1)
navbar
(2)
navbar_link
(120)
option
(1)
post_thanks_navbar_search
(1)
search_results
(21)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(57)
threadbit_pagelink
Phrase Groups Available:
global
inlinemod
prefix
search
Included Files:
./
search.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/
functions_search.php
./includes/
functions_databuild.php
./includes/
functions_forumlist.php
./includes/
functions_misc.php
./includes/
functions_forumdisplay.php
./includes/
functions_bigthree.php
Hooks Called:
init_startup
init_startup_session_setup_start
init_startup_session_setup_complete
cache_permissions
style_fetch
cache_templates
global_start
parse_templates
global_setup_complete
search_before_process
search_start
search_results_start
search_results_query_posts
search_results_prebits
threadbit_process
search_results_postbit
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0009
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(259, 0, 1,''); -> cached fperms for forum 259
(unspecified) fetch_permissions(259, 0, 1,''); -> cached fperms for forum 259
(unspecified) fetch_permissions(259, 0, 1,''); -> cached fperms for forum 259
(unspecified) fetch_permissions(259, 0, 1,''); -> cached fperms for forum 259
FULLTEXT Search
php_sapi_name(): fpm-fcgi