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

Showing results 1 to 25 of 134
Search took 0.01 seconds.
Search: Posts Made By: DataHero
Forum: vBulletin 3.8 Template Modifications 08-04-2011, 01:55 PM
Replies: 10
Show Thread Enhancements - Postbit Legacy Change (1.0)
Views: 5,986
Posted By DataHero
Thanks - Yes, I'm from MG. :) No. You'll...

Thanks - Yes, I'm from MG. :)

No. You'll have to add the same style to the thanks hack.
Forum: vB3 General Discussions 03-15-2011, 07:27 AM
Replies: 3
Views: 680
Posted By DataHero
By using the page that was suggested (Usergroup...

By using the page that was suggested (Usergroup Manager -> Certain Usergroup -> HTML Markup), you will set a markup for whichever specific usergroups you want already.
Forum: vB3 General Discussions 01-28-2011, 12:12 PM
Replies: 1
Views: 631
Posted By DataHero
For PHP/Plug-in format, you could do the...

For PHP/Plug-in format, you could do the following:


if($_REQUEST['styleid'] == 1) { //Check style ID - ID to be found in URI and ACP
//code here
}
Forum: vB3 General Discussions 01-28-2011, 12:06 PM
Replies: 1
Views: 471
Posted By DataHero
Have you tried this? ...

Have you tried this?

https://vborg.vbsupport.ru/showthread.php?t=239901
Forum: vB3 General Discussions 01-28-2011, 11:59 AM
Replies: 4
Views: 756
Posted By DataHero
Unfortunately, the banning email addresses option...

Unfortunately, the banning email addresses option does not allow usage of wildcards, so that is out of the options. I do not think it's wise to ban entire country extensions with emails, either. What...
Forum: vB3 Design and Graphics Discussions 01-28-2011, 11:55 AM
Replies: 2
Views: 681
Posted By DataHero
The whole content from the top to bottom,...

The whole content from the top to bottom, basically forming the page wrap? If so, add the following to the header template, first line:


<div id="wrapper">


And in your footer template, at...
Forum: vB3 Programming Discussions 01-25-2011, 01:10 PM
Replies: 2
Views: 620
Posted By DataHero
The reason you are logged out when you access it...

The reason you are logged out when you access it without the www. subdomain is because the server treats it differently. Or rather, the cookies do.

As such, I'd recommend you either force www or...
Forum: vB3 Programming Discussions 01-25-2011, 11:15 AM
Replies: 14
Views: 1,552
Posted By DataHero
I've tried as you suggested and the avatar...

I've tried as you suggested and the avatar doesn't appear at all now.


$url = "<img src=\"$avauri[0]\" $avauri[1] alt=\"$uname\'s Avatar\" title=\"$uname\'s Avatar\" />";


Tried switching...
Forum: vB3 Programming Discussions 01-25-2011, 10:54 AM
Replies: 14
Views: 1,552
Posted By DataHero
Unfortunately concatenating the elements did not...

Unfortunately concatenating the elements did not change a bit in regards to that. Here's the current IMG tag (I've removed my manually set width and height from the template; it doesn't appear twice...
Forum: vB3 Programming Discussions 01-25-2011, 10:37 AM
Replies: 14
Views: 1,552
Posted By DataHero
Hey kh99, Thanks for the very quick...

Hey kh99,

Thanks for the very quick response, much appreciated.

The second one ( $avauri['hascustom'] = ''; ) worked perfectly; the 1 prior to image.php is now gone, and the avatars are now...
Forum: vB3 Programming Discussions 01-25-2011, 09:52 AM
Replies: 14
Views: 1,552
Posted By DataHero
Hello, My apologies for the slow reply. Been...

Hello,

My apologies for the slow reply. Been quite busy these few days. :)

Indeed, the return value of fetch_avatar_url() is set to 1 on both avatar URIs, so I'm assuming that the 1 is the...
Forum: vB3 Programming Discussions 01-20-2011, 01:37 PM
Replies: 14
Views: 1,552
Posted By DataHero
Well this is getting into the right direction! :)...

Well this is getting into the right direction! :)

I've replaced the img tag's src with:


<img src="'.(implode($avauri)).'" />


I've tried adding implode because the original return value...
Forum: vB3 Programming Discussions 01-20-2011, 12:55 PM
Replies: 14
Views: 1,552
Posted By DataHero
Alright, I've changed the hook to showgroups_user...

Alright, I've changed the hook to showgroups_user and also have added the if condition into the foreach loop. The avatars changed according to the user now, along with the username and ID. Thanks. :)...
Forum: vB3 Programming Discussions 01-20-2011, 12:36 PM
Replies: 14
Views: 1,552
Posted By DataHero
Thanks for the quick response. Much appreciated. ...

Thanks for the quick response. Much appreciated.

I've searched through the showgroups.php file and I could not seem to figure out which variable to use then. Considering $vbulletin->userinfo[] is...
Forum: vB3 Programming Discussions 01-20-2011, 12:05 PM
Replies: 14
Views: 1,552
Posted By DataHero
Avatar display issue in template

Hello,

Considering I don't like to bump pretty old threads, thought I'd make a new one. I've been focusing on getting the avatar to display properly in showgroups.php; it should also update as...
Forum: vBulletin.org Site Feedback 01-13-2011, 10:19 PM
Replies: 4
Views: 1,557
Posted By DataHero
Alright, thanks for the information. I'll contact...

Alright, thanks for the information. I'll contact him a.s.a.p.

Thanks! :)
Forum: vBulletin.org Site Feedback 01-12-2011, 08:09 AM
Replies: 4
Views: 1,557
Posted By DataHero
Changed email address

Hello there,

I decided to change my email address today after discovering that my old email couldn't be accessed any more due to having been marked for sending out junk email via hotmail. I'd...
Forum: vB3 Programming Discussions 01-11-2011, 10:10 AM
Replies: 2
Views: 643
Posted By DataHero
As the error displays, your amount of connections...

As the error displays, your amount of connections established has maxed out and will fail. Could you take a look at your config.php, and find the following:

...
Forum: vBulletin 3.8 Add-ons 01-11-2011, 08:36 AM
Replies: 300
Views: 78,776
Posted By DataHero
Hey there Dragonsys, Thanks for the quick...

Hey there Dragonsys,

Thanks for the quick response. Much appreciated.

I've also, however, encountered another issue. Apparently, when I try to re-install this modification, it gives me the...
Forum: vBulletin 3.8 Add-ons 01-07-2011, 10:16 AM
Replies: 300
Views: 78,776
Posted By DataHero
Pardon for the double post. It seems that...

Pardon for the double post.

It seems that the guild roster does not contain any data regarding the Goblins and their class, and the same goes for the Worgen. I realize this, as the release of...
Forum: vBulletin 3.8 Add-ons 01-06-2011, 08:00 AM
Replies: 300
Views: 78,776
Posted By DataHero
EDIT: alright, I've found a fix to the issue with...

EDIT: alright, I've found a fix to the issue with the database error when trying to install the product.

Go to your PHPMyAdmin, and execute the following command:


ALTER DATABASE yourdbname...
Forum: News and Announcements 12-08-2010, 10:10 PM
Replies: 71
Views: 37,680
Posted By DataHero
Congratulations to the both of you!

Congratulations to the both of you!
Forum: vB3 General Discussions 12-07-2010, 08:08 AM
Replies: 9
Views: 1,264
Posted By DataHero
Using $vboptions[bburl] should work for you.

Using $vboptions[bburl] should work for you.
Forum: vB3 Design and Graphics Discussions 12-05-2010, 10:44 PM
Replies: 2
Views: 804
Posted By DataHero
Go to Style Manager->Your Style->FORUMHOME...

Go to Style Manager->Your Style->FORUMHOME TEMPLATES->forumhome_lastpostby. Find and remove (or place in-between comment lines) the following:


<if condition="$show['icon']"><img...
Forum: vBulletin.org Site Feedback 12-02-2010, 08:59 AM
Replies: 13
Views: 1,861
Posted By DataHero
I kind of agree. Even though it is no longer...

I kind of agree. Even though it is no longer supported any more, people should still be able to use said modifications, unless the author explicitly stated that he wants otherwise. It's basically...
Showing results 1 to 25 of 134

 
Forum Jump

All times are GMT. The time now is 01:45 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.02373 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
  • (32)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