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

Showing results 1 to 25 of 63
Search took 0.00 seconds.
Search: Posts Made By: zardos
Forum: vBulletin 3.8 Add-ons 02-11-2013, 08:20 AM
Replies: 52
Views: 13,338
Posted By zardos
Anyone know how to make this running on VB 3.8.4?...

Anyone know how to make this running on VB 3.8.4?
Need to make the posts and threads visible to moderated users.

if (!can_moderate($forumid, 'canmoderateposts'))
{
if (!($forumperms &...
Forum: vB3 Programming Discussions 10-07-2010, 02:36 PM
Replies: 2
Views: 1,057
Posted By zardos
ofcourse :erm: ! thanks

ofcourse :erm: ! thanks
Forum: vB3 Programming Discussions 10-07-2010, 10:44 AM
Replies: 2
Views: 1,057
Posted By zardos
Create array for thread, fetch data from it in posts

Hey I'm looking to acomplish something like this:

I want to fill an array with data in showthread and then I want to fetch data from this array in every post that belongs to this thread:
...
Forum: vB3 Programming Discussions 01-12-2008, 11:44 AM
Replies: 2
Views: 1,131
Posted By zardos
member.php user id variabel?

Hi dudes, while within member.php i include add some extra code, but in this code i need to know both the user id of the member that the profile page belong to and the user id of the observer, some...
Forum: vB3 Programming Discussions 11-21-2007, 09:38 PM
Replies: 3
Views: 726
Posted By zardos
I dont want to reverse engineer it, i want to be...

I dont want to reverse engineer it, i want to be able to writn a password, md5 it and compair to the hash in the db. but if i md5 my password it dose not become the same as in the vb database.
Forum: vB3 Programming Discussions 11-21-2007, 09:04 PM
Replies: 3
Views: 726
Posted By zardos
password harz combination of username and pass?

Hi am trying to write a lite plug-in that should have the same password as the user have on the forum. But i cant get the strings to match, how is vb password created? it cant be just a md5 of the...
Forum: vB3 Programming Discussions 11-21-2007, 07:44 AM
Replies: 2
Views: 2,100
Posted By zardos
make $vbulletin-> global?

Hi, am trying to use $vbulletin->userinfo['usernamne']; within a wordpress function, it works outside of the function but not inside, and i cant send it. So I need to make it global.

I tried echo...
Forum: vB3 Programming Discussions 11-20-2007, 04:16 AM
Replies: 2
Views: 697
Posted By zardos
Help with this simple code :/

Hi, this is a plug-in i wrote and entered into the, registration-verified hook
I cant get this to work, and yes minvtes do exist in the user table.

Plz help.


...
Forum: vB3 Programming Discussions 11-08-2007, 10:12 PM
Replies: 0
Views: 560
Posted By zardos
Brainstorming about search?

Hi i need to create a alternative search php that can search only 2 forums, and the user that do the search don't have permission to view those forums. How would u guys go that?

I'w been messing...
Forum: vB3 Programming Discussions 11-01-2007, 04:10 PM
Replies: 0
Views: 660
Posted By zardos
how to create paid-subscriptions manually?

Hi, i just installed vBCredits and now i want my users to be able to "buy" paid-subscriptions
using the number in the vBCredits table, some one here have some code or can give me some tips on how to...
Forum: vB3 Programming Discussions 10-31-2007, 08:50 PM
Replies: 1
Views: 648
Posted By zardos
database error while logged in?

Hi, i am getting a strange error, the forum view works grate when am logged in, but if am a guest it just displays an database error. Some one know what this can be? Or is there a way to get a more...
Forum: vB3 General Discussions 10-20-2007, 02:21 PM
Replies: 0
Views: 703
Posted By zardos
find forumid?

Hi, on an external page i connect to the post table and write out some posts and postid's, how do i find out in what forum the post is posted in? can i feed some info to...
Forum: vB3 Programming Discussions 06-19-2007, 02:30 AM
Replies: 2
Views: 879
Posted By zardos
Thanks!

Thanks!
Forum: vB3 Programming Discussions 06-18-2007, 01:53 PM
Replies: 2
Views: 879
Posted By zardos
After eval('print_output the game stop logind

Hi, am including one of my vbulletin pages into an external one, everything works fine excerpts that after the included pages is included is stops pring out the rest of the page.

so after >...
Forum: vB3 General Discussions 06-10-2007, 11:00 PM
Replies: 1
Views: 782
Posted By zardos
url.com/username

Hi, i wondered if some one know how I using mod_rewrite could make "url.com/username" be the url to the user profile?
Forum: vB3 Programming Discussions 04-27-2007, 02:21 PM
Replies: 8
Views: 1,163
Posted By zardos
Cant get this to worke on 3.6 why?

Cant get this to worke on 3.6 why?
Forum: vB3 Programming Discussions 04-17-2007, 06:16 PM
Replies: 3
Views: 829
Posted By zardos
Am trying to create a guestbook in member profile...

Am trying to create a guestbook in member profile page .
Forum: vB3 Programming Discussions 04-17-2007, 04:25 PM
Replies: 3
Views: 829
Posted By zardos
Coders please help!

Hi, when i insert this code into member.php the page becomes blank :/ why?

// Start ROBINSGB
// *************************
$vbulletin->input->clean_array_gpc('p', array(
'gbID' =>...
Forum: vB3 Programming Discussions 04-14-2007, 12:06 AM
Replies: 5
Views: 1,013
Posted By zardos
<if condition="$forum[forumid] != 1">everywhere...

<if condition="$forum[forumid] != 1">everywhere except 1</if>
<if condition="$forum[forumid] == 1">only in 1</if>
Forum: vB3 Programming Discussions 04-13-2007, 11:27 PM
Replies: 5
Views: 1,013
Posted By zardos
<if condition="$forum[forumid] ==...

<if condition="$forum[forumid] == X"></if>
Forum: vB3 Programming Discussions 04-12-2007, 04:34 PM
Replies: 2
Views: 880
Posted By zardos
Am not reall sure but i wold say that the only...

Am not reall sure but i wold say that the only thing that is cacded is the thread views.
Forum: vB3 Programming Discussions 04-12-2007, 01:07 PM
Replies: 3
Views: 788
Posted By zardos
You don't have some code laying round that i can...

You don't have some code laying round that i can take a look at? I need to see boath the template code and the VB code?
Forum: vB3 Programming Discussions 04-12-2007, 10:05 AM
Replies: 3
Views: 977
Posted By zardos
O sorry, your design was not based on divs, and...

O sorry, your design was not based on divs, and you use images to create the lines, and i have no clue how to help you :/ sorry
Forum: vB3 Programming Discussions 04-12-2007, 09:21 AM
Replies: 3
Views: 788
Posted By zardos
I need to know this..

Hi, i need to knew how to do this, casus if i learn how, I have gotten my self samples for almost everything i need know to start creating my own mods. So please help me.

I want to have en example...
Forum: vB3 Programming Discussions 04-12-2007, 09:11 AM
Replies: 3
Views: 977
Posted By zardos
In the header template , do not close the div...

In the header template , do not close the div tags , and later close em in the foot template

//Robin
Showing results 1 to 25 of 63

 
Forum Jump

All times are GMT. The time now is 01:02 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.02933 seconds
  • Memory Usage 2,030KB
  • 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
  • (3)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