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

Showing results 1 to 25 of 43
Search took 0.00 seconds.
Search: Posts Made By: sblum
Forum: vBulletin 3.0 Full Releases 01-04-2005, 10:00 PM
Replies: 6
Views: 2,248
Posted By sblum
When you change a username, update thread starter (without updating all threads)

This is a pretty simple hack. I was annoyed by the fact that when you change somebody's username it doesn't edit the thread starter field to include their new name, and on a large board updating all...
Forum: vBulletin 3.0 Full Releases 01-04-2005, 04:02 PM
Replies: 112
Views: 20,973
Posted By sblum
Wow, this is absolutely awesome. Thank you.

Wow, this is absolutely awesome. Thank you.
Forum: vBulletin 3.0 Beta Releases 12-21-2004, 10:59 PM
Replies: 103
Views: 19,057
Posted By sblum
Honestly, I think a better way of going about a...

Honestly, I think a better way of going about a hack like this is just to have a map of the globe, and let each user place a pin on the map where they want their location to be, and then when you...
Forum: vB3 General Discussions 12-21-2004, 04:50 PM
Replies: 1
Views: 817
Posted By sblum
Why don't thread ratings display in searches?

Is there a reason for this? It uses the same threadbit template that forumdisplay does, is there something in the search php file that sets $show[threadrating] to false?
Forum: vBulletin 3.0 Full Releases 11-15-2004, 08:54 PM
Replies: 66
Views: 17,542
Posted By sblum
That has to do with the time limit you've set on...

That has to do with the time limit you've set on editing a post title, if I recal correctly.
Forum: vBulletin 3.0 Full Releases 09-29-2004, 01:06 AM
Replies: 53
Views: 8,489
Posted By sblum
Looks good, the exact same features (except...

Looks good, the exact same features (except on/off option), but it is a bit cleaner than my version. I didn't include the option to turn it on/off because I figured - why would someone install it and...
Forum: vBulletin 3.0 Full Releases 09-20-2004, 10:43 PM
Replies: 9
Views: 4,140
Posted By sblum
You can see a demo at http://www.postfarm.net/...

You can see a demo at http://www.postfarm.net/ and, as always, please click install :)
Forum: vBulletin 3.0 Full Releases 09-20-2004, 10:35 PM
Replies: 66
Views: 17,542
Posted By sblum
Updates in 1.7 (sept. 20, '04): All known...

Updates in 1.7 (sept. 20, '04):

All known issues fixed. If a post error message is encountered in making a new thread, the threaddesc will reappear in the form along with the title and the message.
Forum: vBulletin 3.0 Full Releases 09-20-2004, 10:00 PM
Replies: 9
Views: 4,140
Posted By sblum
Require a post icon on new thread creation (or on every post)

Create a new phrase in the category "Front-End Error Messages" titled "noicon", with the text "You must choose a post icon before posting a new thread."

Open includes/functions_newpost.php
...
Forum: vB3 General Discussions 09-16-2004, 07:48 PM
Replies: 4
Views: 1,060
Posted By sblum
OK, well I finally figured it out - it required...

OK, well I finally figured it out - it required no hacking whatsoever, vB already did the work for me :)

I just had to put [php]<if condition="$thread[dot_count] > 0"> in the template. Oops!
Forum: vB3 General Discussions 09-16-2004, 07:26 PM
Replies: 4
Views: 1,060
Posted By sblum
My most recent attempt was this, also didn't...

My most recent attempt was this, also didn't work:

for($i=0;$i < count($dotthreads);$i++);
if ($dotthreads[$i] == $thread['threadid'])
{
$show['hasposted'] = true;
}
Forum: vB3 General Discussions 09-16-2004, 04:22 PM
Replies: 4
Views: 1,060
Posted By sblum
Just simply if...

Just simply
if ($dotthreads["$thread[threadid]"])
{
$show['hasposted'] = true;
}

Makes an icon show up for every post, and I Can't figure out why. Pulling my hair...
Forum: vB3 General Discussions 09-16-2004, 06:42 AM
Replies: 4
Views: 1,060
Posted By sblum
Trying to make an icon appear next to a thread if a user has posted...

And this is what I've tried so far. In "functions_forumdisplay.php" I've added these lines of code: if ($thread['threadid'] == $dotthreads["$thread[threadid]"])
{
$show['hasposted'] = true;...
Forum: vBulletin 3.0 Full Releases 09-12-2004, 10:31 PM
Replies: 66
Views: 17,542
Posted By sblum
Version 1.6.2 released.

Version 1.6.2 released.
Forum: vBulletin 3.0 Full Releases 09-01-2004, 01:16 AM
Replies: 72
Views: 17,156
Posted By sblum
Unless you make changes in these templates, an...

Unless you make changes in these templates, an announcement will not span the whole width of the table, same with a soft-deleted thread (due to the column you add here). Make an announcement on a...
Forum: vBulletin 3.0 Full Releases 08-31-2004, 05:34 AM
Replies: 72
Views: 17,156
Posted By sblum
I think this will also cause problems with the...

I think this will also cause problems with the forumdisplay_announcement and threadbit_deleted templates - though it's just a simple colspan issue. Easily fixable.
Forum: vBulletin 3.0 Full Releases 08-29-2004, 09:20 PM
Replies: 49
Views: 16,887
Posted By sblum
Beautiful! Thanks so much.

Beautiful! Thanks so much.
Forum: vBulletin 3.0 Full Releases 08-28-2004, 08:45 PM
Replies: 49
Views: 16,887
Posted By sblum
Great hack. This may be a stupid question, but is...

Great hack. This may be a stupid question, but is there a way to make it so when I hit tab from the quick reply box, it still goes to "Post Quick Reply" first? I'm so used to hitting tab then space...
Forum: Modification Requests/Questions (Unpaid) 08-26-2004, 05:23 PM
Replies: 4
Views: 1,109
Posted By sblum
Change the name of Registered Users and give them...

Change the name of Registered Users and give them no permissions. So when they join, they are in a usergroup that essentially can't do anything. Then you can make it so when they subscribe, they...
Forum: vBulletin 3.0 Full Releases 08-26-2004, 07:57 AM
Replies: 66
Views: 17,542
Posted By sblum
Something I didn't consider because I very rarely...

Something I didn't consider because I very rarely delete threads.

in threadbit_deleted, find:

<if condition="$show['guestuser']">
$thread[postusername]
<else />
<span...
Forum: vBulletin 3.0 Full Releases 08-25-2004, 06:40 PM
Replies: 66
Views: 17,542
Posted By sblum
*sigh*, another bit of the instructions I did but...

*sigh*, another bit of the instructions I did but forgot to add to the txt file. Adding it in. Thanks
Forum: vBulletin 3.0 Full Releases 08-23-2004, 05:51 PM
Replies: 66
Views: 17,542
Posted By sblum
Any time, there's lots of weird unexpected things...

Any time, there's lots of weird unexpected things that can happen when adding a hack that effect other parts of the board without realizing it. This was one of them, especially because I don't use...
Forum: vBulletin 3.0 Full Releases 08-23-2004, 07:39 AM
Replies: 66
Views: 17,542
Posted By sblum
Open the "forumdisplay_announcement" template,...

Open the "forumdisplay_announcement" template, find
<td class="alt2" colspan="<if condition="$show['threadicons']">5<else />4</if>">

replace with
<td class="alt2" colspan="<if...
Forum: vBulletin 3.0 Full Releases 08-23-2004, 07:37 AM
Replies: 66
Views: 17,542
Posted By sblum
Was the missing < in my instructions? I...

Was the missing < in my instructions?

I didn't include the announcement changes in the txt file? Thought I did, going back to revise...
Forum: vBulletin 3.0 Full Releases 08-21-2004, 02:01 AM
Replies: 66
Views: 17,542
Posted By sblum
Thanks for bearing with me, guys. First hack I've...

Thanks for bearing with me, guys. First hack I've released, but seems to work well.
Showing results 1 to 25 of 43

 
Forum Jump

All times are GMT. The time now is 08:25 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.08106 seconds
  • Memory Usage 2,034KB
  • 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
  • (48)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