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

Showing results 1 to 25 of 71
Search took 0.00 seconds.
Search: Posts Made By: akiy
Forum: Modification Requests/Questions (Unpaid) 03-28-2005, 04:55 PM
Replies: 0
Views: 833
Posted By akiy
Last Post on Page

Hi everyone,

I know I can find out which post is the last one in the thread by using $thread[replycount] and $post[postcount] in postbit/postbit_legacy, but does anyone know of a way to figure out...
Forum: vBulletin 3.0 Full Releases 12-06-2004, 05:30 PM
Replies: 56
Views: 11,263
Posted By akiy
In vBSurvey.php.

In vBSurvey.php.
Forum: vBulletin 3.0 Full Releases 12-01-2004, 10:34 PM
Replies: 818
Views: 161,122
Posted By akiy
I just hacked the code so that all posts made by...

I just hacked the code so that all posts made by the Article Bot get put into the moderation queue.

In articlebot.php, find:

$DB_site->query(" ...
Forum: vBulletin 3.0 Full Releases 11-29-2004, 07:38 PM
Replies: 1,408
Views: 405,814
Posted By akiy
You're welcome! Make sure you use the latest...

You're welcome! Make sure you use the latest code that I just posted that corrects some timezone issues...
Forum: vBulletin 3.0 Full Releases 11-29-2004, 07:25 PM
Replies: 1,507
Views: 246,877
Posted By akiy
I finished putting together an importer of sorts....

I finished putting together an importer of sorts. It's totally bare-bones, but it seems to work in importing the journals, the journal entries, and journal comments from Ryangel's vb3 journal system...
Forum: vBulletin 3.0 Full Releases 11-29-2004, 03:33 PM
Replies: 1,408
Views: 405,814
Posted By akiy
Oops -- bug. It looks like the code I used above...

Oops -- bug. It looks like the code I used above didn't do the timezone offset very well.

Instead of the code that I inserted above, try using:
$time =...
Forum: vBulletin 3.0 Full Releases 11-28-2004, 05:20 PM
Replies: 1,507
Views: 246,877
Posted By akiy
PM sent. Receipt confirmed. Nothing received...

PM sent. Receipt confirmed. Nothing received (yet).

I worked out last night what I think is pretty much everything I need to import what I have from the Ryangel journal system to AN-Net's, at...
Forum: vBulletin 3.0 Full Releases 11-28-2004, 02:47 AM
Replies: 1,507
Views: 246,877
Posted By akiy
Can you please send me what you have so far? ...

Can you please send me what you have so far? I'll PM you with my e-mail address.
Forum: vBulletin 3.0 Full Releases 11-28-2004, 01:41 AM
Replies: 1,507
Views: 246,877
Posted By akiy
Yes, I remember reading that. However, it seems...

Yes, I remember reading that. However, it seems like AN-Net has been very reluctant to talk about said importer since. He seems to have ignored my questions that I posted above, too, which is...
Forum: vBulletin 3.0 Full Releases 11-28-2004, 01:38 AM
Replies: 1,408
Views: 405,814
Posted By akiy
You can just change the "g:ia" format to whatever...

You can just change the "g:ia" format to whatever you want according to the PHP "date" documentation (http://us2.php.net/manual/en/function.date.php). For example, "M j Y g:ia" will show something...
Forum: vBulletin 3.0 Full Releases 11-26-2004, 12:47 AM
Replies: 56
Views: 11,263
Posted By akiy
Oops -- indeed! I've edited the above post. ...

Oops -- indeed! I've edited the above post. Thanks for the sharp eye.
Forum: vBulletin 3.0 Full Releases 11-25-2004, 02:30 PM
Replies: 1,408
Views: 405,814
Posted By akiy
You should be able to find the "if($thisIgnore ==...

You should be able to find the "if($thisIgnore == 0){" on line 331 of vBChat.php.
Forum: vBulletin 3.0 Full Releases 11-25-2004, 03:51 AM
Replies: 1,507
Views: 246,877
Posted By akiy
AN-net. What is the status of the...

AN-net.

What is the status of the importer from Ryangel's journal system to yours?

If it's far from completion, I'll see what I can do -- perhaps this weekend -- in writing a...
Forum: vBulletin 3.0 Full Releases 11-25-2004, 03:39 AM
Replies: 56
Views: 11,263
Posted By akiy
It looks like you're going to have to modify the...

It looks like you're going to have to modify the code as the table rows/cells that make up the "Who voted" row isn't template-ized.

Any way, here's one way to do this if you only want...
Forum: vBulletin 3.0 Full Releases 11-24-2004, 09:28 PM
Replies: 1,408
Views: 405,814
Posted By akiy
I now have alternating backgrounds for each...

I now have alternating backgrounds for each message.

Somewhere near the top of chat_iframe, I inserted:
<if condition="$messagenum = 1"></if>

Then, in chat_row, I replaced:
<tr>
with
<tr...
Forum: vBulletin 3.0 Full Releases 11-24-2004, 09:23 PM
Replies: 1,408
Views: 405,814
Posted By akiy
Since I didn't see any code to insert the time...

Since I didn't see any code to insert the time when each message was sent, I went ahead and coded it myself.

After:
if($thisIgnore == 0){
I inserted:
...
Forum: vBulletin 3.0 Full Releases 11-24-2004, 12:36 AM
Replies: 1,408
Views: 405,814
Posted By akiy
Bug report: A user using Opera has...

Bug report:

A user using Opera has reported that when there are enough messages so that a scrollbar shows up, the scrollbar jumps to the top at every refresh, even if the page is set to have...
Forum: Modification Requests/Questions (Unpaid) 09-22-2004, 02:38 PM
Replies: 7
Views: 1,711
Posted By akiy
I've gone back and tried working on this but it's...

I've gone back and tried working on this but it's been a pretty fruitless endeavor so far. All I want to do at this point is use vBulletin's user regisration to limit people who can modify the wiki...
Forum: Modification Requests/Questions (Unpaid) 05-14-2004, 03:42 PM
Replies: 2
Views: 777
Posted By akiy
Anyone here have any ideas on this modification?

Anyone here have any ideas on this modification?
Forum: Modification Requests/Questions (Unpaid) 05-12-2004, 04:05 PM
Replies: 4
Views: 858
Posted By akiy
OK. I'm guessing there's no one here who knows...

OK. I'm guessing there's no one here who knows how to do this....
Forum: Community Lounge 05-11-2004, 09:42 PM
Replies: 36
Views: 3,906
Posted By akiy
Not to mention available as an open source...

Not to mention available as an open source project for anyone with PHP and MySQL to download and install:

http://sourceforge.net/projects/lotgd
Forum: Modification Requests/Questions (Unpaid) 05-10-2004, 04:07 PM
Replies: 6
Views: 1,084
Posted By akiy
I've thought of it, but decided against it as the...

I've thought of it, but decided against it as the old events listing still has a lot of good features such as listing events by place (eg individual states, countries)...
Forum: Modification Requests/Questions (Unpaid) 05-07-2004, 03:36 PM
Replies: 4
Views: 858
Posted By akiy
That seems to return a timestamp in epoch seconds...

That seems to return a timestamp in epoch seconds of the last post in the entire thread which really does me no good. I'm looking to find a way to figure out the last post on each page of a thread,...
Forum: Modification Requests/Questions (Unpaid) 05-07-2004, 12:17 AM
Replies: 6
Views: 1,084
Posted By akiy
Hi Richard, I was wondering if there was...

Hi Richard,

I was wondering if there was any consequences of just going straight to the database in inserting a new event. For example, putting in a new thread right into the database doesn't...
Forum: vB3 General Discussions 05-07-2004, 12:15 AM
Replies: 1
Views: 831
Posted By akiy
No one has any thoughts on this?

No one has any thoughts on this?
Showing results 1 to 25 of 71

 
Forum Jump

All times are GMT. The time now is 09:17 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.04963 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
  • (51)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