Forum: Modification Graveyard
10 Apr 2009, 07:19
|
Replies: 180
Views: 62,192
|
Forum: vBulletin 3.8 Add-ons
09 Apr 2009, 09:08
|
Replies: 256
Views: 93,745
|
Forum: vBulletin 3.8 Template Modifications
31 Mar 2009, 02:28
|
Replies: 13
Views: 5,708
|
Forum: vB3 Design and Graphics Discussions
30 Mar 2009, 21:21
|
Replies: 4
Views: 745
|
Forum: vBulletin 3.8 Add-ons
22 Mar 2009, 11:00
|
Replies: 46
Views: 12,334
Line 7, your website should be in the format
...
Line 7, your website should be in the format
$website = "http://www.domain.net"; //full website URL including http
not
$website = "http://www.domain.net/forum/blog.php"; //full website URL...
|
Forum: vBulletin 3.8 Add-ons
12 Mar 2009, 02:16
|
Replies: 46
Views: 12,334
|
Forum: vBulletin 3.8 Add-ons
09 Mar 2009, 20:09
|
Replies: 46
Views: 12,334
|
Forum: vBulletin 3.8 Add-ons
09 Mar 2009, 10:22
|
Replies: 46
Views: 12,334
To remove images you would need to change ...
To remove images you would need to change
$comment= $bbcode_parser->do_parse($longcomment, 1,1,1,1);
to
$comment= $bbcode_parser->do_parse($longcomment, 0,1,1,0);
I've not tested this but...
|
Forum: vBulletin 3.8 Add-ons
06 Mar 2009, 08:21
|
Replies: 46
Views: 12,334
|
Forum: vBulletin 3.8 Add-ons
03 Mar 2009, 21:17
|
Replies: 46
Views: 12,334
I'll PM you the code/file with the parts...
I'll PM you the code/file with the parts inserted. Make sure you use notepad, not word or wordpad for editing as it looks like you have returns and extra spaces all over, that or there is a wordwrap...
|
Forum: vBulletin 3.8 Add-ons
03 Mar 2009, 09:02
|
Replies: 46
Views: 12,334
|
Forum: vBulletin 3.8 Add-ons
28 Feb 2009, 07:35
|
Replies: 46
Views: 12,334
Here is the edit to list by a category
in...
Here is the edit to list by a category
in the variables add the line
$category = x; //where x is the category id number found in your AdminCP
in line 35, find:
$query = "SELECT...
|
Forum: vBulletin 3.8 Add-ons
28 Feb 2009, 03:51
|
Replies: 46
Views: 12,334
|
Forum: vBulletin 3.8 Add-ons
27 Feb 2009, 13:36
|
Replies: 46
Views: 12,334
Well it took me a while, But I have integrated...
Well it took me a while, But I have integrated the suggestions made above.
We now have word limits (better than character limits) for the number of words displayed and we also have the blog entry...
|
Forum: vBulletin 3.8 Add-ons
23 Feb 2009, 01:25
|
Replies: 46
Views: 12,334
|
Forum: vBulletin 3.8 Add-ons
23 Feb 2009, 01:20
|
Replies: 46
Views: 12,334
|
Forum: vBulletin 3.8 Add-ons
21 Feb 2009, 20:35
|
Replies: 46
Views: 12,334
Hey Macc,
If its appearing at the top of the...
Hey Macc,
If its appearing at the top of the page, you need to select the clean output from within vba (as per vba instructions with any php module). This also means it must be working, so no need...
|
Forum: vBulletin 3.7 Add-ons
21 Feb 2009, 12:29
|
Replies: 42
Views: 12,135
|
Forum: vBulletin 3.8 Add-ons
21 Feb 2009, 12:28
|
Replies: 46
Views: 12,334
Additional Info
Working example at Midlands Weather Forum (http://www.midlandsweather.org.uk)
Version 2: Upgrade path
Delete the 2 files previously used and start again with this new single file install.
...
|
Forum: vBulletin 3.8 Add-ons
21 Feb 2009, 12:27
|
Replies: 46
Views: 12,334
Blog Comments vBAdvanced CMPS (formatted)
Add blog comments to your portal !
One of the main problems with the vB blog module is its poor integration with the main forum. This module allows you to show the last 5 blog comments (number is...
|
Forum: vBulletin 3.7 Template Modifications
05 Feb 2009, 23:21
|
Replies: 47
Views: 12,608
|
Forum: vBulletin 3.7 Template Modifications
05 Feb 2009, 23:10
|
Replies: 47
Views: 12,608
The problem is it will only refect what is in...
The problem is it will only refect what is in your blog RSS, so you need to sort that out first for this mod to work for you.
http://www.insanemustangs.com/forums/blog_external.php?type=RSS2 Your...
|
Forum: vBulletin 3.8 Add-ons
05 Feb 2009, 21:03
|
Replies: 1,702
Views: 398,942
|
Forum: vBulletin 3.6 Template Modifications
05 Feb 2009, 02:10
|
Replies: 72
Views: 18,416
|
Forum: vBulletin 3.7 Template Modifications
05 Feb 2009, 02:08
|
Replies: 47
Views: 12,608
|