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

Showing results 1 to 25 of 66
Search took 0.00 seconds.
Search: Posts Made By: n1ckn4me
Forum: vB3 General Discussions 02-22-2006, 03:02 PM
Replies: 2
Views: 973
Posted By n1ckn4me
Well let me explain the big picture. I have made...

Well let me explain the big picture. I have made a template that I use for my $variable that I made as a plugin. In that template/plugin I use the [getpmcount].

Now...I want to use my $variable in...
Forum: vB3 General Discussions 02-16-2006, 07:09 PM
Replies: 2
Views: 973
Posted By n1ckn4me
How to show new PM's on all index.php pages?

I want to have read how many new pm's the loggedin has on the index.php pages.

does it have to do with this following code?

// ###################### Start pm update counters...
Forum: vB3 General Discussions 02-11-2006, 12:08 PM
Replies: 0
Views: 738
Posted By n1ckn4me
if condition pm show alert

Hello! Iam trying to make a codition if members have a greater number then 0 unread pm's then there will be a self made alert that shows it.

I was playing with:

<if condition="!$show['guest']"...
Forum: vB3 General Discussions 10-25-2005, 05:12 PM
Replies: 6
Views: 1,002
Posted By n1ckn4me
wow, that helped! ..I was on the way of figuring...

wow, that helped! ..I was on the way of figuring this thing out but with your hack I was able to do what I wanted! ..thanks for your link! nice hack also ;)


@peterska2

thanks for your help, I...
Forum: vB3 General Discussions 10-24-2005, 10:44 PM
Replies: 6
Views: 1,002
Posted By n1ckn4me
thanks for the reply! But I didn't get my...

thanks for the reply!

But I didn't get my question good I guess...because I ment something else.

Im working on a user cp page at the profile.php and it's working great!
but If I code:
...
Forum: vB3 General Discussions 10-24-2005, 05:28 PM
Replies: 14
Views: 1,323
Posted By n1ckn4me
no offence though! Just keep the practise and you...

no offence though! Just keep the practise and you will learn eventually! ;)
Forum: vB3 General Discussions 10-24-2005, 05:13 PM
Replies: 4
Views: 874
Posted By n1ckn4me
love to see it too ^^

love to see it too ^^
Forum: vB3 General Discussions 10-24-2005, 05:10 PM
Replies: 6
Views: 1,002
Posted By n1ckn4me
Q: Custom Profile Fields

example:

To call a custum profile field you could code;

$customfields[other]

I have several custum profile fields made and I want to use only surten ones on a different page.

Is there a...
Forum: vB3 General Discussions 10-24-2005, 05:01 PM
Replies: 14
Views: 1,323
Posted By n1ckn4me
this is too funny ^^

this is too funny ^^
Forum: vBulletin 3.5 Add-ons 10-17-2005, 01:18 PM
Replies: 1,645
Views: 302,988
Posted By n1ckn4me
nice!.. will get it sooner or later ;) ciao

nice!.. will get it sooner or later ;) ciao
Forum: vBulletin 3.5 Add-ons 10-17-2005, 11:08 AM
Replies: 1,645
Views: 302,988
Posted By n1ckn4me
hey very nice hack! I was playing with get 5...

hey very nice hack!

I was playing with get 5 latest journals on my vBa CMPS indexpage!.. can't get it totally to work so was wondering if there allready an add-on out there or if someone can help...
Forum: vB3 General Discussions 10-16-2005, 10:32 PM
Replies: 0
Views: 730
Posted By n1ckn4me
Max loggedin users in footer

// ### MAX LOGGEDIN USERS ################################
if (intval($vbulletin->maxloggedin['maxonline']) <= $totalonline)
{
$vbulletin->maxloggedin['maxonline'] = $totalonline;...
Forum: vB3 General Discussions 10-13-2005, 12:34 AM
Replies: 2
Views: 849
Posted By n1ckn4me
cool! this is very helpfull! thank you...it's...

cool! this is very helpfull! thank you...it's play time :p
Forum: vB3 General Discussions 10-12-2005, 09:42 PM
Replies: 2
Views: 849
Posted By n1ckn4me
conditions Q

How would you code if condition is NOT equal with the following codes:

<if condition="!$GLOBALS['FIRSTPOSTID']">
and:
<if condition="!$show['guest']">


also,

How would you code if you...
Forum: Modification Graveyard 10-12-2005, 08:27 PM
Replies: 522
Major Additions - Talker Bot v2.0.2
Views: 127,053
Posted By n1ckn4me
wow! ...this is A freaking I! I like it ...please...

wow! ...this is A freaking I! I like it ...please tell me this is going to be ported! ^^
Forum: vB3 General Discussions 10-12-2005, 04:03 PM
Replies: 0
Views: 644
Posted By n1ckn4me
Guest won't see replies in threads

HI!

I want that guests DO read the content (thread's first post) but they won't be able to see the replies! They have to register or login to view the replies within the threads.

Please tell...
Forum: vB3 General Discussions 10-11-2005, 05:22 PM
Replies: 4
Views: 875
Posted By n1ckn4me
wow..hehe consider this not posted :nervous: ...

wow..hehe consider this not posted :nervous:

[EDIT]I've looked and indeed there are controls to permit people to read content but that was not what I was looking for.
Forum: vB3 General Discussions 10-11-2005, 04:07 PM
Replies: 4
Views: 875
Posted By n1ckn4me
ok I understand I think... Let's say that...

ok I understand I think...

Let's say that postbit_legacy is where the design of the replies is. I could then say:

<if condition="$show['guest']">
<div>&nbsp;</div>
<else />...
Forum: vB3 General Discussions 10-11-2005, 03:48 PM
Replies: 4
Views: 875
Posted By n1ckn4me
QQ: Witch template are the replies stored in

where would I find the template where all the "replies on a thread" are ?

Thanks in advance!
Forum: vBulletin 3.5 Add-ons 10-11-2005, 02:59 PM
Replies: 40
Views: 7,502
Posted By n1ckn4me
Hi nice hack! it's got some potention in my...

Hi nice hack! it's got some potention in my opinion.

I have for example some plain text I only want to show at some places of my vbsite. so I place the $advert outthere and I copy the code within...
Forum: vBulletin 3.5 Add-ons 10-10-2005, 08:29 AM
Replies: 7
Views: 3,571
Posted By n1ckn4me
Hi Kall! I think this is a great add-on for...

Hi Kall!

I think this is a great add-on for Brain's vBa CMPS!
I have only one problem I couldn't get rid of after installing...

I've done the instructions carefully, but after installing I...
Forum: vB3 General Discussions 10-07-2005, 09:39 PM
Replies: 0
Views: 740
Posted By n1ckn4me
Limited Threadtitle

I was wondering where or how to specify in vbulletin to have a maximum amout of characters for the threadtitle?

Thanks in advanced!
Forum: vB3 General Discussions 05-03-2005, 04:03 PM
Replies: 0
Views: 873
Posted By n1ckn4me
stats in header

// ### BOARD STATISTICS #################################################

// get total threads & posts from the forumcache
$totalthreads = 0;
$totalposts = 0;
if (is_array($forumcache))
{...
Forum: vB3 General Discussions 05-03-2005, 02:58 PM
Replies: 2
Views: 902
Posted By n1ckn4me
hey thanks for sharing! I can use this! I...

hey thanks for sharing! I can use this! I allready run vbadvanced so why not install the adon :D
Forum: vB3 General Discussions 05-03-2005, 08:38 AM
Replies: 2
Views: 902
Posted By n1ckn4me
Showgroups

Hi all!

Im qurious how to modify the /showgroups.php? (forum leaders).
I want the Administrator listed first, second I want the super mod. and 3rd I want the rest of the moderators listed.
...
Showing results 1 to 25 of 66

 
Forum Jump

All times are GMT. The time now is 08:44 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.03902 seconds
  • Memory Usage 2,046KB
  • 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
  • (16)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