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

Showing results 1 to 25 of 64
Search took 0.00 seconds.
Search: Posts Made By: mooreaa
Forum: vB3 Programming Discussions 02-23-2009, 08:49 PM
Replies: 7
Views: 805
Posted By mooreaa
I know. I just hate that it would be hard-coded...

I know. I just hate that it would be hard-coded in for PC specific use when its a web app. I use both platforms so its normal for me as well, but just trying to strip things from VB that get in the...
Forum: vB3 Programming Discussions 02-23-2009, 08:44 PM
Replies: 2
Views: 627
Posted By mooreaa
woot you saved my day again Lynne. Thanks a bunch

woot you saved my day again Lynne. Thanks a bunch
Forum: vB3 Programming Discussions 02-23-2009, 07:26 AM
Replies: 7
Views: 805
Posted By mooreaa
Hmm so no clean way to override this? Eeek... I'm...

Hmm so no clean way to override this? Eeek... I'm limiting myself to modifications that don't require source changes or hacks that make it difficult to upgrade... I guess i can do another replacement...
Forum: vB3 Programming Discussions 02-23-2009, 07:23 AM
Replies: 2
Views: 627
Posted By mooreaa
question on {$collapseobj_forumid}

Hello,

I'm having a few errors reported on the FF Error Console:

Warning: Expected ':' but found '0'. Declaration dropped.

I tracked it down to a line <tbody id="collapseobj_forumbit_1"...
Forum: vB3 Programming Discussions 02-21-2009, 12:10 AM
Replies: 7
Views: 805
Posted By mooreaa
How do i disable keyboard shortcuts?

Hello,

How do I disable the function and notification of the keyboard shortcuts?

For example on my quick reply the tooltip comes up with "(Alt + S)" I'd like those to be hidden and non...
Forum: vB3 Programming Discussions 02-01-2009, 02:43 AM
Replies: 3
Views: 627
Posted By mooreaa
Lynne, I tried that, but didn't have any luck. ...

Lynne, I tried that, but didn't have any luck.

I'm using the code form this article: https://vborg.vbsupport.ru/showthread.php?t=62164

I guess I'm not quite sure where to place that command in...
Forum: vB3 Programming Discussions 02-01-2009, 12:36 AM
Replies: 3
Views: 627
Posted By mooreaa
Remvoing external.php on external pages

Hello,

I have my site setup as such:

mysite.com/forums/ vbinstall
mysite.com/tos.php

tos.php is an external page that uses the template system and everything is working just fine...
Forum: vBulletin 3.6 Add-ons 01-29-2009, 03:36 AM
Replies: 57
Views: 21,904
Posted By mooreaa
Yeah seems to have stopped working. It would be...

Yeah seems to have stopped working. It would be nice to be able to get this working again if possible.
Forum: vBulletin 3.7 Add-ons 01-10-2009, 10:08 AM
Replies: 16
Views: 9,038
Posted By mooreaa
This mod stopped working in 3.8. Anyway to get...

This mod stopped working in 3.8. Anyway to get this working again?
Forum: vB3 Programming Discussions 11-27-2008, 06:41 AM
Replies: 1
Views: 736
Posted By mooreaa
email association with login name

Hi

I recently have had more users complain that they cannot login via their email address (which seems like standard today).

Would it be possible during login to search for both the username...
Forum: vB3 Programming Discussions 11-26-2008, 09:22 AM
Replies: 0
Views: 642
Posted By mooreaa
Inline images don't show up in FF for guests

I have some people trying to use attached images in their posts, but I'm having other users report that FF shows NOTHING where that image should be when they aren't logged in...

What is the best...
Forum: vB3 Programming Discussions 11-24-2008, 08:39 AM
Replies: 0
Views: 586
Posted By mooreaa
Allow Guests to download attachments based on extension

Hello,

I'd like to make it so guests can download and see image attachments, but still require them to be registered in order to download other file types.

Is there a way/plugin method to do...
Forum: vB3 Programming Discussions 11-22-2008, 08:41 AM
Replies: 0
Views: 556
Posted By mooreaa
accessing a threads taglist in the header?

Hello,

I am trying to access the $threadinfo[taglist] from within the header template and it looks like its not there.

I am trying to feed my taglist to an ad space that I have in my header....
Forum: vB3 Programming Discussions 11-09-2008, 09:48 AM
Replies: 0
Views: 579
Posted By mooreaa
external vb templated page has broken links and images

Hello,

I followed the technique in this article to make an external page:

https://vborg.vbsupport.ru/showthread.php?t=98009&highlight=custom+vbulletin+page

I followed the directions to...
Forum: vB3 Programming Discussions 10-17-2008, 07:41 PM
Replies: 6
Views: 931
Posted By mooreaa
Hmm i recently did this and am not seeing any...

Hmm i recently did this and am not seeing any problems as of yet. SO.... yes I successfully implemented prototype.js... I'm not using many of their functions... just Form and Ajax
Forum: vB3 Programming Discussions 10-15-2008, 09:28 PM
Replies: 2
Views: 761
Posted By mooreaa
I want to limit this to only some of my forums,...

I want to limit this to only some of my forums, but I should be able to do that via the plugin fairly easily. The reason for reverse sorting is that I use some of my forums to post Articles. On those...
Forum: vB3 Programming Discussions 10-15-2008, 07:29 AM
Replies: 2
Views: 761
Posted By mooreaa
quick reply ajax inserts messages

Hello,

I am trying to reverse the sort order of my postbits so that the newest post is at top.

I am doing this by changing $postorder = "DESC"; with a plugin.

The problem I am having is that...
Forum: vB3 Programming Discussions 10-14-2008, 09:58 PM
Replies: 3
Views: 688
Posted By mooreaa
Thats pretty generic... you can check these: ...

Thats pretty generic... you can check these:

http://images.google.com/images?q=msn%20icon&ie=UTF-8&oe=utf-8&rls=org.mozilla:en-US:official&client=firefox-a&um=1&sa=N&tab=wi
Forum: vB3 Programming Discussions 10-14-2008, 09:54 PM
Replies: 6
Views: 788
Posted By mooreaa
do you have a url for the page that doesn't...

do you have a url for the page that doesn't validate?

You are using table width and align... you might look at the html doctype to see if it might be causing your validation issues. This would be...
Forum: vB3 Programming Discussions 10-14-2008, 08:32 PM
Replies: 10
Views: 1,168
Posted By mooreaa
So the cause of the line breaks is part of the VB...

So the cause of the line breaks is part of the VB BB code parser. When you disable HTML, it sets the flag:

$donl2br = true;

This in turn causes the do_parse method to replace newlines with...
Forum: vB3 Programming Discussions 10-13-2008, 09:12 AM
Replies: 10
Views: 1,168
Posted By mooreaa
my issue is not only with tables. Your solution...

my issue is not only with tables. Your solution to "switch" editor modes doesn't solve the underlying problem that unwanted <br/> are being inserted. I am looking for a way to track down where/why...
Forum: vB3 Programming Discussions 10-13-2008, 08:32 AM
Replies: 10
Views: 1,168
Posted By mooreaa
html is not enabled here so I wouldn't know.

html is not enabled here so I wouldn't know.
Forum: vB3 Programming Discussions 10-13-2008, 01:51 AM
Replies: 3
Views: 933
Posted By mooreaa
Thanks for your replies, Brad can you expand...

Thanks for your replies,

Brad can you expand on #2? How can I hook into the VB way of changing the post order?

--------------- Added 1223882033 at 1223882033 ---------------

ok I added:

...
Forum: vB3 Programming Discussions 10-12-2008, 11:44 AM
Replies: 3
Views: 933
Posted By mooreaa
reverse thread order without breaking chief first post?

Hello,

I am looking for a way to reverse the display order of the posts from newest to oldest. I am trying to use this on my articles section so the newer comments are are at the top. Is there a...
Forum: vB3 Programming Discussions 10-12-2008, 05:11 AM
Replies: 10
Views: 1,168
Posted By mooreaa
Here is an example post that I posted to my...

Here is an example post that I posted to my forums


if I post a html table

<table>
<tr>
<td>hello</td>
<td>world</td>
</tr>
Showing results 1 to 25 of 64

 
Forum Jump

All times are GMT. The time now is 01:15 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.04500 seconds
  • Memory Usage 2,036KB
  • 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
  • (13)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