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

Showing results 1 to 25 of 140
Search took 0.00 seconds.
Search: Posts Made By: Aurous
Forum: vBulletin 3.5 Template Modifications 05-15-2006, 10:45 AM
Replies: 103
Views: 23,977
Posted By Aurous
width:auto; only works fine in FireFox. Even 100%...

width:auto; only works fine in FireFox. Even 100% doesnt work well in IE. So basically you need to set a width value for IE users.
Forum: Modification Graveyard 05-10-2006, 11:05 PM
Replies: 54
Views: 8,938
Posted By Aurous
Just before: </product> Add this for...

Just before:

</product>


Add this for custom plugins and templates:

<plugins>
<plugin active="1">
<title>Plugin Title</title>
Forum: Modification Graveyard 05-10-2006, 10:40 PM
Replies: 54
Views: 8,938
Posted By Aurous
Nice! You should also update the mod version in...

Nice! You should also update the mod version in the product file with the one in this thread (2.337) just so people dont get confused when they look at their products. Not that we'll be updating this...
Forum: vBulletin 3.5 Add-ons 05-10-2006, 09:48 PM
Replies: 19
Views: 5,603
Posted By Aurous
^ Thanks. Something to show who user referred to...

^ Thanks. Something to show who user referred to in Memberinfo will be nice as well.
Forum: vBulletin 3.5 Add-ons 05-10-2006, 09:29 PM
Replies: 19
Views: 5,603
Posted By Aurous
product-psi_refmemberinfo.xml missing :p

product-psi_refmemberinfo.xml missing :p
Forum: vB3 Programming Discussions 05-09-2006, 04:51 PM
Replies: 15
Views: 1,813
Posted By Aurous
Yup, I just helped a user on vB by changing his...

Yup, I just helped a user on vB by changing his hack by storing data in datastore instead of a text file. Works great.

https://vborg.vbsupport.ru/showthread.php?threadid=115116
Forum: vB3 Programming Discussions 05-09-2006, 04:38 PM
Replies: 15
Views: 1,813
Posted By Aurous
Ok. Thanks for all the info :) I am starting to...

Ok. Thanks for all the info :) I am starting to like datastore!
Forum: vB3 Programming Discussions 05-09-2006, 03:39 PM
Replies: 15
Views: 1,813
Posted By Aurous
Oh ya, I forgot about declaring global variable....

Oh ya, I forgot about declaring global variable. This works too for single template.


if (THIS_SCRIPT == 'index')
{
global $specialtemplates;
$specialtemplates[] = 'item';
}
Forum: vB3 Programming Discussions 05-09-2006, 03:15 PM
Replies: 15
Views: 1,813
Posted By Aurous
Hmm, that is sad! Any word from vBulletin...

Hmm, that is sad! Any word from vBulletin regarding this? I mean on one hand they want to promote plugins and on other they have a system where you cant really live without a file edit. Although...
Forum: vB3 Programming Discussions 05-09-2006, 03:00 PM
Replies: 15
Views: 1,813
Posted By Aurous
Quick question: Is there any work around for...

Quick question:

Is there any work around for $specialtemplates yet? Basically any work around to NOT edit .php file that is. BTW, this method ->...
Forum: Modification Graveyard 05-09-2006, 02:49 PM
Replies: 54
Views: 8,938
Posted By Aurous
Ok, created product this time instead of plugin...

Ok, created product this time instead of plugin and can be uninstalled easily.

Product file adds scheduled tasks automatically and also adds row in datastore for alexarank.

You can edit the...
Forum: Modification Graveyard 05-09-2006, 12:52 PM
Replies: 54
Views: 8,938
Posted By Aurous
As I said earlier, you can store it in datastore...

As I said earlier, you can store it in datastore and it will not affect the number of queries on your database (it will remain the same for all pages). Let me update your hack to work with database...
Forum: Modification Graveyard 05-09-2006, 06:28 AM
Replies: 54
Views: 8,938
Posted By Aurous
Is storing the result in a txt file better than...

Is storing the result in a txt file better than storing in database? (most preferably datastore). If interested, I can help you convert this hack to store the results in db instead of a txt file. It...
Forum: vBulletin 3.5 Add-ons 05-05-2006, 09:20 AM
Replies: 30
Views: 7,667
Posted By Aurous
Well that was expected from them. I just hope you...

Well that was expected from them. I just hope you keep your script up-to-date for all of us.

Thanks a lot for a quick update on this hack.
Forum: vBulletin 3.5 Add-ons 05-04-2006, 10:03 PM
Replies: 30
Views: 7,667
Posted By Aurous
Works great now. Thanks for the updates. ...

Works great now. Thanks for the updates.

Another thing I noticed:
If you run the script a couple of times in short time span. The log shows "BugMeNot returned no shared accounts for your forum,...
Forum: vBulletin 3.5 Add-ons 05-04-2006, 04:32 AM
Replies: 30
Views: 7,667
Posted By Aurous
It seems like it only grabs first 5 users from a...

It seems like it only grabs first 5 users from a particular domain. BMN only displays 5 usernames at a time. If you click on "No" to all of them, new usernames appear, which are not caught by this...
Forum: vB3 Programming Discussions 05-03-2006, 12:27 AM
Replies: 15
Views: 1,813
Posted By Aurous
Ahh! Thank you so much. Works fine now.

Ahh! Thank you so much. Works fine now.
Forum: vB3 Programming Discussions 05-02-2006, 09:00 AM
Replies: 15
Views: 1,813
Posted By Aurous
Well right now I just have "test" (without...

Well right now I just have "test" (without quotes) and nothing shows. I tried "{test}" and that didnt help either. Can you please test this out and see if its working for u? Anything to work in...
Forum: vB3 Programming Discussions 05-02-2006, 02:18 AM
Replies: 15
Views: 1,813
Posted By Aurous
I already tried that, but it doesnt display...

I already tried that, but it doesnt display anything. No results on the page whatsoever, while the data is obviously there in the table. Also added 'radiocache' in index.php :

$specialtemplates =...
Forum: vB3 Programming Discussions 05-01-2006, 11:55 PM
Replies: 15
Views: 1,813
Posted By Aurous
Datastore - How to display data?

Hello

I am facing a problem and cant seem to grab the general idea of how datastore caching works in vBulletin 3.5.x.

I created a new row in datastore:


title data
radiocache info that...
Forum: vBulletin 3.0 Full Releases 06-18-2005, 08:48 PM
Replies: 89
Views: 12,162
Posted By Aurous
I deleted over 1000 soft deleted posts, but I...

I deleted over 1000 soft deleted posts, but I still see over 300 blank entries that dont get deleted for some reason! Any fix?

Using vB 3.0.7

screenshot attached.
Forum: vBulletin 3.0 Full Releases 06-07-2005, 08:38 AM
Replies: 15
Views: 4,986
Posted By Aurous
I havent looked at the code, but it only works on...

I havent looked at the code, but it only works on signup? What if the user unchecks the option in USER/CP, will he/she be removed from the secondary group? This hack has so much usage. Thanks a lot.
Forum: vBulletin 3.0 Full Releases 05-24-2005, 09:21 PM
Replies: 28
Views: 5,659
Posted By Aurous
people can see the code in profile :p here's an...

people can see the code in profile :p here's an easy fix for that

In member.php:

Search for:

// signature
if ($userinfo['signature'])
{...
Forum: vBulletin 3.0 Full Releases 05-22-2005, 05:24 PM
Replies: 15
Views: 4,248
Posted By Aurous
if (ereg($denied2, $post['title'])) ...

if (ereg($denied2, $post['title']))
eval('$errors[] = "Sorry, But you cannot use [^] in your Thread Title.";');;


Please fix the extra ";" at the end.
Forum: Advanced Warning System (AWS) 05-04-2005, 08:38 PM
Replies: 7
Views: 1,364
Posted By Aurous
Please lock this thread, it was an error from my...

Please lock this thread, it was an error from my end, didnt make the changes properly, sorry for all the trouble and I am glad you were able to give fast and great support to your hack, amazing!
Showing results 1 to 25 of 140

 
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.02321 seconds
  • Memory Usage 2,049KB
  • 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
  • (59)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