Forum: vB4 Programming Discussions
17 Jan 2019, 12:14
|
Replies: 0
Views: 110
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
12 Jan 2019, 15:52
|
Replies: 1
Views: 322
|
Forum: vBulletin 4.x Add-ons
21 Dec 2018, 16:10
|
Replies: 428
Views: 94,279
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
20 Dec 2018, 13:04
|
Replies: 428
Views: 94,279
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
20 Dec 2018, 01:02
|
Replies: 1,671
Views: 354,180
|
Forum: vBulletin 4.x Add-ons
09 Nov 2018, 16:03
|
Replies: 428
Views: 94,279
|
Forum: vBulletin 4.x Add-ons
08 Nov 2018, 21:19
|
Replies: 18
Views: 6,610
|
Forum: vBulletin 4.x Add-ons
08 Nov 2018, 19:39
|
Replies: 18
Views: 6,610
|
Forum: vB4 Programming Discussions
08 Nov 2018, 15:07
|
Replies: 1
Views: 224
|
Forum: vB4 Programming Discussions
08 Nov 2018, 15:03
|
Replies: 3
Views: 291
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
08 Nov 2018, 12:43
|
Replies: 1
Views: 373
|
Forum: vB4 Programming Discussions
08 Nov 2018, 12:28
|
Replies: 0
Views: 144
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 Sep 2017, 19:27
|
Replies: 4
Views: 885
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
08 Sep 2017, 19:14
|
Replies: 5
Views: 604
|
Forum: vB4 General Discussions
21 May 2017, 14:33
|
Replies: 3
Views: 555
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
20 Mar 2017, 00:44
|
Replies: 31
Views: 11,167
|
Forum: vB4 General Discussions
19 Mar 2017, 17:40
|
Replies: 0
Views: 238
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
23 Dec 2016, 16:25
|
Replies: 2,074
Views: 362,030
|
Forum: vBulletin 4.x Add-ons
13 Dec 2016, 13:45
|
Replies: 24
Views: 7,995
|
Forum: vB4 General Discussions
11 Dec 2016, 16:57
|
Replies: 37
Views: 5,710
|
Forum: vB4 Programming Discussions
11 Dec 2016, 15:41
|
Replies: 0
Views: 224
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
10 Dec 2016, 20:43
|
Replies: 5
Views: 372
|
Forum: vB4 Programming Discussions
10 Dec 2016, 20:25
|
Replies: 5
Views: 372
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
10 Dec 2016, 20:06
|
Replies: 5
Views: 372
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
10 Dec 2016, 17:05
|
Replies: 4
Views: 443
|