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

Showing results 1 to 25 of 30
Search took 0.00 seconds.
Search: Posts Made By: jasharen
Forum: vB4 Programming Discussions 09-02-2012, 10:21 PM
Replies: 2
Views: 496
Posted By jasharen
wow I feel stupid now, only thing I was missing...

wow I feel stupid now, only thing I was missing is

$newpostmessage = $templater->render();

It just wasn't sinking in no matter how many times I stared at it :)

Thanks, though I feel foolish...
Forum: vB4 Programming Discussions 09-02-2012, 10:07 PM
Replies: 2
Views: 496
Posted By jasharen
"new" vbTemplate help

Its been a long time for me and I'm trying to get my forum back up and going.

I have upgraded to vb4.2 and am trying to get an old mod working again. Its pretty simple just one issue.

It uses...
Forum: vBulletin 4.x Add-ons 09-02-2012, 04:32 PM
Replies: 496
Integration with vBulletin - vbMediaWiki Vector
Views: 86,788
Posted By jasharen
Ok I was logged in as the wrong user :) ...

Ok I was logged in as the wrong user :)

Logged in as administrator on vbulletin and had no problem getting to the admin tools page.

However I still get the following on the diagnostics:
RROR:...
Forum: vBulletin 4.x Add-ons 09-02-2012, 04:29 PM
Replies: 496
Integration with vBulletin - vbMediaWiki Vector
Views: 86,788
Posted By jasharen
I am getting the same access denied when I go to...

I am getting the same access denied when I go to admin tools...
Forum: vB3 Programming Discussions 10-30-2009, 03:52 AM
Replies: 1
Views: 1,422
Posted By jasharen
PM me if you wish to know one way of...

PM me if you wish to know one way of accomplishing this.
Forum: vB3 General Discussions 10-02-2008, 01:47 AM
Replies: 2
Views: 609
Posted By jasharen
Fourm Monkey's contact info?

Does anyone know how to contact the moderator of Forum Monkeys?

I purchased a skin and love it, however registering on their forums keeps failing, sending them a message via contact us fails on...
Forum: vB3 Programming Discussions 09-13-2007, 06:46 PM
Replies: 2
Views: 772
Posted By jasharen
Thanks Dismounted, I'll give that a try tonight!

Thanks Dismounted, I'll give that a try tonight!
Forum: vB3 Programming Discussions 09-13-2007, 01:29 AM
Replies: 2
Views: 772
Posted By jasharen
Help converting from php 4 to php 5 (array_merge problem)

Anyone out there know how to fix the array_merge change with PHP 5.0?

I know why I am running into the problem, I was using array_merge to merge several variables, along with several arrays.

I...
Forum: vB3 Programming Discussions 09-12-2007, 03:41 AM
Replies: 2
Views: 1,082
Posted By jasharen
In this case I was connected to two different...

In this case I was connected to two different databases. Almost carbon copies of each other, but one was hitting the *live* database and the other was hitting the development db.

All I can say is...
Forum: vB3 Programming Discussions 08-25-2007, 05:46 PM
Replies: 1
Views: 724
Posted By jasharen
bump

bump
Forum: vBulletin 3 Articles 08-19-2007, 07:20 PM
Replies: 29
Views: 9,090
Posted By jasharen
Figured it out :) ...

Figured it out :)



$vbulletin->input->clean_array_gpc('p', array(
'SELECTFIELD' => TYPE_ARRAY_INT
));

foreach($vbulletin->GPC['SELECTFIELD'] as $value)
{
Forum: vBulletin 3 Articles 08-18-2007, 03:21 AM
Replies: 29
Views: 9,090
Posted By jasharen
Any chance someone could give an example of this...

Any chance someone could give an example of this and cleansing using TYPE_ARRAY_INT or TYPE_ARRAY_STR?

I can get it to work normally but I'm having some trouble with the arrays.

Thanks!
Forum: vB3 Programming Discussions 08-16-2007, 05:27 AM
Replies: 1
Views: 724
Posted By jasharen
How to display thread contents? Help please

Hello all,

What I would like to do is display the contents of a thread on a custom page, formatted, and displayed nearly the same as I would if I were to go to the forums and view a thread.

I...
Forum: vB3 Programming Discussions 08-06-2007, 09:52 PM
Replies: 0
Views: 1,020
Posted By jasharen
Remove template

Ok perhaps this is a stupid question, but I've looked on the boards and can't seem to find the answer.

I have added a bunch of custom templates to my style and I want to clean them up and remove...
Forum: vB3 Programming Discussions 07-08-2007, 06:12 PM
Replies: 2
Views: 1,082
Posted By jasharen
SQL Count error

I am having a problem using a datamanager to return a record count for me. The sql server query returns 41 records and the datamanager entry returns 46.


Datamanager SQL statement:
...
Forum: vBulletin 3.6 Styles 07-04-2007, 01:10 AM
Replies: 454
Views: 139,140
Posted By jasharen
I haven't looked at this template myself however...

I haven't looked at this template myself however I ran into this problem while working on my own work, the problem I had was:

<center>

Forum

</center>

Firefox realizes that what you are...
Forum: vBulletin 3.6 Styles 08-25-2006, 08:47 PM
Replies: 200
Views: 50,740
Posted By jasharen
Ok I figured out a way to make the images...

Ok I figured out a way to make the images directory work anywhere you potentially call it.

Original
<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img...
Forum: vBulletin 3.6 Styles 08-23-2006, 05:54 PM
Replies: 200
Views: 50,740
Posted By jasharen
Is there no alternative to making the image paths...

Is there no alternative to making the image paths direct URL's? I really don't like the idea of having to make hard coded changes throughout the style whenever I move from my test environment to live.
Forum: vB3 Programming Discussions 07-04-2006, 10:21 PM
Replies: 6
Views: 932
Posted By jasharen
So if I create a custom template, I can't access...

So if I create a custom template, I can't access it via the modcp section?
Forum: vB3 Programming Discussions 07-04-2006, 02:46 PM
Replies: 6
Views: 932
Posted By jasharen
Bump, still haven't managed to resolve this one :(

Bump, still haven't managed to resolve this one :(
Forum: vB3 Programming Discussions 07-01-2006, 01:57 PM
Replies: 6
Views: 932
Posted By jasharen
Sorry :) I'm trying to replace the commented...

Sorry :)

I'm trying to replace the commented HTML table block with a template, I started out just wanting to get it to work, but now that its working I'd like to clean it up and my first step is...
Forum: vB3 Programming Discussions 07-01-2006, 02:38 AM
Replies: 6
Views: 932
Posted By jasharen
Little debug help :)

Ok need a wee bit of help, I can't get my template to work using teh following code, however using a blank php I can get it to show properly :(


<?php
// ######################## SET PHP...
Forum: vB3 Programming Discussions 06-30-2006, 11:58 AM
Replies: 3
Views: 1,004
Posted By jasharen
What hook should I use to do that? And could you...

What hook should I use to do that? And could you give an example?

Disclaimer: Still very new to this :)
Forum: vB3 Programming Discussions 06-30-2006, 02:05 AM
Replies: 3
Views: 1,004
Posted By jasharen
Global Variable for a directory

Ok looking for a little help here :)

What I want to do is have a global variable containing the location of my custom files for vBulletin. So that anytime I want to refer to a custom php file that...
Forum: vB3 Programming Discussions 06-23-2006, 01:51 AM
Replies: 6
Views: 937
Posted By jasharen
Perfect, thanks all works like a charm!

Perfect, thanks all works like a charm!
Showing results 1 to 25 of 30

 
Forum Jump

All times are GMT. The time now is 07:33 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.03204 seconds
  • Memory Usage 2,043KB
  • 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 

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