Quote:
Originally posted by Smoothie
I'm not userid 1. How would I change it to my userid? Which file do
I change. Userid 1 is no longer around.
|
Search in bookmarks.php for:
Code:
if ($action=="admin" and
$bbuserinfo[userid]!="1") show_nopermission();
and replace
$bbuserinfo[userid]!="1" with new ID (1=ID). e.g.
$bbuserinfo[userid]!="5", if your id = 5
Quote:
Originally posted by Smoothie
Is it possible to show bookmarks in the members info in each thread
only if they actually have bookmarks?
|
Unfortunately not. The template mybookmarks_postbit is responsible for
this thing. However, this also is used for the members list.
You need a new template for this and must change something in the file
showthread.php. Well, it is a little more effort... If you liked, then I
send you short instructions.
Quote:
Originally posted by Smoothie
Is there any way to have this member info invisible unless they have bookmarks?
|
You mean the member info in members profile?