Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 37
Search took 0.00 seconds.
Search: Posts Made By: PuntoPower
Forum: vB3 General Discussions 03-14-2007, 11:20 AM
Replies: 0
Views: 648
Posted By PuntoPower
mass edit 25k+ thread titles

vb3.6.5

i have 25000 plus threads that i want to edit the thread titles, i want to add "Archive: " to the start of each one.

how can this be done?

thx
Forum: vB3 General Discussions 12-28-2005, 09:40 AM
Replies: 12
Views: 1,350
Posted By PuntoPower
think i got it <if...

think i got it

<if condition="is_member_of($bbuserinfo[usergroupid], array(2,3,5,6,9))">
do this
<else />
do that
</if>

one thing that confuses me is that im using vb350 and i taught vb350...
Forum: vB3 General Discussions 12-27-2005, 10:01 PM
Replies: 12
Views: 1,350
Posted By PuntoPower
you are right the first time but that code doesnt...

you are right the first time but that code doesnt work in templetes, "if" statements have to be done like below


<if condition=" user a member of either of the following groups 2,3,5, 6, 9, 11 "...
Forum: vB3 General Discussions 12-27-2005, 09:06 PM
Replies: 12
Views: 1,350
Posted By PuntoPower
ive tried flashchat already but my members prefer...

ive tried flashchat already but my members prefer phpmychat. thx tho
Forum: vB3 General Discussions 12-27-2005, 08:18 PM
Replies: 12
Views: 1,350
Posted By PuntoPower
sry if im not been clear. this non vb page is a...

sry if im not been clear. this non vb page is a chatroom so i dont want non registered users to see it. so was wondering can someone put an if statment together that i will put in the templete so...
Forum: vB3 General Discussions 12-27-2005, 08:02 PM
Replies: 12
Views: 1,350
Posted By PuntoPower
after a bit of trying a few things i have made a...

after a bit of trying a few things i have made a non vb page that calls a custome made templete in vb. this templete calls the header and footer and in the middle has the following

<p...
Forum: vB3 General Discussions 12-27-2005, 06:06 PM
Replies: 12
Views: 1,350
Posted By PuntoPower
non vb page wit vb permissions

i have a non vb page that i only want registered users to see. how can i do this?

many thanks
Forum: Modification Graveyard 10-20-2005, 06:51 PM
Replies: 1,084
Views: 252,199
Posted By PuntoPower
members

members
Forum: Modification Graveyard 10-20-2005, 04:07 PM
Replies: 1,084
Views: 252,199
Posted By PuntoPower
what variable is it? as in can i pull it from the...

what variable is it? as in can i pull it from the database and display it on the forum?
Forum: Modification Graveyard 10-20-2005, 01:41 PM
Replies: 1,084
Views: 252,199
Posted By PuntoPower
installed is there anyway it can store and...

installed

is there anyway it can store and display the highest number of users on in a day?

thx
Forum: vB3 General Discussions 10-20-2005, 01:30 PM
Replies: 0
Views: 667
Posted By PuntoPower
want a popup window when user logs in

I was wondering is there a mod/plugin all ready out there that will pop up a small window when the user logs in, that will ask them a question such as have they voted in such a poll etc. also if...
Forum: vBulletin 3.0 Full Releases 10-17-2005, 09:17 PM
Replies: 1,788
Views: 268,222
Posted By PuntoPower
does vbgarage work with vb3.5.0???

does vbgarage work with vb3.5.0???
Forum: vB3 Programming Discussions 09-20-2005, 09:37 AM
Replies: 14
Views: 1,214
Posted By PuntoPower
bump.............

bump.............
Forum: vB3 Programming Discussions 09-06-2005, 07:21 AM
Replies: 14
Views: 1,214
Posted By PuntoPower
that didnt work :ermm: the logostrip_bg...

that didnt work :ermm:

the logostrip_bg wont show up after the first gif (logostrip.gif)

here is the code at the moment.....



<div style="background: #ffffff...
Forum: vB3 Programming Discussions 09-05-2005, 04:32 PM
Replies: 14
Views: 1,214
Posted By PuntoPower
it works, well kinda, there is another image file...

it works, well kinda, there is another image file which is only a few pixels wide but it repeats for the width of the forum depending on the resolution of the users screen. this goes on the right...
Forum: vB3 Programming Discussions 09-05-2005, 03:46 PM
Replies: 14
Views: 1,214
Posted By PuntoPower
ill give it a go. thanks for your time

ill give it a go. thanks for your time
Forum: vB3 Programming Discussions 09-05-2005, 03:33 PM
Replies: 14
Views: 1,214
Posted By PuntoPower
the banner is in js as below, so wud the above...

the banner is in js as below, so wud the above work?

<script language='JavaScript' type='text/javascript' src='http://website.com/phpAdsNew/adx.js'></script>
<script language='JavaScript'...
Forum: vB3 Programming Discussions 09-05-2005, 02:33 PM
Replies: 14
Views: 1,214
Posted By PuntoPower
its the entire header itself alright. i was...

its the entire header itself alright. i was thinking that i may have to go down the route of chopping it all up and inserting the banner as one of the sections.

if i chop them up, what the best...
Forum: vB3 Programming Discussions 09-05-2005, 01:56 PM
Replies: 14
Views: 1,214
Posted By PuntoPower
no, its called in "header". its called like...

no, its called in "header". its called like this.....

<div id="logostrip"><img src="$stylevar[imgdir_misc]/logostrip.gif" alt="" /></div>
Forum: vB3 Programming Discussions 09-05-2005, 01:09 PM
Replies: 14
Views: 1,214
Posted By PuntoPower
float image over the header of forum

i was wondering is it possible to "float" an image over the header for a forum. the image i want to float is some banners from phpads. see attached forum header
Forum: vBulletin 3 Articles 03-29-2005, 11:26 AM
Replies: 121
Views: 34,051
Posted By PuntoPower
hi plz forgive me if this has been asked...

hi

plz forgive me if this has been asked before....

im using phpadsnew and vb3. i have one campaign with 5 ads, the code for this is in the header for vb3 forum. it works fine randomly...
Forum: Modification Requests/Questions (Unpaid) 02-05-2005, 10:38 AM
Replies: 0
Views: 602
Posted By PuntoPower
admincp mass email with a que

hi

my server provider allows 250 emails to be send per hour, is there any parameter or changes or hack i can make so that the email users function in admincp will send 250 an hour, ive 1500...
Forum: vB3 Programming Discussions 01-12-2005, 12:52 PM
Replies: 1
Views: 876
Posted By PuntoPower
any1 im really stuck

any1

im really stuck
Forum: vBulletin 3.0 Full Releases 01-11-2005, 04:30 PM
Replies: 212
Views: 34,114
Posted By PuntoPower
does this support swf (flash) banners??

does this support swf (flash) banners??
Forum: vB3 Programming Discussions 01-11-2005, 04:20 PM
Replies: 1
Views: 876
Posted By PuntoPower
swf in forum annocement

hi

hope this is the right forum,

what im tryin to achieve is have a swf banner on a selected few sub forums in my forum.

one way i tried is to use an annocement and as the decription...
Showing results 1 to 25 of 37

 
Forum Jump

All times are GMT. The time now is 04:12 PM.


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.01657 seconds
  • Memory Usage 2,031KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (46)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