Forum: vB4 Programming Discussions
14 Mar 2013, 19:32
|
Replies: 2
Views: 585
Removing additional cookie with logout
I'm doing some external app and trying to integrate it with my vb4 forum.
Now when I log out from forum, I'd like to remove one additional cookie from the same domain.
Where is the code...
|
Forum: vB4 Design and Graphics Discussions
01 Mar 2012, 16:58
|
Replies: 0
Views: 737
Fixed forum wrapper, but fluid body
Hi,
I'm working on my header right now, and have a problem.
Header looks like this: http://img263.imageshack.us/img263/446/headerwao.jpg
As you see forum is fixed, but background is fluid and...
|
Forum: vB4 Programming Discussions
10 Nov 2010, 12:00
|
Replies: 0
Views: 324
Posts and threads from last month
I need a list of numbers of new threads/new posts grouped by forum.
I have something like this:
SELECT `forumid`,count(*) as `new threads`
FROM `thread`
WHERE dateline >...
|
Forum: vB4 Programming Discussions
28 Oct 2010, 11:19
|
Replies: 0
Views: 362
Tracking new posts, threads
Maybe some of you are more advanced in GA than me, and could help me.
I'd like to measure some things on my forum, but not sure how to do it (I use vb4+vbseo):
1. Tracking new posts.
2. Tracking...
|
Forum: vB3 General Discussions
26 May 2010, 13:48
|
Replies: 2
Views: 593
|
Forum: vB4 General Discussions
26 May 2010, 13:36
|
Replies: 0
Views: 319
Private messages only from buddies
Hi,
Is there any way to disable receiving private messages in ucer CP for every user in database?
I want to change this option for everyone and only let them receive PM from Contacts and...
|
Forum: vBulletin 4.x Add-ons
03 May 2010, 12:54
|
Replies: 463
Views: 99,928
|
Forum: vB4 General Discussions
19 Apr 2010, 21:04
|
Replies: 0
Views: 286
Publishing suite and subdomains
Just upgraded from forums to publishing suite and one issue have showed up.
I had forum on subdomain: forum.mydomain.com
Didn't have site on mydomain.com, just 301 redirect to forum.mydomain.com...
|
Forum: vB4 General Discussions
19 Mar 2010, 20:00
|
Replies: 0
Views: 342
Subforum look
Hi,
I could not find anything how to customize look of the subforum. On main page I have forum with some subforums, like here:
http://keito.pl/live2.jpg
If I enter this category I can see...
|
Forum: vBulletin 4.x Add-ons
17 Mar 2010, 11:09
|
Replies: 237
Views: 51,242
|
Forum: vBulletin 4.x Add-ons
16 Mar 2010, 15:53
|
Replies: 237
Views: 51,242
Hi,
I'm trying to show some banners for one...
Hi,
I'm trying to show some banners for one forum only, I'm doing something like this in content template:
<vb:if condition="$forum[forumid] == 46"> WORKS</vb:if>
But it doesn't work, I heard...
|
Forum: vB4 Programming Discussions
16 Mar 2010, 14:14
|
Replies: 0
Views: 320
Conditional banners
Hi,
I'd like to set seperate banner for each forum/subforum.
Something like: IF (forumID==X) print "Banner X"
What's the syntax for something like this ?
Thanks for help.
ps.I've tried...
|
Forum: vB3 General Discussions
28 Oct 2009, 17:13
|
Replies: 1
Views: 431
Search stats
Hi,
Is there any mode which shows me in admin panel what users are searching for in my forum.
I'd like to analyze internal search system results to better udnerstand my users, but cannot find any...
|
Forum: vB3 General Discussions
10 Oct 2008, 01:27
|
Replies: 8
Views: 972
The best shoutbox mod
Hi,
Long time ago I put the vbshout 2.0 mod on my forum http://www.vbulletin.org/forum/showthread.php?t=93097 . Last time this shoutbox was causing a lot of performance problems on my server,...
|
Forum: vB3 Programming Discussions
03 Jul 2008, 10:23
|
Replies: 4
Views: 734
|
Forum: vB3 Programming Discussions
02 Jul 2008, 10:35
|
Replies: 4
Views: 734
Running all posts through regular expressions set
Hi,
I'd like to run regular expressions on all my forum posts. And then write a plugin which run these regexps when the new post is submited.
I'm going to exchange some words with adlinks, but...
|
Forum: vB3 Programming Discussions
05 Mar 2008, 23:34
|
Replies: 4
Views: 679
|
Forum: vB3 Programming Discussions
05 Mar 2008, 16:12
|
Replies: 4
Views: 679
Yeah I believe the best way is to run all posts...
Yeah I believe the best way is to run all posts through regexps and then put it to the creation process. But my question is, how to do it? I'm not very familiar with php and vbulletin programming,...
|
Forum: vB3 Programming Discussions
05 Mar 2008, 15:17
|
Replies: 4
Views: 679
regular expressions for post
Hi,
Would be very glad if someone could help me.
Hi have 3 question about using regular expressions in vbulletin, basically questions are how to do this ? :)
1. I would like to run all posts...
|
Forum: vB3 General Discussions
25 Aug 2006, 12:20
|
Replies: 0
Views: 766
Cannot see some characters
Hi,
I'm not sure if it's problem of vbulletin or shoutbox mod, but when I try to write some chars like " or > , in the shoutbox I see something like > or "e, do you know any setting that will...
|