Forum: vB4 General Discussions
12 Jul 2015, 11:50
|
Replies: 8
Views: 1,935
|
Forum: vBulletin 4.x Template Modifications
10 Jul 2015, 14:53
|
Replies: 4
Views: 2,656
|
Forum: Modification Graveyard
10 Jul 2015, 11:20
|
Replies: 7
Views: 2,996
If you are referring to this as the original...
If you are referring to this as the original code: www.vbulletin.org/forum/showthread.php?t=251957 then no, it is not marked as reusable. That is a template mod and this isn't. There are...
|
Forum: vB5 Design and Graphics Discussions
09 Jul 2015, 18:51
|
Replies: 3
Views: 937
|
Forum: vB4 Design and Graphics Discussions
08 Jul 2015, 21:45
|
Replies: 6
Views: 614
|
Forum: Mod of the Month
01 Jul 2015, 09:42
|
Replies: 9
Views: 3,452
|
Forum: vB4 Programming Discussions
18 Jun 2015, 12:11
|
Replies: 0
Views: 351
BBCode Template Replacement
I am wondering why the bbocode templates are different in respect the replacing the template with a plugin. I tried this using the hook template_render_output like I normally do with this plugin:
if...
|
Forum: vB4 General Discussions
15 Jun 2015, 16:57
|
Replies: 7
Views: 489
|
Forum: Modification Graveyard
12 Jun 2015, 06:45
|
Replies: 9
Views: 2,517
|
Forum: vBulletin 4.x Add-ons
11 Jun 2015, 12:52
|
Replies: 3,493
Views: 24,387,610
|
Forum: vB4 Programming Discussions
11 Jun 2015, 12:44
|
Replies: 0
Views: 273
RSS & JavaScript
I've been looking into RSS feeds and JavaScript. Reading this page: https://www.vbulletin.com/docs/html/vboptions_externaldataprovider_implementing it shows a small script snippet.
<script...
|
Forum: vB4 Programming Discussions
10 Jun 2015, 14:02
|
Replies: 4
Views: 508
|
Forum: vB4 Programming Discussions
10 Jun 2015, 13:53
|
Replies: 4
Views: 508
|
Forum: vBulletin Tips & Tricks
10 Jun 2015, 09:03
|
Replies: 8
Views: 6,809
|
Forum: Modification Requests/Questions (Unpaid)
10 Jun 2015, 08:48
|
Replies: 8
Views: 859
Found this:...
Found this: https://www.vbulletin.org/forum/showthread.php?t=287476
Looks similar to what I posted.
|
Forum: vBulletin 4.x Template Modifications
09 Jun 2015, 16:44
|
Replies: 24
Views: 7,478
|
Forum: vBulletin Tips & Tricks
09 Jun 2015, 15:17
|
Replies: 8
Views: 6,809
|
Forum: vB4 Programming Discussions
09 Jun 2015, 15:16
|
Replies: 1
Views: 564
|
Forum: Modification Requests/Questions (Unpaid)
09 Jun 2015, 15:13
|
Replies: 8
Views: 859
|
Forum: vB4 General Discussions
09 Jun 2015, 14:54
|
Replies: 22
Views: 1,487
I haven't heard of the inline menu not working...
I haven't heard of the inline menu not working due to the post thanks hack. It is normally caused by javascript/jquery conflicts.
What all do you have installed? Try disabling all mods then turn...
|
Forum: vB4 Programming Discussions
09 Jun 2015, 13:44
|
Replies: 3
Views: 802
|
Forum: vB4 Programming Discussions
09 Jun 2015, 13:08
|
Replies: 3
Views: 802
|
Forum: vB4 General Discussions
09 Jun 2015, 13:06
|
Replies: 22
Views: 1,487
|
Forum: vB4 Programming Discussions
05 Jun 2015, 16:16
|
Replies: 2
Views: 371
Thanks MarkFL! That's great!
I think we...
Thanks MarkFL! That's great!
I think we should have a thread where all variables are shown and what they do. Like $post['BLAH'] is used on 'X' template(s) and does 'Y'. This would be helpful to...
|
Forum: vB4 Programming Discussions
05 Jun 2015, 13:43
|
Replies: 2
Views: 371
Original Poster Plugin
If we use this condition in vB templates to show and icon etc on the original posters posts,:
<if condition="$thread['postuserid'] == $post['userid'] && $thread['firstpostid'] != $post['postid']">
...
|