Forum: vB5 Programming Discussions
Today, 11:38
|
Replies: 3
Views: 39
If you don't have a screenshot - you should...
If you don't have a screenshot - you should describe where you want to show it. This is not a default vbulletin field, I don't know the meaning of it.
Screenshot of actual board and paint where...
|
Forum: vB5 Programming Discussions
Today, 02:17
|
Replies: 3
Views: 39
|
Forum: vBulletin 4.x Add-ons
12 Jan 2021, 15:27
|
Replies: 7
Views: 229
|
Forum: vB5 Programming Discussions
11 Jan 2021, 18:40
|
Replies: 5
Views: 164
Ich schreibe es mal auf deutsch, da geht das...
Ich schreibe es mal auf deutsch, da geht das flüssiger. Wie bereits erwähnt besteht ein Event in vB5 nicht nur aus einem Eintrag in den Event-Table, sondern aus einem Topic in einem Forumschannel,...
|
Forum: vB4 Programming Discussions
27 Dec 2020, 17:59
|
Replies: 1
Views: 47
|
Forum: vB4 Programming Discussions
25 Nov 2020, 16:58
|
Replies: 13
Views: 1,074
|
Forum: vB4 Programming Discussions
25 Nov 2020, 14:03
|
Replies: 13
Views: 1,074
|
Forum: vB4 Programming Discussions
25 Nov 2020, 13:52
|
Replies: 13
Views: 1,074
{vb:raw threadinfo.threadid}
Like in your...
{vb:raw threadinfo.threadid}
Like in your quotation of kh99 post.In your plugin code you can use $threadinfo['threadid']. ...
threadinfo.threadid and $threadinfo['threadid'] is the same...
|
Forum: vB4 Programming Discussions
25 Nov 2020, 13:03
|
Replies: 13
Views: 1,074
|
Forum: vB4 Programming Discussions
25 Nov 2020, 12:46
|
Replies: 13
Views: 1,074
|
Forum: vB5 Programming Discussions
03 Nov 2020, 13:10
|
Replies: 11
Views: 2,523
|
Forum: vBulletin 5.x Products & Extensions
30 Oct 2020, 11:45
|
Replies: 25
Views: 3,215
|
Forum: vBulletin 5.x Products & Extensions
29 Oct 2020, 17:37
|
Replies: 25
Views: 3,215
Another approach: I had created a prototype for...
Another approach: I had created a prototype for zweeper with a frontend controller. This means that the post / bbcode only contains a placeholder and an ajax call, the frontend controller can map any...
|
Forum: vB3 Programming Discussions
07 Jun 2020, 09:29
|
Replies: 2
Views: 249
|
Forum: vBulletin Pre-Sales Questions
05 Jun 2020, 13:24
|
Replies: 19
Views: 521
|
Forum: vB5 Design and Graphics Discussions
04 Jun 2020, 18:36
|
Replies: 4
Views: 642
You can edit the svg of course, the simplest...
You can edit the svg of course, the simplest solution.
I don't know which colorization you want. But other single color (!) changes are possible with combinations of invert/sepia/saturate/... css...
|
Forum: vB5 General Discussions
14 May 2020, 12:55
|
Replies: 4
Views: 271
|
Forum: vB5 General Discussions
08 May 2020, 20:57
|
Replies: 10
Views: 307
|
Forum: vB5 General Discussions
08 May 2020, 08:52
|
Replies: 10
Views: 307
quote from here
"This is fantastic"
quote...
quote from here
"This is fantastic"
quote from your forum
"so I apologize if it looks a little ugly for a short while"
Ok, I understand. Hmm.. :rolleyes::D
Colors
You can delete lines...
|
Forum: vB5 General Discussions
07 May 2020, 21:14
|
Replies: 10
Views: 307
Just a few thoughts about it. There are three...
Just a few thoughts about it. There are three points: integration in site/page, make it sticky on footer, fill it with content.
Following is only a prototype with limitations! Web search for...
|
Forum: vB3 Programming Discussions
06 May 2020, 08:34
|
Replies: 1
Views: 201
First: Don't use "select *". You should query...
First: Don't use "select *". You should query only columns you need. You (and readers of your code) have more control over data flow and will thank it later. ;)
SELECT userid, row, row2, row3, row4...
|
Forum: vBulletin 4.x Add-ons
30 Apr 2020, 12:26
|
Replies: 3,796
Views: 847,027
|
Forum: vBulletin 4.x Add-ons
30 Apr 2020, 12:12
|
Replies: 3,796
Views: 847,027
|
Forum: vBulletin 4.x Add-ons
29 Apr 2020, 11:00
|
Replies: 3,796
Views: 847,027
Not correct. Here it works (Addon V7.88 with...
Not correct. Here it works (Addon V7.88 with vB4.2.5 and PHP7.1.33)
What is your problem? Installation? Problems after upgrade vB or PHP? Which version of PHP?
Error messages? Log messages?...
|
Forum: vBulletin 4.x Add-ons
22 Apr 2020, 16:34
|
Replies: 3,059
Views: 1,128,640
Hope I get the right code lines.
First short...
Hope I get the right code lines.
First short look into code shows - default color is value of style var "body_color" (to change in admincp / manage style vars) and only if unset it is the first...
|