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

Showing results 1 to 25 of 39
Search took 0.00 seconds.
Search: Posts Made By: kkiely
Forum: vB4 Programming Discussions 12-14-2016, 05:50 AM
Replies: 0
Views: 291
Posted By kkiely
"Edit Group Name" not showing up for some users

A user of my forum told me that when he tries to edit his Social Group the "Group Name" field is not showing up (all the other fields are). When I log on as him, I can confirm this. The same field IS...
Forum: vB3 Programming Discussions 10-03-2008, 10:06 AM
Replies: 1
Views: 1,316
Posted By kkiely
how to call humanverify[hash] from non-vb page?

In the human verify template there is a hidden input:

<input id='hash' type='hidden' name='humanverify[hash]' value='humanverify[hash]' />

How do I come up with the value for...
Forum: vB3 Programming Discussions 02-11-2008, 11:18 PM
Replies: 0
Views: 1,792
Posted By kkiely
Impex User Import - import data into userfield table

I'm doing a user import using Impex's text import module. I'm trying to get Impex to import one of the columns in my CSV file into one of the columns in the 'userfield' table.

I used these...
Forum: vBulletin.org Site Feedback 04-27-2007, 07:00 PM
Replies: 2
Views: 765
Posted By kkiely
thanks, i should have seen this

thanks, i should have seen this
Forum: vBulletin.org Site Feedback 04-24-2007, 06:30 PM
Replies: 2
Views: 765
Posted By kkiely
Sort hacks by thread creationdate?

Is there a way to sort hacks by thread creationdate? Or is there a way to figure out which hack threads are new threads since your last visit?
thanks
Forum: vB3 General Discussions 03-29-2007, 09:24 PM
Replies: 7
Views: 992
Posted By kkiely
that page is just a variation of the non-vb login...

that page is just a variation of the non-vb login that uses the

if ($vbulletin->userinfo['userid']!=0) {

line to check for a cookie. If sessions are carried from page to page within VB then I'm...
Forum: vB3 General Discussions 03-29-2007, 05:01 AM
Replies: 7
Views: 992
Posted By kkiely
I have this same problem. I am an amatuer when it...

I have this same problem. I am an amatuer when it comes to coding but I would that if VBulletin is able to keep sessions between pages without a cookie then VB must have a quick way of doing it -...
Forum: vB3 Programming Discussions 03-28-2007, 11:56 PM
Replies: 7
Views: 894
Posted By kkiely
I use <?php chdir("vbforum/"); ...

I use

<?php
chdir("vbforum/");
require('./global.php');
chdir("../");
?>

and it works fine
Forum: vB3 General Discussions 03-05-2007, 03:09 AM
Replies: 0
Views: 672
Posted By kkiely
too many custom profile fields?

I want to install a hack (an expanded version of the Timeslip hack) that will add about 60 fields to the usertextfield table. Will having too many fields hurt performance? I would be selecting only...
Forum: Modification Requests/Questions (Unpaid) 03-05-2007, 02:58 AM
Replies: 1
Views: 747
Posted By kkiely
AJAX flag system

Simple. An AJAX flagging system where you don't have to go through 2 or 3 pages to report a post. You could still set it up so that you could select 1 out of 4 reasons (spam, double post, etc) why it...
Forum: vB3 General Discussions 03-05-2007, 02:40 AM
Replies: 3
Views: 589
Posted By kkiely
Upgrading. Should I un-hack forum first?

If I have a hacked forum (3-4 hacks) should I unhack the forum when doing an upgrade from 3.0 to 3.6?
Forum: vB3 Programming Discussions 12-28-2006, 07:38 AM
Replies: 1
Views: 946
Posted By kkiely
What happens (database-wise) on new thread creation?

I am currently using Vbulletin as a commenting system for the non-VB section of my sites. The way I do this is I manually create a thread in a hidden forum with the first post saying "please post...
Forum: vB3 General Discussions 08-20-2005, 02:12 AM
Replies: 1
Views: 862
Posted By kkiely
Custom redirect from non-VB quick reply

OK, this is what I have. I have a particular thread which shows up on a non-BV page. I also have a quick reply box set up on the same non-VB page which is set to reply to that particular thread. When...
Forum: Modification Requests/Questions (Unpaid) 08-16-2005, 09:14 AM
Replies: 0
Views: 783
Posted By kkiely
Quickreply on non-vb page

I need a quick reply box on a non-VB page.
Forum: Modification Requests/Questions (Unpaid) 08-06-2005, 12:19 AM
Replies: 0
Views: 861
Posted By kkiely
Comment hack using thread from forum

I want to have a normal PHP page and within the page there will be code that imports a particular thread from a forum into the page and people can login and make new posts to the thread from the PHP...
Forum: General Articles 05-09-2005, 10:17 PM
Replies: 32
Views: 14,984
Posted By kkiely
"then why don't you just make it like a vbulletin...

"then why don't you just make it like a vbulletin page"

because every single installation of a VBulletin CMS (VBadvanced, VBPortal) looks exactly the same. Those boxes are ugly. I'm looking for a...
Forum: General Articles 05-04-2005, 01:13 AM
Replies: 32
Views: 14,984
Posted By kkiely
what I am looking for is where the comment are...

what I am looking for is where the comment are shown under the actual story - not the way IMDB does it but the way TechIMO does it. They actually use a commercial program called ReviewPost which is...
Forum: vBulletin 3.0 Full Releases 01-13-2005, 02:13 AM
Replies: 1,005
Views: 205,985
Posted By kkiely
OK, i deleted the table and re-made it. Now I am...

OK, i deleted the table and re-made it. Now I am getting this error in my logs
---------------------------------------------------------------------------------

<!--
Database error in vBulletin...
Forum: vBulletin 3.0 Full Releases 01-13-2005, 01:19 AM
Replies: 1,005
Views: 205,985
Posted By kkiely
Anyone know what this error is and how to fix it?...

Anyone know what this error is and how to fix it? I just got it 1 day after switching to a new data feed - I dont think that would cause it though
...
Forum: General Articles 12-22-2004, 03:28 AM
Replies: 32
Views: 14,984
Posted By kkiely
Sorry to jump in the middle of this discussion...

Sorry to jump in the middle of this discussion but Imay be able to clarify. I believe people are looking for the comments to come ON the page of the article. This hack can be done - because I already...
Forum: vBulletin 3.0 Full Releases 12-19-2004, 05:28 PM
Replies: 1,005
Views: 205,985
Posted By kkiely
i couldnt find where

i couldnt find where
Forum: vBulletin 3.0 Full Releases 12-18-2004, 02:24 AM
Replies: 1,005
Views: 205,985
Posted By kkiely
a few other questions: 1. when a user named...

a few other questions:

1. when a user named JohnCates posts to USENET their username is printed with a random set of letts at the end. JohnCates comes out like
JohnCates.1hfjsc@domain.com
...
Forum: vBulletin 3.0 Full Releases 12-16-2004, 07:28 PM
Replies: 1,005
Views: 205,985
Posted By kkiely
If posts to USETNET are moderated then do they...

If posts to USETNET are moderated then do they get sent out after they get approved or not? I think I have the 3.0 version of this hack installed.
Forum: Modification Requests/Questions (Unpaid) 11-21-2004, 05:48 PM
Replies: 2
Views: 1,494
Posted By kkiely
Comment Hack

A Comment Hack where people can make comments on non-VB pages, like this one (scroll to the bottom) - http://www.camcorderinfo.com/content/canon-zr80-camcorder-review.htm. Sitepoint.com also does...
Forum: vBulletin 3.0 Full Releases 10-05-2004, 01:37 AM
Replies: 1,005
Views: 205,985
Posted By kkiely
is there something special i need to do in order...

is there something special i need to do in order to have the hack work on more than 1 forum? I instaled it on 2 different sites and both sites will only allow me to pull from 1 Usenet group
Showing results 1 to 25 of 39

 
Forum Jump

All times are GMT. The time now is 04:29 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.04865 seconds
  • Memory Usage 2,045KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (27)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