vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Why does this change? (https://vborg.vbsupport.ru/showthread.php?t=206132)

Nintendo-Daily 02-21-2009 02:20 PM

Why does this change?
 
I use the ibproarcade modification for arcade games. For each arcade game I have descriptions of the game. For some reason I get the following when I type a description for games that I add.

For example, I want this:
"Destroy groups of 2 or more bubbles to get points. You lose the game when there are no more bubbles to destroy."

But when I save it, it look like this:
"Destroy usergroup of 2 or more bubbles to get points. You lose the game when there are no more bubbles to destroy."

It appears that the work "groups" is getting replaced with "usergroup" some how.

I looked in my replacement variables option and I don't have anything set there that would affect this.

Any ideas guys?

nexialys 02-21-2009 02:39 PM

vbSEO

Nintendo-Daily 02-21-2009 03:25 PM

vbSEO? Don't I have to have that installed?

Lynne 02-21-2009 03:48 PM

Do you have any mod that does a string replace? Do a search through your plugins for that.

Nintendo-Daily 02-21-2009 04:48 PM

What exactly do I need to search for in the plugins Lynne?

Lynne 02-21-2009 06:01 PM

Well, it sounds like some sort of "str_replace" is going on, so I'd search for that term. However, they could also use "str_ireplace", so maybe search for "replace". This is just if you have a plugin doing this. But, some developers put the code in a script and call the script in the plugin. So, you may have to extend your search to files also. So, maybe the best thing to do is to turn off all your plugins and see if that fixes the issue. Then turn them on one-by-one to see which one is the culprit.

Nintendo-Daily 02-21-2009 06:19 PM

uhhggg. Ok, thanks for the info Lynne. I'll get around to seeing if I can figure this out. If I can't figure it out, is there anyone here that would be able to help me? Thanks Lynne.

Nintendo-Daily 02-25-2009 08:38 PM

OK, I've done some probing around in the plug-ins. I've disabled plugins that I thought might be the problem but it still isn't working. For anyone who is willing to help I would really appreciate some assistance for getting this fixed. It's turning out to be quite the pain.

Dismounted 02-26-2009 05:42 AM

Just try disabling all your products/plugins (and not selectively). Add this to the end of your config.php:
PHP Code:

define('DISABLE_HOOKS'true); 


mmoore5553 02-26-2009 02:15 PM

i took at look at this and it is the actual mod doing the issue ..you can use the word group and the name will not change but if you have groups it will change to usergroups automatically. it happens in the description and one other place. So somewhere the mod is calling a variable by that name ...we tried other names and it showed up as normal text. I told him to contact the person that did the mod

also we disabled all plugins and the hook and it still same error. Also he didnt have an vbseo or any rewrite going on in htaccess

just wanted to report back incase someone else had same issue

he is running one version behind and updated to new one to see if that bug was fixed

Nintendo-Daily 03-01-2009 11:14 PM

mmoore5553 help me out a ton! Thanks again for helping me mmoore5553. I'll eventually post a response with this issue in the ibproarcade to see if someone there has run into this before.

mmoore5553 03-02-2009 10:23 AM

no problem at least we got you in the right step.


All times are GMT. The time now is 08:06 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.01548 seconds
  • Memory Usage 1,728KB
  • 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)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (12)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete