Forum: vBulletin 4.x Add-ons
18 May 2022, 18:08
|
Replies: 3,810
Views: 874,473
|
Forum: vBulletin 4.x Add-ons
31 Jan 2015, 17:38
|
Replies: 2,355
Views: 404,399
|
Forum: vB4 Programming Discussions
31 Mar 2013, 21:11
|
Replies: 4
Views: 756
|
Forum: vB4 Programming Discussions
30 Mar 2013, 20:39
|
Replies: 4
Views: 756
|
Forum: vB4 Programming Discussions
25 Mar 2013, 20:27
|
Replies: 4
Views: 756
Help with MySQL query
Hi folks,
I was wondering if anyone could help me with a query please?
I have two mysql databases. The information is contained within the user table. db1 has information in 3 columns which I...
|
Forum: vBulletin 4.x Add-ons
21 Mar 2013, 19:21
|
Replies: 3,810
Views: 874,473
|
Forum: vB4 Programming Discussions
20 Mar 2013, 16:11
|
Replies: 0
Views: 382
Breadcrumb info in header template
Hello,
This is a little hard to explain...so here goes...
I want to put links to individual forums in the header template. I don't want to put the full url, just the variable plus the forum id....
|
Forum: vB3 General Discussions
17 Feb 2013, 19:17
|
Replies: 5
Views: 1,107
I've seen this before. To get round it I went...
I've seen this before. To get round it I went into the header template of the default style, saved it without making any edits, and the colours went back to normal.
I've seen this happen if you...
|
Forum: vB3 General Discussions
15 Feb 2013, 17:57
|
Replies: 2
Views: 1,369
Thanks very much Lynne, I was using the parent...
Thanks very much Lynne, I was using the parent forum id thinking that would cover all child forums but obviously doesn't and now I think about it, its obvious that it won't lol.
Sometimes it's the...
|
Forum: vB3 General Discussions
15 Feb 2013, 17:37
|
Replies: 8
Views: 1,290
Try this...
<if...
Try this...
<if condition="can_moderate($foruminfo['forumid'] !== X)">
stuff here
</if>
|
Forum: vB3 General Discussions
15 Feb 2013, 17:23
|
Replies: 2
Views: 1,369
Query to show top posters in specific forums
Hi folks,
I'm trying to find out who are the top posters in the individual sections on my forum. I've been given this query but it returns 0 results. I'm not using a table prefix for the database....
|
Forum: Modification Requests/Questions (Unpaid)
06 Feb 2013, 16:45
|
Replies: 19
Views: 1,729
|
Forum: Modification Requests/Questions (Unpaid)
05 Feb 2013, 18:13
|
Replies: 19
Views: 1,729
Yeah its working so im mega happy.
I just...
Yeah its working so im mega happy.
I just need to add the option to edit thread, this might be a bit more complicated if editing a post that isnt the first post of the thread.
Do you think i...
|
Forum: Modification Requests/Questions (Unpaid)
05 Feb 2013, 17:55
|
Replies: 19
Views: 1,729
|
Forum: Modification Requests/Questions (Unpaid)
05 Feb 2013, 17:50
|
Replies: 19
Views: 1,729
|
Forum: Modification Requests/Questions (Unpaid)
05 Feb 2013, 17:40
|
Replies: 19
Views: 1,729
|
Forum: Modification Requests/Questions (Unpaid)
05 Feb 2013, 17:30
|
Replies: 19
Views: 1,729
|
Forum: Modification Requests/Questions (Unpaid)
05 Feb 2013, 17:04
|
Replies: 19
Views: 1,729
when i add... $newpost['authorship'] =...
when i add... $newpost['authorship'] = $vbulletin->GPC['authorship']
to newthread.php, i get this error when tryingto submit a new thread
Parse error: syntax error, unexpected T_VARIABLE...
|
Forum: Modification Requests/Questions (Unpaid)
05 Feb 2013, 16:27
|
Replies: 19
Views: 1,729
I think i've made the right changes to the...
I think i've made the right changes to the class_dm_threadpost.php file so that it should be able to handle a 'authorship' variable, but didnt know wha tot do from there.
I dont know if im over...
|
Forum: Modification Requests/Questions (Unpaid)
05 Feb 2013, 15:41
|
Replies: 19
Views: 1,729
I really appreciate your help, ive tried to...
I really appreciate your help, ive tried to follow your guide but im totally lost. i think its just way over my head, ive never done any php stuff before so i think i'll need to hand it over to an...
|
Forum: Modification Requests/Questions (Unpaid)
05 Feb 2013, 12:53
|
Replies: 19
Views: 1,729
|
Forum: Modification Requests/Questions (Unpaid)
05 Feb 2013, 11:46
|
Replies: 19
Views: 1,729
|
Forum: Modification Requests/Questions (Unpaid)
05 Feb 2013, 11:17
|
Replies: 1
Views: 523
|
Forum: Modification Requests/Questions (Unpaid)
05 Feb 2013, 09:51
|
Replies: 1
Views: 523
adding rel="author" to profile page links
Hi guys,
I am trying to link to my google plus profile in the profile pages of my users, see....
http://www.moneymakingexperts.org/members/3-mme-s-alan/
I have managed to create live links...
|
Forum: vB3 Programming Discussions
03 Sep 2012, 19:30
|
Replies: 1
Views: 577
templatecache more than one template
Hi folks,
I have a plugin which uses $vbulletin->templatecache['navbar']. Some of my styles have the navbar options in the header template so the plugin doesn't work with these templates. Is there...
|