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

Showing results 1 to 25 of 33
Search took 0.00 seconds.
Search: Posts Made By: becafuel
Forum: vBulletin 3.6 Add-ons 04-10-2007, 06:01 PM
Replies: 61
Mini Mods - Users posts
Views: 12,343
Posted By becafuel
It's because the member you specify does not...

It's because the member you specify does not exist.
Forum: vBulletin 3.6 Add-ons 04-10-2007, 06:00 PM
Replies: 61
Mini Mods - Users posts
Views: 12,343
Posted By becafuel
Thanks a lot for your comments ;) I have made it...

Thanks a lot for your comments ;) I have made it for the same purpose.



Good idea ! I will try to do something about that.


Did you try to change the "displayorder=xx" in the navgroup...
Forum: vBulletin 3.6 Add-ons 03-28-2007, 01:10 PM
Replies: 61
Mini Mods - Users posts
Views: 12,343
Posted By becafuel
Not ACP but MODCP ;) If you want it in the...

Not ACP but MODCP ;)

If you want it in the ACP, then you should create an XML file for this.



I don't think it's a good place for such a tool because of the number of queries it makes :(
Forum: vBulletin 3.6 Add-ons 03-28-2007, 01:08 PM
Replies: 61
Mini Mods - Users posts
Views: 12,343
Posted By becafuel
Well... Line 2 does not contain any code...

Well... Line 2 does not contain any code :confused: Did you upload using ASCII mode ?
Forum: vB3 Programming Discussions 03-23-2007, 11:59 AM
Replies: 4
Views: 1,024
Posted By becafuel
"in most cases" and "depending on templates" :...

"in most cases" and "depending on templates" : that's exactly what I've found out ;)


In this tutorial (https://vborg.vbsupport.ru/showthread.php?t=98047), we can see that And if we look in the...
Forum: vB3 Programming Discussions 03-23-2007, 09:19 AM
Replies: 4
Views: 1,024
Posted By becafuel
After some tests, it seems that only postbit and...

After some tests, it seems that only postbit and postbit_legacy are concerned... I say "seems", as I haven't tested all templates, of course, but nearly 20 of the most common ones. All 20 are giving...
Forum: vB3 Programming Discussions 03-22-2007, 08:32 AM
Replies: 4
Views: 1,024
Posted By becafuel
Odd behavior with template conditionnals

Hello !

Today I came across a problem with template conditionnals which seems weird. In short : same condition does not work in a template but works fine in another one :eek: (without any...
Forum: vB3 Programming Discussions 03-12-2007, 01:09 PM
Replies: 4
Views: 870
Posted By becafuel
Not only ;) On localhost, /test01.php is in...

Not only ;)
On localhost, /test01.php is in session table; not on ISP...

So...

I've asked my ISP to migrate one of my accounts to PHP 5.1.5 & MySQL 5.0.22 and then I have installed a copy of...
Forum: vB3 Programming Discussions 03-12-2007, 12:28 PM
Replies: 4
Views: 870
Posted By becafuel
I have this line :( I've been waiting a bit...

I have this line :(

I've been waiting a bit to answer in order to leave cookies go away, so I won't get spoiled by them.
Here's what is going on now, with this code :define('THIS_SCRIPT',...
Forum: vB3 Programming Discussions 03-12-2007, 11:30 AM
Replies: 4
Views: 870
Posted By becafuel
Location in session table

Hi,

I was creating some web pages outside of vBulletin and wanted them to appear in the WOL page.
Not that hard, since I only had to include global.php and eventually create a module to display...
Forum: vBulletin 3.6 Add-ons 03-09-2007, 05:49 AM
Replies: 61
Mini Mods - Users posts
Views: 12,343
Posted By becafuel
You can put the code in the root directory of...

You can put the code in the root directory of your forum and then put a link somewhere (i.e. in navbar) to this file.
Forum: vBulletin 3.6 Add-ons 12-19-2006, 11:56 AM
Replies: 61
Mini Mods - Users posts
Views: 12,343
Posted By becafuel
Then we will talk about this via PMs ;)

Then we will talk about this via PMs ;)
Forum: vBulletin 3.6 Add-ons 12-19-2006, 10:30 AM
Replies: 61
Mini Mods - Users posts
Views: 12,343
Posted By becafuel
Damn ! You're right ! Why the hell did I focus...

Damn ! You're right ! Why the hell did I focus on <phrase>some text</phrase> ?!
Thx a lot ;)
Forum: vBulletin 3.6 Add-ons 12-19-2006, 09:31 AM
Replies: 61
Mini Mods - Users posts
Views: 12,343
Posted By becafuel
I don't know why it is done this way. For...

I don't know why it is done this way.

For the second question, it's not a matter of speed, IMHO. XML method requires vbphrases to be created for your options & menu title in admincp, not with...
Forum: vBulletin 3.6 Add-ons 12-19-2006, 05:39 AM
Replies: 61
Mini Mods - Users posts
Views: 12,343
Posted By becafuel
Simply paste the php code into the usermess.php...

Simply paste the php code into the usermess.php file in the modcp dir.
Forum: vBulletin 3.6 Add-ons 12-18-2006, 10:52 AM
Replies: 61
Mini Mods - Users posts
Views: 12,343
Posted By becafuel
New version v1.2 Most noticeable change :...

New version v1.2

Most noticeable change : forums are now correctly ordered. That is : same order than your layout.

It also shows forum with 0 (zero) messages.

A new variable that you should...
Forum: vBulletin 3.6 Add-ons 12-18-2006, 06:12 AM
Replies: 61
Mini Mods - Users posts
Views: 12,343
Posted By becafuel
It's not a bad idea, but I think you should...

It's not a bad idea, but I think you should contact Cybernetec before...

Btw, I will help you as much as I can, of course.



It's a matter of choice ;) I think its place is in ModCP, that's...
Forum: vBulletin 3.6 Add-ons 12-16-2006, 11:21 AM
Replies: 61
Mini Mods - Users posts
Views: 12,343
Posted By becafuel
In the admin cp, plugin system, add new plugin....

In the admin cp, plugin system, add new plugin. You then choose a title for this plugin (the name that you like, it's on your own) and choose mod_index_navigation as hook. Then you place the code in...
Forum: vBulletin 3.6 Add-ons 12-10-2006, 07:20 PM
Replies: 61
Mini Mods - Users posts
Views: 12,343
Posted By becafuel
That's what I was planning to do ;) I'm not...

That's what I was planning to do ;) I'm not willing to re-invent the wheel each time...
Forum: vBulletin 3.6 Add-ons 12-10-2006, 04:40 PM
Replies: 61
Mini Mods - Users posts
Views: 12,343
Posted By becafuel
In fact, I am actually ordering by forumid, which...

In fact, I am actually ordering by forumid, which is not the real display order (except on my forum, hence the confusion ;) )
I am working on it but it will take a little longer to code because it's...
Forum: vBulletin 3.6 Add-ons 12-10-2006, 10:54 AM
Replies: 61
Mini Mods - Users posts
Views: 12,343
Posted By becafuel
I have modified the code in the first post to...

I have modified the code in the first post to accomodate with suggestions from feedback.

What do you think of it, now ?



Do you have any example or screenshot ?


Ok for forum with 0...
Forum: vBulletin 3.6 Add-ons 12-10-2006, 09:48 AM
Replies: 61
Mini Mods - Users posts
Views: 12,343
Posted By becafuel
Two main reasons for putting it in modcp : I...

Two main reasons for putting it in modcp :
I think it should be available to moderators
It's easier to put in there ;) I mean in terms of manipulations. But either way has its own pro & con....
Forum: vBulletin 3.6 Add-ons 12-09-2006, 10:00 PM
Replies: 61
Mini Mods - Users posts
Views: 12,343
Posted By becafuel
Users posts

This small mod will tell you some small stats about where a member is posting : in which forums and what it represents against his total number of messages (see screenshot below. sorry it's a french...
Forum: Community Lounge 10-28-2006, 10:03 AM
Replies: 2
Views: 884
Posted By becafuel
Then instead of whining, why don't you renew it ?...

Then instead of whining, why don't you renew it ? ;)
Forum: vBulletin 3.6 Template Modifications 10-27-2006, 06:27 AM
Replies: 42
Views: 13,794
Posted By becafuel
You can also play with Firefox specific CSS,...

You can also play with Firefox specific CSS, which implements CSS3 round borders :

-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomleft: 15px; ...
Showing results 1 to 25 of 33

 
Forum Jump

All times are GMT. The time now is 09:54 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.04541 seconds
  • Memory Usage 2,044KB
  • 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
  • (54)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