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

Showing results 1 to 25 of 102
Search took 0.00 seconds.
Search: Posts Made By: Cloud-Warrior
Forum: vB3 Programming Discussions 04-18-2008, 11:18 AM
Replies: 1
Views: 620
Posted By Cloud-Warrior
Looking for info about db fiedls

Hello,

are there any documents giving information about vBulletin database tables and fields?

E. g. one of the things I'd like to know is what the various values of "visible" in the tables...
Forum: vBulletin 3 Articles 02-26-2008, 11:07 AM
Replies: 15
Views: 7,636
Posted By Cloud-Warrior
A great tutorial! I had two issues, that...

A great tutorial!

I had two issues, that others might also run into:

* you might have to execute the querys from step 2 manually (as i followed all the steps here to create the product, and...
Forum: vB3 Programming Discussions 01-30-2008, 08:44 AM
Replies: 6
Views: 1,647
Posted By Cloud-Warrior
Hi Opserty! The saving of the status...

Hi Opserty!

The saving of the status userinfo['allowioc'] wasn't the problem, just the checkbox didn't get checked when it was true - but your point remains valid:
I just added another plugin...
Forum: vB3 Programming Discussions 01-29-2008, 02:27 PM
Replies: 6
Views: 1,647
Posted By Cloud-Warrior
Okay, after quite a while I found the problem:...

Okay, after quite a while I found the problem: there is no appropriate hook location.
In profile.php there is the hook "profile_editoptions_start" which is closest to where I need it - but the code...
Forum: vB3 Programming Discussions 01-28-2008, 03:58 PM
Replies: 6
Views: 1,647
Posted By Cloud-Warrior
Thanks Opstery, good hint, but still I couldn't...

Thanks Opstery, good hint, but still I couldn't get it to work.

Now I have it like this:
$template_hook['usercp_options_privacy'] .='<fieldset class="fieldset">
<legend><label...
Forum: vB3 Programming Discussions 01-28-2008, 02:19 PM
Replies: 6
Views: 1,647
Posted By Cloud-Warrior
Using template hooks vs. manual insertion into template

Hello!

I added some custom options to usercp after I read this great tutorial https://vborg.vbsupport.ru/showthread.php?t=116155

Instead of manually editing a template like in this tutorial I...
Forum: vB3 Programming Discussions 12-10-2007, 10:04 AM
Replies: 4
Views: 795
Posted By Cloud-Warrior
Ah, I didn't know about THIS_SCRIPT, that's just...

Ah, I didn't know about THIS_SCRIPT, that's just what I needed - thank you!
Forum: vB3 Programming Discussions 12-06-2007, 03:44 PM
Replies: 4
Views: 795
Posted By Cloud-Warrior
Thanks RedTyger - that was a very helpful...

Thanks RedTyger - that was a very helpful answer!

Now I try to distinguish if a forum, thread, post or user profile is currently displayed and give only the appropriate autodiscovery link for...
Forum: vB3 Programming Discussions 12-06-2007, 10:54 AM
Replies: 4
Views: 795
Posted By Cloud-Warrior
autodiscovery links in header

I'm currently working on a script that produces XML/RDF output for some of vBulletin's data.
For that I'd also like to make a plugin that puts different autodiscovery links into the headers of...
Forum: vBulletin 3.0 Full Releases 11-29-2007, 02:13 PM
Replies: 9
Views: 7,089
Posted By Cloud-Warrior
I fixed these errors - the new script can be...

I fixed these errors - the new script can be downloaded here https://vborg.vbsupport.ru/showthread.php?t=101472
Forum: vBulletin 3.5 Add-ons 11-29-2007, 02:12 PM
Replies: 7
Views: 5,661
Posted By Cloud-Warrior
I updated the script for 3.6.8 @silurius ...

I updated the script for 3.6.8

@silurius
there are no changes to vBulletin's system - the script just exports a user's data to RDF/XML and uses the FOAF vocabulary.
Forum: vBulletin 3.5 Add-ons 08-22-2007, 08:10 AM
Replies: 160
Views: 32,327
Posted By Cloud-Warrior
Yep, it'll work just fine with vB 3.6 (I use it...

Yep, it'll work just fine with vB 3.6 (I use it at www.boards.jp).
Forum: vBulletin 3.5 Add-ons 07-10-2006, 10:01 AM
Replies: 1,645
Views: 297,780
Posted By Cloud-Warrior
Needs a proper importer - but here's a vBJournal...

Needs a proper importer - but here's a vBJournal to vBDrupal conversion brief.
Forum: vBulletin 3.5 Add-ons 06-08-2006, 12:10 PM
Replies: 51
Views: 18,246
Posted By Cloud-Warrior
Installed on www.boards.ie. I don't see what...

Installed on www.boards.ie.

I don't see what the problem is, because:

1) The tags are stored locally, in your thread table. You can still access and do whatever extra stats / linking you want...
Forum: vBulletin 3.5 Add-ons 05-25-2006, 05:39 PM
Replies: 72
Views: 29,664
Posted By Cloud-Warrior
Hi all - Just wanted to tell you all about...

Hi all -

Just wanted to tell you all about our experience with this BoardTracker search modification, which has all been good - in fact, better than good. It's brilliant!

We had very high load...
Forum: vBulletin 3.5 Add-ons 05-02-2006, 01:35 PM
Replies: 160
Views: 32,327
Posted By Cloud-Warrior
Yes the page is blank if you are not logged in. ...

Yes the page is blank if you are not logged in.

To change the name from vBFriends, just edit any reference to it in the file.

In related news, I've posted on my wiki some information on how to...
Forum: vBulletin 3.5 Add-ons 02-14-2006, 01:45 PM
Replies: 1,645
Views: 297,780
Posted By Cloud-Warrior
For those asking about the T_PRIVATE PHP5 problem.

For those asking about the T_PRIVATE PHP5 problem.
Forum: Modification Graveyard 02-13-2006, 09:36 AM
Replies: 369
Views: 68,560
Posted By Cloud-Warrior
To add the forum name to the created thread's...

To add the forum name to the created thread's title and post content, it should be a matter (as outlined above) of changing the 'title' line in the XML to:


'title' => 'Reported post in '...
Forum: vBulletin 3.5 Add-ons 02-01-2006, 05:21 PM
Replies: 1,645
Views: 297,780
Posted By Cloud-Warrior
Yes I've done this already... ...

Yes I've done this already...

https://vborg.vbsupport.ru/showthread.php?p=834305#post834305
Forum: vBulletin 3.5 Add-ons 02-01-2006, 05:02 PM
Replies: 160
Views: 32,327
Posted By Cloud-Warrior
I've updated the main post with j.jacobsen's new...

I've updated the main post with j.jacobsen's new version - thanks Jens!
Forum: vBulletin 3.5 Add-ons 12-21-2005, 08:21 AM
Replies: 160
Views: 32,327
Posted By Cloud-Warrior
I suspect this may be fixed if you replace any...

I suspect this may be fixed if you replace any mysql_ bit's with $db-> - for example change mysql_fetch_array to $db->fetch_array.
Forum: vBulletin 3.5 Add-ons 12-21-2005, 08:20 AM
Replies: 160
Views: 32,327
Posted By Cloud-Warrior
Does the user ID 1 exist? You need to be logged...

Does the user ID 1 exist? You need to be logged in as well to see the Friends page...
Forum: vBulletin 3.5 Add-ons 11-28-2005, 08:37 AM
Replies: 1,645
Views: 297,780
Posted By Cloud-Warrior
Hi - I added RSS 1.0 (RDF) functionality to...

Hi -

I added RSS 1.0 (RDF) functionality to my install of vB Journal. Basically, you have to change "SELECT journalist,journalist_id" to "SELECT journalist,journalist_id,journalname,journaldesc"...
Forum: vBulletin 3.0 Full Releases 11-24-2005, 04:04 PM
Replies: 9
Views: 7,089
Posted By Cloud-Warrior
Updated for vB 3.5: ...

Updated for vB 3.5:

https://vborg.vbsupport.ru/showthread.php?t=101472
Forum: vBulletin 3.0 Full Releases 11-24-2005, 03:52 PM
Replies: 133
Views: 25,781
Posted By Cloud-Warrior
Sorry it took me so long to do this - I've ported...

Sorry it took me so long to do this - I've ported this, and it is at:

https://vborg.vbsupport.ru/showthread.php?t=101470
Showing results 1 to 25 of 102

 
Forum Jump

All times are GMT. The time now is 04:52 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.04423 seconds
  • Memory Usage 2,055KB
  • 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
  • (41)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