Forum: vBulletin 4 Articles
18 Nov 2009, 20:54
|
Replies: 307
Views: 105,216
I figure out how to solve it:
hook:...
I figure out how to solve it:
hook: process_templates_complete
code: $footer .= 'text added to footer';
No idea if was the best solution, but that worked very well.
|
Forum: vBulletin 4 Articles
18 Nov 2009, 19:17
|
Replies: 307
Views: 105,216
hi cellarius, I don't want to call the var...
hi cellarius, I don't want to call the var manually, I just want to inject code like my old example for 3.x:
hook: parse_templates
code: $vbulletin->templatecache['footer'] .= 'text added to...
|
Forum: vBulletin 4 Articles
18 Nov 2009, 10:52
|
Replies: 307
Views: 105,216
|
Forum: vB4 Programming Discussions
17 Nov 2009, 10:37
|
Replies: 4
Views: 1,614
I tried...
$ad_location[ad_footer_end] .=...
I tried...
$ad_location[ad_footer_end] .= 'this insert text fail';
And the article is about fech template to insert in other or add var manually. Sorry if I'm wrong, but it still a little hard...
|
Forum: vB4 Programming Discussions
16 Nov 2009, 21:06
|
Replies: 4
Views: 1,614
Insert content on footer
hook: parse_templates
code: $vbulletin->templatecache['footer'] .= 'content added to footer';
Work fine on 3.x, how to I can do same on 4.x?
Thanks
|
Forum: vBulletin 3.8 Add-ons
24 Oct 2009, 23:53
|
Replies: 2,086
Views: 476,465
|
Forum: vBulletin 3.8 Add-ons
16 Sep 2009, 23:04
|
Replies: 2,086
Views: 476,465
You forget/ignored my fix report for...
You forget/ignored my fix report for slideshare.com definition from this post (http://www.vbulletin.org/forum/showpost.php?p=1874715&postcount=790).
Or you will update the master xml later?
|
Forum: vBulletin 3.8 Add-ons
04 Sep 2009, 23:27
|
Replies: 40
Views: 8,431
|
Forum: vBulletin 3.8 Add-ons
26 Aug 2009, 13:33
|
Replies: 2,086
Views: 476,465
|
Forum: vBulletin 3.8 Add-ons
24 Aug 2009, 12:23
|
Replies: 1,702
Views: 403,992
|
Forum: vBulletin 3.7 Add-ons
23 Aug 2009, 17:22
|
Replies: 72
Views: 17,221
|
Forum: vBulletin 3.7 Add-ons
22 Aug 2009, 17:58
|
Replies: 72
Views: 17,221
|
Forum: vBulletin 3.8 Add-ons
17 Aug 2009, 13:52
|
Replies: 17
Views: 6,012
|
Forum: vBulletin 3.8 Add-ons
16 Aug 2009, 04:55
|
Replies: 85
Views: 30,494
|
Forum: vBulletin 3.8 Add-ons
16 Aug 2009, 01:19
|
Replies: 17
Views: 6,012
Login by username or email product edition
This mod allow user to login on board by email or username.
The logic will check by email only if login by username fail.
Important:
Before to install, check if you have any plugin that use...
|
Forum: vBulletin 3.8 Add-ons
13 Aug 2009, 13:14
|
Replies: 1,702
Views: 403,992
|
Forum: vBulletin 3.8 Add-ons
11 Aug 2009, 00:20
|
Replies: 9
Views: 4,371
|
Forum: vBulletin 3.8 Add-ons
05 Aug 2009, 23:08
|
Replies: 9
Views: 4,371
Hotwords Support
HOTWOrds (http://www.hotwords.com.br/) is a company that offers contextual revenue link for webmasters based on keywords.
This small product insert the code for the service HOTWords automatically...
|
Forum: vBulletin 3 Articles
05 Aug 2009, 11:53
|
Replies: 24
Views: 8,740
|
Forum: ibProArcade Archive
30 Jul 2009, 13:05
|
Replies: 1
Views: 1,871
|
Forum: vBulletin 3.8 Add-ons
22 Jul 2009, 11:21
|
Replies: 846
Views: 220,904
|
Forum: vBulletin 3.8 Add-ons
21 Jul 2009, 20:25
|
Replies: 846
Views: 220,904
At ajax search follow this steps:
1) search...
At ajax search follow this steps:
1) search for any game (make sure game exists on arcade)
2) the results will show
3) now delete the text of search field and see the dots gif still visible all...
|
Forum: vBulletin 3.8 Add-ons
21 Jul 2009, 17:44
|
Replies: 846
Views: 220,904
More one error it was found:
This line...
More one error it was found:
This line bellow at template arcade_scores:
<td class="thead" width="10%" align="center"> $vbphrase[time] </td>
The correct is:
<td class="thead" width="10%"...
|
Forum: vBulletin 3.8 Add-ons
21 Jul 2009, 00:56
|
Replies: 846
Views: 220,904
More one 'bug' detected:
The phrase "Latest...
More one 'bug' detected:
The phrase "Latest Scores" on arcade home 'sidebar' is not in vb phrase system. I just translated directly in template 'arcade_main'.
Hope you can 'fix' it in next...
|
Forum: vBulletin 3.8 Add-ons
17 Jul 2009, 22:25
|
Replies: 846
Views: 220,904
Read...
Read http://www.vbulletin.org/forum/showpost.php?p=1849083&postcount=487
|