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

Showing results 1 to 25 of 26
Search took 0.00 seconds.
Search: Posts Made By: StewardManscat
Forum: vB3 Programming Discussions 12-17-2005, 10:34 AM
Replies: 1
Views: 1,837
Posted By StewardManscat
SQL syntax using dateline fields and DATE in phpMyAdmin ?

Not using PHP code here, just looking at my data roughly via phpMyAmin...

The way I read the SQL manual, I ought to be able to type

SELECT * from table WHERE dateline > DATE('2005-12-16...
Forum: vBadvanced CMPS 05-02-2005, 01:05 AM
Replies: 2
Views: 1,712
Posted By StewardManscat
Looking for a single-topic CMPS module

Saw an excellent hack/add-on for vba CMPS. It pulled a single post (or thread?) from the forums into a module block.

Can't find it anymore, or where I hid the link to it.

Anyone know the magic...
Forum: vBulletin 3.0 Full Releases 04-24-2005, 01:44 PM
Replies: 9
Views: 3,077
Posted By StewardManscat
Your release not only still applies, but you did...

Your release not only still applies, but you did it without all the whining and crying. And you found one final phrase that I did not. People trying to simply make the change should definitely follow...
Forum: vBulletin 3.0 Full Releases 04-21-2005, 11:11 PM
Replies: 9
Views: 3,077
Posted By StewardManscat
Still just finding where to make the mods.... ...

Still just finding where to make the mods....

The phrase search ends at a hard-coded array in forum/subscriptions.php


// These phrases are constant since they are the name of a service...
Forum: vBulletin 3.0 Full Releases 04-21-2005, 10:57 PM
Replies: 9
Views: 3,077
Posted By StewardManscat
No wonder so many of my users hate vb. I've...

No wonder so many of my users hate vb.

I've been using it for over six months now, and here I am, wondering how to edit my own darn post. Grr!

And clearly I've posted in the wrong forum.

Oh...
Forum: vBulletin 3.0 Full Releases 04-21-2005, 10:00 PM
Replies: 9
Views: 3,077
Posted By StewardManscat
Adding a new payment processor

I need to add a new payment processor. I am sure this has been done many times by many people. Sure wish vbulletin had a better forum search facility, because the answer must already be here.

But...
Forum: vB3 General Discussions 04-04-2005, 12:45 PM
Replies: 0
Views: 790
Posted By StewardManscat
Language support for custom profile fields?

Anyone have a neat trick for adding profile fields in different languages?

Some kind of phrase replacement for the text, descriptions, and entries under "Custom User Fields" ?

Surely somebody...
Forum: vB3 General Discussions 04-01-2005, 02:34 PM
Replies: 2
Views: 1,060
Posted By StewardManscat
Cron job fails? How to debug?

I have coded a small cron job.

When I run it manually from the Scheduled Task Manager, it completes normally. vb reports DONE, and the output is added to the database as expected. Life is good.
...
Forum: vBulletin 3.0 Full Releases 02-27-2005, 08:04 PM
Replies: 1,507
Views: 241,928
Posted By StewardManscat
Thanks for the reply. Question is whether I...

Thanks for the reply. Question is whether I should bother. Tried searching for an expected release date in this forum, you know how hard that can be. No commitments, a ballpark will do. Just let me...
Forum: vBulletin 3.0 Full Releases 02-27-2005, 06:08 PM
Replies: 1,507
Views: 241,928
Posted By StewardManscat
Uh-oh. Somewhere in these fifty-odd pages, there...

Uh-oh. Somewhere in these fifty-odd pages, there is sure to be much discussion on image uploading.

I intend to hack this code to add an image to each journal entry.

If it's been done, or...
Forum: Modification Requests/Questions (Unpaid) 12-30-2004, 11:58 AM
Replies: 3
Views: 894
Posted By StewardManscat
Cool. But permissions and who can edit is not the...

Cool. But permissions and who can edit is not the same as who posted. We had a go-getter enter a bunch of messages. She put the poster name inside each message, and posted them all using her id....
Forum: vB3 Programming Discussions 12-29-2004, 01:52 PM
Replies: 2
Views: 1,036
Posted By StewardManscat
SELECT username, joindate, options FROM ...

SELECT username, joindate, options FROM `vb_user` WHERE ( options & 0x0100 ) ORDER BY joindate DESC LIMIT 1

Bingo. Thank me.

Finds most recent member who is not invisible.
Forum: vB3 Programming Discussions 12-29-2004, 01:48 PM
Replies: 2
Views: 1,036
Posted By StewardManscat
SQL to find visible users (option bit set)

SELECT * from vb_user where....

the option bit for visibility is set. (options & 512)==512

Not sure how to ask for bitwise operator in query...

Or maybe there is an easier way to get this...
Forum: Modification Requests/Questions (Unpaid) 12-29-2004, 01:28 PM
Replies: 3
Views: 894
Posted By StewardManscat
Change owner of post

Apologies if this is not the right forum.

I am looking for a way to change the owner (poster) or a forum post.

Just a set of instructions using phpMyAdmin would be great. Someone who can...
Forum: vBulletin 3.0 Full Releases 10-11-2004, 10:00 PM
Replies: 6
Views: 2,199
Posted By StewardManscat
Disallow registration when cookies not enabled

At our site we require cookies.
Avoid support issues by turning people away at the door.


In register.php find

if (empty($_REQUEST['do']) AND empty($_REQUEST['a']))
{
$_REQUEST['do'] =...
Forum: uCash & uShop 09-25-2004, 04:54 PM
Replies: 2,317
Views: 106,079
Posted By StewardManscat
125 pages of discussion, and not finding a...

125 pages of discussion, and not finding a general overview. Screenshots help but don't tell the whole story. Everyone seems to know what this is.

Bit of a tedious job to install, but did that, to...
Forum: Modification Requests/Questions (Unpaid) 09-07-2004, 01:39 AM
Replies: 72
Views: 9,086
Posted By StewardManscat
Memobug... Thank you for your kind and generous...

Memobug... Thank you for your kind and generous offer. I am familiar with the vbauction forum and your presence there. Your enthusiasm is encouraging.

But I think I'll pass on this one. It was a...
Forum: Modification Requests/Questions (Unpaid) 09-06-2004, 05:14 PM
Replies: 72
Views: 9,086
Posted By StewardManscat
Clearly this is a powerful and useful system that...

Clearly this is a powerful and useful system that many are using without issue.

However, I was unable to install it.

I'm a php guy, and don't know mch about perl, nor do I want to. But I have...
Forum: vBulletin 3.0 Full Releases 08-06-2004, 08:34 PM
Replies: 266
Views: 51,895
Posted By StewardManscat
Installed, but confounded. [Steward babbles...

Installed, but confounded.

[Steward babbles on here, but sprays this space with babble-remover the next day]

Later: ok, all my problem. Thumbs up for this hack. Serializing the data field was...
Forum: vBulletin 3.0 Full Releases 07-19-2004, 07:53 PM
Replies: 391
Views: 61,426
Posted By StewardManscat
Installed HTL under vb 3.0.2, it seemed to go ok....

Installed HTL under vb 3.0.2, it seemed to go ok.

Now wanting to install shoutbox, which says



Um.... there is no "Install Hack" button.

I have "Hack Tracking Log" added to the end of...
Forum: vBulletin 3.0 Full Releases 07-19-2004, 06:41 PM
Replies: 438
Views: 83,408
Posted By StewardManscat
Ouch. This one hurt. Looks sweet, and I see other...

Ouch. This one hurt. Looks sweet, and I see other people installing it ok.

But full of disasters for me. Very difficult to retrace/debug/rollback/fix, because everything is hidden in the install...
Forum: vBulletin 3.0 Full Releases 07-12-2004, 10:00 PM
Replies: 2
Views: 3,989
Posted By StewardManscat
Workaround session timeout too fast

I posted a note on this subject earlier and cannot locate it now.
If it was moved or deleted please let me know so I do not make the same mistake again.

Meantime, another fellow is looking for...
Forum: vBulletin 3.0 Full Releases 06-15-2004, 11:30 PM
Replies: 139
Views: 54,415
Posted By StewardManscat
Curious. When I try this, I get redirected back...

Curious.
When I try this, I get redirected back to my custom login page.
So I add:


if ($bbuserinfo['userid']!=0) {
header("Location: forum/index.php");
exit;
}
Forum: vB3 General Discussions 05-13-2004, 12:51 AM
Replies: 1
Views: 875
Posted By StewardManscat
How to set number of members?

Please excuse the cross-post, I think maybe this is the right forum. But if I read my vb right (I am learning more each day) this forum is empty. Ah well...

After importing members, I wish to...
Forum: vBulletin.org Site Feedback 05-13-2004, 12:44 AM
Replies: 1
Views: 2,550
Posted By StewardManscat
Where do I enter my customer number?

When I registered there was some info/prompt for a customer number. It was not available to me at the time.

I have it now, but the prompt/info is gone, and I cannot find it.

Seems to me I am...
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT. The time now is 06:16 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.02802 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (27)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