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

Showing results 1 to 19 of 19
Search took 0.00 seconds.
Search: Posts Made By: rbgrn
Forum: vBulletin 3.8 Add-ons 05-12-2009, 04:53 PM
Replies: 238
Board Optimization - Zoints SEO 2.3.2
Views: 74,755
Posted By rbgrn
It should be fairly simple. You can parse out...

It should be fairly simple. You can parse out the thread ID / forum ID because it's always at the end of the URL as words-words-30.html which would just parse out to 30, then construct your new SEO...
Forum: vBulletin 3.7 Add-ons 05-12-2009, 04:42 PM
Replies: 682
Views: 147,052
Posted By rbgrn
Logician, Thanks for the quick reply! ...

Logician,

Thanks for the quick reply!

I'm a little confused by your code though. It's the same code that I took out and modified to try to parse a specific field. Your snippet is directly...
Forum: vBulletin 3.8 Add-ons 05-12-2009, 04:35 PM
Replies: 238
Board Optimization - Zoints SEO 2.3.2
Views: 74,755
Posted By rbgrn
You can add every feature zoints had without fear...

You can add every feature zoints had without fear of patent issue, because I'm positive they have not filed any patents on those features and if they had tried, they probably would have never been...
Forum: vBulletin 3.8 Add-ons 05-12-2009, 03:21 PM
Replies: 238
Board Optimization - Zoints SEO 2.3.2
Views: 74,755
Posted By rbgrn
Awesome! I look forward to your new system. ...

Awesome! I look forward to your new system.

One thing to keep in mind - those of us who have ZSEO installed will need an upgrade path, that is, a backwards compatible URL rewriter! We can use...
Forum: vBulletin 3.7 Add-ons 05-12-2009, 03:15 PM
Replies: 682
Views: 147,052
Posted By rbgrn
I'm using WT to make a front page for one of my...

I'm using WT to make a front page for one of my sites which includes latest blog entries. I had no problems creating a query to pull in and truncate the entries and such, but I am having a problem...
Forum: vBulletin 3.8 Add-ons 05-11-2009, 05:02 PM
Replies: 238
Board Optimization - Zoints SEO 2.3.2
Views: 74,755
Posted By rbgrn
I found this problem while I was trying to make...

I found this problem while I was trying to make submissions to Digg work from the social bookmarking links:

This is what my apache log kicked out when attempting to submit the same thread to Digg:...
Forum: vBulletin 3.8 Add-ons 05-11-2009, 04:27 PM
Replies: 238
Board Optimization - Zoints SEO 2.3.2
Views: 74,755
Posted By rbgrn
Thanks for maintaining this! I have a patch to...

Thanks for maintaining this! I have a patch to submit for SEOing the URLs in the social bookmarks:

plugin: showthread_bookmarkbit
code:

$bookmarksite['link'] = str_replace(
...
Forum: vBulletin 3.8 Add-ons 02-02-2009, 09:01 PM
Replies: 238
Board Optimization - Zoints SEO 2.3.2
Views: 74,755
Posted By rbgrn
Hey dxlwebs - Thank you so much for keeping this...

Hey dxlwebs - Thank you so much for keeping this up-to-date!! I really appreciate it.
Forum: vB3 General Discussions 10-02-2008, 07:34 PM
Replies: 114
Views: 14,493
Posted By rbgrn
I found out what has happened. XRumer 5.0 was...

I found out what has happened. XRumer 5.0 was released which supports advanced Captcha defeat including Gmail. I knew it'd happen eventually but it's pretty obnoxious when you have multiple sites...
Forum: vBulletin 3.6 Add-ons 09-13-2007, 06:39 PM
Replies: 733
Major Additions - Zoints SEO
Views: 276,149
Posted By rbgrn
It seems to replace cron.php?&rand= with...

It seems to replace cron.php?&rand= with -.html?&rand=

I find that unnecessary and on my Who's Online it reports it as an unknown location. Is there a fix for this? Thanks
Forum: vBulletin 3.6 Add-ons 08-07-2007, 04:36 PM
Replies: 1,069
Views: 239,203
Posted By rbgrn
Ok I'll explain once more. I pull mail in from a...

Ok I'll explain once more. I pull mail in from a mailing list to my BB as read-only threads. it's 1-way communication. I assemble them into threads like gmail assembles emails into threads. If you...
Forum: vBulletin 3.6 Add-ons 07-30-2007, 03:56 PM
Replies: 1,069
Views: 239,203
Posted By rbgrn
Cyricx - All I'm using it for is to read email...

Cyricx - All I'm using it for is to read email from a mailing list and piece together the threads. No replies are allowed on the forum. It's just informational.

I also don't want people to be able...
Forum: vBulletin 3.6 Add-ons 07-30-2007, 03:53 PM
Replies: 1,069
Views: 239,203
Posted By rbgrn
Ok last time: here's my code with bugfixes. ...

Ok last time: here's my code with bugfixes.


// hide email addresses
$mailmessage = preg_replace("/[a-zA-Z0-9\-_]+@[a-zA-Z0-9\-_]+.[a-z]{2,4}/", 'xxx@xxx.xxx',...
Forum: vBulletin 3.6 Add-ons 07-27-2007, 05:55 PM
Replies: 1,069
Views: 239,203
Posted By rbgrn
That was full of bugs. I forgot to specify the...

That was full of bugs. I forgot to specify the forum in the query. Oops. Here's the updated code


// hide email addresses
$mailmessage =...
Forum: vBulletin 3.6 Add-ons 07-27-2007, 05:31 PM
Replies: 1,069
Views: 239,203
Posted By rbgrn
I added one more change in quick - hiding email...

I added one more change in quick - hiding email addresses


// hide email addresses
$mailmessage = preg_replace("/[a-zA-Z0-9\-_]+@[a-zA-Z0-9\-_]+.[a-z]{2,4}/",...
Forum: vBulletin 3.6 Add-ons 07-27-2007, 05:07 PM
Replies: 1,069
Views: 239,203
Posted By rbgrn
Cyricx - I've got everything working with a few...

Cyricx - I've got everything working with a few modifications, here's my general experience feedback and breakdown:

1) The feature I need is simply to pull mailing-list emails into threads/posts ...
Forum: vBulletin 3.6 Add-ons 07-26-2007, 10:50 PM
Replies: 1,069
Views: 239,203
Posted By rbgrn
Ok got it to run, gmail requires the self-signed...

Ok got it to run, gmail requires the self-signed cert option which really means use port 995, which should be the standard port. This may require some renaming :)

anyway, it runs now, but no mail...
Forum: vBulletin 3.6 Add-ons 07-26-2007, 10:42 PM
Replies: 1,069
Views: 239,203
Posted By rbgrn
Another question: Re: changes to "Instant...

Another question:

Re: changes to "Instant Email Notification"

Does that apply globally now or is it only for forums that have Email Integration enabled?

I certainly don't want that behavior...
Forum: vBulletin 3.6 Add-ons 07-26-2007, 10:38 PM
Replies: 1,069
Views: 239,203
Posted By rbgrn
I installed per the installation instructions and...

I installed per the installation instructions and am having no luck. I didn't do anything regarding attachment restrictions (left all default) and commented out the require in php as directed (I...
Showing results 1 to 19 of 19

 
Forum Jump

All times are GMT. The time now is 12:58 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.02301 seconds
  • Memory Usage 1,997KB
  • 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)post_thanks_navbar_search
  • (1)search_results
  • (19)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (57)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
  • forumjump
  • search_complete
  • navbits
  • navbits_complete