The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 3
1
2
3
>
Showing results 1 to 25 of 54
Search took
0.00
seconds.
Search:
Posts Made By:
cellow
Forum:
vB3 General Discussions
02-07-2013, 11:08 PM
Replies:
28
$forumid variable in $Globals for postbit,forumdisplay,forumhome,headerinclude,navba r
Views:
11,798
Posted By
cellow
after searching dozen of template modifications...
after searching dozen of template modifications in the TMS , i found in postbit_legacy template, a stupid typo ... i didnt close </if> the condition in previous lines before my ad conditions...
Forum:
vB3 General Discussions
02-07-2013, 09:34 PM
Replies:
28
$forumid variable in $Globals for postbit,forumdisplay,forumhome,headerinclude,navba r
Views:
11,798
Posted By
cellow
no, even this it doesnt show ... i also tried to...
no, even this it doesnt show ... i also tried to use directly editing the template without the template modification system ...
Forum:
vB3 General Discussions
02-07-2013, 09:11 PM
Replies:
28
$forumid variable in $Globals for postbit,forumdisplay,forumhome,headerinclude,navba r
Views:
11,798
Posted By
cellow
just 1 style and for sure postbit_legacy...
just 1 style and for sure postbit_legacy (userinfo is left) ....
something going wrong here ... i dont know what ...
Forum:
vB3 General Discussions
02-07-2013, 08:59 PM
Replies:
28
$forumid variable in $Globals for postbit,forumdisplay,forumhome,headerinclude,navba r
Views:
11,798
Posted By
cellow
doesnt work ... i dont understand why?!? i...
doesnt work ... i dont understand why?!?
i delete datastore cache, deactivated, flushed xcache, rebuild bit_fields .... everything tried... i dont understand, why my this condition doesnt work in...
Forum:
vB3 General Discussions
02-07-2013, 08:41 PM
Replies:
28
$forumid variable in $Globals for postbit,forumdisplay,forumhome,headerinclude,navba r
Views:
11,798
Posted By
cellow
hmmm, very weird... i tried: <if...
hmmm, very weird...
i tried:
<if condition="(($post[postcount] % $vboptions[maxposts] == 1))
ads here
</if>
even then, i dont see ads inside the postbit
Forum:
vB3 General Discussions
02-07-2013, 07:32 PM
Replies:
28
$forumid variable in $Globals for postbit,forumdisplay,forumhome,headerinclude,navba r
Views:
11,798
Posted By
cellow
so how can i solve my problem with Simon Lloyd...
so how can i solve my problem with Simon Lloyd mod ??? i didnt really get what u guys talking about...
@kh99
even global_start hook didnt work :(
Forum:
vB3 General Discussions
02-07-2013, 02:32 PM
Replies:
28
$forumid variable in $Globals for postbit,forumdisplay,forumhome,headerinclude,navba r
Views:
11,798
Posted By
cellow
thanks kevin for ur support so far! it works...
thanks kevin for ur support so far!
it works with all other templates beside postbit_legacy...
i have this condition:
<if condition="(($post[postcount] % $vboptions[maxposts] == 1)) AND...
Forum:
vB3 General Discussions
02-07-2013, 01:38 PM
Replies:
28
$forumid variable in $Globals for postbit,forumdisplay,forumhome,headerinclude,navba r
Views:
11,798
Posted By
cellow
my aim is the set the forumids in the plugin...
my aim is the set the forumids in the plugin where i dont want to show the ads... so how my final plugin code should look like, if i use <if condition="$show['ads_forumid_variable']"></if> in the...
Forum:
vB3 General Discussions
02-07-2013, 01:26 PM
Replies:
28
$forumid variable in $Globals for postbit,forumdisplay,forumhome,headerinclude,navba r
Views:
11,798
Posted By
cellow
ah ok, so if i wouldnt like to show, i should use...
ah ok, so if i wouldnt like to show, i should use
global $show, $forumid;
if (isset($forumid) AND !in_array($forumid, array(1, 2, 3)))
{
$show['ads_forumid_variable'] = 1;
}
so the ad...
Forum:
vB3 General Discussions
02-07-2013, 01:19 PM
Replies:
28
$forumid variable in $Globals for postbit,forumdisplay,forumhome,headerinclude,navba r
Views:
11,798
Posted By
cellow
Thank you Kevin. a) work this plugin also...
Thank you Kevin.
a) work this plugin also with conditions in postbit_legacy template?
b) in forums with the forumid 1, 2, 3, the ad will shown or not shown, if i use <if...
Forum:
vB3 General Discussions
02-07-2013, 12:03 PM
Replies:
28
$forumid variable in $Globals for postbit,forumdisplay,forumhome,headerinclude,navba r
Views:
11,798
Posted By
cellow
$forumid variable in $Globals for postbit,forumdisplay,forumhome,headerinclude,navbar
Hi,
our forum get monthly new subforums. and at the moment we define where and to who we will show our ads (which are located in postbit_legacy, forumhome, forumdisplay, showthread, header,...
Forum:
Modification Requests/Questions (Unpaid)
04-04-2012, 09:53 PM
Replies:
0
headjs for vbulletin
Views:
499
Posted By
cellow
headjs for vbulletin
Could somebody with skills code this wordpress plugin also for vb3 and vb4?
http://wordpress.org/extend/plugins/headjs-plus/
this framework will load all jscripts asynchronous, so the page will...
Forum:
vB3 General Discussions
03-09-2012, 05:39 AM
Replies:
4
heavy attachment files upload to external server?
Views:
1,508
Posted By
cellow
where can i find this option????
where can i find this option????
Forum:
vBulletin 4.x Add-ons
04-26-2011, 10:37 PM
Replies:
2,355
Major Additions -
DownloadsII
Views:
438,456
Posted By
cellow
is there any feature on this like: autoprune /...
is there any feature on this like:
autoprune / delete files which are not downloaded within XX days?
Forum:
vBulletin 4.x Add-ons
04-26-2011, 10:31 PM
Replies:
581
Major Additions -
[DBTech] vBDownloads v2 (vB4) [AJAX]
Views:
117,508
Posted By
cellow
is there any feature on this addon like: ...
is there any feature on this addon like:
autoprune / delete files which are not downloaded within XX days?
Forum:
vBulletin 3.8 Add-ons
12-23-2009, 04:54 PM
Replies:
681
Integration with vBulletin -
vBulletin Tweet Poster!
Views:
128,879
Posted By
cellow
Feature Wish list: - The script should...
Feature Wish list:
- The script should automaticly add (optional) the tags from the adds as hash tags to the tweet.
without hash tags the tweets arent good to be find!!!
thx
Forum:
vBulletin 3.8 Add-ons
09-11-2009, 10:57 PM
Replies:
76
Moderators Functions -
Change Threads' Prefix Inline
Views:
27,772
Posted By
cellow
Hi, one feature wish! If you use the...
Hi,
one feature wish!
If you use the prefix search function, u cannot use this inline mod to change the prefix in the result list. pls update your mod with this function, thx!
Forum:
vBulletin 3.8 Add-ons
08-28-2009, 05:10 PM
Replies:
681
Integration with vBulletin -
vBulletin Tweet Poster!
Views:
128,879
Posted By
cellow
i give u a reason ;-) 1. set "tweet only...
i give u a reason ;-)
1. set "tweet only thread title to -> no"
2. write a thread with title = min. 15 characters
3. the first post msg in the thread is an img attachment upload
u will see,...
Forum:
vBulletin 3.8 Add-ons
08-28-2009, 04:22 PM
Replies:
681
Integration with vBulletin -
vBulletin Tweet Poster!
Views:
128,879
Posted By
cellow
milad -> try on ur local test installation ...
milad -> try on ur local test installation
1. tweet a thread manualy
2. delete the thread.tweet on ur twitter account manualy
3. visit ur thread again and try to tweet
u will c:
1. the tweet...
Forum:
vBulletin 3.8 Add-ons
08-28-2009, 03:33 PM
Replies:
681
Integration with vBulletin -
vBulletin Tweet Poster!
Views:
128,879
Posted By
cellow
milad -> any idea?
milad -> any idea?
Forum:
vBulletin 3.8 Add-ons
08-27-2009, 10:49 PM
Replies:
681
Integration with vBulletin -
vBulletin Tweet Poster!
Views:
128,879
Posted By
cellow
Another issue: i tweet a thread. later, i...
Another issue:
i tweet a thread. later, i delete the tweet manualy on twitter.com.
question -> how can i tweet the thread again? it is not possible, because the tweet button is blue! and linked...
Forum:
vBulletin 3.8 Add-ons
08-27-2009, 02:53 PM
Replies:
681
Integration with vBulletin -
vBulletin Tweet Poster!
Views:
128,879
Posted By
cellow
Debugging info: After i activate "Thread...
Debugging info:
After i activate "Thread Title Only!" , the problem solved!
Now i can also tweet threads with special characters in title.
Maybe, your addon doesn't like my posting msg??
Forum:
vBulletin 3.8 Add-ons
08-27-2009, 02:28 PM
Replies:
681
Integration with vBulletin -
vBulletin Tweet Poster!
Views:
128,879
Posted By
cellow
I did get it after i uploaded / imported the...
I did get it after i uploaded / imported the addon.
After i tried with "override addon" the timeout error doesn't come...
But now, i have another problem.
I tweeted few threads manually and it...
Forum:
vBulletin 3.8 Add-ons
08-27-2009, 11:14 AM
Replies:
681
Integration with vBulletin -
vBulletin Tweet Poster!
Views:
128,879
Posted By
cellow
Problem solved with using the "override" option...
Problem solved with using the "override" option by installing the addon!
Forum:
vBulletin 3.8 Add-ons
08-26-2009, 01:55 PM
Replies:
681
Integration with vBulletin -
vBulletin Tweet Poster!
Views:
128,879
Posted By
cellow
when i try to import the addon, i get this error...
when i try to import the addon, i get this error msg:
"Connection timed out (110)"
any help?
Showing results 1 to 25 of 54
Page 1 of 3
1
2
3
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
09:51 AM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X
vBulletin 3.8.12 by vBS Debug Information
Page Generation
0.01825 seconds
Memory Usage
2,040KB
Queries Executed
10
(?)
More Information
Template Usage:
(1)
ad_footer_end
(1)
ad_footer_start
(1)
ad_header_end
(1)
ad_header_logo
(1)
ad_navbar_below
(1)
footer
(1)
forumjump
(1)
gobutton
(1)
header
(1)
headinclude
(1)
navbar
(2)
navbar_link
(120)
option
(1)
pagenav
(1)
pagenav_curpage
(2)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(69)
threadbit_pagelink
Phrase Groups Available:
global
inlinemod
prefix
search
Included Files:
./
search.php
./
global.php
./includes/
init.php
./includes/
class_core.php
./includes/
config.php
./includes/
functions.php
./includes/
class_hook.php
./includes/
modsystem_functions.php
./includes/
functions_search.php
./includes/
functions_databuild.php
./includes/
functions_forumlist.php
./includes/
functions_misc.php
./includes/
functions_forumdisplay.php
./includes/
functions_bigthree.php
Hooks Called:
init_startup
init_startup_session_setup_start
init_startup_session_setup_complete
cache_permissions
style_fetch
cache_templates
global_start
parse_templates
global_setup_complete
search_before_process
search_start
search_results_start
search_results_query_posts
search_results_prebits
threadbit_process
search_results_postbit
pagenav_page
pagenav_complete
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0011
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
FULLTEXT Search
php_sapi_name(): fpm-fcgi