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

Showing results 1 to 25 of 331
Search took 0.01 seconds.
Search: Posts Made By: Budget101
Forum: vB4 Programming Discussions 01-17-2019, 10:14 AM
Replies: 0
Views: 315
Posted By Budget101
Add Preview Break Automatically to ALL Pages

Is there any way to add a Preview Break automatically to all previously published pages within the CMS?


I'd like to add it after a certain number of characters or words to every single post,...
Forum: vB4 General Discussions 01-12-2019, 01:52 PM
Replies: 1
Views: 762
Posted By Budget101
This older thread may provide a little insight:...

This older thread may provide a little insight:...
Forum: vBulletin 4.x Add-ons 12-21-2018, 02:10 PM
Replies: 430
Views: 103,916
Posted By Budget101
Ok, let's try it a different way... go to...

Ok, let's try it a different way...

go to admincp> forums & moderators> Forum Blocks Manager

look at the blocks you have set for those particular forums, click edit block for each one that...
Forum: vBulletin 4.x Add-ons 12-20-2018, 11:04 AM
Replies: 430
Views: 103,916
Posted By Budget101
The problem isn't the mod, the problem is your...

The problem isn't the mod, the problem is your settings for each of the New styles.

Go to Admincp> Styles and Templates> Style Manager> Halloween (or whatever you called it)> Style Variable Editor...
Forum: vBulletin 3.8 Add-ons 12-19-2018, 11:02 PM
Replies: 1,671
Views: 373,917
Posted By Budget101
open newthread.php and add the following after...

open newthread.php and add the following after <?php:

if (!$_SERVER['HTTP_REFERER']) die(' Direct Access Denied.');

so the entire line 1 should look like this:

<?php if...
Forum: vBulletin 4.x Add-ons 11-09-2018, 02:03 PM
Replies: 430
Views: 103,916
Posted By Budget101
Is there a way to set this so the sidebar...

Is there a way to set this so the sidebar collapses automatically if the minimum page width is reached? For example, if the page width is only 650 px, the sidebar collapses?
Forum: vBulletin 4.x Add-ons 11-08-2018, 07:19 PM
Replies: 18
New Posting Features - Prevent Post Formatting Abuse
Views: 8,880
Posted By Budget101
Yes, that seemed to do the trick! You are AWESOME.

Yes, that seemed to do the trick! You are AWESOME.
Forum: vBulletin 4.x Add-ons 11-08-2018, 05:39 PM
Replies: 18
New Posting Features - Prevent Post Formatting Abuse
Views: 8,880
Posted By Budget101
First of all, thank you for this Mod, the wall of...

First of all, thank you for this Mod, the wall of text that I've been experiencing with members who have no idea how to use paragraphs has been driving me NUTS.

With the Wall of Text setting, I'm...
Forum: vB4 Programming Discussions 11-08-2018, 01:07 PM
Replies: 1
Views: 343
Posted By Budget101
Session IDs are required if cookies are disabled....

Session IDs are required if cookies are disabled.

If you wanted to remove them, which isn't advisable, you'd have to find every instance of the session hash variable within each template, and...
Forum: vB4 Programming Discussions 11-08-2018, 01:03 PM
Replies: 3
Views: 417
Posted By Budget101
You neglected to provide a link to what you're...

You neglected to provide a link to what you're attempting to edit, so no one can tell you the precise css you'd need to change.

To find it yourself, open the page in chrome, right click on the...
Forum: vB4 Programming Discussions 11-08-2018, 10:43 AM
Replies: 1
Views: 501
Posted By Budget101
Did you ever find a fix for this? It's an issue...

Did you ever find a fix for this? It's an issue for me as well. I need to be able to properly format articles and forum posts...
Forum: vB4 Programming Discussions 11-08-2018, 10:28 AM
Replies: 0
Views: 241
Posted By Budget101
Replace <br> with <p> in Context

vbulletin uses <br> instead of <p> in Content text where/how can I replace that for proper formatting?

The <br> tag should only be used to break line i.e <p>This is first line <br> This is second...
Forum: vB4 Programming Discussions 09-09-2017, 04:27 PM
Replies: 4
Views: 1,029
Posted By Budget101
just add an <if conditional> statement around...

just add an <if conditional> statement around your newsletter sign up- if condition is member yada-yada


<vb:if condition="$show['guest']">Show this to guest only- Insert your newsletter popup...
Forum: vB4 General Discussions 09-08-2017, 04:14 PM
Replies: 5
Views: 742
Posted By Budget101
Did you get this figured out?? Mine is doing the...

Did you get this figured out?? Mine is doing the exact same thing, when you go to xmlsitemap.php it comes up blank.

--------------- Added 1504895179 at 1504895179 ---------------




Go to...
Forum: vB4 General Discussions 05-21-2017, 11:33 AM
Replies: 3
Views: 666
Posted By Budget101
Google Indexing ?styleid= How to Shut it off!

When google indexes my page it picks up the ?styleid= so it indexes various pages with different styles instead of the default style. How do I block it from add the ?styleid= on each url???

So...
Forum: vBulletin 4 Articles 03-19-2017, 10:44 PM
Replies: 31
Views: 12,249
Posted By Budget101
So, once you've successfully gotten the fields to...

So, once you've successfully gotten the fields to populate in the database, what variable or phrase do you use to call them into play?? I have myfield1 but when I try to use {vb:raw myfield1} it...
Forum: vB4 General Discussions 03-19-2017, 03:40 PM
Replies: 0
Views: 311
Posted By Budget101
Adding Metadata Fields to CMS Article

I'd like to add 3 more metadata fields to the CMS (new) article template.

Style> vbcms_edit_metadataeditor

I added the following:

<div class="blockrow">
<label...
Forum: vBulletin 4.x Add-ons 12-23-2016, 02:25 PM
Replies: 2,076
Views: 402,145
Posted By Budget101
I would like to add a Referer hook to the form...

I would like to add a Referer hook to the form output- basically I want to know what page they were on when they accessed the form and sent it to me.

$_SERVER['HTTP_REFERER']

Example: form is...
Forum: vBulletin 4.x Add-ons 12-13-2016, 11:45 AM
Replies: 24
BB Code Enhancements - BBCode: Embed Facebook Videos vb4
Views: 8,707
Posted By Budget101
If you're receiving a white page you'll need to...

If you're receiving a white page you'll need to use this instead:



<vb:literal><script src="//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.2" async></script>
<div class="fb-video"...
Forum: vB4 General Discussions 12-11-2016, 02:57 PM
Replies: 37
Views: 6,532
Posted By Budget101
Here, I'll save you a whole messload of trouble-...

Here, I'll save you a whole messload of trouble- login to your server.

Go to your MySql Database (the one for your vBulletin install).

Click on search. Type %base64%
click on SELECT ALL
...
Forum: vB4 Programming Discussions 12-11-2016, 01:41 PM
Replies: 0
Views: 390
Posted By Budget101
CMS- FB Like Button error in IE

I've tried to enable the FB like button in the CMS articles. It works perfectly in FF, Chrome, etc but in IE it acts like the user isn't logged into FB (even when they are).

155534

It shows the...
Forum: vB4 Programming Discussions 12-10-2016, 06:43 PM
Replies: 5
Views: 504
Posted By Budget101
:up: Thank you again Dave, you Rock! :up:

:up: Thank you again Dave, you Rock! :up:
Forum: vB4 Programming Discussions 12-10-2016, 06:25 PM
Replies: 5
Views: 504
Posted By Budget101
Thank you Sir! Any idea what I should change...

Thank you Sir!

Any idea what I should change this one to?

$data .= $l . '<lastmod>' . htmlspecialchars_uni(gmdate(DATE_W3C, $lastmod)) . '</lastmod>';

would it be this???

$data .= $l ....
Forum: vB4 Programming Discussions 12-10-2016, 06:06 PM
Replies: 5
Views: 504
Posted By Budget101
Sitemap Syntax Help Please

Currently the sitemap pulls "updated dates" for the CMS from the cms_node field.

I'd like to remove the current line from the sitemap:

$content .= "\n\t" . '<lastmod>' . gmdate(DATE_W3C,...
Forum: vB4 General Discussions 12-10-2016, 03:05 PM
Replies: 4
Views: 550
Posted By Budget101
except you should use the correct syntax, which...

except you should use the correct syntax, which is:
<vb:literal>your code here</vb:literal>
Showing results 1 to 25 of 331

 
Forum Jump

All times are GMT. The time now is 09:19 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.02746 seconds
  • Memory Usage 2,075KB
  • 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
  • (28)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