Forum: vB3 Programming Discussions
26 May 2022, 20:41
|
Replies: 0
Views: 709
Display PMs list on FORUMHOME
So I have a dropdown menu located on forumhome. Here I would like to show the private message senders avatar, username, and a snippet of the message sent. If someone could point me in the right...
|
Forum: vB3 Design and Graphics Discussions
16 Feb 2018, 21:46
|
Replies: 1
Views: 715
|
Forum: vB3 Programming Discussions
26 Sep 2015, 00:29
|
Replies: 5
Views: 993
|
Forum: vB3 Programming Discussions
21 Sep 2015, 22:37
|
Replies: 5
Views: 993
Sorry for the late reply, been a tab busy these...
Sorry for the late reply, been a tab busy these days. As for the code, it does work in threads, however, it doesn't work in profiles. In profiles it will just simply display the code that was entered...
|
Forum: vB3 Programming Discussions
14 Aug 2015, 06:41
|
Replies: 5
Views: 993
Use BBCode in usertitle
What I would like to do is allow specific usergroups to be able to use BBCode to format their usertitle. Is there a way to do this via plugin?
|
Forum: vB3 General Discussions
06 Jul 2015, 09:47
|
Replies: 3
Views: 699
|
Forum: vB3 General Discussions
06 Jul 2015, 02:11
|
Replies: 3
Views: 699
|
Forum: vBulletin 3.8 Add-ons
03 Jun 2015, 00:29
|
Replies: 356
Views: 73,225
The links that lead the post located in the...
The links that lead the post located in the profile tab in the vB3 version of the mod lead to a white page and the url is /showpost.php?p=XXX (where the X's are the numbers of the post). Is there a...
|
Forum: vB3 Programming Discussions
24 Feb 2015, 11:49
|
Replies: 7
Views: 1,029
|
Forum: vB3 Programming Discussions
24 Feb 2015, 03:08
|
Replies: 7
Views: 1,029
|
Forum: vB3 General Discussions
23 Feb 2015, 05:51
|
Replies: 1
Views: 592
New/Old Status Images as Text?
Instead of using the typical images to differentiate if a forum has new posts or not, is it possible at all to use text instead? I've searched around and haven't come across anything so I thought I'd...
|
Forum: vB3 Programming Discussions
23 Feb 2015, 00:13
|
Replies: 7
Views: 1,029
|
Forum: vB3 Programming Discussions
22 Feb 2015, 08:07
|
Replies: 7
Views: 1,029
Keep div hidden on different page
I currently have this code:
$(document).ready(function(){
$("#hide").click(function(){
$("#menu").hide(500);
});
$("#show").click(function(){
$("#menu").show(500);
...
|
Forum: vB3 Programming Discussions
05 Feb 2015, 07:14
|
Replies: 3
Views: 894
|
Forum: vB3 Programming Discussions
30 Jan 2015, 21:24
|
Replies: 3
Views: 894
|