is it possible to replace the google banner ads with another banner and the google logo with another one? i want to use sponsor banners and announcements in its place...how do i do this? which codes should i change?
hi! the mod isn't working on my site and i've done everything including refreshing and purging the caches: viewonline_body.html <!-- INCLUDE overall_header.html --> <h2>{TOTAL_REGISTERED_USERS_ONLINE}</h2> <p>{TOTAL_GUEST_USERS_ONLINE}<!-- IF S_SWITCH_GUEST_DISPLAY --> • <a href="{U_SW...
i ran the first one and it was successful. i ran the second one and this is what i got: Error SQL query: Documentation SELECT u.username, u.user_referrals, iu.username AS user_invited FROM phpbb_invitations i LEFT JOIN phpbb_users u ON ( u.user_id = i.user_id ) LEFT JOIN phpbb_users iu ON ( iu.user_...
i just did a check on the database, and the files DO exist: justus_JuGForum.phpbb_acl_groups OK justus_JuGForum.phpbb_acl_options OK justus_JuGForum.phpbb_acl_roles OK justus_JuGForum.phpbb_acl_roles_data OK justus_JuGForum.phpbb_acl_users OK justus_JuGForum.phpbb_attachments OK justus_JuGForum.phpb...
i don't know Drugs, where do I find what table prefix is used? my database name is justus_JuGForum. does this help? yes, the list of benefits for this mod was confusing...i think it should be what the MOD CAN DO NOW and WHAT IT WILL DO IN THE FUTURE. just my two cents :) thanks Drugs for your help.....
That shouldn’t stop you. :) But I’m not exactly clear on what you are after... Until I get up an ACP with stats, you can use the following SQL Queries. To see the list of users who have referred users, run this Query: SELECT username, user_referrals FROM phpbb_users WHERE user_referrals <> 0 ORDER ...
That shouldn’t stop you. :) But I’m not exactly clear on what you are after... Until I get up an ACP with stats, you can use the following SQL Queries. To see the list of users who have referred users, run this Query: SELECT username, user_referrals FROM phpbb_users WHERE user_referrals <> 0 ORDER ...
does this mod just give number of referrals? it doesn't tell you who referred who? is what we see in the screenshot in the first page of this topic all there is to see with this mod? i'm not criticizing it, i'm just making sure i installed it correctly 'cause what i see in the screenshots are all i ...