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

Showing results 1 to 25 of 26
Search took 0.00 seconds.
Search: Posts Made By: Nickeh32
Forum: vB Chat 05-17-2005, 11:53 PM
Replies: 0
Views: 1,196
Posted By Nickeh32
/ Alert Function - Mods Only

Hello,

I would like to add a Alert function for forum staff.

I did some of it myself, it just inserts a 1 into a field in the database called alert.
Others may not do this, but i'm quite new...
Forum: vB3 Programming Discussions 03-19-2005, 07:52 PM
Replies: 6
Views: 960
Posted By Nickeh32
I've made a simple php script that takes news...

I've made a simple php script that takes news from a database.

But it won't display more than one row of the database, so i thought a bit template would do the job.
Forum: vB3 Programming Discussions 03-19-2005, 10:03 AM
Replies: 6
Views: 960
Posted By Nickeh32
I did, it didn't work. Yes thats what i'm...

I did, it didn't work.

Yes thats what i'm trying to do.
I made a table in the bit template which contains the news.
Then i want it shown in the news page, templates confuse me.
How do i do it?
Forum: vB3 Programming Discussions 03-19-2005, 09:45 AM
Replies: 6
Views: 960
Posted By Nickeh32
Like this? eval('$newsbit = "' ....

Like this?


eval('$newsbit = "' . fetch_template('newsbit') . '";');
Forum: vB3 Programming Discussions 03-18-2005, 08:11 PM
Replies: 6
Views: 960
Posted By Nickeh32
Bit templates :S

How do i insert a bit template into a page using another template?
Forum: vB3 General Discussions 03-16-2005, 07:12 PM
Replies: 4
Views: 1,031
Posted By Nickeh32
Nevermind, sorted it. Thanks anyway.

Nevermind, sorted it.
Thanks anyway.
Forum: vB3 General Discussions 03-16-2005, 05:36 PM
Replies: 4
Views: 1,031
Posted By Nickeh32
Then they have access to the modcp, and can...

Then they have access to the modcp, and can moderator all the forums.
The new usergroup isn't a moderator at all they just need access to the new cp i made.
Forum: vB3 General Discussions 03-16-2005, 04:47 PM
Replies: 4
Views: 1,031
Posted By Nickeh32
Second Moderator Group.

I know i could just make them a moderator BUT i have created my own cp for another othergroup, but i need that group to be able to login to the cp.
Anyone help?
Forum: vB3 Programming Discussions 03-15-2005, 06:54 PM
Replies: 4
Views: 1,082
Posted By Nickeh32
Yes, i have no added a loop. It is because of...

Yes, i have no added a loop.
It is because of the template but i don't know how to sort it,
I'm getting very conffused by it all.

Code update:

//selecting the 'news' database to use
...
Forum: vB3 Programming Discussions 03-15-2005, 05:35 PM
Replies: 4
Views: 1,082
Posted By Nickeh32
Just works the same. It may be the template....

Just works the same.

It may be the template.


$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] -...
Forum: vB3 Programming Discussions 03-15-2005, 04:24 PM
Replies: 4
Views: 1,082
Posted By Nickeh32
Coding assistance (news system)

I'm making my own news system, i am having a problem showing the second table, it will only show one.
my code:

//selecting the 'news' database to use
mysql_select_db("news");

//Get...
Forum: vB3 General Discussions 03-15-2005, 01:42 PM
Replies: 7
Views: 1,323
Posted By Nickeh32
News System

I am attempting to intergrate a news system in with my Vb.

I have allready tried Cutenews, some of you may of heard of it.

I could not do and and could not get assistance in doing it. So have...
Forum: vB3 General Discussions 03-13-2005, 11:13 AM
Replies: 3
Views: 810
Posted By Nickeh32
I want it to do it because it deosn't show the...

I want it to do it because it deosn't show the rank and they don't get the permissions.
Forum: vB3 General Discussions 03-13-2005, 10:54 AM
Replies: 3
Views: 810
Posted By Nickeh32
Group Help

When people apply to be in a certain usergroup and are accepted it is put as their secondary rank, and their first is Registered user, how do i make it as their primary group without changing it in...
Forum: vB3 Programming Discussions 03-12-2005, 07:26 PM
Replies: 5
Views: 911
Posted By Nickeh32
Postbit, were the ranks are. I also have...

Postbit, were the ranks are.

I also have another problem, it some people are in a primary group that have a if statment for and it shows the rank image twice, how could i stop this?
Forum: vB3 Programming Discussions 03-12-2005, 11:47 AM
Replies: 5
Views: 911
Posted By Nickeh32
yeh that's just a mistake, when i do this it just...

yeh that's just a mistake, when i do this it just makes the rank field blank
Forum: vB3 Programming Discussions 03-12-2005, 11:06 AM
Replies: 5
Views: 911
Posted By Nickeh32
Else If in templates

I'm trying to show only banned rank when someone is banned, i don't know what the coding is for the templates, my friend told me is was XML but i'm not sure.


<if condition="is_member_of($post,...
Forum: vB3 Programming Discussions 03-12-2005, 09:51 AM
Replies: 3
Views: 1,276
Posted By Nickeh32
Secondary Rank Images

I need my forum to show secondary rank images.

I found the way of using the if statement, but i found this messy and showed ranks in the wrong order, so i was wondering if i could do something...
Forum: vB3 General Discussions 03-01-2005, 02:59 PM
Replies: 3
Views: 1,225
Posted By Nickeh32
Well as i said the the variable is in the...

Well as i said the the variable is in the template and i can't seem to enter PHP into it so i need to set the variable value as the other page!

I'm no good with PHP so i hope you can unserstand...
Forum: vB3 General Discussions 03-01-2005, 02:26 PM
Replies: 3
Views: 1,225
Posted By Nickeh32
Include within a Variable?

I'm trying to set a variable that's another file, i'm trying to include it but it just put's the include at the top of the page not were the variable is.

$v = include('page.php');

This is what...
Forum: vBulletin 3.0 Full Releases 02-26-2005, 09:14 PM
Replies: 75
Views: 16,213
Posted By Nickeh32
Wow, thankyou. You made my day, thanks! ...

Wow, thankyou.

You made my day, thanks!

Another problem (i know i fuss, but it's needed :p)

The user cp link in reportpost.php have no class for the td their in, their just white!
Forum: vBulletin 3.0 Full Releases 02-26-2005, 08:56 PM
Replies: 75
Views: 16,213
Posted By Nickeh32
I have a question, i've put postreport.php in the...

I have a question, i've put postreport.php in the usercp but when i open it it deosn't have the usercp links at the side, i was wondering if someone could help, thanks!
Forum: vBulletin 3.0 Full Releases 02-26-2005, 08:09 PM
Replies: 75
Views: 16,213
Posted By Nickeh32
Ok, thanks for that it works. Nice mod it will...

Ok, thanks for that it works.
Nice mod it will help with my forum alot ;)
Forum: vBulletin 3.0 Full Releases 02-26-2005, 08:00 PM
Replies: 75
Views: 16,213
Posted By Nickeh32
I installed this mod, well i tried. Followed...

I installed this mod, well i tried. Followed everything correctly but they links arent showing up in modcp, the tables around them are their but no links!

Is it something i've done wrong, can...
Forum: vBulletin 3.0 Full Releases 02-18-2005, 07:36 PM
Replies: 204
Views: 39,943
Posted By Nickeh32
Great Mod, installed but i got a database error...

Great Mod, installed but i got a database error when a post was reported


I'm not too good at php and mysql so be nice :p can anyone help?
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT. The time now is 09:34 AM.


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.01854 seconds
  • Memory Usage 2,028KB
  • 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 

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