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

Showing results 1 to 25 of 29
Search took 0.00 seconds.
Search: Posts Made By: DaveNGU
Forum: vB4 Programming Discussions 10-26-2013, 06:05 PM
Replies: 10
Views: 840
Posted By DaveNGU
Yes!

Yes!
Forum: vB4 Programming Discussions 10-25-2013, 12:23 PM
Replies: 10
Views: 840
Posted By DaveNGU
100 new forums which are marked inactive :).

100 new forums which are marked inactive :).
Forum: vB4 Programming Discussions 10-24-2013, 06:29 PM
Replies: 10
Views: 840
Posted By DaveNGU
Sort of, I guess, but the main trouble I'm having...

Sort of, I guess, but the main trouble I'm having is with marking them as inactive.

I want to add a list of about 100 forums so it makes sense to do it in one query rather than manually.
Forum: vB4 Programming Discussions 10-23-2013, 01:25 PM
Replies: 10
Views: 840
Posted By DaveNGU
Query for adding forums

Hello,

I'd like to add a list of forums and mark 'forum is active' as no, and would prefer to do it within a query to save time. What would be the correct format for this?

Thanks,
Forum: vB4 Programming Discussions 06-21-2013, 06:41 AM
Replies: 0
Views: 255
Posted By DaveNGU
Total Sub-Forum Number

Is there a variable for the number of sub-forums a parent forum has?

Can't seem to find one and it's bugging me :p.
Forum: vB4 Programming Discussions 05-16-2013, 06:50 PM
Replies: 20
Views: 1,477
Posted By DaveNGU
Did you say this is in a custom file? If it is,...

Did you say this is in a custom file? If it is, there's no need to use $vbulletin->db->query_first - just use PHP.

But, assuming its not (in all honesty I haven't read all of this), try this..

...
Forum: vB4 Programming Discussions 05-02-2013, 05:03 PM
Replies: 4
Views: 405
Posted By DaveNGU
A custom user title? Isn't there just numbers...

A custom user title? Isn't there just numbers stored in there - which I assume is the id of their previous user title?

As in, if I were to update the usertitle field in the user table field with...
Forum: vB4 Programming Discussions 05-01-2013, 07:03 PM
Replies: 4
Views: 405
Posted By DaveNGU
Update Custom User title outside /forums?

The title is pretty self-explanatory, is it a bitfield? I'm assuming I can't update it via a query?

I'm basically looking to have a field outside forums where they can enter the user title they...
Forum: vB4 Programming Discussions 04-18-2013, 09:20 PM
Replies: 0
Views: 276
Posted By DaveNGU
Registration Redirect?

Is there an easy way to redirect after registration? I'm trying this:

$templater = vB_Template::create('registration_complete');

$templater->register_page_templates();...
Forum: vB4 General Discussions 04-12-2013, 07:13 AM
Replies: 4
Views: 424
Posted By DaveNGU
Yeah it would be in there. It's worth trying...

Yeah it would be in there.

It's worth trying checkedon.admin email though, maybe they defined a variable for both :p.
Forum: vB4 Programming Discussions 04-11-2013, 09:44 AM
Replies: 4
Views: 644
Posted By DaveNGU
Got you. I've managed to update it as well, so...

Got you. I've managed to update it as well, so this seems to be working fine :D.

Will report back if need be, thanks for your help.
Forum: vB4 General Discussions 04-10-2013, 10:04 AM
Replies: 4
Views: 424
Posted By DaveNGU
If it's a checkbox find where the input is and...

If it's a checkbox find where the input is and put checked="checked" in the code.
Forum: vB4 Programming Discussions 04-10-2013, 08:53 AM
Replies: 4
Views: 644
Posted By DaveNGU
How would I do this? :p ---------------...

How would I do this? :p

--------------- Added 1365602699 at 1365602699 ---------------




$ranks = $vbulletin->db->query_first("
SELECT rank
FROM...
Forum: vB4 Programming Discussions 04-09-2013, 12:16 PM
Replies: 4
Views: 644
Posted By DaveNGU
Update $post['rank']

How could I update a user's $post['rank'] with a file which is outside the /forums directory?

Basically we'd like to have a page where users can change their $post['rank'], but as I said the file...
Forum: vB4 General Discussions 03-31-2013, 05:18 PM
Replies: 8
Views: 806
Posted By DaveNGU
Their username on EE should be the same as on vB...

Their username on EE should be the same as on vB so I guess I could just use that variable and that could work, what would the query be for selecting their usergroupid? I tried some but it didn't...
Forum: vB4 Programming Discussions 03-31-2013, 02:05 PM
Replies: 2
Views: 490
Posted By DaveNGU
Rather than doing it within templates update...

Rather than doing it within templates update their username mark-up with a plugin.
Forum: vB4 General Discussions 03-31-2013, 02:05 PM
Replies: 8
Views: 806
Posted By DaveNGU
Any idea what I could do from here? Could I not...

Any idea what I could do from here? Could I not just connect to the database via PHP and pull their usergroup from there?
Forum: vB4 Programming Discussions 03-31-2013, 12:18 AM
Replies: 4
Views: 754
Posted By DaveNGU
Thanks for your help, I think I'm definitely on...

Thanks for your help, I think I'm definitely on my way there, but wouldn't have been able to without your help. I was trying it with plugins as that is always preferred but it's just so much easier...
Forum: vB4 Programming Discussions 03-30-2013, 06:59 PM
Replies: 4
Views: 754
Posted By DaveNGU
First.. basically I want to have a plugin where I...

First.. basically I want to have a plugin where I can have conditions such that if the external article is in said category it will go into said forum etc. So there'll be multiple forums one external...
Forum: vB4 Programming Discussions 03-30-2013, 12:51 AM
Replies: 4
Views: 754
Posted By DaveNGU
RSS feed in multiple forums

I want to set it up to post the RSS feed in different forums based on what category the article is posted in on our homepage..

I have an idea how to do it, I'm just struggling with even changing...
Forum: vB4 General Discussions 03-29-2013, 12:12 PM
Replies: 8
Views: 806
Posted By DaveNGU
Yeah I tried exactly that, and there was nothing...

Yeah I tried exactly that, and there was nothing on that line lol.

I'm not convinced it's that plugin, I was getting another error message before that so I assume the two are intertwined. It just...
Forum: vB4 General Discussions 03-28-2013, 05:02 PM
Replies: 8
Views: 806
Posted By DaveNGU
For your first point, that was actually what I...

For your first point, that was actually what I was trying originally and getting this error message:

Fatal error: Call to a member function load_editor_settings() on a non-object in...
Forum: vB4 General Discussions 03-28-2013, 04:47 PM
Replies: 8
Views: 806
Posted By DaveNGU
Usergroup condition without global.php

We're using ExpressionEngine with vB and whenever I include global.php within EE I get various PHP errors, so instead I was wondering if it was possible to use '$vbulletin->userinfo['usergroupid']'...
Forum: vBulletin 4.x Add-ons 07-16-2012, 02:44 PM
Replies: 1,920
Add-On Releases - Everywhere Sidebar 4 VB4
Views: 2,613,300
Posted By DaveNGU
The sidebar blocks are repeating, so if we have...

The sidebar blocks are repeating, so if we have block 1, block 2 and block 3 its showing block 1, block 2, block 3, block 1, block 2, block 3 etc.

The sidebar is showing three times. :/
Forum: vB4 Programming Discussions 07-11-2012, 09:05 PM
Replies: 1
Views: 671
Posted By DaveNGU
Custom Profile Field for Username HTML Mark Up

Anyone got an idea for how I could use a custom profile field to override the HTML mark-up of the username? I tried wrapping it with a div with an !important; but that didn't work. :p

Obviously...
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT. The time now is 12:28 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.01840 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
  • (14)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