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

Showing results 1 to 25 of 34
Search took 0.00 seconds.
Search: Posts Made By: Haakon
Forum: vB3 Programming Discussions 10-06-2006, 10:19 AM
Replies: 0
Views: 856
Posted By Haakon
my __autoload() breaks password retrieval

Hi, I can`t seem to shake this bug. I`m implementing OO php hacks into my vbulletin. So I implement the __autoload() function to free me of including each depending file in each class.
This is my...
Forum: vBulletin 3.5 Add-ons 11-11-2005, 06:40 AM
Replies: 79
Views: 14,453
Posted By Haakon
The save status on "front page" does not work...

The save status on "front page" does not work either, if you should look at this some time. The categorization is just so necessary you can`t let it pass even though it has bugs.
Forum: vBulletin 3.5 Add-ons 11-04-2005, 04:37 PM
Replies: 79
Views: 14,453
Posted By Haakon
I hope this gets standard in the next vb version,...

I hope this gets standard in the next vb version, as I know you`re on the vb.com team now. And the reload function would be great if you implement it.
Forum: vB3 General Discussions 10-21-2005, 06:09 PM
Replies: 0
Views: 695
Posted By Haakon
Instantiating object within plugin.

Hello, I have a hack that I have used in vb2 and vb3 that I want to apply in vb3.5. After some troubleshooting and stripping it down I have come to the conclusion that instantiating a simple object...
Forum: vBulletin 3.5 Add-ons 10-21-2005, 09:11 AM
Replies: 17
Views: 5,349
Posted By Haakon
Could I request that you make it so that the...

Could I request that you make it so that the quickreply box won`t show up when it has expired? If a member should write up a good deal there, and then finds out it was a waste of time, he/she would...
Forum: vB3 Programming Discussions 10-04-2005, 03:26 PM
Replies: 1
Views: 858
Posted By Haakon
1. Look into the CSS of the style. Click modify...

1. Look into the CSS of the style. Click modify style and you`ll see it in the menu. Read up on external CSS in the vbulletin doc.

2. Find a "Legacy" option somewhere within the vbulletin options...
Forum: vB3 Programming Discussions 10-04-2005, 03:20 PM
Replies: 0
Views: 833
Posted By Haakon
$_COOKIE in global.php

delete please
Forum: vBulletin 2.x Full Releases 07-04-2004, 04:04 PM
Replies: 329
Views: 75,780
Posted By Haakon
RewriteEngine On RewriteRule...

RewriteEngine On
RewriteRule ^musicforum([0-9]+)\.html$ forumdisplay.php?f=$1 [L]
RewriteRule ^musicforum([0-9]+)-([0-9]+)\.html$...
Forum: vB3 Programming Discussions 05-10-2004, 09:49 AM
Replies: 4
Views: 1,009
Posted By Haakon
Thanks assasin, I`ll take a look. I`ve got...

Thanks assasin, I`ll take a look.

I`ve got this other problem also, and I thought I would just post it under the same thread.
Why do I get a parse warning error when I try to put this into...
Forum: vB3 Programming Discussions 05-09-2004, 07:31 PM
Replies: 4
Views: 1,009
Posted By Haakon
variable lookout

Hi, two simple questions, where should I look to modify this :

eval(print_standard_error('XXXX'));

I want to create my own errors.

And this?

$vbphrase[XXXX]
Forum: vB3 General Discussions 05-03-2004, 04:26 AM
Replies: 2
Views: 915
Posted By Haakon
++++, I managed to look at the wrong section in...

++++, I managed to look at the wrong section in the html source. You are right, this is the drop down menu code, which wasn`t what I was after. I managed to locate the code now though so I should be...
Forum: vB3 General Discussions 05-02-2004, 07:30 PM
Replies: 2
Views: 915
Posted By Haakon
Where is usercp menu created?

Hi, can anyone please explain where I should modify in templates and files to get an additional menu option in usercp?

Basically in here if you look at the html :

<!-- user cp tools menu -->...
Forum: vBulletin 2.x Full Releases 04-26-2004, 09:50 AM
Replies: 329
Views: 75,780
Posted By Haakon
Denzo, the server httpd.conf file is probably in...

Denzo, the server httpd.conf file is probably in /etc/httpd/conf, and you can probably reach it with ssh (not ftp). You are not able to edit it though, but you can check if it is configed propperly
...
Forum: vBulletin 2.x Full Releases 04-20-2004, 08:41 AM
Replies: 329
Views: 75,780
Posted By Haakon
I agree, I really miss this hack. 300 extra...

I agree, I really miss this hack. 300 extra guests are allways welcome you know ;), ANYONE successfully implemented this hack on vb3?
Forum: Member Archives 11-02-2003, 07:27 AM
Replies: 0
Views: 596
Posted By Haakon
search without query

Hi, I`m just getting into the grips of hacking vB (2.9). My latest effort is to modify the search so that you can search by hours, and without a query. I got the hours part finnished, but I`m stuck...
Forum: vB3 Programming Discussions 05-16-2003, 07:49 AM
Replies: 9
Views: 1,538
Posted By Haakon
Thanks for all the help! I guess I was looking...

Thanks for all the help!
I guess I was looking for a vbdate() function, but I think I`ll go with the solution without conversion as Mug explained.

I`ll select more specificly if it has something...
Forum: vB3 Programming Discussions 05-15-2003, 08:02 PM
Replies: 9
Views: 1,538
Posted By Haakon
thread/post date

Hi, I have this small hack I need some help with.
It displays the three best(according to votes) threads of my site on the front page.

$star1=$DB_site->query_first("SELECT * FROM thread WHERE...
Forum: vBulletin 2.x Full Releases 04-29-2003, 06:44 PM
Replies: 19
Views: 5,633
Posted By Haakon
Nice, finally a small well written hack that can...

Nice, finally a small well written hack that can help me get started hacking this monster.

AussieSat: If you haven`t done it allready, the text file attached contains a solution to making the hack...
Forum: vBulletin 2.x Full Releases 02-06-2003, 10:13 PM
Replies: 329
Views: 75,780
Posted By Haakon
Hi, changed the rewrite rule to my settings and...

Hi, changed the rewrite rule to my settings and it works with no funky behavior..... thanks!

The 1st problem didn`t get solved though. It`s like it dosn`t recognize the $pperpage variable. The...
Forum: vBulletin 2.x Full Releases 02-06-2003, 08:27 AM
Replies: 329
Views: 75,780
Posted By Haakon
Hi lierduh, sorry to bother you about this. But I...

Hi lierduh, sorry to bother you about this. But I need some help concerning the approvements you`ve done to the spider friendly hack. I`ve gone through all the steps in your hack, it works great in...
Forum: vBulletin 2.x Full Releases 02-04-2003, 07:33 AM
Replies: 329
Views: 75,780
Posted By Haakon
Thanks again lierduh, can`t imagine the increase...

Thanks again lierduh, can`t imagine the increase in visitors for next month :)

However, there is a little problem with the last hack (I think it`s the last one). If you look in member list, the...
Forum: vBulletin 2.x Full Releases 01-30-2003, 02:27 PM
Replies: 329
Views: 75,780
Posted By Haakon
Thanks, especially for the multi page addon I...

Thanks, especially for the multi page addon I really needed that.

Cheers,
Haakon
Forum: Member Archives 01-27-2003, 06:23 AM
Replies: 5
Views: 746
Posted By Haakon
Thanks for the help here. I`ve started...

Thanks for the help here.

I`ve started reading a advanced php book and I have thought of doing it the way you`re suggesting NTLDR. The thing that bothers me that the specific template forumrules...
Forum: vBulletin 2.x Full Releases 01-17-2003, 02:59 PM
Replies: 329
Views: 75,780
Posted By Haakon
Cyc, the googlebot gets a little confused the...

Cyc, the googlebot gets a little confused the first month, so you might experience that it crawls both rewritten urls and normal ones. At least it did this with my site the first months, but it won`t...
Forum: vBulletin 2.x Full Releases 01-16-2003, 02:50 PM
Replies: 329
Views: 75,780
Posted By Haakon
Thanks!, that`s great fastforward. But I see...

Thanks!, that`s great fastforward.
But I see now that amykhar got it working, maybe you could test it, maybe it`s just my site.

I use htaccess, it would be great if you find a solution!
...
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT. The time now is 04:46 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.01982 seconds
  • Memory Usage 2,034KB
  • 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
  • (37)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