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

Showing results 1 to 25 of 381
Search took 0.01 seconds.
Search: Posts Made By: Bellardia
Forum: vB3 Programming Discussions 05-31-2009, 12:25 AM
Replies: 2
Views: 1,655
Posted By Bellardia
I figured it out, sort of. Thanks a lot for the...

I figured it out, sort of. Thanks a lot for the detailed response.

Since the page is xhtml+voice, which was encoded as xml at the time there was some weird behavior. Mainly document.style...
Forum: vB3 Programming Discussions 05-28-2009, 01:13 PM
Replies: 2
Views: 1,655
Posted By Bellardia
Javascript : appendChild

What's the best way to add an <li> with a nested <a> tag to an exisiting <ul>?

More simply, I want to create a structure like this :
<li><a href='something'>Click</a></li> from the ground up, and...
Forum: vB3 Programming Discussions 05-16-2009, 08:57 PM
Replies: 0
Views: 562
Posted By Bellardia
Pcre

I really don't understand what is happening here; heres the situation.

I have a script that applies a pcre to a string using preg_match. Now I'm no whiz with regular expressions, and this one is...
Forum: vBulletin 3.7 Styles 01-26-2009, 04:58 PM
Replies: 159
Views: 50,547
Posted By Bellardia
No problem :)

No problem :)
Forum: vB3 Programming Discussions 01-16-2009, 03:14 AM
Replies: 5
Views: 1,180
Posted By Bellardia
Where did you get it from than ;) Ask the maker...

Where did you get it from than ;)
Ask the maker of the code to ask why he did what.
Forum: vB3 General Discussions 01-15-2009, 09:50 PM
Replies: 5
Views: 763
Posted By Bellardia
If people can read your content before they...

If people can read your content before they register they tend to stay around and read a bit. If they like it they'll register.

If they arrive at your site and have to go through the process of...
Forum: vB3 Programming Discussions 01-15-2009, 04:52 PM
Replies: 5
Views: 1,180
Posted By Bellardia
Problem seems to be with your SQL queries and not...

Problem seems to be with your SQL queries and not where your plugin is located.
As Lynne pointed out you call $group but it doesn't seem to be defined anyways, I doubt it was stored globally, but...
Forum: vB3 Programming Discussions 01-15-2009, 04:48 PM
Replies: 4
Views: 935
Posted By Bellardia
You need to store the encryption code and the...

You need to store the encryption code and the encrypted data in the same database. The admin could just as easily figure out what as being store if they wanted to.

If you have some reason to not...
Forum: vB3 General Discussions 01-15-2009, 04:45 PM
Replies: 4
Views: 1,448
Posted By Bellardia
I believe gd library would be the only required...

I believe gd library would be the only required one (or imagemagick), but really I have no idea.
I've installed several boards on several servers, new and old and I've never had any problems because...
Forum: vB3 General Discussions 01-15-2009, 04:41 PM
Replies: 9
Views: 2,427
Posted By Bellardia
You could forcefully change a new users userid to...

You could forcefully change a new users userid to the user id of the one you deleted (If you can find it somewhere). All posts will be associated with this user and delete the posts.
Forum: vB3 General Discussions 01-15-2009, 04:36 PM
Replies: 2
Views: 760
Posted By Bellardia
Pull the data directly from the poll and pollvote...

Pull the data directly from the poll and pollvote tables.
Check how vbulletin styles their polls and reproduce that, or style it yourself.
Forum: vB3 Design and Graphics Discussions 01-15-2009, 01:52 AM
Replies: 6
Views: 1,036
Posted By Bellardia
The header template most likely if that's where...

The header template most likely if that's where your banner is.
Forum: Modification Requests/Questions (Unpaid) 01-15-2009, 01:06 AM
Replies: 1
Views: 679
Posted By Bellardia
I believe there was also a solution around before...

I believe there was also a solution around before the detected which browser was being used, and if it was a mobile version it would force the mobile skin. Now where that is I'm not sure but you...
Forum: vB3 General Discussions 01-15-2009, 01:01 AM
Replies: 12
Views: 2,572
Posted By Bellardia
Post table contains post information. I don't see...

Post table contains post information. I don't see how there would be any workaround for this. Simple, to make this smaller, delete posts.
Forum: vB3 General Discussions 01-15-2009, 12:58 AM
Replies: 4
Views: 1,057
Posted By Bellardia
Well people don't get banned for no reason ;) ...

Well people don't get banned for no reason ;)

Not sure of other possibilities.
Forum: vB3 General Discussions 01-15-2009, 12:20 AM
Replies: 12
Views: 2,572
Posted By Bellardia
Did they say it was purely the database size? ...

Did they say it was purely the database size?
Performance issues could also be server load (perhaps you have a bunch of inefficient mods or plugins that are hammering your server down. If this is...
Forum: vB3 General Discussions 01-15-2009, 12:14 AM
Replies: 4
Views: 1,057
Posted By Bellardia
Check your .htaccess as well as your vbulletin...

Check your .htaccess as well as your vbulletin banning options. You had to do something to block them.

If neither of the above works, try disabling your plugins.
Forum: Modification Requests/Questions (Unpaid) 01-14-2009, 11:05 PM
Replies: 3
Views: 1,231
Posted By Bellardia
<a...

<a href="https://vborg.vbsupport.ru/showthread.php?t=194832&highlight=first+post" target="_blank">https://vborg.vbsupport.ru/showt...ght=first+post</a>
Forum: vB3 Programming Discussions 01-14-2009, 11:01 PM
Replies: 9
Views: 2,177
Posted By Bellardia
Conditional in the postbit find <if...

Conditional in the postbit
find

<if condition="$show['avatar']">

</if>

Change to
Conditional in the postbit
find
Forum: vB3 General Discussions 01-14-2009, 08:39 PM
Replies: 7
Views: 1,416
Posted By Bellardia
Changing from php to html will reduce load if...

Changing from php to html will reduce load if your change the page itself and not just it's extension ;) No pre-processing will surely reduce your load, still making your forums work however, is...
Forum: vB3 Programming Discussions 01-14-2009, 04:51 PM
Replies: 5
Views: 956
Posted By Bellardia
None of the usernames are centered. With what is...

None of the usernames are centered. With what is centered, they are centered in all posts.

I'm betting the error has something to do with this...

Errors found while checking this document as...
Forum: vB3 Programming Discussions 01-14-2009, 04:46 PM
Replies: 5
Views: 1,133
Posted By Bellardia
Only way to do this is with javascript. PHP is...

Only way to do this is with javascript.
PHP is static, you can't change how something looks after the page loads.
Forum: vB3 Programming Discussions 01-14-2009, 05:09 AM
Replies: 14
Views: 1,277
Posted By Bellardia
Those are located in the SHOWTHREAD template

Those are located in the SHOWTHREAD template
Forum: vB3 General Discussions 01-14-2009, 05:07 AM
Replies: 4
Views: 864
Posted By Bellardia
Could just be a coincidence. Most search...

Could just be a coincidence.
Most search engines probably haven't even indexed most of your new site yet (or know it exists).

Give it a few days and see what happens. It could be some rogue bots...
Forum: vB3 General Discussions 01-14-2009, 05:04 AM
Replies: 1
Views: 653
Posted By Bellardia
wrap it in <if condition="$show['member']"> ...

wrap it in

<if condition="$show['member']">
>> Birthday code
</if>


In the forumhome template.
Showing results 1 to 25 of 381

 
Forum Jump

All times are GMT. The time now is 11:09 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.04929 seconds
  • Memory Usage 2,071KB
  • 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)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (9)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