Area51 @ 4seven.de

Mod Base and Testarea
It is currently 23 Feb 2025, 20:07

All times are UTC + 1 hour




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 29 Sep 2012, 00:32 
Offline
Tiptop
Tiptop

Joined: 17 Aug 2012, 17:45
Posts: 14
Is there any way to make this work on the quick reply ?

viewtopic.php?f=7&t=115


Solved done it.


Top
 Profile  
Reply with quote  
PostPosted: 29 Sep 2012, 16:59 
Offline
Tiptop
Tiptop
User avatar

Joined: 20 Jun 2012, 16:55
Posts: 318
Let us know, how you make that ;)

_________________
Current Mods | Mod Base | php(BB) programming | No help via PM


Top
 Profile  
Reply with quote  
PostPosted: 30 Sep 2012, 21:30 
Offline
Tiptop
Tiptop

Joined: 17 Aug 2012, 17:45
Posts: 14
Viewtopic.php

find
Code:
page_footer(); 

add before it
Code:
// Username [BBCode] / (c) 4seven / 2011
      $sql = "SELECT user_id, username, user_colour
         FROM "
 . USERS_TABLE . "
         WHERE user_type IN ("
 . USER_FOUNDER . ', ' . USER_NORMAL . ")
         ORDER BY username_clean"
;
      $result  = $db->sql_query($sql);
   
      while 
($row = $db->sql_fetchrow($result)){

      $row['user_colour'] = (!empty($row['user_colour'])) ? $row['user_colour'] : '000000';
      $style_bold         = ($row['user_colour'] == '000000') ? 'normal' : 'bold';
      
      $template
->assign_block_vars('username_bb', array(
      'USERNAME_BB_BOLD'  => $style_bold,      
      
'USERNAME_BB_VALUE' => '|#' . $row['user_colour'] . '|' . $style_bold . '|'. $row['user_id'],
      'USERNAME_BB_USER'  => $row['username']));}
      $db->sql_freeresult($result);
      // Username [BBCode] / (c) 4seven / 2011   


My quickreply_editor file contains this line <!-- INCLUDE posting_buttons.html -->

so the out come is this (Note my qr file is modded)

Attachment:
qr.png
qr.png [ 24.6 KiB | Viewed 2836 times ]


I also had it on mchat at one time but have lost the edits :roll:


Top
 Profile  
Reply with quote  
PostPosted: 27 Jan 2013, 20:40 
Offline
Tiptop
Tiptop

Joined: 17 Aug 2012, 17:45
Posts: 14
also got it working im mchat il post the edits later today when im on the right machine.

Attachment:
4seven.png
4seven.png [ 48.29 KiB | Viewed 1978 times ]


Last edited by martin123456 on 03 May 2014, 21:15, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: 28 Jan 2013, 16:14 
Offline
Tiptop
Tiptop
User avatar

Joined: 20 Jun 2012, 16:55
Posts: 318
Thanks for this addition from our team.

_________________
Current Mods | Mod Base | php(BB) programming | No help via PM


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group
[ Time : 0.034s | 28 Queries | GZIP : Off ]