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

Showing results 1 to 25 of 34
Search took 0.00 seconds.
Search: Posts Made By: TheRed
Forum: Big Board Discussions 12-12-2007, 11:16 AM
Replies: 7
Views: 2,657
Posted By TheRed
Check at my post...

Check at my post (https://vborg.vbsupport.ru/showpost.php?p=1397267&postcount=10)

Hope that helps.
Forum: Big Board Discussions 12-08-2007, 07:28 AM
Replies: 17
Views: 7,966
Posted By TheRed
If its the apache or mysql process causing the...

If its the apache or mysql process causing the high load. Then here are my few suggestions on it:


Try a different my.cnf mysql config file. You can ask Eva2000 for server optimization...
Forum: vB3 Programming Discussions 11-18-2007, 06:37 AM
Replies: 4
Views: 2,033
Posted By TheRed
You meant a new column in the forum table. ...

You meant a new column in the forum table.

Well, the $foruminfo array is populated in the /global.php file which calls the fetch_foruminfo function (located in the /includes/functions.php) to...
Forum: vB3 Programming Discussions 11-18-2007, 06:22 AM
Replies: 3
Views: 753
Posted By TheRed
PhpMyAdmin is a 3rd party software that allows...

PhpMyAdmin is a 3rd party software that allows you to manage the administration of your MySQL database in a web interface, therefore, it does not come in the vBulletin package.

Should you contact...
Forum: vBulletin 3.5 Add-ons 09-22-2007, 06:56 AM
Replies: 1,976
Views: 501,974
Posted By TheRed
Here i got a fixed anymedia.php version for...

Here i got a fixed anymedia.php version for youtube videos inclusion using the anymedia player.
Forum: vB3 General Discussions 04-28-2007, 11:32 PM
Replies: 4
Views: 816
Posted By TheRed
Might be a JavaScript problem. Have you tried...

Might be a JavaScript problem. Have you tried reuploading the clientscript folder?.
Forum: vB3 Programming Discussions 04-26-2007, 03:16 AM
Replies: 5
Views: 876
Posted By TheRed
You could try using the vbdate function. Usage...

You could try using the vbdate function. Usage explanation can be found on the includes/functions.php file.

Alternatively you can use the www.php.net/date function.
Forum: vB3 Programming Discussions 04-26-2007, 02:57 AM
Replies: 5
Views: 876
Posted By TheRed
Have you tried using $row['dateline'] ?

Have you tried using $row['dateline'] ?
Forum: vB3 Programming Discussions 04-23-2007, 09:45 PM
Replies: 2
Views: 1,257
Posted By TheRed
if (stripos($mystring,...

if (stripos($mystring, 'http://www.vbulletin.com'))
{
echo 'Found vbulletin.com';
}
Forum: vB3 General Discussions 04-22-2007, 06:06 PM
Replies: 5
Views: 857
Posted By TheRed
Yep, you could have to edit all the occurrences...

Yep, you could have to edit all the occurrences regarding index.php link.
Forum: vBulletin 3.6 Add-ons 04-22-2007, 06:04 PM
Replies: 15
Show Thread Enhancements - Threads List in PostBit
Views: 5,390
Posted By TheRed
Alright, thanks Chikkoo :) Will be working...

Alright, thanks Chikkoo :)

Will be working on a new release based on those items you just pointed.
Forum: vB3 Programming Discussions 04-22-2007, 02:45 AM
Replies: 2
Views: 843
Posted By TheRed
I don't think this would be possible with just...

I don't think this would be possible with just with changing variables in the postbit template, but most likely a plugin hooked at postbit_display_start will be needed to load the profile picture...
Forum: vB3 Programming Discussions 04-22-2007, 02:43 AM
Replies: 1
Views: 606
Posted By TheRed
Try going with this: <input...

Try going with this:


<input class="button" type="submit" name="deleteprofilepic" value="Delete" id="profilepic">
Forum: vBulletin 3.6 Template Modifications 04-22-2007, 02:41 AM
Replies: 44
Views: 9,314
Posted By TheRed
As he said, beware.

As he said, beware.
Forum: vB3 General Discussions 04-22-2007, 02:36 AM
Replies: 4
Views: 701
Posted By TheRed
You could have to edit the email subject phrases....

You could have to edit the email subject phrases. But they are a lot, nearly 60 emails templates to edit.
Forum: vB3 General Discussions 04-22-2007, 02:33 AM
Replies: 7
Views: 1,273
Posted By TheRed
They should receive an automatic email when they...

They should receive an automatic email when they receive an infraction. That comes by default if im not mistaken.
Forum: vBulletin 3.6 Add-ons 04-21-2007, 03:18 AM
Replies: 15
Show Thread Enhancements - Threads List in PostBit
Views: 5,390
Posted By TheRed
Well, not that much, it would be like you say if...

Well, not that much, it would be like you say if the posts are all from different members. It does use the cache array to store a member's threads so that way it doesn't query again for that member.
Forum: vBulletin 3.6 Add-ons 04-20-2007, 10:00 PM
Replies: 15
Show Thread Enhancements - Threads List in PostBit
Views: 5,390
Posted By TheRed
Threads List in PostBit

Description:
This mod will display in postbit, a list of recents threads a member have created.

Note: I have not tested how this will look on forums using a normal postbit type. Though, it should...
Forum: vBulletin 3.5 Add-ons 04-19-2007, 09:09 PM
Replies: 35
Views: 9,886
Posted By TheRed
Thanks Andreas, sabret00the. Correct...

Thanks Andreas, sabret00the.

Correct implementation would be:


if ($_REQUEST['do'] == 'listgroups')
{
print_form_header('phrasetype', 'add');...
Forum: vB3 Programming Discussions 04-19-2007, 03:44 AM
Replies: 8
Views: 1,157
Posted By TheRed
As he said, you don't need to change anything on...

As he said, you don't need to change anything on the php file to make the profile from being displayed. However you will need to do some changes if you want to have SEO links in that profile page.
...
Forum: vB3 Programming Discussions 04-19-2007, 03:08 AM
Replies: 6
Views: 1,136
Posted By TheRed
Well, we could help you if you tell us some more...

Well, we could help you if you tell us some more detailed information about what have you done, what options did you change. :)
Forum: vB3 General Discussions 04-19-2007, 02:56 AM
Replies: 1
Views: 661
Posted By TheRed
With the new vBulletin versions most of the Mods...

With the new vBulletin versions most of the Mods do not have problems at all if you upgrade your forums.

Otherwise you can report your problem to the mod developer so he can fix it up and release...
Forum: vB3 General Discussions 04-19-2007, 02:51 AM
Replies: 1
Views: 831
Posted By TheRed
1) Go to your AdminCP -> Phrase Manager. Click on...

1) Go to your AdminCP -> Phrase Manager. Click on "Search in Phrases" button.
2) Write in the first textarea: first_visit_message
3) Select the option "Search in phrase variable name only" from...
Forum: vB3 General Discussions 04-19-2007, 02:46 AM
Replies: 2
Views: 688
Posted By TheRed
How about adding some mod_rewrite (permanent...

How about adding some mod_rewrite (permanent moved) lines?

So that way you don't get duplicated content.
Forum: vB3 General Discussions 04-19-2007, 02:43 AM
Replies: 2
Views: 732
Posted By TheRed
Yes, afaik it can only be done through custom...

Yes, afaik it can only be done through custom addons.

Tried searching the 'Add-ons' forums?
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT. The time now is 06:27 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.01572 seconds
  • Memory Usage 2,029KB
  • 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
  • (17)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