Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 168
Search took 0.01 seconds.
Search: Posts Made By: cono1717
Forum: vBulletin 3.8 Template Modifications 09-23-2009, 04:25 PM
Replies: 13
Show Thread Enhancements - Tweet This Thread.
Views: 5,597
Posted By cono1717
No problems, thanks for the install :)

No problems, thanks for the install :)
Forum: vBulletin 3.8 Template Modifications 09-21-2009, 11:54 AM
Replies: 13
Show Thread Enhancements - Tweet This Thread.
Views: 5,597
Posted By cono1717
Reserved :)

Reserved :)
Forum: vBulletin 3.8 Template Modifications 09-20-2009, 10:00 PM
Replies: 13
Show Thread Enhancements - Tweet This Thread.
Views: 5,597
Posted By cono1717
Tweet This Thread.

This is a very simple template edit that adds a "Tweet this thread" to the thread tools menu.

Time to install: 2 mins

Installation Instructions:

In SHOWTHREAD

Find
Forum: vB3 General Discussions 08-18-2009, 01:48 PM
Replies: 13
Views: 1,261
Posted By cono1717
Make a new usergroup called "Admin2" or something...

Make a new usergroup called "Admin2" or something like that, add no group icon and make it a usergroup with Admin CP access. Again you may be asked to specify the permissions of that usergroup.

If...
Forum: vB3 General Discussions 08-18-2009, 01:37 PM
Replies: 13
Views: 1,261
Posted By cono1717
Make his secondary group Administrator, when you...

Make his secondary group Administrator, when you save you will be prompted to add admin permissions (the big red text).

That way you choose the admin permissions and the user still appears as a...
Forum: vB3 General Discussions 07-27-2009, 08:37 AM
Replies: 5
Views: 691
Posted By cono1717
It could be a messed up .htaccess file. Try...

It could be a messed up .htaccess file. Try removing it and refreshing the page.
Forum: vB3 General Discussions 07-23-2009, 02:29 PM
Replies: 4
Views: 673
Posted By cono1717
To include PHP I think you have to make a new...

To include PHP I think you have to make a new hook or plugin since the templates don't like the include function or any php for that matter.
Forum: vB3 General Discussions 07-21-2009, 01:09 PM
Replies: 4
Views: 673
Posted By cono1717
I am not too sure if this help but ...

I am not too sure if this help but

if($_GET['do'] == 'list')

I think should be

if($_REQUEST['do'] == 'list')

Then if your list.php file can be used in the template system you can add this...
Forum: vB3 General Discussions 07-13-2009, 10:14 AM
Replies: 11
Views: 1,005
Posted By cono1717
You could use a conditional to hide the search...

You could use a conditional to hide the search link however if members still know the link they would be able to use the feature. Also I think you can rename the page however I am not sure

The...
Forum: vBulletin Pre-Sales Questions 07-12-2009, 11:12 AM
Replies: 3
Vb4
Views: 1,609
Posted By cono1717
It will be as easy as upgrading any other...

It will be as easy as upgrading any other version, which is considerably easy, however you should make sure that your hacks are compatible before upgrading.
Forum: vB3 General Discussions 07-10-2009, 12:08 PM
Replies: 3
Views: 1,803
Posted By cono1717
This would be easier to create when the API comes...

This would be easier to create when the API comes out. http://www.meebo.com/rooms/developers/
Forum: vB3 General Discussions 07-09-2009, 01:32 PM
Replies: 8
Views: 695
Posted By cono1717
Go to ACP > Styles and Templates > [Your Skin] >...

Go to ACP > Styles and Templates > [Your Skin] > Select Style Vars from the drop down list.

Now see the width field if that contains a percentage change it to a number without a percentage. Since...
Forum: vB3 General Discussions 07-08-2009, 05:52 PM
Replies: 4
Views: 637
Posted By cono1717
If I am not mistaken your SQL database will keep...

If I am not mistaken your SQL database will keep some of the hacks that you installed.
Forum: vB3 General Discussions 07-08-2009, 04:23 PM
Replies: 3
Views: 566
Posted By cono1717
lol no problem, I thought I was right first time...

lol no problem, I thought I was right first time with the $userinfo but something told me to tell you to try $post lol.
Forum: vB3 General Discussions 07-08-2009, 08:48 AM
Replies: 3
Views: 566
Posted By cono1717
Try <if...

Try


<if condition="$userinfo['field8']"><img src="$userinfo[field8]" width="200" height="30"/> <else />$prepared[musername] </if>


OR


<if condition="$post['field8']"><img...
Forum: vBulletin 3.8 Add-ons 07-07-2009, 10:00 PM
Replies: 1
Administrative and Maintenance Tools - Admin CP Quick Links
Views: 2,560
Posted By cono1717
Admin CP Quick Links

This mod is extremely simple. I just put a list of the tasks that I commonly use and put them at the top of my admin CP.


It will work on all versions of vBulletin.


NOTE: You cannot install...
Forum: vB3 General Discussions 07-06-2009, 06:38 PM
Replies: 4
Views: 583
Posted By cono1717
It shouldn't create any problems unless you want...

It shouldn't create any problems unless you want to start individually changing things on one board, then everything you do will be done on the other board.
Forum: vB3 Programming Discussions 07-05-2009, 03:22 PM
Replies: 39
Views: 3,346
Posted By cono1717
I am using PHP designer but I guess it is...

I am using PHP designer but I guess it is technically not an error so it didn't flag it up. However:

Lynne, Dismounted and everyone else who has helped me is a star!

As you can probably tell...
Forum: vB3 Programming Discussions 07-05-2009, 02:54 PM
Replies: 39
Views: 3,346
Posted By cono1717
I tried moving the else if to the same line, no...

I tried moving the else if to the same line, no luck. As for your other question yes you can see the other values right before B&C and right after just B&C that don't work.
Forum: vB3 Programming Discussions 07-04-2009, 04:33 PM
Replies: 39
Views: 3,346
Posted By cono1717
I took your advice and went and told the PHP file...

I took your advice and went and told the PHP file that $conditional always = 0 unless otherwise stated, which worked now it's only RESELLER B & C that display 0

Here is their code


else if...
Forum: vB3 Programming Discussions 07-04-2009, 11:05 AM
Replies: 39
Views: 3,346
Posted By cono1717
YAY that worked...kinda. For some reason not...

YAY that worked...kinda.

For some reason not all of the fields display properly.

PHP File
<?php



// ####################### SET PHP ENVIRONMENT ###########################
Forum: vB3 Programming Discussions 07-03-2009, 03:37 PM
Replies: 39
Views: 3,346
Posted By cono1717
Now things have gone weired :S Before:-...

Now things have gone weired :S


Before:- http://i41.tinypic.com/2yyw67a.jpg
After:- http://i40.tinypic.com/105ce8g.jpg
PHP File:

<?php
Forum: vBulletin 3.8 Styles 07-03-2009, 03:14 PM
Replies: 13
Views: 7,074
Posted By cono1717
When importing select "Ignore Style Version" my...

When importing select "Ignore Style Version" my test board hasn't been upgraded to 3.8.3 yet so it's my fault,

It does work on 3.8.3 though,

Sorry for that
Forum: vB3 Programming Discussions 07-03-2009, 12:11 PM
Replies: 39
Views: 3,346
Posted By cono1717
Ok I have moved the code and still nothing, here...

Ok I have moved the code and still nothing, here is the new activity.php file

<?php



// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL &...
Forum: vBulletin 3.8 Styles 07-02-2009, 04:12 PM
Replies: 13
Views: 7,074
Posted By cono1717
Thanks for the comments, new premium and free...

Thanks for the comments, new premium and free versions to come!
Showing results 1 to 25 of 168

 
Forum Jump

All times are GMT. The time now is 12:09 AM.


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.04382 seconds
  • Memory Usage 2,072KB
  • 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)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (34)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
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete