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

Showing results 1 to 25 of 357
Search took 0.01 seconds.
Search: Posts Made By: Mazinger
Forum: vBulletin 3.8 Template Modifications 03-20-2013, 01:37 PM
Replies: 9
Views: 5,143
Posted By Mazinger
You're welcome all.

You're welcome all.
Forum: vBulletin 3.8 Template Modifications 03-20-2013, 01:35 PM
Replies: 34
Views: 10,422
Posted By Mazinger
You're welcome all.

You're welcome all.
Forum: vB3 Programming Discussions 10-23-2011, 01:49 PM
Replies: 4
Views: 665
Posted By Mazinger
Thanks alot! I managed to get it work. This...

Thanks alot!

I managed to get it work. This is a correct code:


global $db, $vbulletin;

$favthreads = $db->query_read("
SELECT thread.threadid, thread.title, thread.postusername,...
Forum: vB3 Programming Discussions 10-23-2011, 12:24 AM
Replies: 4
Views: 665
Posted By Mazinger
This is a correct code for a plugin, but it still...

This is a correct code for a plugin, but it still can't call for iconpath.

$topthreads = $db->query_read("
SELECT thread.threadid, thread.title, thread.iconid, icon.iconid, icon.iconpath
...
Forum: vB3 Programming Discussions 10-21-2011, 06:30 PM
Replies: 4
Views: 665
Posted By Mazinger
Calling threadicon in a plugin

SELECT thread.threadid, thread.title, thread.iconid, icon.iconid, icon.iconpath
FROM " . TABLE_PREFIX . "thread
LEFT JOIN " . TABLE_PREFIX . "icon AS icon ON (icon.iconid = thread.iconid)
ORDER BY...
Forum: vB3 General Discussions 09-20-2011, 11:59 PM
Replies: 5
Views: 811
Posted By Mazinger
Ok. Do you know the query that fetches the thread...

Ok. Do you know the query that fetches the thread preview in threadbit template?
Forum: vB3 General Discussions 09-17-2011, 02:54 AM
Replies: 5
Views: 811
Posted By Mazinger
I've installed this mod:...

I've installed this mod: https://vborg.vbsupport.ru/showthread.php?t=198791

But I'm unable to fetch the $thread[preview] to the last posts.

Can you help me, please?
Forum: vBulletin 3.8 Add-ons 09-15-2011, 11:16 PM
Replies: 1,232
Statistics Modifications - Cyb - Advanced Forum Statistics
Views: 478,644
Posted By Mazinger
I want to change 'Most Viewed' to 'Most Rated' ...

I want to change 'Most Viewed' to 'Most Rated'

Can you help me with this query:



// Most view thread
if ($_REQUEST['top'] == '+++++++_most_viewed') {
$get_stats_mostviewed =...
Forum: vB4 General Discussions 01-14-2010, 03:19 PM
Replies: 3
Views: 781
Posted By Mazinger
Any help?

Any help?
Forum: vB4 General Discussions 01-13-2010, 07:07 AM
Replies: 3
Views: 781
Posted By Mazinger
show invisible members as "invisible"

Hello,

Is there a mod that shows invisible members' names as "invisible" in who's online?

i.e. Instead of displaying the profile name, just show "invisible".



Thanks in advance. :)
Forum: vBulletin 3.7 Template Modifications 11-02-2009, 12:02 PM
Replies: 28
Private Messages Enhancements - New PM button in messagelist
Views: 8,609
Posted By Mazinger
You can find some in the Graphics...

You can find some in the Graphics (https://vborg.vbsupport.ru/forumdisplay.php?f=213) Section.
Forum: vBulletin 3.8 Template Modifications 10-19-2009, 01:17 PM
Replies: 9
Views: 5,143
Posted By Mazinger
It's the original sendpm image that comes with...

It's the original sendpm image that comes with vBulletin package. You can download the PSD from your vBulletin's members area.
Forum: vB3 General Discussions 10-09-2009, 12:35 PM
Replies: 2
Views: 577
Posted By Mazinger
Yea, I'm actually looking for the modification....

Yea, I'm actually looking for the modification. Thanks anyway. :)
Forum: vB3 General Discussions 10-07-2009, 08:26 PM
Replies: 2
Views: 577
Posted By Mazinger
detecting referral sites

Hello,

I saw some forums can detect that a user is coming from Google search, and so displaying an exclusive data to him.

How do they make so?
Forum: vBulletin 3.7 Add-ons 10-06-2009, 04:44 PM
Replies: 620
New Posting Features - Automatic Thread Tagger
Views: 164,821
Posted By Mazinger
Hello, There's a problem between this mod...

Hello,

There's a problem between this mod and between (inferno vBshout chatbox)

There's a featuer in the chatbox that allows ajax feeding of new posts and threads that posts shouts like this:...
Forum: vBulletin 3.7 Add-ons 09-02-2009, 09:00 PM
Replies: 469
Show Thread Enhancements - Resize IMG tag with Highslide!
Views: 138,614
Posted By Mazinger
Thanks for the hack! How do remove the...

Thanks for the hack!

How do remove the warning.gif image? I don't want extra images.
Forum: Modification Graveyard 09-02-2009, 05:41 PM
Replies: 354
Forum Home Enhancements - Members who have visited today.
Views: 105,368
Posted By Mazinger
You might need add this in the next version. I...

You might need add this in the next version. I assume alot would need this too. :)
Forum: Modification Graveyard 09-01-2009, 11:10 PM
Replies: 354
Forum Home Enhancements - Members who have visited today.
Views: 105,368
Posted By Mazinger
Hello Paul, Is it possible to display amount...

Hello Paul,

Is it possible to display amount of time user left since instead of the exact time the user left in - when hovering on members' names in the forumhome.

I want it to be (3 Hours ago)...
Forum: vB3 General Discussions 06-23-2009, 09:55 AM
Replies: 8
Views: 1,207
Posted By Mazinger
I guess (register.php?do=addmember) uses the...

I guess (register.php?do=addmember) uses the template STANDARD_ERROR

Try remove the navbar condition there:

I mean, change:

<if condition="$navbar">
$navbar
<else />
<br /><br /><br />
Forum: vB3 General Discussions 05-14-2009, 08:27 AM
Replies: 6
Views: 770
Posted By Mazinger
Thanks everybody, I've already handled this issue...

Thanks everybody, I've already handled this issue with an alternate JS code I got from somewhere.

I appreciate your help though. :)
Forum: vBulletin.org Site Feedback 05-04-2009, 03:43 PM
Replies: 4
Views: 1,162
Posted By Mazinger
What a very basic addons. :confused:

What a very basic addons. :confused:
Forum: vBulletin.org Site Feedback 05-04-2009, 03:25 PM
Replies: 4
Views: 1,162
Posted By Mazinger
And I couldn't find it unfortunately...

And I couldn't find it unfortunately...
Forum: vB3 General Discussions 05-04-2009, 03:18 PM
Replies: 6
Views: 770
Posted By Mazinger
I'm sure I'll sink if I looked at this again. ;) ...

I'm sure I'll sink if I looked at this again. ;)

It seems that the JS code I posted does already have a cookie script into it, it doesn't work for a reason though.
Forum: vB3 General Discussions 05-04-2009, 01:13 PM
Replies: 6
Views: 770
Posted By Mazinger
Any body here experienced with JS and knows how...

Any body here experienced with JS and knows how vBulletin handle cookies?

Please, it's urgent.
Forum: vBulletin.org Site Feedback 05-04-2009, 11:10 AM
Replies: 4
Views: 1,162
Posted By Mazinger
Layout options here?

Is it possible to tell the members how to make a layout options like here on vb.org

How to make a Wide and fixed layouts and add an options to change them: misc.php?do=changestyle&width=wide
...
Showing results 1 to 25 of 357

 
Forum Jump

All times are GMT. The time now is 01:31 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.02690 seconds
  • Memory Usage 2,065KB
  • 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)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (21)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