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

Showing results 1 to 25 of 48
Search took 0.00 seconds.
Search: Posts Made By: hidjra
Forum: vBulletin 4.x Add-ons 05-05-2010, 12:51 PM
Replies: 512
Forum Home Enhancements - New Latest Album Pictures - Forum Home
Views: 119,771
Posted By hidjra
i would like to know this too

i would like to know this too
Forum: vBulletin 4.x Add-ons 05-05-2010, 12:50 PM
Replies: 512
Forum Home Enhancements - New Latest Album Pictures - Forum Home
Views: 119,771
Posted By hidjra
is it also possible to display user/avatar photos

is it also possible to display user/avatar photos
Forum: vBulletin 4.x Template Modifications 02-15-2010, 11:42 AM
Replies: 4
Views: 2,171
Posted By hidjra
can you post that too ??

can you post that too ??
Forum: vB3 General Discussions 05-16-2006, 06:49 PM
Replies: 12
Views: 1,395
Posted By hidjra
i wrote this code to do exactly what i stated...

i wrote this code to do exactly what i stated above. I'm just not sure this is the best way for doing this. Could some one have a look at this?

// copied from vb3.5 gold
function fetch_alt_ip()...
Forum: vBulletin 3.5 Add-ons 05-15-2006, 02:34 PM
Replies: 425
Views: 92,066
Posted By hidjra
Is there a way to display the logged-in user, os...

Is there a way to display the logged-in user, os show a login form when there's no one logged in?

Grtz,
Hidjra
Forum: Modification Requests/Questions (Unpaid) 04-18-2006, 07:43 PM
Replies: 3
Views: 1,225
Posted By hidjra
I'm also interrested in this mod, but is there a...

I'm also interrested in this mod, but is there a way to also limit the querying of the avatar from the database for guests. Cause this template-mod only disables the displaying of the avatar (which...
Forum: vB3 General Discussions 04-04-2006, 08:43 AM
Replies: 12
Views: 1,395
Posted By hidjra
Yes, that's what i mean. The cookie domain is...

Yes, that's what i mean. The cookie domain is .domain.com

The cookies are all working without any problems.

Grtz,
Hidjra
Forum: Big Board Discussions 03-29-2006, 04:59 PM
Replies: 23
Views: 9,088
Posted By hidjra
This sounds interresting. How did you accomplish...

This sounds interresting. How did you accomplish this?

Grtz,
Hidjra :bunny:
Forum: vBulletin 3.5 Add-ons 03-16-2006, 10:00 PM
Replies: 17
Views: 6,912
Posted By hidjra
gzip your CSS

Step 1
Create a new file, call it 'gzip-css.php' copy the following snippet and upload to the 'vbulletin_css' folder:


<?php
ob_start('ob_gzhandler');
header('Content-type: text/css; charset:...
Forum: vB3 General Discussions 03-10-2006, 11:53 AM
Replies: 2
Views: 1,113
Posted By hidjra
You can do this by using the conditions in...

You can do this by using the conditions in templates en passing flashvars to your flashobject. We have something similair on our forum with no probs, just make sure you also pass the sessions (if...
Forum: vB3 General Discussions 03-10-2006, 11:43 AM
Replies: 12
Views: 1,395
Posted By hidjra
No one any ideas?

No one any ideas?
Forum: vB3 General Discussions 03-07-2006, 09:24 PM
Replies: 12
Views: 1,395
Posted By hidjra
We have different websites on the same domain,...

We have different websites on the same domain, and because our forum has over 90.000 members we want members to be able to browse all the websites by using there vb username and password.

So...
Forum: vB3 General Discussions 03-07-2006, 09:06 PM
Replies: 8
Views: 1,630
Posted By hidjra
There's some changes in init.php regarding the...

There's some changes in init.php regarding the NOSHUTDOWNFUNC. Take a look in init.php. Look for this around line 202.
if (PHP_VERSION < '5' OR ((SAPI_NAME == 'cgi' OR SAPI_NAME == 'cgi-fcgi') AND...
Forum: vB3 General Discussions 03-07-2006, 08:21 PM
Replies: 12
Views: 1,395
Posted By hidjra
I'm not an advanced coder so i don't even know...

I'm not an advanced coder so i don't even know where to start. Has anyone done this before or maybe an existing hack that has some similarity?

Grtz,
Hidjra
Forum: vB3 General Discussions 03-03-2006, 02:48 PM
Replies: 12
Views: 1,395
Posted By hidjra
cookies AND session on nonvb site without including global.php

Hi,

I don't if this is the right forum. If it's not, i apologize and please move to the right/apropriate forum.

Im setting up a website (on the same domain [subdomain]) outside the forum...
Forum: vB3 General Discussions 03-03-2006, 12:38 PM
Replies: 10
Views: 1,242
Posted By hidjra
try this $my_header = implode("",...

try this

$my_header = implode("", file("../header_top.php"));
echo $my_header;
Forum: vBulletin 3.0 Full Releases 10-05-2005, 04:42 PM
Replies: 189
Views: 30,406
Posted By hidjra
This won't work. You'll need to change the...

This won't work. You'll need to change the queries to:
if it's a select/read querie:
from '$DB_site->query' to '$db->query_read'

if it's a update/write querie:
from '$DB_site->query' to...
Forum: vBulletin 2.x Full Releases 03-27-2003, 05:55 PM
Replies: 173
Views: 16,182
Posted By hidjra
Oh, im sorry. Adding the "addslashes()"...

Oh, im sorry.

Adding the "addslashes()" function to the insert query makes shure it doesn't give you an error when using single quote's (') in (sub)category title's and descriptions.

Hidjra
Forum: vBulletin 2.x Full Releases 03-27-2003, 04:46 PM
Replies: 173
Views: 16,182
Posted By hidjra
in create_category.php and create_subcategory.php...

in create_category.php and create_subcategory.php use this code chunck instead of the one in tha zip

// add category to database
$vars = "sName";
$values = "'" . addslashes($name) . "'";
if...
Forum: vB3 Programming Discussions 12-11-2002, 08:19 AM
Replies: 4
Views: 999
Posted By hidjra
nobody?? hello guys :speechless: help needed :D ...

nobody?? hello guys :speechless: help needed :D

Hidjra
Forum: vB3 Programming Discussions 12-10-2002, 09:10 AM
Replies: 4
Views: 999
Posted By hidjra
ok, i gave the checkboxes a unique name, and i...

ok, i gave the checkboxes a unique name, and i succeeded in writing the value to the table, seperated with a space


<input type="checkbox\" name=\"genre[]\" value=\"1\" $genre1>
<input...
Forum: vB3 Programming Discussions 12-07-2002, 12:46 PM
Replies: 4
Views: 999
Posted By hidjra
i tried this, but this only works when a user...

i tried this, but this only works when a user checks just one of the checkboxes :knockedout:




$haalartiest = mysql_query("select artiestid,naam,synoniem,land,genre from club_artiest WHERE...
Forum: vB3 Programming Discussions 12-07-2002, 12:41 PM
Replies: 4
Views: 999
Posted By hidjra
checkbox

hi guys,

can anyone help me with this, it has nothing to do with vbulletin.

i want to write/pull some info to/from the database, and show the values in checkboxes, for example;

when a user...
Forum: vBulletin 2.x Full Releases 10-26-2002, 02:54 AM
Replies: 74
Views: 12,256
Posted By hidjra
hi, does anyone know how many queries this...

hi,

does anyone know how many queries this will add to forumhome?

and how many queries will it add if we also add the addon kira suggested?

:banana:
hidjra
Forum: vB3 Programming Discussions 10-23-2002, 10:20 AM
Replies: 1
Views: 838
Posted By hidjra
no one?? :(

no one?? :(
Showing results 1 to 25 of 48

 
Forum Jump

All times are GMT. The time now is 04:52 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.02432 seconds
  • Memory Usage 2,039KB
  • 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
  • (40)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