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

Showing results 1 to 25 of 500
Search took 0.01 seconds.
Search: Posts Made By: TigerC10
Forum: vBulletin 4.x Add-ons 04-13-2011, 08:14 PM
Replies: 351
Views: 79,013
Posted By TigerC10
Read this: 2178868

Read this:
2178868
Forum: vBulletin 4.x Add-ons 04-08-2011, 02:47 AM
Replies: 351
Views: 79,013
Posted By TigerC10
Sorry, no. I think there was some older stuff...

Sorry, no. I think there was some older stuff from 3.5 that did it, but I don't know of anything for 4.0+.



No, because there are no template hooks in the calendar templates. Nothing has...
Forum: vBulletin 4.x Add-ons 04-02-2011, 12:21 AM
Replies: 351
Views: 79,013
Posted By TigerC10
Yeah, actually the avatar stuff in Farcaster's...

Yeah, actually the avatar stuff in Farcaster's mod is more complicated than it needs to be.

Open your AdminCP, go to the Plugins Manager, and open up the GETDAY_EVENT: Add RSVPs and Form to Event...
Forum: vBulletin 4.x Add-ons 04-01-2011, 02:48 PM
Replies: 351
Views: 79,013
Posted By TigerC10
This mod doesn't do that. All this mod does is...

This mod doesn't do that. All this mod does is add an RSVP to an event.
Forum: vBulletin 4.x Add-ons 03-29-2011, 09:21 PM
Replies: 351
Views: 79,013
Posted By TigerC10
Open your style, open up your templates, and find...

Open your style, open up your templates, and find your Calendar Templates. Find the "calendar_rsvp_bit" template and edit it.

At the bottom, replace:

{rsvp:var rsvp.comment}


With:
...
Forum: vB4 General Discussions 03-23-2011, 05:01 PM
Replies: 6
Views: 1,258
Posted By TigerC10
For anyone else out there that hasn't figured...

For anyone else out there that hasn't figured this one out...

Open your MEMBERINFO template.

Find:

<vb:if condition="$prepared['usertitle']">
<br />
<span...
Forum: vB3 Programming Discussions 04-07-2010, 03:30 AM
Replies: 14
Views: 947
Posted By TigerC10
Well, close down the tab or the browser and then...

Well, close down the tab or the browser and then bring it up again after a few minutes (just in case).
Forum: vB3 Programming Discussions 04-07-2010, 02:46 AM
Replies: 14
Views: 947
Posted By TigerC10
Well it might have to do with the IF NOT EXISTS...

Well it might have to do with the IF NOT EXISTS that you gave it. If you ran this code with the wrong syntax then it may have created an empty table. Then when you ran it a second time the empty...
Forum: vB3 Programming Discussions 04-07-2010, 02:33 AM
Replies: 14
Views: 947
Posted By TigerC10
There's nothing wrong with the backticks in a...

There's nothing wrong with the backticks in a MySQL command. I know of many .SQL files that use them. Using the ` operator can be confusing in Perl though. It's not required, so why put them in?
Forum: vB3 Programming Discussions 04-07-2010, 02:27 AM
Replies: 14
Views: 947
Posted By TigerC10
You're still missing a closing parenthesis (from...

You're still missing a closing parenthesis (from right after the dbhVictims), and you may also want to get rid of the ` symbol. In Perl the `operator performs a system command and PHP is supposed to...
Forum: vB4 General Discussions 04-07-2010, 02:02 AM
Replies: 15
Views: 1,068
Posted By TigerC10
In order to look at a website, you have to...

In order to look at a website, you have to download the images and style information of the website to your computer. it normally gets stuffed into a "temporary internet files" folder somewhere. ...
Forum: vB4 General Discussions 04-06-2010, 09:23 PM
Replies: 15
Views: 1,068
Posted By TigerC10
Turkey is a little more difficult, because you...

Turkey is a little more difficult, because you need to apply for copyright protection separately - but they do have international copyright agreements.
...
Forum: vB4 General Discussions 04-06-2010, 09:00 PM
Replies: 15
Views: 1,068
Posted By TigerC10
@Jaxel - German laws protect foreign copyright. ...

@Jaxel - German laws protect foreign copyright.

German copyright laws published on 9 September 1965, as last amended on 8 May 1998...

http://www.iuscomp.org/gla/statutes/UrhG.htm

I think...
Forum: vB4 Programming Discussions 04-06-2010, 05:37 PM
Replies: 5
Views: 1,225
Posted By TigerC10
There was a mod for this in 3.7 ...

There was a mod for this in 3.7
https://vborg.vbsupport.ru/showthread.php?t=186076

You could ask the developer to upgrade the mod for 4.0 compatibility.
Forum: vB4 Programming Discussions 04-06-2010, 05:33 PM
Replies: 2
Views: 861
Posted By TigerC10
In the SHOWTHREAD template there's the hook...

In the SHOWTHREAD template there's the hook {vb:raw template_hook.showthread_above_posts} right above the reply button.

However, if a template hook is missing you can always add one in. Just go...
Forum: vB4 Programming Discussions 04-06-2010, 05:25 PM
Replies: 3
Views: 461
Posted By TigerC10
There are two versions of vb4...

There are two versions of vb4 (http://www.vbulletin.com/order/index.php?do=step1), there's the forums classic version and the publishing suite. The publishing suite has this type of functionality...
Forum: vB4 Programming Discussions 04-06-2010, 09:17 AM
Replies: 2
Views: 528
Posted By TigerC10
What you're looking for is called an External API...

What you're looking for is called an External API modification. Most of the time we use these types of services offered through Facebook for our own sites. You want to offer it to other people.
...
Forum: vB4 General Discussions 04-06-2010, 09:02 AM
Replies: 8
Views: 655
Posted By TigerC10
Glad to help. Kinda surprised it took this long...

Glad to help. Kinda surprised it took this long for you to get a response about it, though. C'est la vie, no?
Forum: vB4 General Discussions 04-06-2010, 08:40 AM
Replies: 8
Views: 655
Posted By TigerC10
Oh! Sorry, that was my mistake. I was using the...

Oh! Sorry, that was my mistake. I was using the old 3.x standard. Use this instead:

http://{vb:raw $_SERVER['SERVER_NAME']}{vb:raw $_SERVER['REQUEST_URI']}


Just tested, it worked fine for...
Forum: vB4 Programming Discussions 04-06-2010, 08:25 AM
Replies: 3
Views: 461
Posted By TigerC10
If you're using vBulletin 4.0 Suite then you can...

If you're using vBulletin 4.0 Suite then you can use the CMS. The vBulletin CMS has different "sections" you can post. You could create a "subscriptionpics" section. Then in the "permissions"...
Forum: vB4 Programming Discussions 04-06-2010, 08:18 AM
Replies: 5
Views: 532
Posted By TigerC10
Personally I don't like using CSS because of the...

Personally I don't like using CSS because of the various ways that different browsers render CSS (some do it right, some don't - both Firefox and Internet Explorer are guilty of extending the CSS...
Forum: vB4 General Discussions 04-06-2010, 08:03 AM
Replies: 15
Views: 1,068
Posted By TigerC10
Or... Don't warn them at all. Inform the host...

Or... Don't warn them at all. Inform the host of your intent to bring litigation if they don't refuse to remove the copyrighted content. The host will, in turn, shut down the website. When the...
Forum: vB4 General Discussions 04-06-2010, 07:55 AM
Replies: 8
Views: 655
Posted By TigerC10
In your AdminCP open up your style and go to edit...

In your AdminCP open up your style and go to edit templates. Put the following text in there where you want it to display:

http://$_SERVER['SERVER_NAME']$_SERVER['REQUEST_URI']


That should...
Forum: Modification Requests/Questions (Unpaid) 04-06-2010, 07:45 AM
Replies: 1
Views: 555
Posted By TigerC10
Well, there's the old (crazy old)...

Well, there's the old (crazy old) https://vborg.vbsupport.ru/showthread.php?t=103792

Later they began to release things as [ITech]. https://vborg.vbsupport.ru/showthread.php?t=146990

The...
Forum: vB4 Design and Graphics Discussions 04-05-2010, 09:40 PM
Replies: 1
Views: 2,357
Posted By TigerC10
That's not the "float container" you're talking...

That's not the "float container" you're talking about, I believe that's the selected tab's "subtab set". The float container is the drop down menu (for notifications and the like), is it not?
...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT. The time now is 11:06 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.02196 seconds
  • Memory Usage 2,085KB
  • 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
  • (31)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