vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Change Posted By Name Via Moderate Threads (https://vborg.vbsupport.ru/showthread.php?t=78239)

noonespecial 03-17-2005 12:11 AM

Change Posted By Name Via Moderate Threads
 
I've attached my moderate.php file. I'm trying to make it so that when I got to my Moderate Threads page, it will show the "Posted by:" and then the USERNAME of the postee in a changable field (text form box), and I want to then be able to change that ..

For example:

Say John Doe submits news (posts a moderated thread in our news forum) to us .. we can then go to the modcp ... and change the username on the post from John Doe to our user name (so that it appears as though staff posted the news) and then we can simply add a "submitted by john doe" line at the bottom of the post.

Any ideas? I tried editing the attached file .. but it doesn't work.

Quote:

Originally Posted by noonespecial
I've attached my moderate.php file. I'm trying to make it so that when I got to my Moderate Threads page, it will show the "Posted by:" and then the USERNAME of the postee in a changable field (text form box), and I want to then be able to change that ..

For example:

Say John Doe submits news (posts a moderated thread in our news forum) to us .. we can then go to the modcp ... and change the username on the post from John Doe to our user name (so that it appears as though staff posted the news) and then we can simply add a "submitted by john doe" line at the bottom of the post.

Any ideas? I tried editing the attached file .. but it doesn't work.

The other option would be somehow to make it so that whoever is moderating the posts' user name would be passed to a varible i could use on the main news page .. so taht it said :submitted by: username of postee .. and then approved by: staffmemberusername (of the person who approved it via modcp)..

dont know what's easier.

kall 03-17-2005 12:30 AM

You aren't allowed to attach full files....specially not with your license number on them.

noonespecial 03-17-2005 12:37 AM

Quote:

Originally Posted by kall
You aren't allowed to attach full files....specially not with your license number on them.

o. :( well .. what should i do instead? haha.. someone just edit a file for me?

thought u couldnt view attachments unless u were a registered user and had a licence ..

kall 03-17-2005 12:41 AM

Quote:

Originally Posted by noonespecial
o. :( well .. what should i do instead? haha.. someone just edit a file for me?

thought u couldnt view attachments unless u were a registered user and had a licence ..

The rule that you broke was 'Your vBulletin License'.

You may not distribute the files. As per line 7 of the very file you posted: "This file may not be redistributed in whole or significant part."

Reeve of shinra 03-17-2005 01:20 AM

I'm not sure what your using for your front page, but assuming were talking about a general forum your first method wouldn't work for a lot of reasons I dont care to explain atm.

Your second method could work. Submitted by and approved by stuff is a template edit more or less. Just add a field to your db in the corresponding table called "approved_by" or something. Then edit the right vbfiles to pass the variable on into that field and retrieve in your news script.

noonespecial 03-17-2005 06:37 AM

Quote:

Originally Posted by Reeve of shinra
I'm not sure what your using for your front page, but assuming were talking about a general forum your first method wouldn't work for a lot of reasons I dont care to explain atm.

Your second method could work. Submitted by and approved by stuff is a template edit more or less. Just add a field to your db in the corresponding table called "approved_by" or something. Then edit the right vbfiles to pass the variable on into that field and retrieve in your news script.

using vbadvanced for my main page.

not sure how to do that second method .. but ill look into it.. any ideas on how to start?


All times are GMT. The time now is 06:30 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.02400 seconds
  • Memory Usage 1,723KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete