Forum: Modification Requests/Questions (Unpaid)
26 Aug 2013, 19:40
|
Replies: 3
Views: 584
|
Forum: vB3 Programming Discussions
16 Aug 2013, 17:23
|
Replies: 7
Views: 916
|
Forum: vB3 General Discussions
12 Aug 2013, 05:12
|
Replies: 3
Views: 844
|
Forum: vB3 General Discussions
07 Aug 2013, 09:14
|
Replies: 1
Views: 688
|
Forum: Community Reviews
31 Jul 2013, 21:33
|
Replies: 3
Views: 1,255
GeneralBB v2 - Release!
Hey there!
It's been great re-opening this site and having members post interesting topics and stories. I want to continue this growth and keep on looking forward. Elite-Source v4 / GeneralBB v1...
|
Forum: Modification Requests/Questions (Unpaid)
31 Jul 2013, 18:44
|
Replies: 3
Views: 793
It's definitively possible. :)
...
It's definitively possible. :)
http://generalbb.com/news-announcements/427-update-notification-system.html
http://www.youtube.com/watch?v=JFQuzfCIbxU
>.>
|
Forum: vB3 General Discussions
31 Jul 2013, 18:41
|
Replies: 7
Views: 627
|
Forum: vB3 General Discussions
26 Jul 2013, 18:54
|
Replies: 4
Views: 470
Check this out:
...
Check this out:
http://www.vbulletin.org/forum/showpost.php?p=2435276&postcount=4
|
Forum: vB3 Programming Discussions
26 Jul 2013, 18:54
|
Replies: 1
Views: 775
|
Forum: vB3 General Discussions
25 Jul 2013, 09:00
|
Replies: 4
Views: 619
Actually did this on my forum today.
Here's...
Actually did this on my forum today.
Here's the SQL:
Elite-Source being the old name.
GeneralBB being the new name.
UPDATE post SET pagetext = replace(pagetext, 'Elite-Source', 'GeneralBB')
|
Forum: vB3 Programming Discussions
25 Jul 2013, 06:30
|
Replies: 2
Views: 639
|
Forum: vB3 Programming Discussions
24 Jul 2013, 09:41
|
Replies: 3
Views: 888
At least share what you did.
Anyway, here: ...
At least share what you did.
Anyway, here:
<a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]">Give $post[musername] Reputation</a>
|
Forum: vB3 General Discussions
20 Jul 2013, 20:01
|
Replies: 4
Views: 1,019
|
Forum: vBulletin 3.8 Add-ons
19 Jul 2013, 18:28
|
Replies: 17
Views: 3,887
|
Forum: Modification Requests/Questions (Unpaid)
19 Jul 2013, 04:15
|
Replies: 6
Views: 1,528
|
Forum: vBulletin 3.8 Add-ons
19 Jul 2013, 04:07
|
Replies: 17
Views: 3,887
Updated to version 2.2
- Fixed Table Prefix...
Updated to version 2.2
- Fixed Table Prefix issue.
- Closed center tag.
Thanks, BirdOPrey5.
- Fixed wording regarding "Ignored X times"
If a user is only ignored once, it will say "Ignored...
|
Forum: Modification Requests/Questions (Unpaid)
15 Jul 2013, 19:04
|
Replies: 8
Views: 1,163
|
Forum: vBulletin 3.8 Add-ons
15 Jul 2013, 18:47
|
Replies: 8
Views: 18,209
|
Forum: vBulletin 3.8 Add-ons
15 Jul 2013, 06:13
|
Replies: 17
Views: 3,887
|
Forum: Modification Requests/Questions (Unpaid)
15 Jul 2013, 00:15
|
Replies: 8
Views: 1,163
Here you go:
global $vbulletin;
...
Here you go:
global $vbulletin;
$pagetext =& $this->fetch_field('pagetext', 'post');
if (stristr($pagetext,'https://twitter.com/')) {
function stripBBCode($text, $code)...
|
Forum: vBulletin 3.8 Add-ons
13 Jul 2013, 20:57
|
Replies: 17
Views: 3,887
Can you check your database manually and see if...
Can you check your database manually and see if it returns any results?
If it doesn't, then the product is working correctly. it sounds crazy, but to be honest, I don't even use the ignore list, I...
|
Forum: vBulletin 3.8 Add-ons
13 Jul 2013, 20:23
|
Replies: 17
Views: 3,887
|
Forum: vBulletin 3.8 Add-ons
13 Jul 2013, 20:15
|
Replies: 17
Views: 3,887
|
Forum: vBulletin 3.8 Add-ons
13 Jul 2013, 20:03
|
Replies: 17
Views: 3,887
|
Forum: Modification Requests/Questions (Unpaid)
13 Jul 2013, 19:56
|
Replies: 8
Views: 1,163
Make a plguin for postdata_presave and...
Make a plguin for postdata_presave and threadfpdata_presave
And add the following code to both:
global $vbulletin;
$pagetext =& $this->fetch_field('pagetext', 'post');
if...
|